.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
object#svg_main_logo {
    margin: 0px;
}
.animate-general{
	opacity:0;
}
.vc_row[data-vc-full-width] {
    overflow: visible !important;
}

.floating,.hover_floating,.tossing,.hover_tossing,.pulse,.hover_pulse{
		animation-duration: 1.5s;	
		-webkit-animation-duration: 1.5s;
}
.floating,.hover_floating:hover{
		animation-name: content_effect_floating;
		-webkit-animation-name: content_effect_floating;
	animation-duration: 2.2s;	
	-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.tossing,.hover_tossing:hover{
		animation-name: content_effect_tossing;
		-webkit-animation-name: content_effect_tossing;	
	animation-duration: 2.2s;	
		-webkit-animation-duration: 2.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.pulse,.hover_pulse:hover{
		animation-name: content_effect_pulse;
		-webkit-animation-name: content_effect_pulse;
	animation-duration: 2.2s;	
	-webkit-animation-duration: 2.2s;
animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

/*-----------animated svg------------*/
.pt_plus_animated_svg .svg_inner_block {
    position: relative;
    display: inline-flex;
}
.pt_plus_animated_svg object {
    max-width: 100%;
    width: 100%;
}
.pt_plus_row_bg_animated_svg .svg_inner_block {
    position: absolute;
}
.pt_plus_animated_svg object {
    min-height: 100%;
}
/*-----------animated svg------------*/

/*pt_plus_countdown--*/
ul.pt_plus_countdown.rounded li span {
		padding-bottom: 10px;
	}
ul.pt_plus_countdown.simple li{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
		border-radius:0px;
}
ul.pt_plus_countdown.rounded li{
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
		border-radius: 16px;
}

ul.pt_plus_countdown {
 	list-style: none;
 	margin: 20px 0;
 	padding: 0;
 	display: block;
 	text-align: center;
}
ul.pt_plus_countdown li {
 	border: 4px solid #736E6E;
 	padding: 5px 17px;
		margin:0px 10px
}
ul.pt_plus_countdown li { display: inline-block; }

ul.pt_plus_countdown li span {
 	font-weight: 300;
 	line-height: 80px;
 	padding: 0 13px;
 	padding-bottom: 10px;
 	border-bottom: 2px solid;
 	display: block;
}

ul.pt_plus_countdown li h6 {
 	font-size: 14px;
 	text-transform: uppercase;
 	padding-top: 10px;
 	font-weight: 600;
}


/*-------End pt_plus_countdown-------*/

/*----------icon counter css--------*/
.ts-icon-cunter.service-icon-style_4 .counter-number, .ts-icon-cunter.service-icon-style_3 .counter-number {
    text-align: left !important;
}
hr.hr-border {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.service-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.service-content {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.m-r-16{
	margin-right:16px; 
}
.m-l-16{
	margin-left:16px; 
}
.service-title{
	font-size: 18px;
	margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
	
}
.service-desc {
    margin-top: 0;
}
.service-desc p{
    margin: 0;
}
.vertical-center {
    align-items: center;
}
.service-border {
    border-style: solid;
    margin-top: 10px;
	margin-bottom: 5px;
}
.text-right .service-border {
    text-align: right;
    display: inline-block;
}
.text-center .service-border {
    text-align: center;
    margin: 10px auto;
}
.service-icon-small {
    width: 46px;
    height: 46px;
       display: inline-block;
    line-height: 46px !important;
    text-align: center;
    font-size: 18px !important;
}
.service-icon-medium {
    width: 74px;
    height: 74px;
        display: inline-block;
    line-height: 72px !important;
    text-align: center;
    font-size: 30px !important;
}
.service-icon-large {
    width: 148px;
    height: 148px;
        display: inline-block;
    line-height: 146px !important; 
    text-align: center;
    font-size: 65px !important;
}
.icon-squre{
	border: 1px solid;
}
.icon-rounded{
 border: 1px solid;
 -moz-border-radius:50%;
	-webkit-border-radius: 50%;
 border-radius: 50%;
}
.origin-center {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
	-moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}
.no-backface {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ts-icon-img {
 	margin-bottom: 10px;
}
.full-width{
 	width: 100%;
 	position: relative;
}
.flip-back, .flip-front{    
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	left: 0;
 	top: 0;
 	display: table;
}
.flip-back .vertical-center , .flip-front .vertical-center {
 	display: table-cell;
 	vertical-align: middle;
}
.flip-horizontal :hover .flip-front {
 	-webkit-transform: rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	-o-transform: rotateY(-180deg);
 	transform: rotateY(-180deg);
}
.flip-horizontal :hover .flip-back {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform:  rotateY(0);
 	transform: rotateY(0);
}
.flip-horizontal .flip-back {
	-webkit-transform: rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform: rotateY(180deg);
 	transform: rotateY(180deg);
}
.bezier-flip{
	-webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
	-moz-transition:  all .5s cubic-bezier(.645,.045,.355,1);
	-o-transition: all .5s cubic-bezier(.645,.045,.355,1);
	-ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
 	transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.padding-flip {
 	padding: 30px 40px;
}
.ts-icon-cunter .icon-counte-inner{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	 position: relative;
    margin: 15px 0;
}
.ts-icon-cunter.service-icon-style_4 .counter-number .theserivce-milestone-number {
    display: block;
    position: relative;
}
/*------end-------*/
.origin-center {
 	-webkit-transform-origin: center;
 	-ms-transform-origin: center;
	-moz-transform-origin: center;
 	-o-transform-origin: center;
 	transform-origin: center;
}
.no-backface {
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
}

.numtext-left{
 	text-align: left;
}
.numtext-center{
 	text-align: center;
}
.numtext-right{
 	text-align: right;
}
.icon-right {
 	text-align: right;
}

.icon-left{
 	float: left;
}
.icon-center{
 	margin: 0 auto;
}
.ts-icon-cunter .text-center {
 	text-align: center;
}

.ts-icon{
 	display: block;
 	position: relative;
		-o-transition: all 1.3s;
 	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
 	-ms-transition: all 1.3s;
 	transition: all 1.3s;
}
.counter-number{
	-o-transition: all 1.3s;
 	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
 	-ms-transition: all 1.3s;
 	transition: all 1.3s;
		margin-bottom: 15px;
		line-height:1;
		margin-top: 0;
		margin-bottom:0px;
}
.icon-img-b{
		line-height:1;
		margin-bottom: 15px;
	}
.service-media .icon-img-b {
 	margin-right: 15px;
}
.border-pd {
 	border: 2px solid;
}
.subject-color{
		-o-transition: all 1.3s;
 	-webkit-transition: all 1.3s;
		-ms-transition: all 1.3s;
 	-moz-transition: all 1.3s;
 	transition: all 1.3s;
		margin-bottom: 20px;
		line-height:1;
}
.sub-subject-color {
 	margin-bottom: 20px;
		line-height:1;
}
.ts-icon-1{
 	display: block ;
	vertical-align: middle;
 	text-align: center;
		overflow:hidden;
}
.ts-icon-cunter {
 	margin: 10px 0;
}
.pad-0{
		padding:0;
}
.pad-5{
		padding: 5px;
}
.pad-30{
		padding: 30px;
		padding-bottom:10px;
}
.border-icon {
 	display: block;
 	position: relative;
 	padding: 30px;
		padding-bottom:10px;
}
.ts-icon-cunter .text-left .hr-border {
    float: left;
    display: block;
    position: relative;
    clear: both;
}
.ts-icon-cunter .text-right .hr-border {
    float: right;
    clear: both;
}
.service-icon-style_1 .icn-txt {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.icon-right .ts-icon-1 {
    text-align: right;
}
/*-----------style -2 ----------*/
.service-icon-style_2 .icn-content {
 	padding: 20px ;
 	display: block;
 	position: relative;
 	background: #F9B701;
}
.service-icon-style_2 .icn-header {
    display: block;
    position: relative;
    padding: 20px;
}
.service-icon-style_2 .ts-icon-cunter ,.service-icon-style_2 .subject-color{
    margin-bottom: 0;
}
/*-----------style -2 end----------*/
.service-icon-style_3 .pt_plus_animated_svg,.service-icon-style_4 .pt_plus_animated_svg {
    width: auto;
    margin-right: 15px;
}
.ts-icon-cunter .slick-nav.style-4.bottom-center,.ts-icon-cunter .slick-nav.style-5.bottom-center{
    left: 50%;
    right: 17px;
    bottom: -80px;
    top: auto;
}

@keyframes spin {
 	from {
 		transform:rotate(0deg);
 	}
 	to {
 		transform:rotate(360deg);
 	}
}

@-webkit-keyframes toRightFromLeft {
		49% {
			-webkit-transform: translate(100%);
		}
		50% {
			opacity: 0;
			-webkit-transform: translate(-100%);
		}
		51% {
			opacity: 1;
		}
}
@-moz-keyframes toRightFromLeft {
		49% {
			-moz-transform: translate(100%);
		}
		50% {
			opacity: 0;
			-moz-transform: translate(-100%);
		}
		51% {
			opacity: 1;
		}
}
@keyframes toRightFromLeft {
		49% {
			transform: translate(100%);
		}
		50% {
			opacity: 0;
			transform: translate(-100%);
		}
		51% {
			opacity: 1;
		}
}


@-webkit-keyframes toLeftFromRight {
		49% {
			-webkit-transform: translate(-100%);
		}
		50% {
			opacity: 0;
			-webkit-transform: translate(100%);
		}
		51% {
			opacity: 1;
		}
}
@-moz-keyframes toLeftFromRight {
		49% {
			-moz-transform: translate(-100%);
		}
		50% {
			opacity: 0;
			-moz-transform: translate(100%);
		}
		51% {
			opacity: 1;
		}
}
@keyframes toLeftFromRight {
		49% {
			transform: translate(-100%);
		}
		50% {
			opacity: 0;
			transform: translate(100%);
		}
		51% {
			opacity: 1;
		}
}


@-webkit-keyframes toTopFromBottom {
		49% {
			-webkit-transform: translateY(-100%);
		}
		50% {
			opacity: 0;
			-webkit-transform: translateY(100%);
		}
		51% {
			opacity: 1;
		}
}
@-moz-keyframes toTopFromBottom {
		49% {
			-moz-transform: translateY(-100%);
		}
		50% {
			opacity: 0;
			-moz-transform: translateY(100%);
		}
		51% {
			opacity: 1;
		}
}
@keyframes toTopFromBottom {
		49% {
			transform: translateY(-100%);
		}
		50% {
			opacity: 0;
			transform: translateY(100%);
		}
		51% {
			opacity: 1;
		}
}


@-webkit-keyframes toBottomFromTop {
		49% {
			-webkit-transform: translateY(100%);
		}
		50% {
			opacity: 0;
			-webkit-transform: translateY(-100%);
		}
		51% {
			opacity: 1;
		}
}
@-moz-keyframes toBottomFromTop {
		49% {
			-moz-transform: translateY(100%);
		}
		50% {
			opacity: 0;
			-moz-transform: translateY(-100%);
		}
		51% {
			opacity: 1;
		}
}
@keyframes toBottomFromTop {
		49% {
			transform: translateY(100%);
		}
		50% {
			opacity: 0;
			transform: translateY(-100%);
		}
		51% {
			opacity: 1;
		}
}

/*-------icon counter css-----*/

/*pricing table --*/
.pricing_table {
    display: block;
    position: relative;
    overflow: hidden;
	    transition: 0.7s;
		    width: 100%;
}
.pricing_table .pt_plus_button.button-style-6 .button-link-wrap {
    left: 0;
}
.pricing_table .ts-button .button-style-12 .button-link-wrap{
    position: relative;
    z-index: 2;
}
.pricing_table .ts-button .button-style-13 .button-link-wrap{
    position: relative;
    z-index: 2;
}
.pricing_table .ts-button .button-style-16 .button-link-wrap{
    position: relative;
    z-index: 2;
}
.pricing_table .ts-button .button-style-15 .button-link-wrap{
    position: relative;
    z-index: 2;
}
.pricing_table .ts-button .button-style-19 .button-link-wrap{
    position: relative;
    z-index: 2;
}
.pricing_table .ts-button .button-style-20 .button-link-wrap{
    position: relative;
    z-index: 2;
}
.pricing_table .ts-button .button-style-21 .button-link-wrap{
    position: relative;
    z-index: 2;
}
.pricing_table.bg-img {
    -webkit-background-size: cover;
  -moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pricing_table .pricing_table-title,.pricing_table .pricing_table-sub_title {
    padding: 10px 0;
}
.pricing_table-top {
	-webkit-background-size: cover;
  -moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;
    background-position: center;
}
.pricing_table-top {
    display: block;
    position: relative;
    padding: 30px 0;
	    transition: 0.7s;
}
.pricing_table-middle {
    display: block;
    position: relative;
    padding: 20px 0;
	    padding-top: 0;
		    transition: 0.7s;
}
.pricing_table-bottom {
    display: block;
    position: relative;
    padding: 0 0 30px 0;
}
.price-counter.counter-number {
    padding: 20px 0;
    margin: 0;
}
.pricing-btn {
    display: inline-block;
    position: relative;
    background: #d6d6d6;
    padding: 10px 30px;
}
.pricing_table-middle .pricing-content .pricing_table-classic {
    list-style-type: none;
}
.pricing_table .pricing-content {
    margin: 0;
    padding: 0;
	display: block;
    position: relative;
	 padding-top: 20px;
}

.pricing-content.ul-pd-20 {
    padding-top: 20px;
}
.pricing_table .pricing_table-classic {
    padding: 5px;
}
.pricing_table.border-price {
    border-style: solid;
}
.pricing_table .postfix-top,.pricing_table .prifix-top{
	vertical-align: top;
}
.pricing_table .postfix-bottom,.pricing_table .prifix-bottom{
	vertical-align: bottom;
}
.pricing_table .postfix-middle,.pricing_table .prifix-middle{
	vertical-align: middle;
}
.pricing_table .pricing_table-top.border-bottom {
    border-bottom: 2px solid;
}
.pricing-btn.show-hover-btn {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -webkit-transform 0.3s, opacity 0.3s;
	-o-transition:-webkit-transform 0.3s, opacity 0.3s;
	-ms-transition:-webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
	-ms-transform: translate3d(0, -15px, 0);
	-moz-transform: translate3d(0, -15px, 0);
	-o-transform:  translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    opacity: 0;
}
.pricing-large .pricing_table {
    padding: 40px 0;
    margin-top: -40px;
}
.pricing-medium .pricing_table {
    padding: 20px 0;
    margin-top: -20px;
}
.pricing_table:hover .pricing-btn.show-hover-btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform:  translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pricing_table-middle .pricing-content .pricing_table-classic {
    list-style-type: none;
    padding: 13px;
    list-style: none;
    text-align: center;
    transition: 0.7s;
}
/*------- button-------*/
.pt-plus-button-wrapper{
	position:relative;
	display: block;
}
.ts-button.content_hover_effect {
    position: relative;
    display: inline-block;
	width:auto;
}
.pt_plus_button {
 	position: relative;
 	display: inline-block;
 	width: auto;	
}

.pt_plus_button.full-button {
    width: 100%;
    text-align: center;
}
.ts-button.content_hover_effect.full-button {
    width: 100%;
}
.pt_plus_button.full-button a.button-link-wrap {
    display: block;
    width: 100%;
	text-align: center;
}
a.button-link-wrap:hover {
    text-decoration: blink;
}
.pt_plus_button.trnasition_hover{
-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
}
.pt_plus_button.trnasition_hover:hover{
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}
.pt_plus_button .button-link-wrap i {
 	padding-left: 5px;
 	padding-right: 5px;
}
.pt_plus_button .button-link-wrap {
 	position: relative;
 	display: inline-block;
 	padding: 15px 30px;
		font-size: 16px;
 	line-height: 25px;
 	letter-spacing: 1px;
	    cursor: pointer;
 	color: #000;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
}
.pt_plus_button .button-link-wrap:hover .button_line{
 	-webkit-animation: mymove 1s; 
 	-webkit-animation-iteration-count: 1;
 	animation: mymove 1s;
 	animation-iteration-count: 1;
}

.pt_plus_button .button-link-wrap .button_line {
 	position: absolute;
 	background: #000;
 	width: 100%;
 	height: 1px;
 	bottom: 0;
 	left: 0%;
 	pointer-events: none;
 	z-index: 11;
 	display: inline-block;
}

@-webkit-keyframes mymove {
 	0% { left: 0%;width:100%;}
 	45% {left: 100%;width:0%}
		55% {left: 0%;width:0%}
		100% {left:0%;width:100%}
}

@keyframes mymove {
 	0% { left: 0%;width:100%;}
 	45% {left: 100%;width:0%}
		55% {left: 0%;width:0%}
		100% {left:0%;width:100%}
}
/*---------style-1-----------*/
/*---------style-2-----------*/
.button-link-wrap i.button-before {
		margin-right:10px;
}
.button-link-wrap i.button-after {
		margin-left:10px;
}
.pt_plus_button.button-style-2 .button-link-wrap i {
 	background: #252525;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
 	border-radius: 50%;
 	width: 50px;
 	height: 50px;
 	text-align: center;
 	display: inline-grid;
 	line-height: 1;
 	align-items: center;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
}
.pt_plus_button.button-style-2 .button-link-wrap:hover i {
	background:#ff214f;
}
.pt_plus_button.button-style-2 .button-link-wrap i.button-before {
		margin-right:20px;
		padding: 15px;
}
.pt_plus_button.button-style-2 .button-link-wrap i.button-after {
		margin-left:20px;
		padding: 15px;
}
.pt_plus_button.button-style-2 .button-link-wrap:hover i.button-before {
		-webkit-transform: translateX(14px);
		-ms-transform: translateX(14px);
	-moz-transform: translateX(14px);
	-o-transform:  translateX(14px);
 	transform: translateX(14px);
}
.pt_plus_button.button-style-2 .button-link-wrap:hover  i.button-after {
		-webkit-transform: translateX(-14px);
		-ms-transform: translateX(-14px);
	-moz-transform: translateX(-14px);
	-o-transform: translateX(-14px);
 	transform: translateX(-14px);
}
/*---------style-2-----------*/
/*---------style-8-----------*/
.pt_plus_button.button-style-8{
 	overflow: visible;
}
.pt_plus_button.button-style-8 .button-link-wrap{
	-moz-box-shadow: 0 8px 20px 1px rgba(0,0,0,0.27);
	-webkit-box-shadow: 0 8px 20px 1px rgba(0,0,0,0.27);
 	box-shadow: 0 8px 20px 1px rgba(0,0,0,0.27);
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
		border-radius: 0 !important;
		padding: 15px 30px;
		border:1px solid #252525;
}
.pt_plus_button.button-style-8 .button-link-wrap:hover{
	-webkit-box-shadow: 0 3px 6px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 3px 6px 1px rgba(0,0,0,0.08);
	box-shadow: 0 3px 6px 1px rgba(0,0,0,0.08);
 	-webkit-transform:translateY(3px);
	-ms-transform:translateY(3px);
	-moz-transform:translateY(3px);
	-o-transform: translateY(3px);
 	transform: translateY(3px);
}
/*---------style-8-----------*/
/*---------style-9-----------*/
.pt_plus_button.button-style-9 a.button-link-wrap {
 	padding-right: 20px;
}
.pt_plus_button.button-style-9 a.button-link-wrap .btn-arrow{
		position:relative;
		display: inline-block;
		margin-left: 10px;
}
.pt_plus_button.button-style-9 a.button-link-wrap .fa-show{
	-webkit-transform:translateX(0%) translateZ(0) translateY(-50%);
	-ms-transform:translateX(0%) translateZ(0) translateY(-50%);
	-moz-transform:translateX(0%) translateZ(0) translateY(-50%);
	-o-transform: translateX(0%) translateZ(0) translateY(-50%);
 	transform: translateX(0%) translateZ(0) translateY(-50%);
 	position: absolute;
 	top: 50%;
}
.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-show{
 	opacity: 0;
	-webkit-transform:translateX(20px) translateZ(0) translateY(-50%);
	-ms-transform:translateX(20px) translateZ(0) translateY(-50%);
	-moz-transform:translateX(20px) translateZ(0) translateY(-50%);
	-o-transform: translateX(20px) translateZ(0) translateY(-50%);
 	transform: translateX(20px) translateZ(0) translateY(-50%);
	-webkit-transition: -webkit-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
	-moz-transition: -moz-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
	-o-transition: -o-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
	-ms-transition: -ms-transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
 	transition: transform .7s cubic-bezier(.23,1,.32,1),opacity .45s cubic-bezier(.165,.84,.44,1);
}
.pt_plus_button.button-style-9 a.button-link-wrap .fa-hide{
 	opacity: 0;
	-webkit-transform:translateX(-20px) translateZ(0);
	-ms-transform:translateX(-20px) translateZ(0);
	-moz-transform:translateX(-20px) translateZ(0);
	-o-transform: translateX(-20px) translateZ(0);
 	transform: translateX(-20px) translateZ(0);
}
.pt_plus_button.button-style-9 a.button-link-wrap:hover .fa-hide{
 	opacity: 1;
	-webkit-transform:translateX(0) translateZ(0);
	-ms-transform:translateX(0) translateZ(0);
	-moz-transform:translateX(0) translateZ(0);
	-o-transform: translateX(0) translateZ(0);
 	transform: translateX(0) translateZ(0);
	-webkit-transition:-webkit-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
	-moz-transition: -moz-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
	-o-transition:-o-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
	-ms-transition:-ms-transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
 	transition: transform .7s .1s cubic-bezier(.23,1,.32,1),opacity .45s .1s cubic-bezier(.165,.84,.44,1);
}
/*---------style-9-----------*/
/*---------style-10-----------*/
.pt_plus_button.button-style-10 .button-link-wrap {
 	display: inline-block;
 	border: 1px solid #252525;
	background: #fff;
 	padding: 15px 30px;
 	-webkit-transition: background .5s ease-in,border .5s ease-in;
 	-moz-transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
 	-ms-transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
 	-o-transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
 	transition: color .5s ease-in,background .5s ease-in,border .5s ease-in;
}
.pt_plus_button.button-style-10 .button-link-wrap:hover {
    color: #252525;
    border-color: #ff214f;
    background: #ff214f;
}
/*---------style-10-----------*/
/*---------style-11-----------*/
.pt_plus_button.button-style-11 .button-link-wrap {
 	display: inline-block;
	background:#252525;
 	border: 1px solid #252525;
	overflow: hidden;
}

.pt_plus_button.button-style-11 .button-link-wrap:hover > span {
 	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform:translate3d(0, 100%, 0);
	-moz-transform:translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
 	transform: translate3d(0, 100%, 0);
 	display: block;
 	opacity: 0;
}
.pt_plus_button.button-style-11 .button-link-wrap::before {
 	content: attr(data-hover);
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
	color: #252525;
    background: #ff214f;
		display: grid;
 	align-items: center;
 	text-align: center;
}
.pt_plus_button.button-style-11 .button-link-wrap > span,.pt_plus_button.button-style-11 .button-link-wrap::before{
 	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition:-o-transform 0.3s;
	-ms-transition:-ms-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    padding: 15px 30px;
    display: block;
}

.pt_plus_button.button-style-11.hover-left .button-link-wrap::before {
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform:  translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.pt_plus_button.button-style-11.hover-right .button-link-wrap::before {
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform:  translate3d(100%, 0, 0);
	-moz-transform:  translate3d(100%, 0, 0);
	-o-transform:  translate3d(100%, 0, 0);
 	transform: translate3d(100%, 0, 0);
}
.pt_plus_button.button-style-11.hover-top .button-link-wrap::before {
		-webkit-transform: translate3d(0,-100%, 0);
		-ms-transform:translate3d(0,-100%, 0);
	-moz-transform:translate3d(0,-100%, 0);
	-o-transform: translate3d(0,-100%, 0);
 	transform: translate3d(0, -100%, 0);
}
.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before {
		-webkit-transform: translate3d(0,100%, 0);
		-ms-transform:translate3d(0,100%, 0);
	-moz-transform:translate3d(0,100%, 0);
	-o-transform: translate3d(0,100%, 0);
 	transform: translate3d(0,100%, 0);
}
.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before  {
 	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform:  translate3d(0, 0, 0);
 	transform: translate3d(0, 0, 0);
}

.pt_plus_button.button-style-11 .button-link-wrap {
	overflow: hidden;
	padding: 0;
}

/*---------style-11-----------*/
/*---------style-12-----------*/
.pt_plus_button.button-style-12 .button-link-wrap {
 	display: inline-block;
 	border: 1px solid #252525;
 	padding: 15px 30px;
		overflow: hidden;
}
.pt_plus_button.button-style-12 .button-link-wrap span{
	z-index: 1;
    position: relative;
}
.pt_plus_button.button-style-12 .button-link-wrap::before {
 	content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 50px;
    height: 30px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    border-radius: 50%;
    background: #ff214f;
    -webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
	-moz-transform: scale3d(1, 2, 1);
	-ms-transform: scale3d(1, 2, 1);
	-o-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -webkit-transform 0.3s, opacity 0.3s;
	-ms-transition: -webkit-transform 0.3s, opacity 0.3s;
	-o-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.1, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.pt_plus_button.button-style-12 .button-link-wrap:hover::before {
 	-webkit-transform: scale3d(9, 9, 1);
 	transform: scale3d(9, 9, 1);
}
/*---------style-12-----------*/
/*---------style-16-----------*/
.pt_plus_button.button-style-16 .button-link-wrap {
 	display: inline-block;
 	padding: 15px 30px;
		margin: 10px;
		color:#8a8a8a;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
	-o-transition:color 0.3s;
	-ms-transition:color 0.3s;
 	transition: color 0.3s;
 	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
 	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.pt_plus_button.button-style-16 .button-link-wrap::before,.pt_plus_button.button-style-16 .button-link-wrap::after {
 	content: '';
	-moz-border-radius: inherit;
	-webkit-border-radius: inherit;
 	border-radius: inherit;
 	pointer-events: none;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	-webkit-backface-visibility: hidden;
 	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition:-o-transform 0.3s, opacity 0.3s;
	-ms-transition:-ms-transform 0.3s, opacity 0.3s;
 	transition: transform 0.3s, opacity 0.3s;
 	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
 	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.pt_plus_button.button-style-16 .button-link-wrap::before {
 	border: 1px solid #252525;
 	opacity: 0;
 	-webkit-transform: scale3d(1.2, 1.2, 1);
	-ms-transform: scale3d(1.2, 1.2, 1);
	-moz-transform: scale3d(1.2, 1.2, 1);
	-o-transform:  scale3d(1.2, 1.2, 1);
 	transform: scale3d(1.2, 1.2, 1);
	background:#ff214f;
}
.pt_plus_button.button-style-16 .button-link-wrap:hover::before {
 	opacity: 1;
 	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1); 
 	transform: scale3d(1, 1, 1);
}
.pt_plus_button.button-style-16 .button-link-wrap::after {
 	background: #252525;
}
.pt_plus_button.button-style-16 .button-link-wrap:hover::after {
 	opacity: 0;
 	-webkit-transform: scale3d(0.8, 0.8, 1);
	-ms-transform: scale3d(0.8, 0.8, 1);
	-moz-transform: scale3d(0.8, 0.8, 1);
	-o-transform: scale3d(0.8, 0.8, 1);
 	transform: scale3d(0.8, 0.8, 1);
}
/*---------style-16-----------*/
/*---------style-17-----------*/
.pt_plus_button.button-style-17 .button-link-wrap{
		display: inline-block;
		margin: 10px;
		padding: 0;
 	overflow: hidden;
		border: 1px solid #252525;
 	-webkit-transition: background 0.3s;
	-moz-transition:  background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
 	transition: background 0.3s;
}
.pt_plus_button.button-style-17 .button-link-wrap span{
		padding: 15px 30px;
		display:block;
}
.pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
 	position: absolute;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	margin: 0;
 	display: grid;
 	align-items: center;
 	text-align: center;
 	left: 0;
 	color: #fff;
}
.pt_plus_button.button-style-17.hover-top .button-link-wrap .btn-icon {
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform:  translate3d(0, -100%, 0);
 	transform: translate3d(0, -100%, 0);
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap .btn-icon {
 	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform:translate3d(0, 100%, 0);
	-moz-transform:translate3d(0, 100%, 0);
	-o-transform:translate3d(0, 100%, 0); 
 	transform: translate3d(0, 100%, 0);
}
.pt_plus_button.button-style-17 .button-link-wrap:hover .btn-icon {
 	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform:  translate3d(0, 0, 0);
 	transform: translate3d(0, 0, 0);
}
.pt_plus_button.button-style-17 .button-link-wrap > span, .pt_plus_button.button-style-17 .button-link-wrap .btn-icon {
 	-webkit-transition: -webkit-transform 0.3s;
 	transition: transform 0.3s;
 	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
 	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.pt_plus_button.button-style-17 .button-link-wrap:hover > span {
 	opacity: 0;
 	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
 	transform: translate3d(0, 100%, 0);
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover > span {
 	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
 	transform: translate3d(0, -100%, 0);
}
.pt_plus_button.button-style-17 .button-link-wrap::before {
 	content: '';
 	position: absolute;
 	left: -50%;
 	width: 200%;
 	height: 200%;
 	background: #ff214f;
 	top: -50%;
}
.pt_plus_button.button-style-17.hover-top .button-link-wrap::before {
		-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
 	transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.pt_plus_button.button-style-17.hover-top .button-link-wrap:hover::before {
 	-webkit-animation: button-style-17-top 0.3s forwards ease-in;
	 -moz-animation:  button-style-17-top 0.3s forwards ease-in;
    -o-animation:  button-style-17-top 0.3s forwards ease-in;
 	animation: button-style-17-top 0.3s forwards ease-in;
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap::before {
 	-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
	 -moz-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg); 
    -o-animation: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg); 
 	transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.pt_plus_button.button-style-17.hover-bottom .button-link-wrap:hover::before {
 	-webkit-animation: button-style-17-bottom 0.3s forwards ease-in;
	 -moz-animation: button-style-17-bottom 0.3s forwards ease-in;
    -o-animation: button-style-17-bottom 0.3s forwards ease-in;
 	animation: button-style-17-bottom 0.3s forwards ease-in;
}
@-webkit-keyframes button-style-17-top {
		50% {
			-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
			transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}
		100% {
			-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
			transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		}
}
@keyframes button-style-17-top {
		50% {
			-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
			transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}
		100% {
			-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
			transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		}
}
@-webkit-keyframes button-style-17-bottom{
		50% {
			-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
			transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}
		100% {
			-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
			transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		}
}
@keyframes button-style-17-bottom{
		50% {
			-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
			transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}
		100% {
			-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
			transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		}
}
/*---------style-17-----------*/
/*---------style-19-----------*/
.pt_plus_button.button-style-19 .button-link-wrap,.pt_plus_button.button-style-20 .button-link-wrap,.pt_plus_button.button-style-21 .button-link-wrap{
		display: inline-block;
		margin: 10px;
		padding: 15px 30px;
 	overflow: hidden;
 	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
 	transition: all 0.3s;
		border: 1px solid #252525;
}
.pt_plus_button.button-style-19 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-21 .button-link-wrap span,
.pt_plus_button.button-style-19 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon,.pt_plus_button.button-style-21 .button-link-wrap i.btn-icon{	
    position: relative;
	z-index: 1;
}
.pt_plus_button.button-style-19 .button-link-wrap:after,.pt_plus_button.button-style-20 .button-link-wrap:after, .pt_plus_button.button-style-21 .button-link-wrap:after {
 	content: '';
 	position: absolute;
 	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
 	-o-transition: all 0.3s;
 	transition: all 0.3s;
}
.pt_plus_button.button-style-19 .button-link-wrap:after {
 	width: 0;
 	height: 103%;
 	top: 50%;
 	left: 50%;
 	background: #ff214f;
 	-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%);
}
.pt_plus_button.button-style-19 .button-link-wrap:hover:after {
 	width: 90%;
 	opacity: 1;
}
.pt_plus_button.button-style-19 .button-link-wrap:active:after {
 	width: 101%;
 	opacity: 1;
}
/*---------style-19-----------*/
/*---------style-20-----------*/
.pt_plus_button.button-style-20 .button-link-wrap:after {
 	width: 100%;
 	height: 0;
 	top: 50%;
 	left: 50%;
 	background: #ff214f;
 	-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);
}
.pt_plus_button.button-style-20 .button-link-wrap:hover:after {
 	height: 280%;
 	opacity: 1;
}
.pt_plus_button.button-style-20 .button-link-wrap:active:after {
 	height: 500%;
 	opacity: 1;
}
/*---------style-20-----------*/
/*---------style-21-----------*/
.pt_plus_button.button-style-21 .button-link-wrap:after {
 	width: 101%;
 	height: 0;
 	top: 50%;
 	left: 50%;
 	background: #ff214f;
 	-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%);
}
.pt_plus_button.button-style-21 .button-link-wrap:hover:after {
 	height: 75%;
 	opacity: 1;
}
.pt_plus_button.button-style-21 .button-link-wrap:active:after {
 	height: 130%;
 	opacity: 1;
}
/*---------style-21-----------*/
/*---------style-22-----------*/
.pt_plus_button.button-style-22 .button-link-wrap{
		display: inline-block;
		margin: 10px;
		padding: 15px 30px;
 	overflow: hidden;
 	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
 	-o-transition: all 0.3s;
 	transition: all 0.3s;
		border: 1px solid #252525;
		background:#fff;
}
.pt_plus_button.button-style-22 .button-link-wrap .btn-icon{
 	position: absolute;
 	height: 100%;
 	color: #252525;
 	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
 	-o-transition: all 0.3s;
 	transition: all 0.3s;
 	display: grid;
 	align-items: center;
 	vertical-align: middle;
}
.pt_plus_button.button-style-22 .button-link-wrap .button-after {
 	left: 130%;
 	top: 0;
		margin-left: 10px;
}
.pt_plus_button.button-style-22 .button-link-wrap:hover .button-after{
 	left: 75%;
}
.pt_plus_button.button-style-22 .button-link-wrap .button-before {
 	left: -30%;
 	opacity: 0;
 	top: 0;
		margin-right: 10px;
}
.pt_plus_button.button-style-22 .button-link-wrap:hover .button-before {
 	left:2%;
 	opacity: 1;
}
/*---------style-22-----------*/
/*-------ts button-------*/

/*pricing table  End--*/
/*------- progress bar start-------*/
.pt-plus-piechart {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.progress_bar.pt-plus-peicharts {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.progress_bar-skill-bar-filled {
    background: #2d9bea;
    height: 100%;
    width: 0%;
    -webkit-transition: width 1s linear;
    -moz-transition: width 1s linear;
    transition: width 1s linear;
	position: relative;
}
.progress_bar-skill.skill-fill {
    background: #f3f3f3;
}
.progress_bar-skill.skill-fill.small {
    height: 6px;
    position: relative;
}
.progress_bar-skill.skill-fill.medium {
    height: 15px;
    position: relative;
}
.progress_bar-skill.skill-fill.large {
    height: 40px;
    position: relative;
}

.progress_bar-progressbar .progress_bar-media {
    display: table;
    width: 100%;
}
.progress_bar-progressbar .prog-title.prog-icon {
    display: table-cell;
    vertical-align: middle;
}
.progress_bar-progressbar .counter-number {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
/*style large */
.progress_bar-media-large {
    position: absolute;
    top: 0;
}
.progress_bar-media.large span.progres-ims {
    display: table-cell;
    vertical-align: middle;
}
.progress_bar-media.large span.progres-ims i{
	vertical-align: middle;
}
.progress_bar-media.large span.progress_bar-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
.progress_bar-media-large .counter-number {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.progress_bar-media.large {

    position: absolute;
    -webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
	-ms-transform: translateZ(50px) translateY(-50%) translateX(-50%);
	-moz-transform: translateZ(50px) translateY(-50%) translateX(-50%);
	-o-transform:  translateZ(50px) translateY(-50%) translateX(-50%);
    transform: translateZ(50px) translateY(-50%);
    top: 50%;
    padding : 0 10px;
}
/*-syle-2 -*/
.progress-style_2 .progress_bar-skill-bar-filled:after {
    position: absolute;
    content: '';
    left: 100%;
    margin-left: -2px;
    border-right: 2px solid #2d9bea;
    height: 8px;
    top: 0;
}
.progress-style_2.progress_bar-skill.skill-fill {
    background: #f3f3f3;
    margin-top: 5px;
    height: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
}
/*-----------style-2 End---*/

.pt-plus-peicharts canvas {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 100%;
    -webkit-transform: rotateY(180deg) translateX(50%);
    -moz-transform: rotateY(180deg) translateX(50%);
    -o-transform: rotateY(180deg) translateX(50%);
	-ms-transform: rotateY(180deg) translateX(50%);
    transform: rotateY(180deg) translateX(50%);
}

.pt-plus-circle {
position: relative;
    overflow: hidden;
    width: 160px;
    height: 160px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}
.progress_bar-pie_chart {
    text-align: center;
}

.pie-style_1 .theserivce-milestone-number {
    margin: 5px;
}
.progress_bar.pt-plus-peicharts object {
    min-height: 100%;
}
.pt-plus-pie_chart.style-2 {
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
.pt-plus-pie_chart {
    padding-top: 20px;
}
.pie_chart-style2 {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.pt-plus-pie_chart.style-2 .pie_chart {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.pt-plus-pie_chart.style-2 .pie_chart-style2 {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.pie_border_after .pt-plus-circle:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
}
.pt-plus-circle .pianumber-css {
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    width: 100%;
}
.pianumber-css h5.counter-number {
    margin-bottom: 0;
}
.pt-plus-pie_chart.style-3 .counter-number,.pt-plus-pie_chart .pie_chart-style3 {
    text-align: center;
}
/*-----------style-2 End---*/
/*-------progress bar End-------*/

/*------ social element----------*/
.pt_plus_social_list {
 	position: relative;
 	display: block;
 	padding: 0;
 	overflow: hidden;
}
.pt_plus_social_list ul.social_list {
 	display: inline-block;
 	padding: 0;
 	margin: 0;
 	position: relative;
 	list-style: none;
}
.pt_plus_social_list ul.social_list li {
 	position: relative;
 	overflow: hidden;
 	font-size: 20px;
 	text-align: center;
 	float: left;
}
.pt_plus_social_list ul.social_list li a {
 	font-size: 20px;
 	color: #28262b;
 	text-align: center;
 	width: 2.5em;
 	height: 2.5em;
 	line-height: 2.5em;
 	display: block;
		margin-right: 10px;
}
/*----------style 1------------*/
.pt_plus_social_list.style-1 ul.social_list {
 	display: table;
 	margin: 0 auto;
}
.pt_plus_social_list.style-1 li {
 	display: table-cell;
		float:none;
}
.pt_plus_social_list.style-1 ul.social_list li a {
 	padding:23px 30px;
 	width: 100%;
 	height: 100%;
 	line-height: 1;
 	background: #494949;
 	color: #fff;
 	border: 1px solid #494949;
 	margin-right: 0;
		display: -webkit-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-align-items: center;
 	-ms-flex-align: center;
 	align-items: center;
		
}
.pt_plus_social_list.style-1 ul.social_list li:hover a {
		background:#000;
}
.pt_plus_social_list.style-1 ul.social_list li a i.fa {
 	padding-right: 10px;
}

/*----------style 1------------*/
/*----------style 2------------*/
.pt_plus_social_list.style-2 ul.social_list {
 	display: table;
 	margin: 0 auto;
}
.pt_plus_social_list.style-2 li {
 	display: table-cell;
		float:none;
}
.pt_plus_social_list.style-2 ul.social_list li a {
 	padding:15px 30px;
 	width: 100%;
 	height: 100%;
 	line-height: 1;
 	color: #494949;
 	margin-right: 0;
		border-right: 1px solid #404040;
		display: -webkit-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-align-items: center;
 	-ms-flex-align: center;
 	align-items: center;
}
.pt_plus_social_list.style-2 ul.social_list li:hover a {
		color:#000;
}
.pt_plus_social_list.style-2 ul.social_list li a i.fa {
 	padding-right: 10px;
}
.pt_plus_social_list.style-2 ul.social_list li:last-child a{
		border-right: 0;
}
/*----------style 2------------*/
/*----------style 3------------*/
.pt_plus_social_list.style-3 ul.social_list li a {
 	margin-right: 0;
 	width: 100%;
 	height: 100%;
 	line-height: 1;
 	margin: 0;
}
.pt_plus_social_list.style-3 ul.social_list li {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
 	background: #404040;
 	border: 2px dashed black;
 	background-clip: content-box;
 	margin: 10px;
	-webkit-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition: .5s ease-in-out;
 	transition: .5s ease-in-out;
 	width: 100px;
 	height: 100px;
 	padding: 10px;
 	display: grid;
}
.pt_plus_social_list.style-3 ul.social_list li:hover{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform: rotate(360deg);
 	transform: rotate(360deg);
		padding: 10px;
}
.pt_plus_social_list.style-3 ul.social_list li a i.fa {
 	display: block;
 	position: absolute;
 	text-align: center;
 	top: 50%;
 	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
}
/*----------style 3------------*/
/*----------style 4------------*/
.pt_plus_social_list.style-4 ul.social_list li a {
 	width: 100%;
 	height: 100%;
 	padding: 0 15px;
 	margin-right: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
 	border-radius: 6px;
 	background: #404040;
		color:#fff;
		border: 1px solid #404040;
}
.pt_plus_social_list.style-4 ul.social_list li {
 	margin-right: 5px;
}
.pt_plus_social_list.style-4 ul.social_list li a i.fa, .pt_plus_social_list.style-4 ul.social_list li a span {
 	top: 0;
 	position: relative;
	-webkit-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-o-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-ms-transition:350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
 	transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.pt_plus_social_list.style-4 ul.social_list li a i.fa{
 	position: absolute;
 	width: 100%;
 	left: 0;
 	right: 0;
		height: 100%;
		line-height:20px;
}
.pt_plus_social_list.style-4 ul.social_list li:hover a span {
 	top: -40px;
	-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-moz-transition:  350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
 	transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.pt_plus_social_list.style-4 ul.social_list li a i.fa:before {
 	top: 100px;
 	text-align: center;
 	position: relative;
	-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-moz-transition:  350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
 	transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
 	display: inline-block;
}
.pt_plus_social_list.style-4 ul.social_list li:hover a i.fa:before {
 	top: 32%;
	-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-moz-transition:  350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
	-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
 	transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
/*----------style 4------------*/
/*----------style 5------------*/
.pt_plus_social_list.style-5 ul.social_list li {
 	margin-right: 10px;
}
.pt_plus_social_list.style-5 ul.social_list li a{
		-webkit-border-radius: 28%;
		-moz-border-radius: 28%;
		border-radius: 28%;
-moz-box-shadow:0 5px 15px -5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 5px 15px -5px rgba(0,0,0,0.1);
 	box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
 	opacity: 0.99;
 	background: #d3d3d3;	
		margin-right: 0;
		border: 1px solid #404040;
}
.pt_plus_social_list.style-5 ul.social_list li a i.fa{
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
 	transform: scale(0.8);

}
.pt_plus_social_list.style-5 ul.social_list li:hover a i.fa{
 	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
 	transform: scale(1);
}
.pt_plus_social_list.style-5 ul.social_list li a,.pt_plus_social_list.style-5 ul.social_list li a i.fa{
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
 	transition: all 0.15s ease-in-out;
}
/*----------style 5------------*/

/*------ social element----------*/
/*----------stylish Style End -----*/
.pt_plus_stylish_list {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
}
.pt_plus_stylish_list .stylish-item-wrap i {
    padding: 1px;
}
.pt_plus_stylish_list .stylish-item-wrap{
	margin-bottom: 10px;
}
.pt_plus_stylish_list .stylish-desc ,.pt_plus_stylish_list .stylish-desc p {
 margin: 0;
}
.pt_plus_stylish_list .stylish-title {
    font-size: 18px;
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.m-l-10 {
    margin-left: 15px;
}
.pt_plus_stylish_list .stylish-img {
    max-width: 150px;
    display: block;
}
.pt_plus_stylish_list .service-media .pt_plus_animated_svg {
    width: auto;
}
.pt_plus_stylish_list .service-media .pt_plus_animated_svg object {
    min-height: 100%;
}
/*----------stylish Style End -----*/

/*---------vc style--------*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
 	margin-bottom: 0 !important;
}
.wpb_animate_when_almost_visible {
 	opacity: 1 !important;
 	filter: alpha(opacity=1) !important;
}
/*---------vc style--------*/
/*----------Heading Title-----------*/

.heading_style .heading-sub-title,.heading_style .heading-title{
margin-top: 5px;
margin-bottom: 5px;
word-wrap: break-word;
}
.heading{
 	display: block;
 	position: relative;
 	width: 100%;
}

/*** style 5 ***/
.heading.style-5 {
    margin-bottom: 20px;
}
.heading.style-5 .heading-title{ outline: 0;
 	outline: 0;
    color: #313131;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 5px;
}
.heading.style-5 .heading-title:before{
		position: absolute;
	    -webkit-transition: all 1s ease 0s;
 	-moz-transition: all 1s ease 0s;
 	-ms-transition: all 1s ease 0s;
 	-o-transition: all 1s ease 0s;
 	transition: all 1s ease 0s;
	    content: "";
 	width: 100%;
 	height: 6px;
 	right: 0;
 	bottom: 0;
		position: absolute;
	    background: #1e73be;
}
.heading.style-5 .heading-title:focus:after, .heading.style-5 .heading-title:focus:before, .heading.style-5 .heading-title:hover:after, .heading.style-5 .heading-title:hover:before {
 	outline: 0;
 	-webkit-transition: all 1s ease 0s;
 	-moz-transition: all 1s ease 0s;
 	-ms-transition: all 1s ease 0s;
 	-o-transition: all 1s ease 0s;
 	transition: all 1s ease 0s;
}
.heading.style-5 .heading-title:after {
		-webkit-transition: all 1s ease 0s;
 	-moz-transition: all 1s ease 0s;
 	-ms-transition: all 1s ease 0s;
 	-o-transition: all 1s ease 0s;
 	transition: all 1s ease 0s;
 	content: "";
 	width: 100%;
 	height: 2px;
 	right: 0;
 	bottom: -4px;
		position: absolute;
	    background: #1e73be;
}
/*** style 5 end ***/

/* heading style 9 */
.heading .text-center .seprator.sep-l {
 	margin: 0 auto;
}
.heading .seprator.sep-l .sep-mg {
 	margin: 0 7px;
}
.heading .text-right .seprator.sep-l {
 	float: right;
}
.heading .seprator {
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-orient: horizontal;
 	-webkit-box-direction: normal;
 	-webkit-flex-direction: row;
 	-ms-flex-direction: row;
 	flex-direction: row;
 	-webkit-flex-wrap: nowrap;
 	-ms-flex-wrap: nowrap;
 	flex-wrap: nowrap;
 	-webkit-box-align: center;
 	-webkit-align-items: center;
 	-ms-flex-align: center;
 	align-items: center;
}
.heading span.title-sep {
 	height: 1px;
 	position: relative;
 	-webkit-box-flex: 1;
 	-webkit-flex: 1 1 auto;
 	-ms-flex: 1 1 auto;
 	flex: 1 1 auto;
 	min-width: 10%;
 	border: 1px solid #000;
}
.sep-dot {
 font-size: 50px;
    line-height: 1px;
    display: table;
    position: relative;
    top: -5px;
    padding: 0 4px;
}
/** heading style 9 end */
/*----------End Heading Title -----------*/
/*--- heading animation css --*/
.pt-plus-heading-animation .ani-bold{
	font-weight: bold !important;
	}
.pt-plus-heading-animation .ani-b-normal{
	font-weight: 400 !important ;
}
.pt-plus-heading-animation .ani-underline{
	text-decoration: underline !important;
}
.pt-plus-heading-animation .ani-u-normal{
	text-decoration: none !important;
}
.pt-plus-heading-animation .ani-italic i{
	font-style:italic !important;
}
.pt-plus-heading-animation .ani-i-normal i{
	font-style: normal !important ;
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
	padding:0 5px;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}


.pt-plus-cd-headline.type .cd-words-wrapper {
	vertical-align: top;
	overflow: hidden;
}
.pt-plus-cd-headline.type .cd-words-wrapper::after {
	
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 0;
	background: #aebcb9;
}
.pt-plus-cd-headline.type .cd-words-wrapper.waiting::after {
	-webkit-animation: cd-pulse 1s infinite;
	-moz-animation: cd-pulse 1s infinite;
	animation: cd-pulse 1s infinite;
}

.pt-plus-cd-headline.type .cd-words-wrapper.selected::after {
	visibility: hidden;
}

.pt-plus-cd-headline.type b {
	visibility: hidden;
}
.pt-plus-cd-headline.type b.is-visible {
	visibility: visible;
}
.pt-plus-cd-headline.type i {
	position: absolute;
	visibility: hidden;
}
.pt-plus-cd-headline.type i.in {
	position: relative;
	visibility: visible;
}

@-webkit-keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	40% {
		-webkit-transform: translateY(-50%) scale(0.9);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}
@-moz-keyframes cd-pulse {
	0% {
		-moz-transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	40% {
		-moz-transform: translateY(-50%) scale(0.9);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}
@keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	40% {
		-webkit-transform: translateY(-50%) scale(0.9);
		transform: translateY(-50%) scale(0.9);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}
/* ------ 
	
	xloading-bar 
	
------ */
.pt-plus-cd-headline.loading-bar span {
	display: inline-block;
	padding: .2em 0;
}
.pt-plus-cd-headline.loading-bar .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
.pt-plus-cd-headline.loading-bar .cd-words-wrapper::after {
content: '';
    position: absolute;
    left: 7px;
    bottom: 0;
    height: 3px;
    width: 0;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
	-o-transition: width 0.3s -0.1s;
	-ms-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}
.pt-plus-cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
	width: 100%;
	-webkit-transition: width 3s;
	-moz-transition: width 3s;
	transition: width 3s;
}
.pt-plus-cd-headline.loading-bar b {
	top: .2em;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.pt-plus-cd-headline.loading-bar b.is-visible {
	opacity: 1;
	top: 0;
}

/* ------ 
	
	xzoom 
	
------ */
.pt-plus-cd-headline.zoom .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}
.pt-plus-cd-headline.zoom b {
	opacity: 0;
}
.pt-plus-cd-headline.zoom b.is-visible {
	opacity: 1;
	-webkit-animation: zoom-in 0.8s;
	-moz-animation: zoom-in 0.8s;
	animation: zoom-in 0.8s;
}
.pt-plus-cd-headline.zoom b.is-hidden {
	-webkit-animation: zoom-out 0.8s;
	-moz-animation: zoom-out 0.8s;
	animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
	}
}
@-moz-keyframes zoom-in {
	0% {
		opacity: 0;
		-moz-transform: translateZ(100px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(0);
	}
}
@keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		-moz-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		-o-transform: translateZ(100px);
		transform: translateZ(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
	}
}
@-moz-keyframes zoom-out {
	0% {
		opacity: 1;
		-moz-transform: translateZ(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateZ(-100px);
	}
}
@keyframes zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		-moz-transform: translateZ(-100px);
		-ms-transform: translateZ(-100px);
		-o-transform: translateZ(-100px);
		transform: translateZ(-100px);
	}
}
/* ------ 
	
	xscale 
	
------ */
.pt-plus-cd-headline.scale b {
	opacity: 0;
}
.pt-plus-cd-headline.scale i {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.is-visible .pt-plus-cd-headline.scale i {
	opacity: 1;
}
.pt-plus-cd-headline.scale i.in {
	-webkit-animation: scale-up 0.6s forwards;
	-moz-animation: scale-up 0.6s forwards;
	animation: scale-up 0.6s forwards;
}
.pt-plus-cd-headline.scale i.out {
	-webkit-animation: scale-down 0.6s forwards;
	-moz-animation: scale-down 0.6s forwards;
	animation: scale-down 0.6s forwards;
}

.no-csstransitions .pt-plus-cd-headline.scale i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}

.no-csstransitions .pt-plus-cd-headline.scale .is-visible i {
	opacity: 1;
}

@-webkit-keyframes scale-up {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	60% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@-moz-keyframes scale-up {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	60% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}
@keyframes scale-up {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	60% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes scale-down {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
}
@-moz-keyframes scale-down {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}
	60% {
		-moz-transform: scale(0);
		opacity: 0;
	}
}
@keyframes scale-down {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}
/*--- heading animation css --*/
/*----------info box Start -----*/
.service-border-box {
    border: 1px solid;
}

.pt_plus_info_box {
    display: block;
    position: relative;
    width: 100%;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.pt-plus-list-portfolio-post.list-carousel-slick {
    margin-bottom: 50px;
}
.pt-plus-list-portfolio-post.list-carousel-slick .slick-dots {
    bottom: -45px;
}
.pt_plus_info_box.list-carousel-slick{
 margin-bottom: 50px;
}
.pt_plus_info_box ul.slick-dots {
    bottom: -45px;
}
.pt_plus_info_box .info-box-inner{	
   -webkit-transition:  all 0.3s;    
	moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transition: all 0.3s;	
}
.info-box-bg-box{
	overflow : hidden;
}
.pd-15{
	padding:15px;
}
.pt_plus_info_box .pd-0 {
	padding: 0;
}
.pt_plus_info_box object {
    min-height: 100%;
}
.service-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.service-content {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.m-r-16{
	margin-right:16px; 
}
.m-l-16{
	margin-left:16px; 
}
.service-title{
	font-size: 18px;
	margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
	
}
.service-desc {
    margin-top: 0;
}
.service-desc p{
    margin: 0;
}
.service-button {
    background: transparent;
    color: #121212;
    border: 1px solid;
    padding: 9px 20px;
    margin: 10px 0;
    position: relative;
    display: inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.vertical-center {
    align-items: center;
}
.service-border {
    border-style: solid;
    margin-top: 10px;
	margin-bottom: 5px;
}
.text-right .service-border {
    text-align: right;
    display: inline-block;
}
.text-center .service-border {
    text-align: center;
    margin: 10px auto;
}
.info-box-inner .service-icon-small {
    width: 46px;
    height: 46px;
       display: inline-block;
    line-height: 46px !important;
    text-align: center;
    font-size: 18px !important;
}
.info-box-inner .service-icon-medium {
    width: 74px;
    height: 74px;
    display: inline-block;
    line-height: 72px !important;
    text-align: center;
    font-size: 30px !important;
	background: transparent !important;
}
.info-box-inner .service-icon-large {
    width: 148px;
    height: 148px;
        display: inline-block;
    line-height: 146px !important; 
    text-align: center;
    font-size: 65px !important;
}
.info-box-inner .service-icon {
    font-size: inherit;
    top: auto;
    word-spacing: initial;
}
.info-box-inner .icon-squre{
	border: 1px solid;
	    border-radius: inherit;
}
.info-box-inner .icon-rounded{
 border: 1px solid;
 -moz-border-radius:50%;
	-webkit-border-radius: 50%;
 border-radius: 50%;
}
.pt_plus_info_box .pt_plus_animated_svg  .svg_inner_block{
	margin: 0 10px;
}
.pt_plus_info_box .button-style-13 .button-link-wrap span {
    position: relative;
    z-index: 4;
}
.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_info_box .pt_plus_button.button-style-13 .button-link-wrap::after {
    
    z-index: 2 !important;
}

.service-flipbox {
    position: relative;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.height-full {
    height: 100%;
}
.service-flipbox, .service-flipbox-holder {
    -moz-transform: perspective(1000px);
	-ms-transform: perspective(1000px);
	-webkit-transform: perspective(1000px);
	-o-transform:  perspective(1000px);
	transform: perspective(1000px);
}
.bezier-1 {
 -webkit-transition: all .7s cubic-bezier(.645,.045,.355,1);
 -moz-transition: all .7s cubic-bezier(.645,.045,.355,1);
 -o-transition: all .7s cubic-bezier(.645,.045,.355,1);
 -ms-transition: all .7s cubic-bezier(.645,.045,.355,1);
    transition: all .7s cubic-bezier(.645,.045,.355,1);
}
.perspective {
    -webkit-transform: perspective(1000px);
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-o-transform:  perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-horizontal:hover .service-flipbox-front {
    -webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	-o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-vertical:hover .service-flipbox-front {
    -webkit-transform: rotateX(-180deg);
	-ms-transform:rotateX(-180deg);
	-moz-transform:rotateX(-180deg);
	-o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.service-flipbox-back, .service-flipbox-front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.service-flipbox-front {
    position: absolute;
    z-index: 2;
}
.service-flipbox-back, .service-flipbox-front {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
}
.origin-center {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
	-moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}
.no-backface {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service-flipbox-content {
display: table-cell;
    vertical-align: middle;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(35px) scale(0.81);
    transform: translateZ(35px) scale(0.81);
}
.width-full {
    width: 100%;
}
.flip-horizontal:hover .service-flipbox-back {
    -webkit-transform: rotateY(0);
	-ms-transform:rotateY(0);
	-moz-transform:rotateY(0);
	-o-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-vertical:hover .service-flipbox-back {
    -webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-o-transform:  rotateX(0);
    transform: rotateX(0);
}
.flip-horizontal .service-flipbox-back {
    -webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform:  rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-vertical .service-flipbox-back {
    -webkit-transform: rotateX(180deg);
	-ms-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.service-flipbox-back {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fold-back-horizontal {
    -webkit-transform: translateX(-100%) rotateY(-180deg);
	-ms-transform:translateX(-100%) rotateY(-180deg);
	-moz-transform:translateX(-100%) rotateY(-180deg);
	-o-transform: translateX(-100%) rotateY(-180deg);
    transform: translateX(-100%) rotateY(-180deg);
}
.pt_plus_info_box.remove-padding {
    padding-left: 0 !important;
	padding-right:0 !important;
}
.pt_plus_info_box .about-post .about-post-content {
    background: #fff;
    padding: 0 20px 30px;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.pt_plus_info_box .about-post .about-post-content .icon-middle {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    width: 100px;
    height: 100px;
    line-height: 100px;
	top: -50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pt_plus_info_box .about-post .about-post-content .demo.icon-rounded {
    border-radius: 50%;
	    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}



.pt_plus_info_box .about-post:before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.pt_plus_info_box .about-post:hover:before {
    opacity: 0.85;
}
.pt_plus_info_box .about-post:hover .about-post-content a {
    background: #1cbac8;
    color: #fff;
}
.pt_plus_info_box .about-post .hover-about {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 0 30px;
    padding-top: 80px;
    background: transparent;
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pt_plus_info_box .about-post:hover .about-post-content {
    background: transparent;
}
.pt_plus_info_box .about-post:hover .service-title {
    opacity: 0;
}
.pt_plus_info_box .about-post:hover p {
    opacity: 1;
}
.pt_plus_info_box .about-post:hover .service-border {
    opacity: 0;
}
.pt_plus_info_box .about-post:hover .about-post-content {
    background: transparent !important;
}
.pt_plus_info_box .about-post:hover .hover-about {
    top: 0;
    padding-top: 100px;
}
.action.arrow-next.expandable {
   width: 100%;
    height: 40px;
    position: relative;
    margin-top: 40px;
}
.action.arrow-next:before {
    content: attr(data-label);
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: absolute;
    left: 0;
    color: currentColor;
    opacity: 0;
}
.action.arrow-next.expandable:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 10px 50%;
	-moz-transform-origin:10px 50%;
    -ms-transform-origin:10px 50%;
    -o-transform-origin:10px 50%;
	-webkit-transform-origin: 10px 50%;
}

.pt_plus_info_box .info-tag-title{
    display: inline-block;
    border: 1px solid;
    padding: 6px 10px;
    margin: 0;
    border-radius: 5px;
	-webkit-border-radius:  5px;
	-moz-border-radius:  5px;
}
.pt_plus_info_box .info-box-tag {
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.pt_plus_info_box .info-box-all{
	position : relative ;
	z-index: 5 ;
}
.pt_plus_info_box .info-box-bg-box{	
    transition: 0.4s;
	-webkit-transition:  0.4s;
	-moz-transition:  0.4s;
	-o-transition:  0.4s;
	-ms-transition:  0.4s;

}
.pt_plus_info_box .ts-button {
    margin-top: 15px;
}
/*--- info box End */
/*---info banner------*/
.pt_plus_infobanner{
	position:relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.pt_plus_infobanner .grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    display: block;
}
.pt_plus_infobanner_style-1 {
    display: inline-block;
    width: 100%;
    position: relative;
}

.pt_plus_infobanner .grid .fi-gure {
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	margin: 0;
}
.grid .fi-gure .info_img {
position: relative;
 display: block;
    width:100%;
}
.pt_plus_infobanner .grid .fi-gure .fig-caption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.pt_plus_infobanner .grid .fi-gure .fig-caption::before,
.pt_plus_infobanner .grid .fi-gure .fig-caption::after {
	pointer-events: none;
}
.pt_plus_infobanner .grid .fi-gure .fig-caption,
.pt_plus_infobanner .grid .fi-gure .fig-caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pt_plus_infobanner .grid .fi-gure .infobanner_title,
.pt_plus_infobanner  .grid .fi-gure .infobanner_desc {
	margin: 0;
}
.pt_plus_infobanner  .grid .fi-gure .infobanner_desc{
    font-size: 14px;
    line-height: 25px;
}
.pt_plus_infobanner.box-saddow-info_banner{
	-webkit-transition:0.5s;
    -moz-transition: 0.5s;
    -o-transition:0.5s;
	 -ms-transition:0.5s;
    transition:0.5s;
}

/*--- End info banner------*/
/*--video--*/
.wpb_video_wrapper .fluidvids {
    position: initial;
}
.pt_plus_video_player {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.pt_plus_video_player .pt_plus_button {
    cursor: pointer;
}
.pt_plus_video_player iframe{
	opacity:0;
}
.pt_plus_video_player .fluidvids iframe,.pt_plus_video_player iframe{
	opacity:1;
}
.pt_plus_video_player.not-touch iframe,.pt_plus_video_player.not-touch video{
	pointer-events: none;
}
.pt_plus_video_player .fluidvids {
    position: initial;
}
.video_container{ 
	margin: 0;
    padding: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-space{
 padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.pt_plus_video-box-shadow {
    position: relative;
    display: block;
    width: 100%;
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.ts-video-caption {
    background-repeat: no-repeat;
    background-position: center center;
    -ms-filter: "alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    margin: 0;
	-webkit-background-size: 60px auto;
	-moz-background-size:60px auto;
	-o-background-size:60px auto;
	background-size: 60px auto;
}
.pt_plus_video_player:hover .ts-video-caption {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 1;
}
.ts-video-caption-text {
position: absolute;
    width: 90%;
    bottom: -100%;
    font-weight: 400;
    left: 0;
    color: #fff;
    background: 0 0;
    padding: 5px 5%;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    z-index: 1;
    line-height: 1;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
	transition: all .2s;
}
.pt_plus_video_player:hover .ts-video-caption-text {
    bottom: 0;
}
.ts-video-image-zoom.set-image{
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
.ts-video-icon{
   height: auto;
    position: relative;
    z-index: 1;
    max-width: 80px;	
}
.ts-video-wrapper {
    width: 100%;
    display: block;
}
.ts-video-wrapper.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.ts-video-wrapper.embed-container iframe, .ts-video-wrapper.embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.ts-video-embed-container{
    position: relative;
    display: block;
    padding: 0;
    padding-bottom: 56.25%;
    margin: 0;
    height: 0;
    overflow: hidden;
}
.ts-video-hidden {
    display: none !important;
}
.ts-video-embed-container {
    padding-bottom: 56.250000%;
}
.pt-plus-video-frame {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0 ;
}
.ts-type-self-hosted .ts-video-thumbnail {
    z-index: 1;
    object-fit: cover;
}
.ts-type-self-hosted .ts-video-play-btn {
    z-index: 2;
    background: transparent;
}
img.ts-video-thumbnail {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    object-fit: cover;
	-webkit-transition-duration: .7s;
	-moz-transition-duration: .7s;
    -o-transition-duration:.7s;
    transition-duration: .7s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
button.ts-video-play-btn.ts-video-blay-btn-youtube {
    background: transparent;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
	opacity:0.8;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
	transition: all .5s;
}
.ts-video-poster {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container{
    min-width: auto !important;
}
.lity-iframe-container {
    width: 100%;
    height: 100vh;
    padding-top: 0%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.ts-video-wrapper:hover .ts-video-play-btn {
    opacity: 1;
}
.lity-iframe-container iframe{
	margin-bottom:0;
}
/*--video---*/
/*------- contact form style-------*/
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 9px;
	z-index: 1;
}
.pt_plus_cf7_styles .wpcf7 .ajax-loader{
	    display: none;
}
.pt_plus_cf7_styles .wpcf7 .ajax-loader.is-active {
    visibility: visible;
    display: block;
}
.pt_plus_cf7_styles input.wpcf7-form-control.wpcf7-submit {
    padding: 18px;
}
.pt_plus_cf7_styles input.wpcf7-form-control.wpcf7-submit {
    margin-top: 1em;
}


/*---radio button style-------*/
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 {
    display: block;
    width: 100%;
    position: relative;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 input[type="radio"] {
    display: none;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 span.wpcf7-list-item {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 .input__radio_btn {
    display: inline-block;
    cursor: pointer;
    text-align: left;
    margin: 0;
	position: relative;
	margin-left: 4px;
	    font-weight: 400;
}
.pt_plus_cf7_styles label.input__radio_btn .toggle-button__icon{
    content: "";
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;
    height: 20px;
    width: 20px;
    overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
	margin-left: 5px;
    position: relative;
}
.pt_plus_cf7_styles .input__radio_btn .toggle-button__icon:after {
    content: "";
    position: absolute;
    transition: 0.2s ease-out;
	-webkit-transition:0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition:0.2s ease-out;
	-ms-transition:0.2s ease-out;
}
.pt_plus_cf7_styles .input__radio_btn .toggle-button__icon:after {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.pt_plus_cf7_styles .input__radio_btn .toggle-button__icon:after {
top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #61B136;
    animation: radio-hide .2s ease-out;
    transition: none;
	-webkit-transition: none;
	-moz-transition:  none;
	-o-transition: none;
	-ms-transition: none;
    transform: translate3d(-50%,200%,0);
}
.input-radio-check:checked ~ label.input__radio_btn .toggle-button__icon:after {
    transform: translate3d(-50%,-50%,0);
    animation: radio-show .2s;
}
@keyframes radio-hide {
  0% {
    transform: translate3d(-50%,-50%,0); }
  100% {
    transform: translate3d(-50%,200%,0) } 
}

@keyframes radio-show {
  0% {
    transform: translate3d(-50%,200%,0) }
  100% {
    transform: translate3d(-50%,-50%,0); } 
}
	
.pt_plus_cf7_styles span.wpcf7-list-item.first {
    margin: 0;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 .wpcf7-not-valid-tip {
    position: relative;
    line-height: 1.2;
    font-size: 12px;
    display: inline-block;
    margin-left: 30px;
}
/*---radio button style-------*/
/*---checkbox button style-------*/
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 input[type="checkbox"] {
    display: none;
}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 span.wpcf7-list-item {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
	}
.pt_plus_cf7_styles span.wpcf7-form-control-wrap.radio-checkbox-1 .input__checkbox_btn {
    display: inline-block;
    cursor: pointer;
    text-align: left;
    margin: 0;
	position: relative;
	margin-left: 4px;
	    font-weight: 400;
}
.pt_plus_cf7_styles label.input__checkbox_btn .toggle-button__icon{
    content: "";
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;
    height: 20px;
    width: 20px;
    overflow: hidden;
    background: #000;
	margin-left: 5px;
    position: relative;
}
.pt_plus_cf7_styles .input__checkbox_btn .toggle-button__icon:after {
    content: "";
    position: absolute;
    transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-moz-transition:  0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

.pt_plus_cf7_styles .input__checkbox_btn .toggle-button__icon:after {
top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #61B136;
    animation: checkbox-hide .2s ease-out;
    transition: none;
	-webkit-transition:  none;
	-moz-transition:  none;
	-o-transition: none;
	-ms-transition: none;
	-webkit-transform: translate3d(-50%,200%,0);
	-ms-transform: translate3d(-50%,200%,0);
	-moz-transform: translate3d(-50%,200%,0);
	-o-transform:  translate3d(-50%,200%,0);
    transform: translate3d(-50%,200%,0);
}
.input-checkbox-check:checked ~ label.input__checkbox_btn .toggle-button__icon:after {
    transform: translate3d(-50%,-50%,0);
    animation: checkbox-show .2s;
}
@keyframes checkbox-hide {
  0% {
    transform: translate3d(-50%,-50%,0); }
  100% {
    transform: translate3d(-50%,200%,0) } }

@keyframes checkbox-show {
  0% {
    transform: translate3d(-50%,200%,0) }
  100% {
    transform: translate3d(-50%,-50%,0); } }
/*---checkbox button style-------*/

/*---input file upload-----------*/
.pt_plus_cf7_styles .cf7-style-file input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.wpcf7-file + .input__file_btn {
    max-width: 80%;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.525rem 1.825rem;
    margin-bottom: 0;
}
.wpcf7-file + .input__file_btn svg{
    width: 2em;
    height: 2em;
    vertical-align: middle;
    fill: #252525;
    margin-top: -0.25em;
    margin-right: 1em;
    stroke-opacity: .8;
}
.wpcf7-file + .input__file_btn {
    color: #252525;
    border: 2px solid #252525;
}
.wpcf7-file + .input__file_btn {
	cursor: pointer;
}
.wpcf7-file:focus + .input__file_btn, .inputfile-2 + .input__file_btn:hover {
    color: #722040;
	 border: 2px solid #722040;
}
.wpcf7-file + .input__file_btn * {
	pointer-events: none;
}
.pt_plus_cf7_styles .cf7-style-file .wpcf7-not-valid-tip {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 10px;
    line-height: 1;
    font-size: 12px;
}
.pt_plus_cf7_styles .cf7-style-file.input--filled .input__file_btn {
    background: #252525;
    color: #fff;
    border-color: #252525;
}
.pt_plus_cf7_styles .cf7-style-file.input--filled .input__file_btn *{
     stroke: #fff;
}
/*---input file upload-----------*/
/*------- contact form style-------*/
/*------- before after-------*/
.pt_plus_before_after {
 	margin:0px;
 	overflow: hidden;
 	display: block;
}
.pt_plus_before_after .before-after-inner{
 	position: relative;
 	text-align: center;
 	-webkit-transform-style: preserve-3d;
 	-moz-transform-style: preserve-3d;
 	transform-style: preserve-3d;
}
.pt_plus_before_after .before-after-image {
 	position: absolute;
 	overflow: hidden;
}
.pt_plus_before_after .before-after-image.image-before {
 	z-index: 1;
 	float: left;
}
.pt_plus_before_after .before-after-image.image-after {
 	z-index: 0;
 	float: right;
}
.pt_plus_before_after .before-after-image > img {
 	-webkit-user-select: none;
 	-khtml-user-select: none;
 	-moz-user-select: none;
 	-o-user-select: none;
 	user-select: none;
 	display: block;
 	max-width: none;
 	width: 100%;
}
.pt_plus_before_after .before-after-sep {
 	position: absolute;
 	z-index: 2;
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.pt_plus_before_after .before-after-bottom-separate{
    height: 10px;
    display: none;
    background: rgba(200,200,200,0.7);
}
.pt_plus_before_after .before-after-sep-icon > img {
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
 	border-radius: 0!important;
 	box-shadow: none!important;
 	display: block;
 	margin: auto;
 	max-width: 300px;
 	max-height: 300px;
}

.before-after-sep-icon {
 	display: none;
 	position: absolute;
 	top: 50%;
 	left: 50%;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
 	border-radius: 0!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
 	box-shadow: none!important;
 	-moz-transform: translateX(-50%) translateY(-50%);
 	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
 	-ms-transform: translateX(-50%) translateY(-50%);
 	transform: translateX(-50%) translateY(-50%);
 	z-index: 3;
 	cursor: pointer;
}
.before_after_label.before_label_text {
 	margin-bottom: 0;
 	position: fixed;
	-webkit-transform:translate3d(0%,-50%,0);
	-ms-transform:translate3d(0%,-50%,0);
	-moz-transform:translate3d(0%,-50%,0);
	-o-transform: translate3d(0%,-50%,0);
 	transform: translate3d(0%,-50%,0);
 	width: auto;
 	text-align: left;
 	padding: 10px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	border-radius: 3px;
 	top: 50%;
 	left: 0%;
 	z-index: 1;
 	background: rgba(255, 255, 255, 0.64);
 	margin-left: 10px;
}
.before_after_label.after_label_text {
		margin-bottom: 0;
 	position: absolute;
	-webkit-transform:translate3d(0%,-50%,0);
	-ms-transform:translate3d(0%,-50%,0);
	-moz-transform:translate3d(0%,-50%,0);
	-o-transform: translate3d(0%,-50%,0);
	transform: translate3d(0%,-50%,0);
 	width: auto;
 	text-align: right;
 	padding: 10px 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	border-radius: 3px;
 	top: 50%;
 	right: 0%;
 	z-index: 1;
 	background: rgba(255, 255, 255, 0.64);
 	margin-right: 10px;
}
/*------- before after-------*/
/*--dropcop-*/

.pt_plus_dropcap {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    font-family: "open sans";
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
    border-radius: 2px;
    padding: 10px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.pt_plus_dropcap.shadow, .pt_plus_dropcap.style-3 {
	-moz-box-shadow: 0 2px 14px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
    box-shadow: 0 2px 14px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 14px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
}
.pt_plus_dropcap.style-2 {
    border: 1px solid #ff214f;
}
.pt_plus_dropcap.style-3:after, .pt_plus_dropcap.style-3:before {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 15px;
    bottom: 1px;
    left: 0;
    right: 0;
	-moz-border-radius:inherit;
	-webkit-border-radius:inherit;
    border-radius: inherit;
}
.pt_plus_dropcap.style-3:after{
	bottom:3px;
}
.pt_plus_dropcap.style-4 {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.pt_plus_dropcap.style-5.shadow {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    border-radius: 8px;
}
/*--dropcop-*/
/*--blockquote-*/
.pt_plus_blockquote blockquote {
    padding: 30px !important;
    font-size: 17px !important;
    margin: 0px !important;
    border-radius: 2px;
    border: 0 !important;
}
.pt_plus_blockquote blockquote {
    display: block;
    height: auto;
    margin: 0 20px 25px 0 !important;
    position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    border-left: 0 !important;
}

.pt_plus_blockquote-2 blockquote:after ,.pt_plus_blockquote-3 blockquote:after,.pt_plus_blockquote-4 blockquote:after,.pt_plus_blockquote-5 blockquote:after{
    content: "";
    width: 0;
    height: 0;
    background: transparent !important;
    position: relative;
}
.pt_plus_blockquote-1 blockquote:after {
    content: "";
    width: 55px;
    height: 40px;
    background: transparent;
    position: absolute;
    left: 15px;
    top: 15px;
}
.pt_plus_blockquote .author {
    padding-top: 10px;
    text-align: left;
    font-size: 17px;
    line-height: 1.2;
}
.pt_plus_blockquote .author .fa-user {
    padding-right: 8px;
}

.pt_plus_blockquote-1 blockquote {
    padding: 0 !important;
  
    top: 0 !important;
    border-left: 6px solid #fff !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
    border-radius: 0 !important;
       padding: 30px 20px!important;
	    
}
.qote-left {
	display: inline-block;
    font-size: 30px !important;
    margin-right: 20px;
    top: 0;
    position: relative;
}
.qote-right {
	display: inline-block;
    font-size: 30px !important; 
    margin-left: 20px;
    bottom: -15px;
    position: relative;
}
.pt_plus_blockquote-1  .qote-left {
	display: none;
}
.pt_plus_blockquote-1  .qote-right,.pt_plus_blockquote-3  .qote-right,.pt_plus_blockquote-4  .qote-right ,.pt_plus_blockquote-5  .qote-right {
	display: none;
}
.pt_plus_blockquote-2 .author {
    text-align: right;
}
.pt_plus_blockquote {
    display: block;
    position: relative;
    overflow: hidden;
}
.pt_plus_blockquote-3  .blockquote-content {
    padding-left: 65px;
}
.pt_plus_blockquote-3 .fa.fa-quote-left.qote-left {
    position: absolute;
    font-size: 60px !important;
    top: -20px;
    text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
.pt_plus_blockquote.pt_plus_blockquote-3 {
    overflow: visible;
}
.pt_plus_blockquote-3 .author{
	text-align: right; 
}

.pt_plus_blockquote-4 .fa.fa-quote-left.qote-left {
    position: absolute;
    right: 0;
    top: 20px;
}
.pt_plus_blockquote-4 .author {
    display: block;
    position: relative;
     margin-bottom: 25px; 
   padding: 15px 15px 15px 30px !important;
    background: #fff;
	    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pt_plus_blockquote-4,.pt_plus_blockquote-5 {
	overflow: visible;
}
.pt_plus_blockquote-4 blockquote {
    margin-bottom: 0 !important;
	    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pt_plus_blockquote-5 blockquote:before {
    content: '';
    width: 100%;
    height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    border-left: 5px solid rgba(235,150,108,0.1);
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1;
}
.pt_plus_blockquote-5 .blockquote-content{
	-webkit-box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
	-moz-box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
    box-shadow: 0 -6px 0 rgba(235,150,108,0.2);
}
.pt_plus_blockquote-5 .fa.fa-quote-left.qote-left {
    display: block;
    position: relative;
    font-size: 50px !important;
    padding-bottom: 21px;
	}
.pt_plus_blockquote-5 .fa.fa-quote-left.qote-left:before {
    background: #ff92b2;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.pt_plus_blockquote-5 blockquote{
	background:#fff;
}
.pt_plus_blockquote.pt_plus_blockquote-5 {
    margin-left: 50px;
}
/*--blockquote-*/
/*--fancy link-*/
.pt-plus-fancy-link-content {
    position: relative;
    display: inline-block;
}
.pt-plus-fancy-link{
	vertical-align: bottom;
	padding: 0 5px;
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: inherit;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    line-height: inherit;
}
a.pt-plus-fancy-link:hover{
    text-decoration: none
}
/*----style-1-----------*/
.pt-plus-fancy-link.fancy-link-1 span,.pt-plus-fancy-link.fancy-link-2 span,.pt-plus-fancy-link.fancy-link-3 span,.pt-plus-fancy-link.fancy-link-5 span   {
    position: relative;
    z-index: 1;
}
a.pt-plus-fancy-link.fancy-link-1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52,73,94,0.2);
    content: '';
    -webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -webkit-transform 0.2s;
	-o-transition:-webkit-transform 0.2s;
	-ms-transition:-webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: translateY(95%);
	-ms-transform: translateY(95%);
	-moz-transform: translateY(95%);
	-o-transform:  translateY(95%);
    transform: translateY(97%);
}
.pt-plus-fancy-link.fancy-link-1:hover:before {
    -webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0); 
    transform: translateY(0);
}
/*-style-1 End */
/*-style2---*/
.pt-plus-fancy-link-content:hover .fancy-link-2:before {
    -webkit-transform: scaleY(0.9) translateX(0);
	-ms-transform:scaleY(0.9) translateX(0);
	-moz-transform:scaleY(0.9) translateX(0);
	-o-transform: scaleY(0.9) translateX(0);
    transform: scaleY(0.9) translateX(0);
}
a.pt-plus-fancy-link.fancy-link-2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(149,165,166,0.4);
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
	-moz-transition:  -webkit-transform 0.3s;
	-o-transition: -webkit-transform 0.3s;
	-ms-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scaleY(0.9) translateX(-101%);
	-ms-transform: scaleY(0.9) translateX(-101%);
	-moz-transform: scaleY(0.9) translateX(-101%);
	-o-transform: scaleY(0.9) translateX(-101%); 
    transform: scaleY(0.9) translateX(-101%);
}
/*---------style-3-------*/
a.pt-plus-fancy-link.fancy-link-3:before {
    position: absolute;
    top: 0;
    left: -5px;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    background: #2e98c1;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-o-transition:-o-transform 0.2s, opacity 0.2s;
	-ms-transition:-ms-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
    transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
    -webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform:  scale(0);
    transform: scale(0);
}
.pt-plus-fancy-link-content:hover a.pt-plus-fancy-link.fancy-link-3:before {
    opacity: 1;
    -webkit-transform: scale(1);
	-ms-transform:  scale(1);
	-moz-transform:  scale(1);
	-o-transform:   scale(1);
    transform: scale(1);
}
/*------------style-4-*/
.fancy-link-4 {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.fancy-link-4:before {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,255,255,1);
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s, background 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s, background 0.4s;
	-o-transition: -o-transform 0.4s, opacity 0.4s, background 0.4s;
    transition: transform 0.4s, opacity 0.4s, background 0.4s;
    -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
}
.pt-plus-fancy-link-content:hover .fancy-link-4:before {
    background: transparent !important;
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(0.618);
	-ms-transform: scaleX(1) scaleY(0.618);
	-moz-transform: scaleX(1) scaleY(0.618);
	-o-transform:  scaleX(1) scaleY(0.618);
    transform: scaleX(1) scaleY(0.618);
}
/*----style-5-*/
.pt-plus-fancy-link-content:hover .fancy-link-5:before {
    -webkit-transform: rotateX(0deg);
	-ms-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.fancy-link-5:before {
    position: absolute;
    top: 0;
    left: -4px;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 4px;
    width: 100%;
    height: 100%;
    content: '';
    background: #b70d0d;
    -webkit-transition: -webkit-transform 0.2s;
	-moz-transition:  -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	-ms-transition:-ms-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
/*---------style-6--------*/
a.pt-plus-fancy-link.fancy-link-6:before {
    position: absolute;
    top: -2px;
    left: -7px;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    border: 2px solid #e74c3c;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	-moz-transition: opacity 0.2s, -moz-transform 0.2s;
	-o-transition:opacity 0.2s, -o-transform 0.2s;
	-ms-transition: opacity 0.2s, -ms-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transform: scale(0.8333);
	-ms-transform: scale(0.8333);
	-moz-transform: scale(0.8333);
	-o-transform:  scale(0.8333);
    transform: scale(0.8333);
}
.pt-plus-fancy-link-content:hover .fancy-link-6:before {
    opacity: 1;
    -webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
    transform: scale(1.2);
}
.fancy-link-6 {
    overflow: initial !important;
}
.pt-plus-fancy-link-content:hover .fancy-link-6 {
    -webkit-transform: scale(0.8333);
	-ms-transform:scale(0.8333);
	-moz-transform: scale(0.8333);
	-o-transform: scale(0.8333);
    transform: scale(0.8333);
}
/*-style-7-*/

a.pt-plus-fancy-link.fancy-link-7:before {
    position: absolute;
    top: -50%;
    left: -50%;
    padding: 1.8em 1em 1em 3.7em;
    width: 200%;
    height: 200%;
    background-image: url(../../images/svg/link.svg);
	-webkit-background-size:  auto 40%;
	-moz-background-size: auto 40%;
	-o-background-size: auto 40%;
    background-size: auto 40%;
    color: #404d5b;
    color: transparent;
    content: attr(href);
    white-space: pre-wrap;
    word-break: break-all;
    font-weight: 600;
    font-size: 0%;
    line-height: 1.2;
    opacity: 0.2;
    -webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
	-moz-transition:  opacity 0.3s, color 0.3s, -moz-transform 0.3s, background-position 0.2s;
	-o-transition: opacity 0.3s, color 0.3s, -o-transform 0.3s, background-position 0.2s;
	-ms-transition: opacity 0.3s, color 0.3s, -ms-transform 0.3s, background-position 0.2s;
    transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
    -webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform:  scale(0.5);
    transform: scale(0.5);
    pointer-events: auto;
    background-position-x: -3em;
    background-position-y: 50%;
    z-index: 11;
    background-repeat: no-repeat;
}
.pt-plus-fancy-link-content:hover a.pt-plus-fancy-link.fancy-link-7:before {
    background-position: 1em 50%;
    color: #fff;
	 font-size: 100%;
    opacity: 1;
    -webkit-transition-delay: 0s, 0s, 0s, 0.1s;
	-moz-transition-delay: 0s, 0s, 0s, 0.1s;
	 -o-transition-delay: 0s, 0s, 0s, 0.1s;
    transition-delay: 0s, 0s, 0s, 0.1s;
    -webkit-transform: scale(1) translateY(-75%);
	-ms-transform: scale(1) translateY(-75%);
	-moz-transform: scale(1) translateY(-75%);
	-o-transform:  scale(1) translateY(-75%);
    transform: scale(1) translateY(-75%);
}
.fancy-link-7,.fancy-link-9 {
    overflow: initial !important;
}
/*-style-8*/
.pt-plus-fancy-link-content:hover .fancy-link-8:before {
    -webkit-transform: translateX(0);
	-ms-transform:translateX(0);
	-moz-transform:translateX(0);
	-o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
	-moz-transition-delay:0s;
	 -o-transition-delay: 0s;
    transition-delay: 0s;
}

.fancy-link-8:before, .fancy-link-8:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.fancy-link-8:before {
    border-top: 2px solid #d04444;
    background: transparent !important;
    -webkit-transition-delay: 0.3s;
	-moz-transition-delay:0.3s;
	 -o-transition-delay:0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY( calc(100% - 2px) );
	-ms-transform: translateY( calc(100% - 2px) );
	-moz-transform: translateY( calc(100% - 2px) );
	-o-transform:  translateY( calc(100% - 2px) );
    transform: translateY( calc(100% - 2px) );
}
.fancy-link-8::after {
    background: rgba(239, 40, 40, 0.7);
    -webkit-transform: translateY(-100%);
	-ms-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.pt-plus-fancy-link-content:hover .fancy-link-8::after {
    -webkit-transform: translateX(0);
	-ms-transform:translateX(0);
	-moz-transform:translateX(0);
	-o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	 -o-transition-delay:0.3s;
    transition-delay: 0.3s;
}
/*-----------style-9-------*/

.fancy-link-9:before, .fancy-link-9:after {
    position: absolute;
        top: 50%;
	font-weight:100;	
    font-size: 150%;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	-moz-transition: opacity 0.2s, -moz-transform 0.2s;
	-o-transition: opacity 0.2s, -o-transform 0.2s;
	-ms-transition: opacity 0.2s, -ms-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
.fancy-link-9:before{
    left: -0.3em;
    content: '[';
    -webkit-transform: translateX(-100%) translateY(-55%);
	-ms-transform: translateX(-100%) translateY(-55%);
	-moz-transform: translateX(-100%) translateY(-55%);
	-o-transform: translateX(-100%) translateY(-55%);
    transform: translateX(-100%) translateY(-55%);
}
.fancy-link-9:after{
right: -0.3em;
    content: ']';
    -webkit-transform: translateX(100%) translateY(-55%);
	-ms-transform:translateX(100%) translateY(-55%);
	-moz-transform:translateX(100%) translateY(-55%);
	-o-transform: translateX(100%) translateY(-55%);
    transform: translateX(100%) translateY(-55%);
}
.pt-plus-fancy-link-content:hover .fancy-link-9::after,.pt-plus-fancy-link-content:hover .fancy-link-9::before {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-55%);
	-ms-transform: translateX(0) translateY(-55%);
	-moz-transform: translateX(0) translateY(-55%);
	-o-transform: translateX(0) translateY(-55%);
    transform: translateX(0) translateY(-55%);

}
/*--fancy link-*/
/*hightlight ------------*/
.pt-plus-hightlight.highlight-hover,.highlight-normal .highlight-title{
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
	    padding: 0 5px;
	}
.pt-plus-hightlight .highlight-title{
	z-index: 2;
    position: relative;
}
.pt-plus-hightlight.highlight-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(149,165,166,0.4);
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition:-o-transform 0.3s;
	-ms-transition:-ms-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scaleY(0.9) translateX(-100%);
	-ms-transform: scaleY(0.9) translateX(-100%);
	-moz-transform: scaleY(0.9) translateX(-100%);
	-o-transform:  scaleY(0.9) translateX(-100%);
    transform: scaleY(0.9) translateX(-100%);
}
.pt-plus-hightlight.highlight-hover:hover:before {
    -webkit-transform: scaleY(0.9) translateX(0);
	-ms-transform: scaleY(0.9) translateX(0);
	-moz-transform: scaleY(0.9) translateX(0);
	-o-transform:  scaleY(0.9) translateX(0);
    transform: scaleY(0.9) translateX(0);
}
.pt-plus-hightlight.highlight-hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(149,165,166,0.4);
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scaleY(0.9);
	-ms-transform:scaleY(0.9) ;
	-moz-transform:scaleY(0.9) ;
	-o-transform: scaleY(0.9) ;
     transform: scaleY(0.9) ;
}
/*End hightlight ------------*/
/*--header breadcrumbs  -------*/
.pt-plus-columns-bg-wrap .embed-responsive .embed-responsive-item,.pt-plus-columns-bg-wrap .embed-responsive iframe{
	bottom:auto;
}
.pt-plus-columns-bg-wrap .embed-responsive,.ts-video-wrapper .embed-responsive,.ts-video-wrapper .embed-responsive iframe {
    position: initial;
    padding: 0px;
    height: auto;
}
.pt-plus-columns-bg-wrap,.columns-bg-image {
	will-change: left, top;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pt-plus-row-set .pt-plus-row-bg-image-wrap {
    position: static;
    width: 100%;
    height: 100%;
}
.pt-plus-row-bg-image-wrap  .row-bg-image-inner.grid-item.loaded {
    position: static;
    width: 100%;
    height: 100%;
}
.pt-plus-columns-bg-wrap.columns-video-bg{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.pt-plus-columns-bg-wrap.columns-video-bg video.video-js {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.pt-plus-columns-bg-wrap.columns-video-bg .video-js {
    position: relative;
    width: 100%;
    height: 100%;
}
.pt-plus-columns-bg-wrap.columns-video-bg .video-js .columns-bg-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pt-plus-row-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}
#pt-plus-header-breadcrumbs {
    position: relative;
    overflow: hidden;
}
#pt-plus-header-breadcrumbs .pt-plus-header-bg-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#pt-plus-header-breadcrumbs .pt-plus-page-title-inner{
    position: relative;
    z-index: 1;
    min-height: 400px;
    height: 400px;
    padding: 0 0;
    z-index: 0;
}
#pt-plus-header-breadcrumbs .pt-plus-page-title-inner-wrap.pos-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
#pt-plus-header-breadcrumbs .pt-plus-page-title {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    color: #fff;
    text-align: inherit;
    padding-bottom: 10px;
    margin: 0;
}
.pt-plus-header-breadcrumbs .container {
    padding: 15px;
}
.pt-plus-page-title-inner .layout-style-1 {
    text-align: left;	
}
.pt-plus-page-title-inner .layout-style-2{
    text-align: center;

}
.pt-plus-page-title-inner .layout-style-3{
    text-align: right;
}
.breadcrumbs-title-layout-3,.breadcrumbs-title-layout-4 {
    position: relative;
    width: 100%;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	padding-bottom:5px;
}
.breadcrumbs-title-layout-3 .table-cell,.breadcrumbs-title-layout-4 .table-cell {
    width: max-content;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav#crumbs a{
	font-size:inherit;
}
#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-3 .pt-plus-page-title,#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-4 .pt-plus-page-subtitle {
	padding:0;
    padding-right: 5px;	
}
#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-3 .pt-plus-page-subtitle,#pt-plus-header-breadcrumbs .breadcrumbs-title-layout-4 .pt-plus-page-title{
	padding:0;
	padding-left: 15px;
}
.pt-plus-page-title-inner .layout-style-1 .breadcrumbs-title-layout-3,.pt-plus-page-title-inner .layout-style-1 .breadcrumbs-title-layout-4{
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.pt-plus-page-title-inner .layout-style-2 .breadcrumbs-title-layout-3,.pt-plus-page-title-inner .layout-style-2 .breadcrumbs-title-layout-4{
	-webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pt-plus-page-title-inner .layout-style-3 .breadcrumbs-title-layout-3,.pt-plus-page-title-inner .layout-style-3 .breadcrumbs-title-layout-4{
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.breadcrumbs-icon-wrap .ts-hover-draw-svg object {
    pointer-events: none;
    max-width: 100px;
}
.breadcrumbs-icon-wrap {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.small {
    font-size: 30px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.medium {
    font-size: 50px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.large {
    font-size: 80px;
}
.breadcrumbs-icon-wrap .breadcrumbs-icon.x-large {
    font-size: 100px;
}
.breadcrumbs-icon.ts-hover-draw-svg {
    max-width: 100px;
}
.pt-plus-page-title-inner .pt-plus-page-subtitle {
    font-size: 15px;
    font-family: "Lora";   
    line-height: 1.2;
    text-align: inherit;
    padding-bottom: 10px;
    color: #bcbcbc;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-1 {
    display: block;
    width: 100%;
    height: 2.9em;
    line-height: 2.9em;
    margin-bottom: -1px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-2 {
    display: block;
    width: 100%;
    height: 2.9em;
    line-height: 2.9em;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-3 {
	    display: block;
    max-width: 730px;
    width: 100%;
	height:auto !important;
    position: absolute;
    bottom: 0;
    margin-bottom: -3px;
    border: 3px solid #ffffff;
    padding: 8px 8px 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-3 .breadcrumbs-layout-style {
    background: #ffffff;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
}
.pt-plus-breadcrumbs.style-3 .bread-title-content {
    margin: 16px 0 0;
    width: 100%;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):before {
    content: "-";
    position: absolute;
    right: -5px;
    top: 0;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):last-child:before {
	display:none;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del) {
    position: relative;
    display: inline-block;
	padding:0 10px;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):first-child {
    padding-left: 0;
}
.pt-plus-breadcrumbs.style-3 #crumbs span:not(.del):last-child {
    padding-right: 0;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-1 > nav {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    margin: 0;
    color: #bcbcbc;
}
.pt-plus-page-title-inner-wrap.text-right .pt-plus-breadcrumbs.style-1.text-left {
    position: absolute;
    bottom: 0;
}
.pt-plus-page-title-inner-wrap.text-left .pt-plus-breadcrumbs.style-1.text-right {
    position: absolute;
    bottom: 0;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs.style-2 > nav {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    padding: 0 25px;
    margin: 0;
    color: #bcbcbc;
    background: #fff;
    border-top: 1px solid rgba(27,27,27,0.1);
    border-left: 1px solid rgba(27,27,27,0.1);
    border-right: 1px solid rgba(27,27,27,0.1);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav:before, .pt-plus-page-title-inner .pt-plus-breadcrumbs > nav:after {
    content: " ";
    display: table;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav > span {
    float: left;
    height: inherit;
    line-height: inherit;
	text-transform: capitalize;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav a {
    color: #28262b;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav .del {
    position: relative;
    padding: 0 10px;
}
.pt-plus-page-title-inner .pt-plus-breadcrumbs > nav .del:before {
content: "/";
    display: block;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-transform: rotate(20deg) translate3d(-50%,-100%,0);
    -ms-transform: rotate(20deg) translate3d(-50%,-100%,0);
    -moz-transform: rotate(20deg) translate3d(-50%,-100%,0);
    -o-transform: rotate(20deg) translate3d(-50%,-100%,0);
    transform: rotate(10deg) translate3d(0%,-50%,0);
    opacity: .5;
    margin-left: -8px;
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2 .pt-plus-page-title,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2 .pt-plus-page-subtitle  {
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	-ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
    z-index: 1;
    position: relative;
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2:hover .pt-plus-page-title,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2:hover .pt-plus-page-subtitle {
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2 .pt-plus-page-subtitle,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2 .pt-plus-page-title{
	webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	-ms-transition: -ms-transform 0.4s;
    transition: transform 0.4s;
}
.pt-plus-page-title-inner-wrap.style-2 .pt-plus-page-subtitle{
	opacity: 0.5;
}
.pt-plus-page-title-inner-wrap.title-subtitle-breadcrumbs.style-2:hover .pt-plus-page-subtitle,.pt-plus-page-title-inner-wrap.subtitle-title-breadcrumbs.style-2:hover .pt-plus-page-title{
	-webkit-transform: translate3d(0,0px,0);
	-ms-transform:translate3d(0,0px,0);
	-moz-transform:translate3d(0,0px,0);
	-o-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}
.pt-plus-page-title-inner-wrap.style-2:hover .pt-plus-page-subtitle{
    opacity: 1;
}
.breadcrumbs-bgvideo:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.pt-plus-page-title-inner-wrap.pos-bottom .pt-plus-breadcrumbs, .pt-plus-page-title-inner-wrap.pos-bottom .breadcrumbs-layout-style {
    vertical-align: bottom !important;
}
#pt-plus-header-breadcrumbs .container-fluid .pt-plus-page-title-inner-wrap{
    padding: 0px 15px;
}
/*--header breadcrumbs  -------*/