/* Grid
------------------------------------------------------ */

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
	display: table;
	content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
	clear: both;
}
.fl-row,
.fl-row-content,
.fl-col-group,
.fl-col,
.fl-module,
.fl-module-content {
	zoom:1;
}
.fl-clear {
	clear: both;
}

/* Utilities
------------------------------------------------------ */

.fl-clearfix:before,
.fl-clearfix:after {
	display: table;
	content: " ";
}
.fl-clearfix:after {
	clear: both;
}
.fl-clearfix {
	zoom:1;
}

/* Responsive Utilities
------------------------------------------------------ */

.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: none;
}

/* Rows
------------------------------------------------------ */

.fl-row,
.fl-row-content {
	margin-left: auto;
	margin-right: auto;
}
.fl-row-content-wrap {
	position: relative;
}

/* Photo Bg */
.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
	background-attachment: scroll;
}

/* Video and Embed Code Bg */
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content,
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content {
	position: relative;
}

.fl-row-bg-video .fl-bg-video,
.fl-row-bg-embed .fl-bg-embed-code {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.fl-row-bg-video .fl-bg-video video,
.fl-row-bg-embed .fl-bg-embed-code video {
	bottom: 0;
	left: 0px;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.fl-row-bg-video .fl-bg-video iframe,
.fl-row-bg-embed .fl-bg-embed-code iframe {
	pointer-events: none;
	width: 100vw;
  	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  	max-width: none;
  	min-height: 100vh;
  	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
.fl-bg-video-fallback {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Slideshow Bg */
.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
	position: relative;
}
.fl-row .fl-bg-slideshow {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
	bottom: 0;
	height: auto !important;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
}

/* Row Bg Overlay */
.fl-row-bg-overlay .fl-row-content-wrap:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
	position: relative;
	z-index: 1;
}

/* Full Height Rows */
.fl-row-full-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;

}
.fl-row-overlap-top .fl-row-content-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}
.fl-row-custom-height .fl-row-content-wrap {
	min-height: 0;
}
.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
	min-height: calc( 100vh - 48px );
}
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
	max-width: 100%;
	width: 100%;
}

/* IE 11 - Row full height - vertical alignment center/bottom fix */
.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),
.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* Stupid IE Full Height Row Fixes */
.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
	height: auto;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
	flex: 0 0 auto;
	flex-basis: 100%;
	margin: 0;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
    margin: 0 auto;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Full height align center */
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Full height align bottom */
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	align-items: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-align: end;
	-ms-flex-pack: end;
}

/* IE 11 - height bottom > row align bottom - center fix */
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

/* Full height iPad with portrait orientation. */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .fl-row-full-height .fl-row-content-wrap{
    min-height: 1024px;
  }
}

/* Full height iPad with landscape orientation. */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape){
  .fl-row-full-height .fl-row-content-wrap{
    min-height: 768px;
  }
}

/* Full height iPhone 5. You can also target devices with aspect ratio. */
@media screen and (device-aspect-ratio: 40/71) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 500px;
  }
}

/* Column Groups
------------------------------------------------------ */

.fl-col-group-equal-height,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fl-col-group-equal-height{
    -webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
			    width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
    -webkit-flex-wrap: nowrap;
    	-ms-flex-wrap: nowrap;
    		flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content{
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content{
	    -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
			   flex-shrink: 1;
			     min-width: 1px;
            	 max-width: 100%;
            	 	 width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after{
	content: none;
}

/* Equal height align center */
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* Equal height align bottom */
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	width: 100%;
}

/* IE11 fix for images with height:auto in equal height columns. */
.fl-builder-ie-11 .fl-col-group-equal-height,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	min-height: 1px;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	float: left;
	min-height: 1px;
}

/* Column Bg Overlay */
.fl-col-bg-overlay .fl-col-content {
	position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-col-bg-overlay .fl-module {
	position: relative;
	z-index: 2;
}

/* Modules
------------------------------------------------------ */

.fl-module img {
	max-width: 100%;
}

/* Module Templates
------------------------------------------------------ */

.fl-builder-module-template {
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px;
}

/* Buttons
------------------------------------------------------ */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: none;
}
.fl-builder-content .fl-button:hover {
	text-decoration: none;
}
.fl-builder-content .fl-button:active {
	position: relative;
	top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
	display: block;
	text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
.fl-builder-content .fl-button-left {
	text-align: left;
}
.fl-builder-content .fl-button-center {
	text-align: center;
}
.fl-builder-content .fl-button-right {
	text-align: right;
}
.fl-builder-content .fl-button i {
	font-size: 1.3em;
	height: auto;
	margin-right:8px;
	vertical-align: middle;
	width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
	margin-left: 8px;
	margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
	vertical-align: middle;
}

/* Icons
------------------------------------------------------ */

.fl-icon-wrap {
	display: inline-block;
}
.fl-icon {
	display: table-cell;
	vertical-align: middle;
}
.fl-icon a {
	text-decoration: none;
}
.fl-icon i {
	float: left;
	height: auto;
	width: auto;
}
.fl-icon i:before {
	border: none !important;
	height: auto;
	width: auto;
}
.fl-icon-text {
	display: table-cell;
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
}
.fl-icon-text-empty {
	display: none;
}
.fl-icon-text *:last-child {
	margin: 0 !important;
	padding: 0 !important;
}
.fl-icon-text a {
	text-decoration: none;
}
.fl-icon-text span {
	display: block;
}
.fl-icon-text span.mce-edit-focus {
	min-width: 1px;
}

/* Photos
------------------------------------------------------ */

.fl-photo {
	line-height: 0;
	position: relative;
}
.fl-photo-align-left {
	text-align: left;
}
.fl-photo-align-center {
	text-align: center;
}
.fl-photo-align-right {
	text-align: right;
}
.fl-photo-content {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}
.fl-photo-img-svg {
	width: 100%;
}
.fl-photo-content img {
	display: inline;
	height: auto;
	max-width: 100%;
}
.fl-photo-crop-circle img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.fl-photo-caption {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl-photo-caption-below {
	padding-bottom: 20px;
	padding-top: 10px;
}
.fl-photo-caption-hover {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	color: #fff;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	padding: 10px 15px;
	position: absolute;
	right: 0;
	-webkit-transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	transition:opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
	opacity: 100;
	filter: alpha(opacity = 100);
}

/* Pagination
------------------------------------------------------ */

.fl-builder-pagination,
.fl-builder-pagination-load-more {
	padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.fl-builder-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
	background: #f5f5f5;
	text-decoration: none;
}

/* Slideshows
------------------------------------------------------ */

.fl-slideshow,
.fl-slideshow * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

}
.fl-slideshow .fl-slideshow-image img {
	max-width: none !important;
}
.fl-slideshow-social {
	line-height: 0 !important;
}
.fl-slideshow-social * {
	margin: 0 !important;
}

/* Sliders
------------------------------------------------------ */

.fl-builder-content .bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
}

/* Lightbox
------------------------------------------------------ */

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 50%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
	top: 32px!important;
}
img.mfp-img {
	padding: 0;
}
.mfp-counter {
	display: none;
}

.mfp-wrap .mfp-preloader.fa {
	font-size: 30px;
}

/* Form Fields
------------------------------------------------------ */

.fl-form-field {
	margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
	border-color: #DD6420;
}
.fl-form-error-message {
	clear: both;
	color: #DD6420;
	display: none;
	padding-top: 8px;
	font-size: 12px;
	font-weight: lighter;
}
.fl-form-button-disabled {
	opacity: 0.5;
}

/* Animations
------------------------------------------------------ */

.fl-animation {
	opacity: 0;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
	opacity: 1;
}
.fl-animated {
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

/* Button Icon Animation */
.fl-button.fl-button-icon-animation i {
	width: 0 !important;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
	opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
	margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
	margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
	margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
	margin-right: 20px !important;
    margin-left: -10px;
}

/* Templates
------------------------------------------------------ */

.single:not(.woocommerce).single-fl-builder-template .fl-content {
	width: 100%;
}

/* Shapes & Patterns
------------------------------------------------------- */
.fl-builder-layer {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.fl-builder-shape-layer {
	z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 2;
}
.fl-row-has-layers .fl-row-content {
	z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
	z-index: 2;
}

.fl-builder-layer > * {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.fl-builder-layer + .fl-row-content {
	position: relative;
}
.fl-builder-layer .fl-shape {
	fill: #aaa;
	stroke: none;
	stroke-width: 0;
	width:100%;
}
/*
Fix ipad parallax issue on safari
https://core.trac.wordpress.org/ticket/48802
https://core.trac.wordpress.org/ticket/49285
https://github.com/WordPress/gutenberg/issues/17718
*/
@supports (-webkit-touch-callout: inherit) {
  .fl-row.fl-row-bg-parallax .fl-row-content-wrap,
  .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
    background-position: center !important;
    background-attachment: scroll !important;
  }
}

@supports (-webkit-touch-callout: none) {
	.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
		background-position: center !important;
		background-attachment: scroll !important;
	}
}
.fl-row-content-wrap { margin: 0px; }.fl-row-content-wrap { padding: 20px; }.fl-row-fixed-width { max-width: 1100px; }.fl-col-content { margin: 0px; }.fl-col-content { padding: 0px; }.fl-module-content { margin: 20px; }@media (max-width: 992px) { /* Responsive Utilities
------------------------------------------------------ */

.fl-visible-desktop,
.fl-visible-mobile,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: none;
}
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col {
	display: block;
}
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
	display: flex;
}
 }@media (max-width: 768px) { /* Responsive Utilities
------------------------------------------------------ */

.fl-visible-desktop,
.fl-visible-desktop-medium,
.fl-visible-medium,
.fl-col-group .fl-visible-desktop.fl-col,
.fl-col-group .fl-visible-desktop-medium.fl-col,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
.fl-col-group-equal-height .fl-visible-medium.fl-col {
	display: none;
}

.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: block;
}

/* Rows
------------------------------------------------------ */

.fl-row-content-wrap {
	background-attachment: scroll !important;
}
.fl-row-bg-parallax .fl-row-content-wrap {
	background-attachment: scroll !important;
	background-position: center center !important;
}

/* Column Groups
------------------------------------------------------ */

/* Equal Heights */
.fl-col-group.fl-col-group-equal-height {
	display: block;
}
.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* Reversed Responsive Stacking */
.fl-col-group.fl-col-group-responsive-reversed {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-ms-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
}
.fl-col-group.fl-col-group-responsive-reversed .fl-col {
	-webkit-box-flex: 0 0 100%;
  	 -moz-box-flex: 0 0 100%;
  	  -webkit-flex: 0 0 100%;
  		  -ms-flex: 0 0 100%;
  			  flex: 0 0 100%;
		 min-width: 0;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
	-webkit-box-ordinal-group: 12;   /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-ordinal-group: 12;      /* OLD - Firefox 19- */
  	-ms-flex-order: 12;              /* TWEENER - IE 10 */
  	-webkit-order: 12;               /* NEW - Chrome */
	order: 12;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
	-webkit-box-ordinal-group: 11;
  	-moz-box-ordinal-group: 11;
  	-ms-flex-order: 11;
  	-webkit-order: 11;
	order: 11;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
	-webkit-box-ordinal-group: 10;
  	-moz-box-ordinal-group: 10;
  	-ms-flex-order: 10;
  	-webkit-order: 10;
	order: 10;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
	-webkit-box-ordinal-group: 9;
  	-moz-box-ordinal-group: 9;
  	-ms-flex-order: 9;
  	-webkit-order: 9;
	order: 9;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
	-webkit-box-ordinal-group: 8;
  	-moz-box-ordinal-group: 8;
  	-ms-flex-order: 8;
  	-webkit-order: 8;
	order: 8;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
	-webkit-box-ordinal-group: 7;
  	-moz-box-ordinal-group: 7;
  	-ms-flex-order: 7;
  	-webkit-order: 7;
	order: 7;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
	-webkit-box-ordinal-group: 6;
  	-moz-box-ordinal-group: 6;
  	-ms-flex-order: 6;
  	-webkit-order: 6;
	order: 6;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
	-webkit-box-ordinal-group: 5;
  	-moz-box-ordinal-group: 5;
  	-ms-flex-order: 5;
  	-webkit-order: 5;
	order: 5;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
	-webkit-box-ordinal-group: 4;
  	-moz-box-ordinal-group: 4;
  	-ms-flex-order: 4;
  	-webkit-order: 4;
	order: 4;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
	-webkit-box-ordinal-group: 3;
  	-moz-box-ordinal-group: 3;
  	-ms-flex-order: 3;
  	-webkit-order: 3;
	order: 3;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
	-webkit-box-ordinal-group: 2;
  	-moz-box-ordinal-group: 2;
  	-ms-flex-order: 2;
  	-webkit-order: 2;
	order: 2;
}
.fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
	-webkit-box-ordinal-group: 1;
  	-moz-box-ordinal-group: 1;
  	-ms-flex-order: 1;
  	-webkit-order: 1;
  	order: 1;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
}
.fl-col-small:not(.fl-col-small-full-width) {
	max-width: 400px;
}
.fl-block-col-resize {
	display:none;
}
/* Rows
------------------------------------------------------ */

.fl-row[data-node] .fl-row-content-wrap {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
.fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
	left: 0;
	right: 0;
}

/* Columns
------------------------------------------------------ */

.fl-col[data-node] .fl-col-content {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
 }.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }




.fl-node-633477691f930 > .fl-row-content-wrap {
	background-color: #296BC9;
	background-image: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2022/08/header-bg-nobuyicon-scaled.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: cover;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
 .fl-node-633477691f930 > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}





.fl-node-59882ff77c000 > .fl-row-content-wrap {
	background-color: #0a0000;
	background-image: url(https://conanexiles.com/wp-content/uploads/sites/5/2017/06/bacc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.fl-node-59882ff77c000 > .fl-row-content-wrap:after {
	background-color: rgba(10,7,7,0.5);
}
 .fl-node-59882ff77c000 > .fl-row-content-wrap {
	margin-bottom:0px;
}
 .fl-node-59882ff77c000 > .fl-row-content-wrap {
	padding-top:200px;
	padding-bottom:150px;
}





.fl-node-59882ff77c03d > .fl-row-content-wrap {
	background-color: #0a0000;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.fl-node-59882ff77c03d > .fl-row-content-wrap:after {
	background-color: rgba(10,0,0,0.85);
}
.fl-builder-mobile .fl-node-59882ff77c03d > .fl-row-content-wrap {
	background-image: url(https://conanexiles.com/wp-content/uploads/sites/5/2017/07/snow_back.jpg);
	background-position: center center;
	background-attachment: scroll;
}




.fl-node-633477691f92c {
	width: 9.99%;
}
.fl-node-633477691f92c > .fl-col-content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-633477691f92c {
		width: 30% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-633477691f92c {
		width: 40% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-633477691f92d {
	width: 90.01%;
}
.fl-node-633477691f92d > .fl-col-content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-633477691f92d {
		width: 70% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 768px) {
	.fl-builder-content .fl-node-633477691f92d {
		width: 20% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-59882ff77c235 {
	width: 100%;
}




.fl-node-59882ff77bfc2 {
	width: 100%;
}




.fl-node-59882ff77c30e {
	width: 100%;
}




.fl-node-59882ff77c0d4 {
	width: 100%;
}
img.mfp-img {
    padding-bottom: 40px !important;
}
@media (max-width: 768px) { /* Mobile Photo */
.fl-photo-content {
	width: 100%;
} }.fl-node-633477691f92e .fl-photo {
	text-align: center;
}
@media ( max-width: 992px ) {
 .fl-node-633477691f92e.fl-module > .fl-module-content {
	margin-right:0px;
}
}
@media ( max-width: 768px ) {
 .fl-node-633477691f92e.fl-module > .fl-module-content {
	margin-left:0px;
}
}
/* UABB Advanced Menu */

.uabb-creative-menu ul,
.uabb-creative-menu li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}
.uabb-creative-menu .menu:before,
.uabb-creative-menu .menu:after {
	content: '';
	display: table;
	clear: both;
}

/*  Horizontal Menu */

.uabb-creative-menu .menu {
	position: relative;
	padding-left: 0;
}
.uabb-creative-menu li {
	position: relative;
}
.uabb-creative-menu a {
	display: block;
	line-height: 1;
	text-decoration: none;
}
.uabb-creative-menu .menu a {
    box-shadow: none;
}
.uabb-creative-menu a:hover {
	text-decoration: none;
}
.uabb-creative-menu .sub-menu {
	min-width: 220px;
    margin: 0;
}
.uabb-creative-menu-horizontal {
    font-size: 0;
}
.uabb-creative-menu-horizontal li,
.uabb-creative-menu-horizontal > li {
    font-size: medium;
}
.uabb-creative-menu-horizontal > li > .uabb-has-submenu-container > a > span.menu-item-text {
    display: inline-block;
}

/* Expanded Menu */

.fl-module[data-node] .uabb-creative-menu .uabb-creative-menu-expanded .sub-menu {
	background-color: transparent;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

/* Submenus */

.uabb-creative-menu .uabb-has-submenu:focus,
.uabb-creative-menu .uabb-has-submenu .sub-menu:focus,
.uabb-creative-menu .uabb-has-submenu-container:focus {
	outline: 0;
}
.uabb-creative-menu .uabb-has-submenu-container {
	position: relative;
}

/* Submenu - accordion, expanded */

.uabb-creative-menu .uabb-creative-menu-accordion .uabb-has-submenu > .sub-menu {
	display: none;
}

/* Toggle - General */

.uabb-creative-menu .uabb-menu-toggle {
	cursor: pointer;
}

.uabb-creative-menu .uabb-toggle-arrows .uabb-menu-toggle:before,
.uabb-creative-menu .uabb-toggle-none .uabb-menu-toggle:before {
	border-color: #333;
}
.uabb-creative-menu .uabb-menu-expanded .uabb-menu-toggle {
	display: none;
}

/* Mobile menu - Hamburger icon */

.uabb-creative-menu-mobile-toggle {
	position: relative;
	padding: 8px;
	background-color: transparent;
	border: none;
	color: #333;
	border-radius: 0;
	cursor: pointer;
    display: inline-block;
    z-index: 5;
}
.uabb-creative-menu-mobile-toggle.text {
	width: 100%;
	text-align: center;
}
.uabb-creative-menu-mobile-toggle.hamburger .uabb-creative-menu-mobile-toggle-label,
.uabb-creative-menu-mobile-toggle.hamburger-label .uabb-creative-menu-mobile-toggle-label {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container,
.uabb-creative-menu-mobile-toggle.hamburger-label .uabb-svg-container {
	display: inline-block;
	position: relative;
	width: 1.4em;
	height: 1.4em;
	vertical-align: middle;
}
.uabb-creative-menu-mobile-toggle.hamburger .hamburger-menu,
.uabb-creative-menu-mobile-toggle.hamburger-label .hamburger-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.uabb-creative-menu-mobile-toggle.hamburger .hamburger-menu rect,
.uabb-creative-menu-mobile-toggle.hamburger-label .hamburger-menu rect {
	fill: currentColor;
}
.uabb-creative-menu.off-canvas .uabb-off-canvas-menu .uabb-menu-close-btn {
	width: 20px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	display: block;
    z-index: 99;
}
.uabb-creative-menu-mobile-toggle:focus{
	outline: thin dotted;
}

/* Overlay */

.uabb-creative-menu .uabb-menu-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
    overflow-y: auto;
    overflow-x: hidden;
}

.uabb-creative-menu .uabb-menu-overlay > ul.menu {
	text-align: center;
    position: relative;
    top: 50%;
	width: 40%;
    height: 60%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.uabb-creative-menu .uabb-overlay-fade {
	opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.uabb-creative-menu.menu-open .uabb-overlay-fade {
	opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.uabb-creative-menu .uabb-overlay-slide-down {
	visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.uabb-creative-menu.menu-open .uabb-overlay-slide-down {
	visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.uabb-creative-menu .uabb-overlay-scale {
	visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.uabb-creative-menu.menu-open .uabb-overlay-scale {
	visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}
 
.uabb-creative-menu .uabb-overlay-door {
	visibility: hidden;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
	transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

.uabb-creative-menu.menu-open .uabb-overlay-door {
	visibility: visible;
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.uabb-creative-menu .uabb-overlay-door > ul.menu {
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.uabb-creative-menu .uabb-overlay-door > ul,
.uabb-creative-menu .uabb-overlay-door .uabb-menu-close-btn {
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.uabb-creative-menu.menu-open .uabb-overlay-door > ul,
.uabb-creative-menu.menu-open .uabb-overlay-door .uabb-menu-close-btn {
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.uabb-creative-menu.menu-close .uabb-overlay-door > ul,
.uabb-creative-menu.menu-close .uabb-overlay-door .uabb-menu-close-btn {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.uabb-creative-menu .uabb-menu-overlay .uabb-toggle-arrows .uabb-has-submenu-container a > span {
	padding-right: 0 !important;
}

.uabb-creative-menu .uabb-menu-overlay .uabb-menu-close-btn {
	position: absolute;
    display: block;
	width: 55px;
    height: 45px;
	right: 40px;
    top: 40px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
	font-size: 30px;
	cursor: pointer;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.uabb-creative-menu .uabb-menu-overlay .uabb-menu-close-btn:before,
.uabb-creative-menu .uabb-menu-overlay .uabb-menu-close-btn:after {
	content: '';
	position: absolute;
	left: 50%;
    width: 2px;
    height: 40px;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.uabb-creative-menu .uabb-menu-overlay .uabb-menu-close-btn:after {
	-webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

/* Off Canvas */

.uabb-creative-menu .uabb-off-canvas-menu .menu {
	margin-top: 40px;
}

.uabb-creative-menu.off-canvas .uabb-clear {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(0,0,0,0.0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-left {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(-320px, 0px, 0px);
}

.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate3d(320px, 0px, 0px);
}

.uabb-creative-menu .uabb-off-canvas-menu {
    z-index: 99999;
    width: 300px;
    height: 100%;
    background: rgb(55, 58, 71);
    padding: 60px 20px;
    -webkit-transition: all 0.8s;
    transition: transform 0.8s ease;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    perspective: 1000;
    backface-visibility: hidden;
}

.menu-open.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-left {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.8s ease;
}

.menu-open.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.8s ease;
}
.uabb-creative-menu.off-canvas.menu-open .uabb-clear {
	visibility: visible;
	opacity: 1;
}

@media ( max-width: 992px ) {
	.uabb-creative-menu .uabb-menu-overlay .uabb-menu-close-btn {
		right: 20px;
	    top: 20px;
	}
}
/* Menu alignment */

.fl-node-633477691f92f .uabb-creative-menu .menu {
	text-align: left;
}

	.uabb-creative-menu-expanded ul.sub-menu li a,
	.uabb-creative-menu-accordion ul.sub-menu li a,
	.uabb-creative-menu-accordion ul.sub-menu li .uabb-has-submenu-container a,
	.uabb-creative-menu-expanded ul.sub-menu li .uabb-has-submenu-container a {
		text-indent: 20px;
	}
	.uabb-creative-menu-expanded ul.sub-menu li li a,
	.uabb-creative-menu-accordion ul.sub-menu li li a,
	.uabb-creative-menu-accordion ul.sub-menu li li .uabb-has-submenu-container a,
	.uabb-creative-menu-expanded ul.sub-menu li li .uabb-has-submenu-container a  {
		text-indent: 30px;
	}
	.uabb-creative-menu-expanded ul.sub-menu li li li a,
	.uabb-creative-menu-accordion ul.sub-menu li li li a,
	.uabb-creative-menu-accordion ul.sub-menu li li li .uabb-has-submenu-container a,
	.uabb-creative-menu-expanded ul.sub-menu li li li .uabb-has-submenu-container a  {
		text-indent: 40px;
	}
	.uabb-creative-menu-expanded ul.sub-menu li li li li a,
	.uabb-creative-menu-accordion ul.sub-menu li li li li a,
	.uabb-creative-menu-accordion ul.sub-menu li li li li .uabb-has-submenu-container a,
	.uabb-creative-menu-expanded ul.sub-menu li li li li .uabb-has-submenu-container a  {
		text-indent: 50px;
	}


		.fl-node-633477691f92f .uabb-creative-menu .menu.uabb-creative-menu-horizontal > li > a span.uabb-menu-toggle,
		.fl-node-633477691f92f .uabb-creative-menu .menu.uabb-creative-menu-horizontal > li > .uabb-has-submenu-container a span.uabb-menu-toggle {
			padding-left: 10px;
			float: right;
		}
		.fl-node-633477691f92f .uabb-creative-menu .menu.uabb-creative-menu-horizontal .uabb-menu-toggle {
			padding-left: 10px;
			float: right;
		}
	
	
	



/**
* Overall menu styling
*/

.fl-node-633477691f92f .uabb-creative-menu .menu > li {

	margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;}


	.fl-node-633477691f92f .uabb-creative-menu .uabb-menu-toggle:before {
		content: '\f107';
		font-family: 'Font Awesome 5 Free';
		z-index: 1;
		font-size: inherit;
		line-height: 0;
		font-weight: 900;
	}
	
			.fl-node-633477691f92f .menu .uabb-has-submenu .sub-menu {
			display: none;
		}
	
	.fl-node-633477691f92f .uabb-creative-menu li:first-child {
		border-top: none;
	}

						@media only screen and ( max-width: 768px ) {
		
			.fl-node-633477691f92f .uabb-creative-menu .menu {
				margin-top: 20px;
			}
			.fl-node-633477691f92f .uabb-creative-menu .uabb-off-canvas-menu .uabb-menu-close-btn,
			.fl-node-633477691f92f .uabb-creative-menu .uabb-menu-overlay .uabb-menu-close-btn {
				display: block;
			}
			.fl-node-633477691f92f .uabb-creative-menu .menu {
				text-align: center;
			}
			.fl-node-633477691f92f .uabb-creative-menu .menu > li {
				margin-left: 0 !important;
				margin-right: 0 !important;
			}
			
			
					.fl-node-633477691f92f .uabb-creative-menu .menu > li > a span.uabb-menu-toggle,
					.fl-node-633477691f92f .uabb-creative-menu .menu > li > .uabb-has-submenu-container a span.menu-item-text > span.uabb-menu-toggle {
						padding-left: 10px;
						float: right;
					}
					.fl-node-633477691f92f .uabb-creative-menu .menu .uabb-menu-toggle {
						padding-left: 10px;
						float: right;
					}

			
			
				}
			
	
	
	
			@media only screen and ( min-width: 769px ) {

							.fl-node-633477691f92f .menu > li {
				display: inline-block;
			}

			.fl-node-633477691f92f .menu li {
				border-left: none;
				border-top: none;
			}
			.fl-node-633477691f92f .menu li li {
				border-top: none;
				border-left: none;
			}

			.fl-node-633477691f92f .menu .uabb-has-submenu .sub-menu {
				position: absolute;
				top: 100%;
				left: 0;
				z-index: 16;
				visibility: hidden;
				opacity: 0;
				text-align:left;
				transition: all 300ms ease-in;
			}

			.fl-node-633477691f92f .uabb-has-submenu .uabb-has-submenu .sub-menu {
				top:  0;
				left: 100%;
			}

					
				
			.fl-node-633477691f92f .uabb-creative-menu .uabb-has-submenu:hover > .sub-menu,
			.fl-node-633477691f92f .uabb-creative-menu .uabb-has-submenu:focus > .sub-menu {
				visibility: visible;
				opacity: 1;
				display: block;
			}

			.fl-node-633477691f92f .uabb-creative-menu .uabb-has-submenu:focus-within > .sub-menu {
				visibility: visible;
				opacity: 1;
				display: block;
			}

			.fl-node-633477691f92f .menu .uabb-has-submenu.uabb-menu-submenu-right .sub-menu {
				top: 100%;
				left: inherit;
				right: 0;
			}

			.fl-node-633477691f92f .menu .uabb-has-submenu .uabb-has-submenu.uabb-menu-submenu-right .sub-menu {
				top: 0;
				left: inherit;
				right: 100%;
			}

			
			
							.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle {
					display: none;
				}
			
				}

		.fl-node-633477691f92f .uabb-creative-menu.uabb-menu-default .menu > li > a,
.fl-node-633477691f92f .uabb-creative-menu.uabb-menu-default .menu > li > .uabb-has-submenu-container > a {
	padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right:5px;}

.fl-node-633477691f92f .uabb-creative-menu .menu > li > a,
.fl-node-633477691f92f .uabb-creative-menu .menu > li > .uabb-has-submenu-container > a {
	}

.fl-node-633477691f92f .uabb-creative-menu .menu > li > a,
.fl-node-633477691f92f .uabb-creative-menu .menu > li > .uabb-has-submenu-container > a {

	}

.fl-node-633477691f92f .fl-module-content .uabb-creative-menu .menu > li > a span.menu-item-text,
.fl-node-633477691f92f .fl-module-content .uabb-creative-menu .menu > li > .uabb-has-submenu-container > a span.menu-item-text {
	width: 100%;
			color:#DC9767;
	}


				.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-arrows .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-none .uabb-menu-toggle:before {
			color: #DC9767;
		}
		

				.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-arrows li:hover .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-arrows .uabb-creative-menu.current-menu-item .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-arrows .uabb-creative-menu.current-menu-ancestor .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-none li:hover .uabb-menu-toggle:before {
			color: #deb89e;
		}
			
	.fl-node-633477691f92f .uabb-creative-menu .menu > li > a:hover,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li > a:focus,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li:hover > .uabb-has-submenu-container > a,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li:focus > .uabb-has-submenu-container > a,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.current-menu-item > a,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.current-menu-item > a,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.current-menu-ancestor > .uabb-has-submenu-container > a,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.current-menu-item > .uabb-has-submenu-container > a {
			}

	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-item > a,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-item > .uabb-has-submenu-container > a,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-ancestor > a,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-ancestor > .uabb-has-submenu-container > a {
			}

	.fl-node-633477691f92f .uabb-creative-menu .menu > li > a:hover span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li > a:focus span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li:hover > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li:focus > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.current-menu-item > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.current-menu-item > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.focus > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.focus > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.current-menu-ancestor > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .menu > li.current-menu-ancestor > .uabb-has-submenu-container > a span.menu-item-text > i {
		color: #deb89e;	}

	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-item > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-item > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-item > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-item > .uabb-has-submenu-container > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-ancestor > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-ancestor > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-ancestor > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.current-menu-ancestor > .uabb-has-submenu-container > a span.menu-item-text > i {
		color: #deb89e;	}

			.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-arrows .uabb-has-submenu-container:hover > .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-arrows .uabb-has-submenu-container.focus > .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-arrows li.current-menu-item >.uabb-has-submenu-container > .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-none .uabb-has-submenu-container:hover > .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-none .uabb-has-submenu-container.focus > .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-none li.current-menu-item >.uabb-has-submenu-container > .uabb-menu-toggle:before {
			color: #deb89e;
		}
		

/* Sub-menu */
.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > a,
.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > .uabb-has-submenu-container > a {
	padding-top:15px;padding-bottom:15px;padding-left:0px;padding-right:0px;
	background-color: rgba(20,20,20,0.95);
}

.fl-node-633477691f92f .uabb-creative-menu:not(.off-canvas):not(.full-screen):not(.menu-item) .uabb-creative-menu .sub-menu {
	min-width: 160px;
}

.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.uabb-creative-menu > a > span,
.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > .uabb-has-submenu-container > a > span {
	color: #dc9767;
}

.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li {
	}

.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li:last-child {
	border-bottom: none;
}
.fl-node-633477691f92f .uabb-creative-menu ul.sub-menu > li.uabb-creative-menu.uabb-has-submenu li:first-child,
.fl-node-633477691f92f .uabb-creative-menu ul.sub-menu > li.uabb-creative-menu.uabb-has-submenu li li:first-child {
	border-top: none;
}
.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li.uabb-active > .sub-menu > li:first-child,
.fl-node-633477691f92f .uabb-creative-menu .menu.uabb-creative-menu-expanded .sub-menu > li > .sub-menu > li:first-child {
	}




.fl-node-633477691f92f .uabb-creative-menu .sub-menu {
			-webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
		-moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
		-o-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
		box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3);
	}


.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li:last-child > a,
.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li:last-child > .uabb-has-submenu-container > a {
	border: 0;
}

.fl-node-633477691f92f .uabb-creative-menu ul.sub-menu > li.menu-item.uabb-creative-menu > a:hover span.menu-item-text,
.fl-node-633477691f92f .uabb-creative-menu ul.sub-menu > li.menu-item.uabb-creative-menu > a:focus span.menu-item-text,
.fl-node-633477691f92f .uabb-creative-menu ul.sub-menu > li.menu-item.uabb-creative-menu > .uabb-has-submenu-container > a:hover span.menu-item-text,
.fl-node-633477691f92f .uabb-creative-menu ul.sub-menu > li.menu-item.uabb-creative-menu > .uabb-has-submenu-container > a:focus span.menu-item-text {
	color: #deb89e;
}

.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > a:hover,
.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > a:focus,
.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > .uabb-has-submenu-container > a:hover,
.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > .uabb-has-submenu-container > a:focus {
	background-color: #;
}


				.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-arrows .sub-menu li .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-none .sub-menu li .uabb-menu-toggle:before {
			color: #dc9767;
		}
		

				.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-arrows .sub-menu li:hover .uabb-menu-toggle:before,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-toggle-none .sub-menu li:hover .uabb-menu-toggle:before {
			color: #deb89e;
		}
		
/* Toggle button */
	.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle {
		color: #DC9767;	}
		.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle-container,
	.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle-container > .uabb-creative-menu-mobile-toggle.text {
		text-align: right;
	}
	.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle rect {
		fill: #DC9767;	}


		@media only screen and ( max-width: 768px ) {
	
	.fl-node-633477691f92f .uabb-creative-menu .uabb-menu-overlay .menu {
		margin-top: 40px;
	}
	.fl-node-633477691f92f .uabb-creative-menu .menu {
		text-align: center;
	}

	
	
			.fl-node-633477691f92f .uabb-creative-menu .menu > li > a span.uabb-menu-toggle,
			.fl-node-633477691f92f .uabb-creative-menu .menu > li > .uabb-has-submenu-container a span.menu-item-text > span.uabb-menu-toggle {
				padding-left: 10px;
				float: right;
			}
			.fl-node-633477691f92f .uabb-creative-menu .menu .uabb-menu-toggle {
				padding-left: 10px;
				float: right;
			}

	
				}
	
@media only screen and (max-width: 992px) {

	.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle-container,
	.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle-container > .uabb-creative-menu-mobile-toggle.text {
		text-align: ;
	}
	.fl-node-633477691f92f .uabb-creative-menu .menu > li {
				}

	.fl-node-633477691f92f .uabb-creative-menu.off-canvas .menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu.off-canvas .menu > li > .uabb-has-submenu-container > a {
			}

	.fl-node-633477691f92f .uabb-creative-menu.uabb-menu-default .menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu.uabb-menu-default .menu > li > .uabb-has-submenu-container > a {
			}

	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > .uabb-has-submenu-container > a {
			}

	
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > .uabb-has-submenu-container > a {

				}

	
	.fl-node-633477691f92f .uabb-creative-menu .uabb-off-canvas-menu {
			}
	
	
	
			.fl-node-633477691f92f .uabb-creative-menu .menu > li > a span.uabb-menu-toggle,
			.fl-node-633477691f92f .uabb-creative-menu .menu > li > .uabb-has-submenu-container a span.menu-item-text > span.uabb-menu-toggle {
				padding-left: 10px;
				float: right;
			}
			.fl-node-633477691f92f .uabb-creative-menu .menu .uabb-menu-toggle {
				padding-left: 10px;
				float: right;
			}

	
	}

@media only screen and (max-width: 768px) {

	.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle-container,
	.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle-container > .uabb-creative-menu-mobile-toggle.text {
		text-align: center;
	}
	.fl-node-633477691f92f .uabb-creative-menu .menu > li {
			}

	.fl-node-633477691f92f .uabb-creative-menu.off-canvas .menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu.off-canvas .menu > li > .uabb-has-submenu-container > a {
			}

	.fl-node-633477691f92f .uabb-creative-menu.uabb-menu-default .menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu.uabb-menu-default .menu > li > .uabb-has-submenu-container > a {
			}

	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > .uabb-has-submenu-container > a {
			}

	
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu .sub-menu > li > .uabb-has-submenu-container > a {

				}

	
	.fl-node-633477691f92f .uabb-creative-menu .uabb-off-canvas-menu {
			}
		.fl-node-633477691f92f .uabb-creative-menu .menu {
		text-align: center;
	}

	
	
			.fl-node-633477691f92f .uabb-creative-menu .menu > li > a span.uabb-menu-toggle,
			.fl-node-633477691f92f .uabb-creative-menu .menu > li > .uabb-has-submenu-container a span.menu-item-text > span.uabb-menu-toggle {
				float: right;
			}
			.fl-node-633477691f92f .uabb-creative-menu .menu .uabb-menu-toggle {
				float: right;
			}

	
	}

@media only screen and (max-width: 992px) {
	}

@media only screen and (max-width: 768px) {
	}

/***************************** Overlay *********************************/

	.fl-node-633477691f92f .uabb-creative-menu .uabb-menu-overlay {
		background-color: #;
	}

	/* Links */
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > .uabb-has-submenu-container > a {

		padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right:5px;	}
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu {
		text-align: center;
	}


	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li {
		clear: both;
		display: block;
	}

	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu {
		width: 100%;
	}


	
	
			.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu.uabb-toggle-arrows > li > a span.uabb-menu-toggle,
			.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu.uabb-toggle-arrows > li > .uabb-has-submenu-container a span.menu-item-text > span.uabb-menu-toggle {
				padding-left: 10px;
				float: right;
			}
			.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu.uabb-toggle-arrows .uabb-menu-toggle {
				padding-left: 10px;
				float: right;
			}

	
	
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu li a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu li .uabb-has-submenu-container a span.menu-item-text {
		width: 100%;
			}

	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > .uabb-has-submenu-container > a,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > a,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > .uabb-has-submenu-container > a,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > a:hover,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > a:focus,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > .uabb-has-submenu-container > a:hover,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > .uabb-has-submenu-container > a:focus {
		background-color: transparent;
	}

	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu li {
			}
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu li:last-child {
		border-bottom: none;
	}

	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > a:hover span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > a:focus span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu >  li:hover > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu >  li:focus > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > a:hover span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > a:focus span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > a:hover span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li > a:focus span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu >  li:hover > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu >  li:focus > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > a:hover span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li > a:focus span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu li .uabb-has-submenu-container a:hover span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu li .uabb-has-submenu-container a:focus span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu li .uabb-has-submenu-container a:hover span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu li .uabb-has-submenu-container a:focus span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li:hover > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li:focus > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li:hover > .uabb-has-submenu-container > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li:focus > .uabb-has-submenu-container > a span.menu-item-text > i {
			}

	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li.current-menu-item > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li.current-menu-item > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li.current-menu-item > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li.current-menu-item > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li.current-menu-item > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li.current-menu-item > .uabb-has-submenu-container > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li.current-menu-item > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li.current-menu-item > .uabb-has-submenu-container > a span.menu-item-text i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li.current-menu-ancestor > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li.current-menu-ancestor > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li.current-menu-ancestor > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li.current-menu-ancestor > .uabb-has-submenu-container > a span.menu-item-text,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li.current-menu-ancestor > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .menu > li.current-menu-ancestor > .uabb-has-submenu-container > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li.current-menu-ancestor > a span.menu-item-text > i,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .sub-menu > li.current-menu-ancestor > .uabb-has-submenu-container > a span.menu-item-text i {
			}

	.fl-node-633477691f92f .uabb-creative-menu .uabb-menu-overlay .uabb-menu-close-btn {
					width: 30px;
			height: 30px;
			}

			.fl-node-633477691f92f .uabb-creative-menu .uabb-overlay-fade,
		.fl-node-633477691f92f .uabb-creative-menu.menu-open .uabb-overlay-fade,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-overlay-corner,
		.fl-node-633477691f92f .uabb-creative-menu.menu-open .uabb-overlay-corner,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-overlay-slide-down,
		.fl-node-633477691f92f .uabb-creative-menu.menu-open .uabb-overlay-slide-down,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-overlay-scale,
		.fl-node-633477691f92f .uabb-creative-menu.menu-open .uabb-overlay-scale,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-overlay-door,
		.fl-node-633477691f92f .uabb-creative-menu.menu-open .uabb-overlay-door,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-overlay-door > ul,
		.fl-node-633477691f92f .uabb-creative-menu .uabb-overlay-door .uabb-menu-close-btn {
			transition-duration: 0.5s;
		}
	
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .uabb-menu-overlay .uabb-menu-close-btn:before,
	.fl-node-633477691f92f .uabb-creative-menu.full-screen .uabb-menu-overlay .uabb-menu-close-btn:after {
					height: 30px;
					}

	
	
				@media only screen and ( max-width: 768px ) {
					.fl-node-633477691f92f .uabb-creative-menu.uabb-menu-default {
				display: none;
			}
					}
	
	@media only screen and ( max-width: 768px ) {

		.fl-node-633477691f92f .uabb-creative-menu.full-screen .uabb-menu-overlay ul.menu {
			width: 80%;
		}
	}

/***************************** Accordion **********************************/

/***************************** Off Canvas **********************************/
.fl-node-633477691f92f .uabb-creative-menu .menu > li > a,.fl-node-633477691f92f .uabb-creative-menu .menu > li > .uabb-has-submenu-container > a {
	font-size: 0.9em;
}
.fl-node-633477691f92f .uabb-creative-menu .uabb-creative-menu-vertical .sub-menu, .fl-node-633477691f92f .uabb-creative-menu .uabb-creative-menu-horizontal .sub-menu {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #deb89e;
	border-bottom-width: 1px;
}
.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle.hamburger {
	font-size: 20px;
}
.fl-node-633477691f92f .uabb-creative-menu .uabb-creative-menu-expanded.menu > .uabb-has-submenu > .sub-menu, .fl-node-633477691f92f .uabb-creative-menu .uabb-creative-menu-accordion.menu > .uabb-has-submenu > .sub-menu {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #deb89e;
	border-bottom-width: 1px;
}
.fl-node-633477691f92f .uabb-creative-menu-mobile-toggle {
	font-size: 0.9em;
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-row .fl-col .fl-node-59882ff77c160 h3.fl-heading a,
.fl-row .fl-col .fl-node-59882ff77c160 h3.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-59882ff77c160 h3.fl-heading .fl-heading-text *,
.fl-node-59882ff77c160 h3.fl-heading .fl-heading-text {
	color: #ffffff;
}
.fl-node-59882ff77c160.fl-module-heading .fl-heading {
	font-family: Jomhuria, sans-serif;
	font-weight: regular;
	font-size: 150px;
	line-height: .3;
	text-align: center;
}
@media(max-width: 768px) {
	.fl-node-59882ff77c160.fl-module-heading .fl-heading {
		font-size: 60px;
	}
}
.fl-node-59882ff77c1a5 .fl-separator {
	border-top:1px solid #cccccc;
	max-width: 80%;
	margin: auto;
}
 .fl-node-59882ff77c1a5 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.fl-node-59882ff77c34a .fl-photo {
	text-align: center;
}
/*main heading align*/
.header-title.bb-heading-left {
    text-align: left;
}

.header-title.bb-heading-center {
    text-align: center;
}

.header-title.bb-heading-right{
    text-align: right;
}

.header-title .bb-timline-heading {
    display: inline-block;
}
/*main heading align /.*/

/*-----------------------------Common-CSS-Start---------------------------------------*/

#fl-builder-settings-section-timeline_date_area {
    margin-bottom: 0;
}

.bb-tmtimeline-container .bb-custom-content img{
    margin: 0;
}

.bb-tmtimeline-container .bb-tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
} 

.bb-tmtimeline-container .bb-tmtimeline > li {
	position: relative;
	margin: 0;
}

.bb-tmtimeline-container .bb-tmicon i {
    vertical-align: middle;
    display: block;
    font-size: 26px;
    line-height: 1.6;
}

.bb-tmtimeline-container .bb-tmtime span {
    display: inline-block;
}

.tm-title-border-bottom {
    width: 100%;
    height: auto;
    line-height: 0;
}

.bb-tmlabel-border-bottom {
    display: inline-block;
    vertical-align: bottom;
}

.bb-tmtimeline-container .bb-tmtimeline > li:last-child .tm-conatiner-main:before {
    height: 96%;
}

.bb-tmtimeline-container .bb-tmtimeline > li .bb-tmtime.bb-tmtime-hide {
    display: none;
}

.bb-tmtimeline-container .bb-tmtimeline > li .bb-tm-image img {
    max-width: 100%;
    width: 40px;
    height: 40px;
    display: block;
}

.bb-hide-it {
    visibility: hidden;
}

/*-----------------------------Common-CSS-Ends---------------------------------------*/

/*-----------------------------Timeline-Layout-Right-Start----------------------------*/

/* Right content */
.bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
    padding: 30px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    margin: 0 0 30px 25%;
    display: block;
}

/* The line */
.bb-timeline-right .tm-conatiner-main:before {
    content: '';
    top: 20px;
    position: absolute;
    bottom: 0;
    left: 20%;
    margin-left: 0;
    transform: translateX(-50%);
    height: 111%;
}

/* The date/time */
.bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
    text-align: right;
}

.bb-timeline-right .bb-tmtimeline > li .bb-tmtime span {
	display: inline-block;
}

/* The triangle */
.bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 10px;
}

/* The icons */
.bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 37px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0;
    transform: translateX(-50%);
}
.bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 37px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0;
    transform: translateX(-50%);
}

.bb-timeline-right .bb-tm-title-left {
    text-align: left;
}

.bb-timeline-right .bb-tm-title-center {
    text-align: center;
}

.bb-timeline-right .bb-tm-title-right{
    text-align: right;
}
/*-----------------------------Timeline-Layout-RIGHT-End----------------------------*/

/*-----------------------------Timeline-Layout-LEFT-Start-------------------------*/

.bb-timeline-left .tm-conatiner-main:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 20%;
    margin-left: 0;
    transform: translateX(50%);
    height: 111%;
}

.bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
    padding: 30px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    margin: 0 25% 30px 0;
    display: block;
}

.bb-timeline-left .bb-tmtimeline > li .bb-tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 37px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    text-align: center;
    right: 20%;
    top: 0;
    margin: 0;
    transform: translateX(50%);
}

.bb-timeline-left .bb-tmtimeline > li .bb-tm-image {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 37px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    text-align: center;
    right: 20%;
    top: 0;
    margin: 0;
    transform: translateX(50%);
}

.bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
    display: block;
    width: 25%;
    padding-left: 100px;
    position: absolute;
    right: 0;
}

.bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
}
/*-----------------------------Timeline-Layout-RIGHT-End----------------------------*/

/*-----------------------------Timeline-Layout-BOTH-Start----------------------------*/

.bb-timeline-both .bb-tmtimeline:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
}

.bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 37px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 37px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
    display: block;
    width: 25%;
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
    padding: 30px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    margin: 0 0 30px 55%;
    display: block;
}

.bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
    margin: 0 55% 30px 0;
}

.bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
    border-right-color: transparent;
    right: 0;
    left: 100%;
}

.bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmtime {
    right: 0;
    left: auto;
}

.bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
    display: block;
    width: 45%;
    padding: 0;
    position: absolute;
    right: auto;
    left: 0;
    text-align: right;
}

.bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmtime {
    text-align: left;
}

.bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
}

.bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
    border-right-color: transparent;
    right: 0;
    left: 100%;
}
/*-----------------------------Timeline-Layout-BOTH-End----------------------------*/
.fl-node-59882ff77c111 .bb-timline-title {
	font-family: "Jomhuria", sans-serif;font-weight: 400;}

.fl-node-59882ff77c111 .bb-timline-title {
	font-size: 48px;
	line-height: 32px;
	color: #ffffff;
}

.fl-node-59882ff77c111 .bb-timline-title {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Timeline Description Typography */

.fl-node-59882ff77c111 .bb-timline-dec {
	color: #ffffff;
	font-size: px;
	line-height: px;
}

.fl-node-59882ff77c111 .bb-timline-dec {
	margin-top: 15px;
	margin-bottom: 0px;
}

/* Timeline Date Typography */

.fl-node-59882ff77c111 .bb-tmtime {
	color: #5B9DD9;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before {
	width: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: rgba(162,205,229, 0.5);
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
	width: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: rgba(162,205,229, 0.5);
}

/* Animation CSS */
.fl-node-59882ff77c111 .bb-tmtimeline-container .animated {
	-webkit-animation-duration:  s;
	animation-duration: s;
}

/* foreach child section*/
/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-0 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-0 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-0 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-0 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-0:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-0 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-0 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-0:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-0 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-0 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-0 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-0 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-0 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-0 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-0 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-0:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-1 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-1 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-1 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-1 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-1:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-1 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-1 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-1:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-1 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-1 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-1 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-1 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-1 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-1 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-1 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-1:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-2 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-2 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-2 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-2 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-2:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-2 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-2 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-2:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-2 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-2 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-2 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-2 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-2 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-2 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-2 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-2:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-3 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-3 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-3 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-3 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-3:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-3 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-3 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-3:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-3 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-3 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-3 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-3 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-3 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-3 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-3 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-3:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-4 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-4 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-4 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-4 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-4:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-4 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-4 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-4:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-4 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-4 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-4 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-4 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-4 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-4 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-4 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-4:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-5 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-5 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-5 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-5 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-5:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-5 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-5 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-5:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-5 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-5 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-5 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-5 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-5 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-5 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-5 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-5:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-6 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-6 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-6 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-6 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-6:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-6 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-6 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-6:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-6 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-6 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-6 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-6 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-6 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-6 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-6 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-6:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-7 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-7 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-7 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-7 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-7:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-7 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-7 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-7:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-7 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-7 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-7 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-7 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-7 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-7 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-7 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-7:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-8 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-8 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-8 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-8 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-8:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-8 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-8 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-8:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-8 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-8 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-8 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-8 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-8 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-8 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-8 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-8:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-9 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-9 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-9 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-9 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-9:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-9 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-9 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-9:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-9 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-9 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-9 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-9 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-9 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-9 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-9 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-9:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-10 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-10 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-10 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-10 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-10:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-10 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-10 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-10:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-10 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-10 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-10 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-10 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-10 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-10 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-10 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-10:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-11 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-11 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-11 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-11 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-11:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-11 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-11 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-11:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-11 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-11 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-11 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-11 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-11 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-11 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-11 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-11:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-12 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-12 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-12 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-12 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-12:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-12 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-12 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-12:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-12 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-12 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-12 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-12 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-12 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-12 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-12 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-12:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-13 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-13 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-13 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-13 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-13:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-13 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-13 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-13:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-13 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-13 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-13 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-13 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-13 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-13 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-13 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-13:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-14 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-14 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-14 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-14 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-14:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-14 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-14 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-14:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-14 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-14 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-14 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-14 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-14 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-14 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-14 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-14:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-15 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-15 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-15 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-15 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-15:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-15 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-15 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-15:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-15 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-15 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-15 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-15 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-15 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-15 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-15 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-15:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-16 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-16 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-16 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-16 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-16:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-16 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-16 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-16:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-16 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-16 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-16 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-16 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-16 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-16 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-16 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-16:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-17 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-17 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-17 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-17 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-17:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-17 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-17 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-17:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-17 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-17 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-17 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-17 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-17 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-17 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-17 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-17:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-18 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-18 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-18 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-18 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-18:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-18 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-18 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-18:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-18 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-18 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-18 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-18 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-18 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-18 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-18 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-18:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-19 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-19 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-19 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-19 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-19:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-19 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-19 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-19:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-19 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-19 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-19 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-19 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-19 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-19 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-19 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-19:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-20 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-20 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-20 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-20 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-20:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-20 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-20 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-20:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-20 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-20 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-20 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-20 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-20 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-20 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-20 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-20:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-21 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-21 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-21 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-21 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-21:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-21 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-21 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-21:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-21 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-21 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-21 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-21 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-21 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-21 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-21 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-21:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-22 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-22 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-22 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-22 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-22:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-22 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-22 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-22:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-22 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-22 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-22 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-22 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-22 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-22 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-22 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-22:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-23 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-23 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-23 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-23 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-23:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-23 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-23 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-23:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-23 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-23 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-23 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-23 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-23 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-23 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-23 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-23:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-24 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-24 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-24 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-24 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-24:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-24 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-24 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-24:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-24 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-24 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-24 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-24 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-24 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-24 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-24 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-24:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-25 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-25 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-25 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-25 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-25:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-25 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-25 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-25:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-25 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-25 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-25 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-25 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-25 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-25 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-25 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-25:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-26 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-26 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-26 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-26 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-26:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-26 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-26 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-26:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-26 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-26 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-26 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-26 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-26 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-26 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-26 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-26:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-27 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-27 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-27 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-27 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-27:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-27 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-27 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-27:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-27 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-27 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-27 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-27 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-27 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-27 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-27 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-27:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-28 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-28 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-28 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-28 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-28:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-28 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-28 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-28:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-28 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-28 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-28 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-28 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-28 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-28 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-28 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-28:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-29 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-29 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-29 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-29 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-29:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-29 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-29 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-29:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-29 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-29 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-29 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-29 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-29 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-29 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-29 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-29:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-30 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-30 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-30 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-30 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-30:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-30 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-30 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-30:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-30 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-30 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-30 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-30 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-30 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-30 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-30 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-30:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-31 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-31 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-31 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-31 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-31:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-31 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-31 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-31:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-31 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-31 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-31 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-31 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-31 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-31 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-31 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-31:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-32 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-32 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-32 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-32 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-32:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-32 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-32 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-32:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-32 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-32 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-32 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-32 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-32 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-32 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-32 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-32:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-33 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-33 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-33 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-33 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-33:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-33 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-33 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-33:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-33 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-33 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-33 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-33 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-33 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-33 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-33 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-33:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-34 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-34 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-34 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-34 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-34:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-34 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-34 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-34:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-34 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-34 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-34 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-34 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-34 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-34 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-34 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-34:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-35 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-35 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-35 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-35 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-35:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-35 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-35 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-35:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-35 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-35 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-35 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-35 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-35 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-35 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-35 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-35:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-36 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-36 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-36 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-36 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-36:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-36 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-36 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-36:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-36 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-36 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-36 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-36 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-36 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-36 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-36 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-36:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-37 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-37 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-37 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-37 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-37:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-37 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-37 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-37:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-37 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-37 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-37 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-37 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-37 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-37 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-37 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-37:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-38 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-38 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-38 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-38 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-38:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-38 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-38 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-38:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-38 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-38 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-38 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-38 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-38 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-38 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-38 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-38:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-39 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-39 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-39 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-39 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-39:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-39 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-39 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-39:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-39 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-39 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-39 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-39 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-39 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-39 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-39 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-39:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-40 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-40 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-40 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-40 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-40:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-40 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-40 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-40:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-40 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-40 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-40 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-40 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-40 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-40 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-40 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-40:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-41 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-41 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-41 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-41 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-41:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-41 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-41 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-41:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-41 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-41 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-41 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-41 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-41 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-41 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-41 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-41:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-42 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-42 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-42 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-42 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-42:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-42 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-42 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-42:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-42 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-42 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-42 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-42 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-42 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-42 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-42 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-42:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-43 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-43 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-43 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-43 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-43:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-43 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-43 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-43:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-43 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-43 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-43 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-43 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-43 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-43 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-43 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-43:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-44 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-44 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-44 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-44 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-44:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-44 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-44 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-44:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-44 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-44 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-44 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-44 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-44 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-44 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-44 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-44:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}

/* Timeline Title Align */
.fl-node-59882ff77c111 .tm-timeline-li-45 .bb-timline-title {
text-align: center;
}

/* Timeline Connector */

/* for image setting */


/* Timeline Title border */
.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-45 .bb-tmlabel-border-bottom {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
width : 70%;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-45 .tm-title-border-bottom {
text-align: center;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-45 .bb-tmicon i {
color: #;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-45:hover .bb-tmicon i {
color: #;
}

/* Timeline Sections */

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-45 .bb-tmlabel {
background-color: #ffffff;
background: rgba(255,255,255, 0.1);
border-radius: 5px;
border-width: 0px;
border-style: none;
border-color: #ffffff;
}

.fl-node-59882ff77c111 .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmlabel:after  {
top: 10px;
margin-left: 0px;
}

.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-timeline-li-45 .tm-conatiner-main{
padding-top: 10px;
padding-bottom: 0px;
}

.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}
.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmlabel:after {
border-left-color: rgba(255,255,255, 0.1);
border-right-color: transparent;
}

.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-45:nth-child(even) .bb-tmlabel:after {
border-right-color: rgba(255,255,255, 0.1);
border-left-color: transparent;
}



@media screen and (max-width: 768px) {

			
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmicon {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-45 .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-45 .bb-tm-image {
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .tm-conatiner-main:before,
	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmlabel,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmlabel {
		margin: 0 0 40px 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmtime,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmtime {
		margin-left: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-45 .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-45 .bb-tm-image{
		display: none !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-45 .bb-tmtime {
		margin-left: 0 !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .tm-timeline-li-45 .bb-tmlabel,
	body .fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		margin-left: 0px !important;
	}
		

	 

	/*common css*/
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image,
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		display: block;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel {
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .tm-title-border-bottom {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec p {
		text-align: left !important;
	}

	.fl-node-59882ff77c111 .bb-tmtimeline-container .bb-tmlabel .bb-timline-dec img {
		margin-left: 0 !important;
	}

	/*right responsive*/
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		margin: 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li .bb-tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-right-color: transparent;
	}

	/*left responsive*/
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmicon{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tm-image{
		right: auto;
		left: 20px;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .tm-conatiner-main:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 60px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel {
		margin: 0 0 40px 50px;
		padding: 20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-left-color: transparent;
		top: -20px;
	}

	/*both responsive*/
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline:before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: 0;
		right: auto;
		left: 20px;
		margin: 0;
		border-radius: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime {
		width: auto;
		position: relative;
		padding: 0 0 20px 0px;
		margin-left: 50px;
		text-align: left;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmtime span {
		text-align: left;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel {
		margin: 1px 0 40px 0;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li:nth-child(odd) .bb-tmlabel:after {
		border-left-color: transparent;
		right: auto;
		left: 20px;
		top: -20px;
	}
	
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmlabel:after{
		right: auto;
		left: 20px;
		border-right-color: transparent;
		top: -20px;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tmicon {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li .bb-tm-image {
		right: auto;
		left: 20px;
		top: 0;
		margin: 0;
		transform: translateX(-50%) !important;
	}

	/* Connector */
	.fl-node-59882ff77c111 .bb-timeline-right .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-left .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}
	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-45 .bb-tmlabel:after {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-right-color: transparent;
		border-left-color: transparent;
	}

	.fl-node-59882ff77c111 .bb-timeline-both .bb-tmtimeline > li.tm-timeline-li-45:nth-child(even) .bb-tmlabel:after  {
		border-bottom-color: rgba(255,255,255, 0.1);
		border-left-color: transparent;
		border-right-color: transparent;
	}
}


/* Start Global CSS */
.sorcery-section-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 30px;
    height: 32px;
    background: url(https://www.conanexiles.com/wp-content/uploads/sites/15/2022/08/separator-icon.png) no-repeat center;
    background-size: 100% auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.news-carousel {
    margin: 0 auto;
    max-width: 600px;
    height: auto;
}

.custom-ce-menu .fl-row-content-wrap {
    background-color: rgb(0,0,0)!important;
}

.ce-nav .buy-now-mobile {
    opacity: 1;
}

.ce-nav {
    font-family: noto-serif,serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .04em;
    line-height: 1em;
    color: #DC9767;
}

.nav-logo {
    min-width: 170px;
    min-height: 150px;
}

.page-numbers li a, .page-numbers .dots  {
    color: rgb(221, 194, 113)!important;
    border: 1px solid rgb(221, 194, 113)!important;
}

.page-numbers li .current {
    color: black!important;
    background-color: rgb(221, 194, 113)!important;
    border: 1px solid rgb(221, 194, 113)!important;
}

.fl-post {
    margin-bottom: 0;
}

.ce-global-header {
    height: 1.2em;
    width: 100%;
    background-color: black;
    font-family: noto-serif,serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .03em;
    line-height: 1.2em;
}

/*.sticky-header .fl-module.fl-module-uabb-advanced-menu.exiles-nav {*/
		/*position: absolute;*/
/*		right: 20px;*/
/*		top: -10px;*/
/*	}*/

@media (max-width: 900px){
.sticky-header .fl-module.fl-module-uabb-advanced-menu.exiles-nav {
    position: absolute;
    right: 20px;
    top: -10px;
    font-size: 1.2em!important;
}
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.ce-section-title p::before {
    content: '';
    position: absolute;
    left: -85px;
    top: 14px;
    width: 82px;
    height: 28px;
    background: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/title_deco_left.png) no-repeat;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.ce-section-title p {
    position: relative;
    display: inline-block;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.ce-section-title * {
    font-family: noto-serif, serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
    text-shadow: 0px 1.5px 1.5px rgb(0 0 0 / 90%);
    margin-bottom: 10px;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.ce-section-title p::after {
    content: '';
    position: absolute;
    right: -85px;
    top: 14px;
    width: 82px;
    height: 28px;
    background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/title_deco_right.png') no-repeat;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-theme.ce-section-title p::after, .fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-theme.ce-section-title p::before {
    content: '';
    position: absolute;
    right: -58px;
    top: 50%;
    margin-top: 14px;
    width: 400px;
    height: 38px;
    background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_text_decorator_small.png') no-repeat !important;
}

/*.fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-theme.ce-section-title p::after {
    right: 4px;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-theme.ce-section-title p::before {
    left: 4px;
}*/

.about-text .fl-module-content.fl-node-content {
    margin-top: 10px!important;
}
    .temporaryremoved {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}


.vidbuild {
    position: relative;
}

.video-embed {
    padding: 0 !important;
}

.ceIOS .video-embed {
    padding: 3% 1.5% !important;
}

.AOS-vidbuild {
    position: relative;
    top:40px;
}

.AOS-video-logo {
    position: absolute;
    top:5%;
    left:50%;
    transform: translateX(-50%);
    max-width: 528px;
    width: 100%;
    height: auto;
}

.AOS-video-text{
    position: absolute;
    top:47%;
    left:5%;
    z-index: 1;
    width:90%;
    font-family: 'Noto Serif';
    font-style: normal;
    /*font-size: 1.2vw;*/
    font-size:17px;
    text-align: center;
    color: #DEB89E!important;
    letter-spacing: 0.08em;
    line-height:1.8em;
}

.AOS-text-mobile{
    font-family: 'Noto Serif';
    font-style: normal;
    text-align: center;
    color: #DEB89E!important;
}

@media (min-width: 2560px) {
    .AOS-video-text{
        font-size: 0.7vw;
    }
}


.AOS-cta{
    z-index:2;
    width:25%;
    position: absolute;
    top: 75%;
    left: 37.5%;
}

.AOS-cta:hover {
    transform: scale(1.05);
}

.AOS-mobile-text{
    font-size: 16px;
    position: absolute;
    margin-top: 20px;
}

.aos-logo-mobile {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}


.video-frame2 {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 900px) {
    .sorcery-play-btn {
        display: none;
    }
    #firstrow {
        z-index: 4;
    }
    .deco-link {
        visibility: hidden;
        height: 20px;
    }
    .trailer-link * {
    font-size: 30px!important;
    line-height: 40px!important;
    }
    .wrapper-horizontal a, .wrapper-horizontal div {
    padding: 0 10px 10px 10px!important;
}
    .sorcery-section-hero {
        min-height: 100px!important;
    }
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.deco-link p::before {
    content: '';
    position: absolute;
    left: -85px;
    top: 50%;
    margin-top: -9px;
    width: 82px;
    height: 28px;
    background: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/title_deco_left.png) no-repeat;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.trailer-link p::before {
    content: '';
    position: absolute;
    left: -85px;
    top: 50%;
    margin-top: -9px;
    width: 82px;
    height: 28px;
    background: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/title_deco_right.png) no-repeat;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.deco-link p {
    position: relative;
    display: inline-block;
}
.fl-builder-content .fl-row-full-width .fl-module-rich-text.trailer-link p {
    position: relative;
    display: inline-block;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.deco-link * {
    font-family: noto-serif, serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
    color: #DC9767 !important;
    text-shadow: 0px 1.5px 1.5px rgb(0 0 0 / 90%);
    margin: 0;
    padding: 5px 0 0 0;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.trailer-link * {
    font-family: noto-serif, serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
    color: #DC9767 !important;
    text-shadow: 0px 1.5px 1.5px rgb(0 0 0 / 90%);
    margin: 0;
    padding: 5px 0 0 0;
}

.deco-link-s * {
    font-size: 30px !important;
    line-height: 40px !important;
    padding: 0;
    margin: 0;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.deco-link p::after {
    content: '';
    position: absolute;
    right: -85px;
    top: 50%;
    margin-top: -9px;
    width: 82px;
    height: 28px;
    background: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/title_deco_right.png) no-repeat;
}
.fl-builder-content .fl-row-full-width .fl-module-rich-text.trailer-link p::after {
    content: '';
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -9px;
    width: 50px;
    height: 28px;
    background: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/title_deco_right.png) no-repeat;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.twitch-hero-text * {
    font-family: noto-serif, serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
    /*color: #DC9767 !important;*/
    text-shadow: 0px 1.5px 1.5px rgb(0 0 0 / 90%);
    margin: 0;
    padding: 5px 0 0 0;
}

.section-title-exiles {
font-family: noto-serif,serif;
font-weight: 600;
font-style: normal;
letter-spacing: .03em;
line-height: 25pt;
}


.deco-link p {
font-family: noto-serif,serif;
font-weight: 600;
font-style: normal;
letter-spacing: .04em;
line-height: 25pt; 
}
    
@media only screen and (max-width: 990px) {
.uabb-creative-menu .menu > li {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
}

.sorcery-buynow-nav {
font-family: noto-serif,serif;
font-weight: 600;
font-style: normal;
letter-spacing: .04em;
line-height: 1em;
}

.exiles-nav {
font-family: noto-serif,serif;
font-weight: 600;
font-style: normal;
letter-spacing: .04em;
line-height: 1em;
/*position: absolute;*/
top: 0;
bottom: 0;
left: 170px;
right: 170px;
vertical-align: center;
}

.buy-now-mobile {
    opacity: 0;
}
@media screen and (max-width: 990px) {
  .buy-now-mobile {
    opacity: 1;
}
}

.admin-bar .sticky-header {
  top: 0px;
}
/*@media screen and (min-width: 783px) {*/
/*  .admin-bar .sticky-header {*/
/*    top: 32px;*/
/*  }*/
/*}*/
.sticky-header {
    position:sticky;
	top:0;
	z-index:99;
}

.uabb-creative-menu-mobile-toggle-container {
    margin-top: 0;
}

/*@media (max-width : 900px) {*/
/*.uabb-creative-menu-mobile-toggle-container .hamburger {*/
/*    margin-top: 2px;*/
/*}*/
/*}*/
.countdown {
    font-family: 'Jomhuria', cursive;
    text-transform: uppercase;
    line-height: 0.7;
}

.fl-post-grid-title {
    font-family: 'Jockey One', sans-serif;
}

.fl-post-carousel.fl-post-carousel-grid .fl-post-carousel-title {
	font-size:35px;
}
html[lang="ko-KR"] .fl-post-carousel.fl-post-carousel-grid .fl-post-carousel-title,
html[lang="ja"] .fl-post-carousel.fl-post-carousel-grid .fl-post-carousel-title,
html[lang="ru-RU"] .fl-post-carousel.fl-post-carousel-grid .fl-post-carousel-title,
html[lang="zh-CN"] .fl-post-carousel.fl-post-carousel-grid .fl-post-carousel-title,
html[lang="zh-TW"] .fl-post-carousel.fl-post-carousel-grid .fl-post-carousel-title{
    font-size: 24px !important;
    line-height: normal !important;
}


.price {
    font-family: 'Jockey One', sans-serif;
    text-align: center;
    background-color: black;
}


.fl-tabs-panels {
     background: none;
     border-style: none;
}

.fl-tabs-label.fl-tab-active {
    background: none;
    color: yellow;
}

.fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
    border-style: none;
}

@media (min-width : 800px) {
.fl-tabs-labels {
    display: flex;
}
.fl-tabs-label {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}
}

@media (min-width : 800px) {
.fl-tabs-panel-label {
    display: none;
}
}

#bb-carousel img, .aow-theme.latest-news-slider .fl-post-carousel-post, .aow-button .fl-button{
    border-image: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/AOW_small-square.png) 20% round !important;
    border-image-width: auto !important;
    border: 12px solid transparent;
}

.aow-theme.big-gallery .uabb-gallery-img {
    border-image: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/06/AOW_bigsquare.png) 20% round !important;
    border-image-width: 30% 30% !important;
    border: 15px solid transparent;
}

.twitch-faq .uabb-adv-accordion {
    border-image: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/faq_bigsqare.png) 23% round !important;
    border-image-width: 20% 15% !important;
    border: 7px solid transparent
}

@media (max-width: 700px){
    .twitch-faq .uabb-adv-accordion {
        border-image: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/faq_bigsqare_mobile.png) 23% round !important;
        border-image-width: 7% 21% !important;
        border: 7px solid transparent
    }
    .stone-background {
    margin-top: -100px;
}
}

.twitch-faq >.fl-module-content {
    border: none !important;
}

.latest-news-slider .fl-post-carousel-text {
    width: 100%;
}

.aow-theme.video-frame {
    height: 100%;
    width: 100%;
    content: ''
}

.aow-theme.video-frame::before {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -40px;
	top: 0;
	margin-top: -29px;
	width: 81px;
	height: 58px;
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/frame_deco.png') no-repeat !important;
	background-size: 100% auto;
}

.aow-theme.video-frame::after {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	margin-bottom: -29px;
	width: 81px;
	height: 58px;
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2023/09/frame_deco.png') no-repeat !important;
	background-size: 100% auto;
}

/* AGE OF HEROES STYLES */
#bb-carousel img, .aoh-theme.latest-news-slider .fl-post-carousel-post {
    border-image: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_small_frame.png) 5% round !important;
    border-image-width: auto !important;
    border: 12px solid transparent;
}

.aoh-button .fl-button{
    border-image-source: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/empty_button-e1727969880973.png) !important;
    border-image-repeat: round !important;
    border-image-slice: 42 !important;
    border-image-width: 30px !important;
}
@media (min-width : 800px) {
    .aoh-theme.big-gallery .uabb-gallery-img {
        padding: 70px 75px 126px 75px;
        border-image-source: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_image_frame_16x9-e1727969927781.png) !important;
        border-image-width: 0px !important;
        border-image-slice: 0% fill !important;
    }
}

.aoh-theme.twitch-faq .uabb-adv-accordion {
    border-image: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_image_frame_16x9-e1727969927781.png) 5% round !important;
    border-image-width: 20% 15% !important;
    border: 7px solid transparent
}

@media (max-width: 700px){
    .aoh-theme.twitch-faq .uabb-adv-accordion {
        border-image: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_image_frame_1x1-e1727969953963.png) 5% round !important;
        border-image-width: 7% 21% !important;
        border: 7px solid transparent
    }
}

.aoh-theme.video-frame {
    height: 100%;
    width: 100%;
    content: ''
}

.aoh-theme.video-frame::before {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -40px;
	top: 0;
	margin-top: -29px;
	width: 81px;
	height: 58px;
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_text_deco_big-e1727969897664.png') no-repeat !important;
	background-size: 100% auto;
}

.aoh-theme.video-frame::after {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	margin-bottom: -29px;
	width: 81px;
	height: 58px;
	background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_text_deco_big-e1727969897664.png') no-repeat !important;
	background-size: 100% auto;
}
@media (min-width : 600px) {
.fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-deco-link p::after,
.fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-ce-section-title p::after {
    content: '';
    position: absolute;
    top: 14%;
    right: 22%;;
    width: 400px;
    height: 50px;
    background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_text_decorator_small.png') no-repeat !important;
}
}

@media (min-width : 800px) {
.fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-deco-link p::after,
.fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-ce-section-title p::after{
    content: '';
    position: absolute;
    left: 33%;
    top: 10%;
    width: 400px;
    height: 50px;
    background: url('https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_text_decorator_small.png') no-repeat !important;
}
}

@media (min-width : 600px) {
    .fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-ce-section-title p::after{
        top: 13% !important;
        left: 22% !important;
    }

    .fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-deco-link p::after{
        top: 25% !important;
        left: 23% !important;
    }
}

@media (min-width : 800px) {
    .fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-ce-section-title p::after{
        top: 15% !important;
        left: 39% !important;
    }

    .fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-deco-link p::after{
        top: 35% !important;
        left: 39% !important;
    }
}



.fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-deco-link * {
    font-family: noto-serif, serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
    text-shadow: 0px 1.5px 1.5px rgb(0 0 0 / 90%);
    margin: 0;
    padding: 5px 0 0 0;
}

.fl-builder-content .fl-row-full-width .fl-module-rich-text.aoh-ce-section-title * {
    font-family: noto-serif, serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 50px;
    line-height: 160px;
    text-align: center;
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
    text-shadow: 0px 1.5px 1.5px rgb(0 0 0 / 90%);
}

.aoh-twitch-faq .uabb-adv-accordion {
    padding: 40px 35px 100px 40px;
    border-image-source: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_image_frame_1x1-e1727969953963.png)!important;
    border-image-width: 0% !important;
    border-image-slice: 0% fill !important;
}

@media (max-width: 700px){
    .aoh-twitch-faq .uabb-adv-accordion {
        padding: 40px 35px 100px 40px;
        border-image-source: url(https://www.conanexiles.com/wp-content/uploads/sites/5/2024/10/AOH_image_frame_1x1-e1727969953963.png)!important;
        border-image-width: 0% !important;
        border-image-slice: 0% fill !important;
    }
    .stone-background {
    margin-top: -100px;
}
}
.aoh-twitch-faq >.fl-module-content {
    border: none !important;
}
/* End Global CSS */


/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
@media (max-width: 768px) {
	.custom-ce-menu .fl-col-group .fl-col:nth-child(1) {
		margin-left: 16px;
	}

	.custom-ce-menu .fl-col-group .fl-col:nth-child(2) {
		margin-right: 16px;
	}
}

.home-link-img {
	max-width: 200px;
	width: 100%;
}

@media (min-width: 1300px) {
	li.buy-now-mobile {
		position: absolute;
		right: 0;
	}
	
	li.buy-now-mobile .uabb-has-submenu-container {
		padding-right: 18px;
	}

	li.buy-now-mobile ul {
		left: unset;
		right: 0;
		transform: translate(0, 0);
	}
}
/* End Layout CSS */

/* Equal height Column Bottom Alignment */
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
          -webkit-box-align: end;
           -webkit-box-pack: end;
              -ms-flex-pack: end;
}

/* H1-H6 Margin Reset in all Modules */
.uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
    margin: 0;
    clear: both;
}

/* Anchor Tag Css */

.fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
    text-decoration: none;
}

/* Row Separator CSS */

.uabb-row-separator {
    position: absolute;
    width: 100%;
    left: 0;
}

.uabb-top-row-separator {
    top: 0;
    bottom: auto
}

.uabb-bottom-row-separator {
    top: auto;
    bottom: 0;
}

.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
    display: none !important;
}

@media (max-width: 992px) {

    .fl-builder-content-editing .fl-visible-desktop.uabb-row,
    .fl-builder-content-editing .fl-visible-mobile.uabb-row {
        display: none !important;
    }

    .fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .fl-builder-content-editing .fl-visible-desktop.uabb-row,
    .fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium.uabb-row {
        display: none !important;
    }

    .fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
    .fl-builder-content-editing .fl-visible-mobile.uabb-row {
        display: block !important;
    }
}

/*.ult-main-seperator-inner {
    position: relative;
    height: 100%;
    width: 100%
}*/

.fl-responsive-preview-content .fl-builder-content-editing {
    overflow-x: hidden;
    overflow-y: visible;
}

.uabb-row-separator svg {
    width: 100%;
}

.uabb-top-row-separator.uabb-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    top: -1px;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    bottom: -1px;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
    bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
    top: 0;
}

/**
 *
 *  Svg Triangle Separator
 *  Big Triangle Separator
 *  Big Triangle Left Separator
 *  Svg Half Circle Separator
 *  Curve Center Separator
 *  Waves Separator
 *  Stamp
 *  Grass
 *  Slime
 *  Grass Bend
 *  Wave Slide
 *  Muliple Triangles
 *  Pine Tree
 *  Pine Tree Bend
 *
 ***************************************/
.uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

/*
 *  Big Triangle
*/
.uabb-bottom-row-separator.uabb-big-triangle svg {
    left: 50%;
    -webkit-transform: scale(1) scaleY(-1) translateX(-50%);
       -moz-transform: scale(1) scaleY(-1) translateX(-50%);
        -ms-transform: scale(1) scaleY(-1) translateX(-50%);
         -o-transform: scale(1) scaleY(-1) translateX(-50%);
            transform: scale(1) scaleY(-1) translateX(-50%);
}

.uabb-top-row-separator.uabb-big-triangle svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
       -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
         -o-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}

/**
 *
 *  Big Triangle Right Separator
 *
 ***************************************/
.uabb-top-row-separator.uabb-xlarge-triangle-right svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}

/**
 *
 *  Curve Left Separator
 *  Curve Right Separator
 *
 ***************************************/
.uabb-top-row-separator.uabb-curve-up-separator svg {
    left: 50%;
     -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-top-row-separator.uabb-curve-down-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-curve-down-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}


/**
 *
 *  Tilt Left Separator
 *  Tilt Right Separator
 *
 ***************************************/

.uabb-top-row-separator.uabb-tilt-left-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-top-row-separator.uabb-tilt-right-separator svg{
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}

.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
    top: 0;
}

.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
    bottom: 0;
}

/**
 *
 *  Clouds Separator
 *  Multi Triangle
 *  Arrow Inward
 *  Arrow Outward
 *
 ***************************************/

.uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-multi-triangle svg {
    bottom: -2px;
}

.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
    left: 0;
    width: 50%;
    background: inherit inherit/inherit inherit inherit inherit;
    content: '';
    position: absolute
}


/* Buttons
------------------------------------------------------ */

.uabb-button-wrap a,
.uabb-button-wrap a:visited {
    /*background: #fafafa;*/
    /*border: 1px solid #ccc;*/
    /* Need to delete later
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;*/
    /*color: #333;*/
    display: inline-block;
    font-size: 16px;
    /*font-weight: normal;*/
    line-height: 18px;
    /*padding: 12px 24px;*/
    text-decoration: none;
    text-shadow: none;
}
.uabb-button-wrap a *,
.uabb-button-wrap a:visited * {
    /*color: #333;*/
}
.fl-builder-content .uabb-button:hover {
    text-decoration: none;
}

.fl-builder-content .uabb-button-width-full .uabb-button {
    display: block;
    text-align: center;
}

.uabb-button-width-custom .uabb-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.fl-builder-content .uabb-button-left {
    text-align: left;
}
.fl-builder-content .uabb-button-center {
    text-align: center;
}
.fl-builder-content .uabb-button-right {
    text-align: right;
}

/*.fl-builder-content .uabb-button i {
    vertical-align: middle;
}*/

.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
    font-size: 1em;
    height: 1em;
    line-height: 1em;
    width: 1em;
    /*margin-right:8px;*/
}

.uabb-button .uabb-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
    margin-left: 0;
    margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
    margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
    vertical-align: middle;
}

/* Icons
------------------------------------------------------ */

.uabb-icon-wrap {
    display: inline-block;
}
/*.uabb-icon {
    display: table-cell;
    vertical-align: middle;
}*/
.uabb-icon a {
    text-decoration: none;
}
.uabb-icon i {
    /*float: left;*/
    display: block;
}
.uabb-icon i:before {
    border: none !important;
    background: none !important;
}
.uabb-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}
.uabb-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.uabb-icon-text a {
    text-decoration: none;
}

/* Photos
------------------------------------------------------ */

.uabb-photo {
    line-height: 0;
    position: relative;
    z-index: 2;
}
.uabb-photo-align-left {
    text-align: left;
}
.uabb-photo-align-center {
    text-align: center;
}
.uabb-photo-align-right {
    text-align: right;
}
.uabb-photo-content {
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.uabb-photo-content img {
    border-radius: inherit;
    display: inline;
    height: auto;
    max-width: 100%;
    width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.uabb-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uabb-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px;
}
.uabb-photo-caption-hover {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity = 0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition:visibility 200ms linear;
    -moz-transition:visibility 200ms linear;
    transition:visibility 200ms linear;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
    opacity: 100;
    visibility: visible;
    /*filter: alpha(opacity = 100);*/
}

/* Panel & Buttons
------------------------------------------------------ */
.uabb-active-btn {
    background: #1e8cbe;
    border-color: #0074a2;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
    display: block !important;
    opacity: 1 !important;
}

/* Image Icon Object */
.uabb-imgicon-wrap .uabb-icon {
    display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
    float: none;
}

/* Photo */


.uabb-imgicon-wrap .uabb-image {
    line-height: 0;
    position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
    text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
    text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
    text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
    display: inline-block;
    border-radius: 0;
    line-height: 0;
    position: relative;
    max-width: 100%;
}
.uabb-imgicon-wrap .uabb-image-content img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto;
    border-radius: inherit;
    box-shadow: none;
    box-sizing: content-box;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* Creative Button
___________________________________________________________________________*/

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;

}

.uabb-creative-button-wrap a:focus {
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
}

.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
}

.uabb-creative-button-wrap a:hover {
    text-decoration: none;
}

.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
    display: block;
    text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
    text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
    text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
    text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
    font-size: 1.3em;
    height: auto;
    vertical-align: middle;
    width: auto;
}

.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
    margin-right: 8px;
    margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
    margin: 0;
}

.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
    vertical-align: middle;
}
.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
    padding: 12px 24px;
}

/*  Translate Button styles */

.uabb-creative-button.uabb-creative-transparent-btn {
    background: transparent;
}
.uabb-creative-button.uabb-creative-transparent-btn:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
}

/* transparent-fill-top, transparent-fill-bottom  */
.uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
    width: 100%;
    height: 0;
    left: 0;
}

/* transparent-fill-top */
.uabb-transparent-fill-top-btn:after {
    top: 0;
}
/* transparent-fill-bottom */
.uabb-transparent-fill-bottom-btn:after {
    bottom: 0;
}

/* transparent-fill-left, transparent-fill-right */
.uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
    width: 0;
    height: 100%;
    top: 0;
}

/* transparent-fill-left */
.uabb-transparent-fill-left-btn:after {
    left: 0;
}
/* transparent-fill-right */
.uabb-transparent-fill-right-btn:after {
    right: 0;
}


/* transparent-fill-center */
.uabb-transparent-fill-center-btn:after{
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

/*  transparent-fill-diagonal, transparent-fill-horizontal  */
.uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
}

/*  transparent-fill-diagonal */
.uabb-transparent-fill-diagonal-btn{
    overflow: hidden;
}
.uabb-transparent-fill-diagonal-btn:after{
    -webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
       -moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
        -ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
         -o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
            transform: translateX(-50%) translateY(-50%) rotate( 45deg );
}
/* transparent-fill-horizontal */
.uabb-transparent-fill-horizontal-btn:after{
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}


/*  3D Button styles */
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

/*a.uabb-creative-threed-btn.uabb-animate_top-btn,
a.uabb-creative-threed-btn.uabb-animate_bottom-btn,
a.uabb-creative-threed-btn.uabb-animate_left-btn,
a.uabb-creative-threed-btn.uabb-animate_right-btn {
    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
        -ms-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
} */

.perspective {
    -webkit-perspective: 800px;
       -moz-perspective: 800px;
            perspective: 800px;
            margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
            transition: all 200ms linear;
}

.uabb-creative-button.uabb-creative-threed-btn {
    /*display: block;*/
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/*  3D Button styles --- Animate to top */
.uabb-creative-threed-btn.uabb-animate_top-btn:after {
    height: 40%;
    left: 0;
    top: -40%;
    width: 100%;
    -webkit-transform-origin: 0% 100%;
       -moz-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
            transform: rotateX(90deg);
}

/*  3D Button styles --- Animate to bottom */
.uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;

    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;

    -webkit-transform: rotateX(-90deg);
       -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
}

/*  3D Button styles --- Animate to Left */
.uabb-creative-threed-btn.uabb-animate_left-btn:after {
    width: 20%;
    height: 100%;
    left: -20%;
    top: 0;
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;


    -webkit-transform: rotateY(-60deg);
       -moz-transform: rotateY(-60deg);
        -ms-transform: rotateY(-60deg);
            transform: rotateY(-60deg);
}

/*  3D Button styles --- Animate to Right */
.uabb-creative-threed-btn.uabb-animate_right-btn:after {
    width: 20%;
    height: 100%;
    left: 104%;
    top: 0;
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;

    -webkit-transform: rotateY(120deg);
       -moz-transform: rotateY(120deg);
        -ms-transform: rotateY(120deg);
            transform: rotateY(120deg);
}


/* Animate Top */
.uabb-animate_top-btn:hover{
    -webkit-transform: rotateX(-15deg);
       -moz-transform: rotateX(-15deg);
        -ms-transform: rotateX(-15deg);
         -o-transform: rotateX(-15deg);
            transform: rotateX(-15deg);

}

/* Animate Bottom */
.uabb-animate_bottom-btn:hover{
    -webkit-transform: rotateX(15deg);
       -moz-transform: rotateX(15deg);
        -ms-transform: rotateX(15deg);
         -o-transform: rotateX(15deg);
            transform: rotateX(15deg);

}

/* Animate Left */
.uabb-animate_left-btn:hover{
    -webkit-transform: rotateY(6deg);
       -moz-transform: rotateY(6deg);
        -ms-transform: rotateY(6deg);
         -o-transform: rotateY(6deg);
            transform: rotateY(6deg);
}

/* Animate Right */
.uabb-animate_right-btn:hover{
    -webkit-transform: rotateY(-6deg);
       -moz-transform: rotateY(-6deg);
        -ms-transform: rotateY(-6deg);
         -o-transform: rotateY(-6deg);
            transform: rotateY(-6deg);

}




/*  Flat Button styles  */

/*  Common Classes  */
.uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
    overflow: hidden;
    position: relative;
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
    bottom: 0;
    height: 100%;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
            transition: all 200ms linear;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}

/*  Making Icon position center  */
.uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*  Common Hover Classes */
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
    left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
    top: 0;
}


/*  Animate Icon to the right */
.uabb-creative-flat-btn.uabb-animate_to_right-btn i {
    top: 0;
    left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
    -webkit-transform: translateX(200%);
       -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
         -o-transform: translateX(200%);
            transform: translateX(200%);
}

/*  Animate Icon to the left */
.uabb-creative-flat-btn.uabb-animate_to_left-btn i {
    top: 0;
    left: 100%;
}

.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
    -webkit-transform: translateX(-200%);
       -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
         -o-transform: translateX(-200%);
            transform: translateX(-200%);
}


/*  Animate Icon From the Top */
.uabb-creative-flat-btn.uabb-animate_from_top-btn i {
    top: -100%;
    left: 0;
}

/*.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover span {
    -webkit-transform: translateY(500px);
       -moz-transform: translateY(500px);
        -ms-transform: translateY(500px);
         -o-transform: translateY(500px);
            transform: translateY(500px);*/

.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
    -webkit-transform: translateY(400px);
       -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
         -o-transform: translateY(400px);
            transform: translateY(400px);
}

/*  Animate Icon From the Bottom */
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
    top: 100%;
    left: 0;
}


/*.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover span {
    -webkit-transform: translateY(-500px);
       -moz-transform: translateY(-500px);
        -ms-transform: translateY(-500px);
         -o-transform: translateY(-500px);
            transform: translateY(-500px);*/

.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
    -webkit-transform: translateY(-400px);
       -moz-transform: translateY(-400px);
        -ms-transform: translateY(-400px);
         -o-transform: translateY(-400px);
            transform: translateY(-400px);
}

/* Media/Video CSS */
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
    padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
    max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
    position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.uabb-col-particles-background {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

/* Theme Button
------------------------------------------------------ */
/*.fl-builder-content a.uabb-button,
.fl-builder-content a.uabb-button:visited,
.fl-builder-content a.uabb-creative-button,
.fl-builder-content a.uabb-creative-button:visited*/

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
		
	
	
	
	}

.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
			
	
	
	}


/* Responsive Js Breakpoint Css */

.uabb-js-breakpoint {
	content:"default";
	display:none;
}
@media screen and (max-width: 992px) {
	.uabb-js-breakpoint {
		content:"992";
	}
}

@media screen and (max-width: 768px) {
	.uabb-js-breakpoint {
		content:"768";
	}
}


										
					
					
					
																
					
					
					
																																								