.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;
}

.elementor-widget-video .elementor-wrapper .fluidvids {
    position: initial;
}
.plus-widget-wrapper .plus-widget-inner-tilt {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(500px);
    transform: perspective(500px);
    position: relative;
    display: block;
}
h3.theplus-posts-not-found {
    font-size: 14px;
    background: #8072fc;
    padding: 10px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    box-shadow: 0px 5px 30px -5px #8072fc;
    color: #fff;
}
.plus-sticky-column-sticky{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}
/*------- contact form style-------*/
/*---radio button style-------*/
.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1 {
    display: block;
    width: 100%;
    position: relative;
}
.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1 input[type="radio"] {
    display: none;
}
.theplus-contact-form span.wpcf7-form-control-wrap.radio-checkbox-1 span.wpcf7-list-item {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}
.theplus-contact-form 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;
}
.theplus-contact-form label.input__radio_btn .toggle-button__icon{
    content: "";
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;
    height: 24px;
    width: 24px;
    overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
	margin-left: 5px;
    position: relative;
}
.theplus-contact-form .input__radio_btn .toggle-button__icon:after {
	content: "\f00c";
    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;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.theplus-contact-form .input__radio_btn .toggle-button__icon:after {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.theplus-contact-form .input__radio_btn .toggle-button__icon:after {
	top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
	font-size: 13px;
	text-align:center;
    background: transparent;
	color:#fff;
    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); } 
}
	
.theplus-contact-form span.wpcf7-list-item.first {
    margin: 0;
}
/*---radio button style-------*/
/*---checkbox button style-------*/
.theplus-contact-form span.wpcf7-form-control-wrap input[type="checkbox"],.theplus-contact-form span.wpcf7-form-control-wrap input[type="radio"] {
    display: none;
}
.theplus-contact-form span.wpcf7-form-control-wrap span.wpcf7-list-item {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}
.theplus-contact-form label.input__radio_btn {
    cursor: pointer;
}
.theplus-contact-form span.wpcf7-form-control-wrap .input__checkbox_btn {
    display: inline-block;
    cursor: pointer;
    text-align: left;
    margin: 0;
	position: relative;
	margin-left: 4px;
	    font-weight: 400;
}
.theplus-contact-form label.input__checkbox_btn .toggle-button__icon{
    content: "";
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;
    height: 24px;
    width: 24px;
    overflow: hidden;
    background: #000;
	margin-left: 5px;
    position: relative;
}
.theplus-contact-form .input__checkbox_btn .toggle-button__icon:after {
    content: "\f00c";
    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;
	    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.theplus-contact-form .input__checkbox_btn .toggle-button__icon:after {
	top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
	font-size: 13px;
    text-align: center;
    animation: checkbox-hide .2s ease-out;
    transition: none;
	color:#fff;
	background:transparent;
	-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-----------*/
.theplus-contact-form span.wpcf7-form-control-wrap.cf7-style-file {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.theplus-contact-form  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;
}
.theplus-contact-form  .wpcf7-not-valid-tip {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 10px;
    line-height: 1;
    font-size: 12px;
}
.theplus-contact-form .input--filled .input__file_btn {
    background: #252525;
    color: #fff;
    border-color: #252525;
}
.theplus-contact-form .input--filled .input__file_btn *{
     stroke: #fff;
}
/*---input file upload-----------*/
/*------- contact form style-------*/
/*--Advanced Text Block--*/
.pt-plus-text-block-wrapper{
    position: relative;
    display: block;
    width: 100%;
}
.pt_plus_adv_text_block,.pt_plus_adv_text_block .text-content-block{
	position: relative;
    display: block;
    width: 100%;
}
/*--Advanced Text Block--*/
/*--blockqoute --*/
.plus_blockquote{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.plus_blockquote .quote-text{
	font-size:inherit;	
	padding:0 !important;
	margin:0;
	background:transparent;
	border:0px;
	font-style: normal;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.plus_blockquote .quote-text:before,.plus_blockquote .quote-text:after{
	display:none;
}
.plus_blockquote.quote-style-1{
	padding-left:15px;
	border-left:2px solid #ff214f;
	font-size:16px;
	line-height:25px;
	color:#888;
}
.plus_blockquote.quote-style-2 .quote-left {
    position: absolute;
    font-size: 60px;
    top: -50px;
    text-shadow: 7px 14px 10px rgba(0,0,0,.1);
    color: #888;
}
.plus_blockquote.quote-style-2 {
    padding: 20px;
	background: #eee;
    border-radius: 3px;
}
.plus_blockquote .quote-text > span {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.plus_blockquote.quote-style-2 .quote-text > span {
    padding-left: 65px;
}
.plus_blockquote.quote-style-2 .quote-text .quote_author {
    text-align: right;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*--blockqoute --*/
/*--------animated image --*/
.magic-scroll .parallax-scroll,.magic-scroll .scale-scroll ,.magic-scroll .both-scroll {
    -webkit-transition: -webkit-transform 1.3s ease .0s;
    -ms-transition: -ms-transform 1.3s ease .0s;
	-moz-transition: -moz-transform 1.3s ease .0s;
	-o-transition: -o-transform 1.3s ease .0s;
    transition: transform 1.3s ease .0s;
    will-change: transform;
}
.pt-plus-reveal.animated{
  display: block;
  position: relative;
}
.heading-title.pt-plus-reveal {
    display: inline-block;
}
.pt-plus-reveal.animated::before{
  content: '';
  background: #313131;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 0% 0px;
  -webkit-animation: pt-plus-reveal 2s 800ms cubic-bezier(0, 0, 0.2, 1) both;
  animation: pt-plus-reveal 2s 800ms cubic-bezier(0, 0, 0.2, 1) both;
  z-index: 1;
}
.pt-plus-reveal.animated::after{
  content: '';
  background: #ff214f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 0% 0px;
  -webkit-animation: pt-plus-reveal 2s 400ms cubic-bezier(0, 0, 0.2, 1) both;
  animation: pt-plus-reveal 2s 400ms cubic-bezier(0, 0, 0.2, 1) both;
      z-index: 1;
}

@-webkit-keyframes pt-plus-reveal {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0% 0% 0px;
  }
  51% {
    transform-origin: 100% 50% 0px;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50% 0px;
  }
}
@keyframes pt-plus-reveal {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0% 0% 0px;
  }
  51% {
    transform-origin: 100% 50% 0px;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50% 0px;
  }
}
.pt-plus-animated-image-wrapper, .animated-image-parallax {
    position: relative;
    display: block;
    width: 100%;
}
.pt-plus-animated-image-wrapper .js-tilt:hover {
    position: relative;
    z-index: 11;
}
.pt-plus-animated-image-wrapper img{
	-webkit-transition: filter .3s ease-in-out;
    -moz-transition: filter .3s ease-in-out;
    -o-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
}
.vc_single_image-wrapper.pt-plus-bg-image-animated{
	overflow:hidden;
	display: block;
}
.image-floating,.hover_floating,.image-tossing,.hover_tossing,.image-pulse,.hover_pulse{
	display: inline-block;
		animation-duration: 1.5s;	
		-webkit-animation-duration: 1.5s;
}
.image-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;
}

.image-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;
}
.image-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;
}
.image-rotating,.hover_rotating:hover{
animation-name: continue-rotating;
    -webkit-animation-name: rotating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
	animation-duration: 8s;
    -webkit-animation-duration: 8s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.image-drop_waves:after,.hover_drop_waves:after{
	content: '';
    background: #ff214f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    opacity: 0;
    z-index:-1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.image-drop_waves:after,.hover_drop_waves:hover:after{
    -webkit-animation-name: content-icon-float-away;
    animation-name: content-icon-float-away;
}
@-webkit-keyframes content-icon-float-away {
    0% {
        opacity: 0.8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes content-icon-float-away {
    0% {
        opacity: 0.8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}
@keyframes continue-rotating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-webkit-keyframes continue-rotating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
.pt_plus_animated_image.cascading-block {
 	position: relative;
 	display: block;
 	min-height: 400px;
 	width: 100%;
}
.cascading-image,.cascading-text{
		position:absolute !important;
}
.cascading-block.slide_show_image .cascading-image .cascading-inner-content {
    cursor: pointer;
}
.cascading-block.slide_show_image .cascading-image {
    filter: blur(1px);
}
.cascading-block.slide_show_image .cascading-image.active {
    filter: blur(0px);
}
.cascading-block.slide_show_image .cascading-image.active.out {
    -webkit-transition: transform .5s ease-in-out,right .3s ease-in-out;
    -moz-transition: transform .5s ease-in-out,right .3s ease-in-out;
    transition: transform .5s ease-in-out,right .3s ease-in-out;
}
.cascading-block.slide_show_image .cascading-image{
    -webkit-transition: transform .5s ease-in,margin .3s ease-in-out,left .3s ease-in-out,right .3s ease-in-out,top .3s ease-in-out,bottom .3s ease-in-out;
    -moz-transition: transform .5s ease-in,margin .3s ease-in-out,left .3s ease-in-out,right .3s ease-in-out,top .3s ease-in-out,bottom .3s ease-in-out;
    transition: transform .5s ease-in,margin .3s ease-in-out,left .3s ease-in-out,right .3s ease-in-out,top .3s ease-in-out,bottom .3s ease-in-out;
}
.cascading-block.slide_show_image .cascading-image:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.cascading-text .cascading-inner-content,.cascading-text .cascading-inner-content a {
 	font-size: 30px;
 	line-height: 34px;
 	color: #252525;
 	font-weight: 600;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pt_plus_animated_image.cascading-block {
 	transform-style: preserve-3d;
	-webkit-transform:perspective(1000px);
	-ms-transform:perspective(1000px);
	-moz-transform:perspective(1000px);
	-o-transform: perspective(1000px);
		transform: perspective(1000px);
		
}
.pt_plus_animated_image.cascading-block .cascading-inner-loop {
    position: relative;
    display: block;
    width: 100%;
    min-height: inherit;
}
.pt_plus_animated_image.cascading-block .cascading-image:not(.parallax-move),.pt_plus_animated_image.cascading-block .cascading-text:not(.parallax-move){
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pt_plus_animated_image.cascading-block .cascading-image.parallax-move {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.pt_plus_animated_image.cascading-block .cascading-image-inner{
	overflow:hidden;
}
.pt_plus_animated_image.cascading-block .cascading-text .cascading-image-inner{
	overflow:visible;
}
.pt_plus_animated_image.cascading-block .cascading-image .cascading-inner-content.hover-scale,.pt_plus_animated_image.cascading-block .cascading-text .cascading-inner-content.hover-scale {
	-webkit-transition-duration: 25s;
  transition-duration: 25s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 25% 100%;
  transform-origin: 25% 100%;
}
.pt_plus_animated_image.cascading-block .cascading-image:hover .cascading-inner-content.hover-scale,.pt_plus_animated_image.cascading-block .cascading-text:hover .cascading-inner-content.hover-scale{
-webkit-transform: scale(1.3) rotate(3deg);
  transform: scale(1.3) rotate(3deg);
  -webkit-transform-origin: 25% 25%; 
  transform-origin: 25% 25%; 
}
.pt_plus_animated_image.cascading-block .cascading-inner-content.continue-scale {
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.pt_plus_animated_image.cascading-block .cascading-inner-content.not-link-content:not(.pt-plus-reveal):after,.pt_plus_animated_image.cascading-block .cascading-inner-content.link-content:not(.pt-plus-reveal) a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pt_plus_animated_image.cascading-block.hover-tilt .cascading-inner-loop {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.creative-simple-img-parallax {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-position: center top;
    background-image: none;
    opacity: 1;
    visibility: visible;
}

.pt-plus-parallax-img-parent {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    height: 100% !important;
    max-height: 100% !important;
}

.pt-plus-parallax-img-parent .parallax-img-container {
    height: 100%;
    max-height: 100%;
    width: 120%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-perspective: 1200px;
	-ms-perspective: 1200px;
    perspective: 1200px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pt-plus-parallax-img-parent .simple-parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 110%;
    height: 118% !important;
    max-width: none;
    visibility: visible;
	-webkit-transition:  none;
	-moz-transition: none;
	-o-transition: none;
	 -ms-transition: none;
    transition: none;
}
.pt_plus_animated_image.cascading-block .cascading-image .drop-waves:after,.pt_plus_animated_image.cascading-block .cascading-text .drop-waves:after{
	content: '';
    background: #ff214f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    opacity: 0;
    z-index:-1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.pt_plus_animated_image.cascading-block .cascading-image .hover-drop-waves:after,.pt_plus_animated_image.cascading-block .cascading-text .hover-drop-waves:after{
	content: '';
    background: #ff214f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    opacity: 0;
    z-index:-1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.pt_plus_animated_image.cascading-block .cascading-image:hover .hover-drop-waves:after,.pt_plus_animated_image.cascading-block .cascading-text:hover .hover-drop-waves:after{
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
}
@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 0.8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 0.8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}
/*----------animated image background------------*/
.pt_plus_animated_image .vc_single_image-wrapper.creative-mask-media,.cascading-image .cascading-inner-content.creative-mask-media,.cascading-text .cascading-inner-content.creative-mask-media {
    mask-image: url(../../images/team-mask.png);
    mask-repeat: no-repeat;
    mask-size: 120% 120%;
    mask-position: -20px -30px;
    -webkit-mask-image: url(../../images/team-mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: 0px 0px;
    height: auto;
    display: inline-block;
}
.pt_plus_animated_image .vc_single_image-wrapper.creative-mask-media img, .cascading-image .cascading-inner-content.creative-mask-media img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
.pt-plus-bg-image-animated img {
 	opacity: 0;
}
.bg-img-animated .pt-plus-bg-image-animated img {
    opacity: 0;
}
.bg-img-animated .pt-plus-bg-image-animated:hover img {
    opacity: 0;
}
.wpb_single_image .vc_figure.background-image-animated{
	width:100%;
	overflow:hidden;
}
.background-image-animated img {
    width: 100%;
}
.wpb_single_image .hover-tilt .vc_single_image-wrapper{
	   will-change: transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow{
	-moz-border-radius: 0;
	-webkit-border-radius:  0;
	border-radius: 0;
    -webkit-box-shadow: 0 13px 43px rgba(0, 0, 0, 0.15);
	 -moz-box-shadow: 0 13px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 13px 43px rgba(0, 0, 0, 0.15);
}
.pt-plus-bg-image-animated.left {
 	-webkit-transform: translateX(-100%);
 	-moz-transform: translateX(-100%);
 	-ms-transform: translateX(-100%);
 	-o-transform: translateX(-100%);
 	transform: translateX(-100%);
 	-webkit-transition-delay: 0s;
 	-moz-transition-delay: 0s;
 	-ms-transition-delay: 0s;
 	-o-transition-delay: 0s;
 	transition-delay: 0s;
}
.pt-plus-bg-image-animated.right {
 	-webkit-transform: translateX(100%);
 	-moz-transform: translateX(100%);
 	-ms-transform: translateX(100%);
 	-o-transform: translateX(100%);
 	transform: translateX(100%);
 	-webkit-transition-delay: 0s;
 	-moz-transition-delay: 0s;
 	-ms-transition-delay: 0s;
 	-o-transition-delay: 0s;
 	transition-delay: 0s;
}
.pt-plus-bg-image-animated.top {
 	-webkit-transform: translateY(-100%);
 	-moz-transform: translateY(-100%);
 	-ms-transform: translateY(-100%);
 	-o-transform: translateY(-100%);
 	transform: translateY(-100%);
 	-webkit-transition-delay: 0s;
 	-moz-transition-delay: 0s;
 	-ms-transition-delay: 0s;
 	-o-transition-delay: 0s;
 	transition-delay: 0s;
}
.pt-plus-bg-image-animated.bottom {
 	-webkit-transform: translateY(100%);
 	-moz-transform: translateY(100%);
 	-ms-transform: translateY(100%);
 	-o-transform: translateY(100%);
 	transform: translateY(100%);
 	-webkit-transition-delay: 0s;
 	-moz-transition-delay: 0s;
 	-ms-transition-delay: 0s;
 	-o-transition-delay: 0s;
 	transition-delay: 0s;
}
.pt-plus-bg-image-animated {
 	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
 	transition: all 0.3s;
 	-webkit-transition-duration: 0.5s;
 	-moz-transition-duration: 0.5s;
 	-ms-transition-duration: 0.5s;
 	-o-transition-duration: 0.5s;
 	transition-duration: 0.5s;
 	width: 100%;
 	height: 100%;
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-background-size:  cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
 	background-size: cover !important;
 	background-position: center center !important;
}
.animation-done .pt-plus-bg-image-animated{
	    -webkit-transform: translateX(0);
 	-moz-transform: translateX(0);
 	-ms-transform: translateX(0);
 	-o-transform: translateX(0);
 	transform: translateX(0);
 	-webkit-transition-delay: 0s;
 	-moz-transition-delay: 0s;
 	-ms-transition-delay: 0s;
 	-o-transition-delay: 0s;
 	transition-delay: 0s;
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.pt-plus-bg-image-animated:after{
 	content: '';
 	display: block;
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	background: #d3d3d3;
 	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-ms-transition: all 0.5s;
 	-o-transition: all 0.5s;
 	transition: all 0.5s;
 	-webkit-transition-delay: 0.6s;
 	-moz-transition-delay: 0.6s;
 	-ms-transition-delay: 0.6s;
 	-o-transition-delay: 0.6s;
 	transition-delay: 0.6s;
}
.pt-plus-bg-image-animated.left:after{
	-webkit-transform: translateX(0);
 	-moz-transform: translateX(0);
 	-ms-transform: translateX(0);
 	-o-transform: translateX(0);
 	transform: translateX(0);
}
.pt-plus-bg-image-animated.right:after{
	-webkit-transform: translateX(0);
 	-moz-transform: translateX(0);
 	-ms-transform: translateX(0);
 	-o-transform: translateX(0);
 	transform: translateX(0);
}
.pt-plus-bg-image-animated.top:after{
	-webkit-transform: translateY(0);
 	-moz-transform: translateY(0);
 	-ms-transform: translateY(0);
 	-o-transform: translateY(0);
 	transform: translateY(0);
}
.pt-plus-bg-image-animated.bottom:after{
	-webkit-transform: translateY(0);
 	-moz-transform: translateY(0);
 	-ms-transform: translateY(0);
 	-o-transform: translateY(0);
 	transform: translateY(0);
}
.animation-done .pt-plus-bg-image-animated.left:after{
	-webkit-transform: translateX(102%);
 	-moz-transform: translateX(102%);
 	-ms-transform: translateX(102%);
 	-o-transform: translateX(102%);
 	transform: translateX(102%);
}
.animation-done .pt-plus-bg-image-animated.right:after{
	-webkit-transform: translateX(-102%);
 	-moz-transform: translateX(-102%);
 	-ms-transform: translateX(-102%);
 	-o-transform: translateX(-102%);
 	transform: translateX(-102%);
}
.animation-done .pt-plus-bg-image-animated.top:after{
	-webkit-transform: translateY(102%);
 	-moz-transform: translateY(102%);
 	-ms-transform: translateY(102%);
 	-o-transform: translateY(102%);
 	transform: translateY(102%);
}
.animation-done .pt-plus-bg-image-animated.bottom:after{
	-webkit-transform: translateY(-102%);
 	-moz-transform: translateY(-102%);
 	-ms-transform: translateY(-102%);
 	-o-transform: translateY(-102%);
 	transform: translateY(-102%);
}
.animation-done .pt-plus-bg-image-animated:after{
 	-webkit-animation-fill-mode: both;
 	-moz-animation-fill-mode: both;
 	-o-animation-fill-mode: both;
 	animation-fill-mode: both;
}

.pt_plus_animated_image.bg-img-animated.animate-general.animation-done {
 	opacity: 1 !important;
}
.animation-done .hover-tilt.pt-plus-bg-image-animated:after{
	-webkit-transition: opacity 1s 1s ease;
	-moz-transition:  opacity 1s 1s ease;
	-o-transition: opacity 1s 1s ease;
	-ms-transition: opacity 1s 1s ease;
	transition: opacity 1s 1s ease;
	opacity:0;
}
/*----------animated image background------------*/
/*---------- animated background color ------------*/
.animted-content-inner{
	position:relative;
	display:block;
	width:100%;
	z-index:1;
}
.pt-plus-bg-color-animated.left {
 	-webkit-transform: translateX(-100%);
 	-moz-transform: translateX(-100%);
 	-ms-transform: translateX(-100%);
 	-o-transform: translateX(-100%);
 	transform: translateX(-100%);
 	-webkit-transition-delay: 0s;
 	-moz-transition-delay: 0s;
 	-ms-transition-delay: 0s;
 	-o-transition-delay: 0s;
 	transition-delay: 0s;
}
.pt-plus-bg-color-animated.right {
 	-webkit-transform: translateX(100%);
 	-moz-transform: translateX(100%);
 	-ms-transform: translateX(100%);
 	-o-transform: translateX(100%);
 	transform: translateX(100%);
 	-webkit-transition-delay: 0s;
 	-moz-transition-delay: 0s;
 	-ms-transition-delay: 0s;
 	-o-transition-delay: 0s;
 	transition-delay: 0s;
}
.pt-plus-bg-color-animated.top {
 	-webkit-transform: translateY(-100%);
 	-moz-transform: translateY(-100%);
 	-ms-transform: translateY(-100%);
 	-o-transform: translateY(-100%);
 	transform: translateY(-100%);
 	-webkit-transition-delay: 0s;
 	-moz-transition-delay: 0s;
 	-ms-transition-delay: 0s;
 	-o-transition-delay: 0s;
 	transition-delay: 0s;
}
.pt-plus-bg-color-animated.bottom {
 	-webkit-transform: translateY(100%);
 	-moz-transform: translateY(100%);
 	-ms-transform: translateY(100%);
 	-o-transform: translateY(100%);
 	transform: translateY(100%);
 	-webkit-transition-delay: 0s;
 	-moz-transition-delay: 0s;
 	-ms-transition-delay: 0s;
 	-o-transition-delay: 0s;
 	transition-delay: 0s;
}
.pt-plus-bg-color-animated {
 	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
 	transition: all 0.3s;
 	-webkit-transition-duration: 0.5s;
 	-moz-transition-duration: 0.5s;
 	-ms-transition-duration: 0.5s;
 	-o-transition-duration: 0.5s;
 	transition-duration: 0.5s;
 	width: 100%;
 	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
 	background-size: cover !important;
 	background-position: center center !important;
}
.animation-done .pt-plus-bg-color-animated{
	    -webkit-transform: translateX(0);
 	-moz-transform: translateX(0);
 	-ms-transform: translateX(0);
 	-o-transform: translateX(0);
 	transform: translateX(0);
 	-webkit-transition-delay: 0.7s;
 	-moz-transition-delay: 0.7s;
 	-ms-transition-delay: 0.7s;
 	-o-transition-delay: 0.7s;
 	transition-delay: 0.7s;
}

.pt-plus-bg-color-animated:after{
 	content: '';
 	display: block;
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	background: #d3d3d3;
 	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-ms-transition: all 0.5s;
 	-o-transition: all 0.5s;
 	transition: all 0.5s;
 	-webkit-transition-delay: 0.6s;
 	-moz-transition-delay: 0.6s;
 	-ms-transition-delay: 0.6s;
 	-o-transition-delay: 0.6s;
 	transition-delay: 0.6s;
}
.pt-plus-bg-color-animated.left:after{
	-webkit-transform: translateX(0);
 	-moz-transform: translateX(0);
 	-ms-transform: translateX(0);
 	-o-transform: translateX(0);
 	transform: translateX(0);
}
.pt-plus-bg-color-animated.right:after{
	-webkit-transform: translateX(0);
 	-moz-transform: translateX(0);
 	-ms-transform: translateX(0);
 	-o-transform: translateX(0);
 	transform: translateX(0);
}
.pt-plus-bg-color-animated.top:after{
	-webkit-transform: translateY(0);
 	-moz-transform: translateY(0);
 	-ms-transform: translateY(0);
 	-o-transform: translateY(0);
 	transform: translateY(0);
}
.pt-plus-bg-color-animated.bottom:after{
	-webkit-transform: translateY(0);
 	-moz-transform: translateY(0);
 	-ms-transform: translateY(0);
 	-o-transform: translateY(0);
 	transform: translateY(0);
}
.animation-done .pt-plus-bg-color-animated.left:after{
	-webkit-transform: translateX(101%);
 	-moz-transform: translateX(101%);
 	-ms-transform: translateX(101%);
 	-o-transform: translateX(101%);
 	transform: translateX(101%);
}
.animation-done .pt-plus-bg-color-animated.right:after{
	-webkit-transform: translateX(-101%);
 	-moz-transform: translateX(-101%);
 	-ms-transform: translateX(-101%);
 	-o-transform: translateX(-101%);
 	transform: translateX(-101%);
}
.animation-done .pt-plus-bg-color-animated.top:after{
	-webkit-transform: translateY(101%);
 	-moz-transform: translateY(101%);
 	-ms-transform: translateY(101%);
 	-o-transform: translateY(101%);
 	transform: translateY(101%);
}
.animation-done .pt-plus-bg-color-animated.bottom:after{
	-webkit-transform: translateY(-101%);
 	-moz-transform: translateY(-101%);
 	-ms-transform: translateY(-101%);
 	-o-transform: translateY(-101%);
 	transform: translateY(-101%);
}
.animation-done .pt-plus-bg-color-animated:after{
 	-webkit-animation-fill-mode: both;
 	-moz-animation-fill-mode: both;
 	-o-animation-fill-mode: both;
 	animation-fill-mode: both;
}
.pt_plus_animated_bg.animate-general{
	overflow:hidden;
}
.pt_plus_animated_bg.animate-general.animation-done {
 	opacity: 1 !important;
}
/*---------- animated background color ------------*/

/*-----------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_animated_svg object,.pt_plus_row_bg_animated_svg object,.ts-hover-draw-svg object{
	opacity:0;
}
.pt_plus_row_bg_animated_svg .svg_inner_block {
    position: absolute;
}
.pt_plus_animated_svg object {
    min-height: 100%;
}
/*-----------animated svg------------*/
/*----------- theplus pagination -----*/
.theplus-pagination {
    margin: 2em auto 2em;
    text-align: center;
    position: relative;
    display: block;
}

.theplus-pagination a, .theplus-pagination span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 8px;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
    background: transparent;
    -webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.theplus-pagination > a:hover,.theplus-pagination > a:focus,.theplus-pagination > span.current{
	border-bottom-color: #ff214f;
}
.theplus-pagination .paginate-prev a > i.fa {
    margin-right: 5px;
}
.theplus-pagination .paginate-next a > i.fa {
    margin-left: 5px;
}
.theplus-pagination .paginate-next {
    margin-left: 10px;
}
.theplus-pagination .paginate-prev {
    margin-right: 10px;
}
.theplus-pagination .paginate-prev,.theplus-pagination .paginate-next{
    display: inline-block;
}
/*----------- theplus pagination -----*/
/*-------theplus 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;
}
.pt_plus_before_after .before_after_label {
    opacity: 0;
    -webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.pt_plus_before_after:hover .before_after_label {
    opacity: 1;
}
.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;
}
/*-------theplus before after-------*/
/*-------theplus button-------*/
.pt-plus-button-wrapper{
	position:relative;
	display: block;
}
.ts-button.content_hover_effect {
    position: relative;
    display: inline-block;
	width:auto;
}
.pt-plus-button-wrapper .parallax-scroll {
	position: relative;
    display: inline-block;
}
.pt-plus-button-wrapper .pt-plus-move-parallax {
	position: relative;
    display: inline-block;
	width:auto;
}
.pt-plus-button-wrapper .pt-plus-move-parallax.full-button {
	width:100%;
}
.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;
	vertical-align: middle;
}
.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-3-----------*/
.pt_plus_button.button-style-3 a.button-link-wrap {
 	padding: 5px 70px 5px 0;
}
.pt_plus_button.button-style-3 a.button-link-wrap:before {
 	content: "";
 	position: absolute;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	margin: auto 0;
 	width: 20px;
 	height: 20px;
 	background: #252525;
}
.pt_plus_button.button-style-3 a.button-link-wrap:hover:before {
 	background: #252525;
}
.pt_plus_button.button-style-3 a.button-link-wrap:hover:before {
 	-webkit-transform: rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
 	transform: rotate(90deg);
	-webkit-transition:all .2s ease .2s;
	-moz-transition: all .2s ease .2s;
	-o-transition:all .2s ease .2s;
	-ms-transition:all .2s ease .2s;
 	transition: all .2s ease .2s;
}
.pt_plus_button.button-style-3 .arrow,.pt_plus_button.button-style-3 .arrow-1 {
 	position: absolute;
 	right: 6px;
 	top: 0;
 	bottom: 0;
 	margin: auto 0;
 	width: 48px;
 	height: 9px;
}
.pt_plus_button.button-style-3 a.button-link-wrap:hover .arrow {
 	opacity: 0;
 	-webkit-transform: translateX(10px);
	-ms-transform:translateX(10px);
	-moz-transform:translateX(10px);
	-o-transform: translateX(10px);
 	transform: translateX(10px);
	-webkit-transition:all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition:all .2s ease 0s;
	-ms-transition:all .2s ease 0s;
 	transition: all .2s ease 0s;
}
.pt_plus_button.button-style-3 a.button-link-wrap .arrow-1 {
 	opacity: 0;
 	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-o-transform:  translateX(-10px);
 	transform: translateX(-10px);
}
.pt_plus_button.button-style-3 a.button-link-wrap:hover .arrow-1 {
 	opacity: 1;
 	-webkit-transform: translateX(0);
	-ms-transform:translateX(0);
	-moz-transform:translateX(0);
	-o-transform: translateX(0);
 	transform: translateX(0);
	-webkit-transition: all .2s ease .4s;
	-moz-transition:  all .2s ease .4s;
	-o-transition: all .2s ease .4s;
	-ms-transition: all .2s ease .4s;
 	transition: all .2s ease .4s;
}

/*---------style-3-----------*/
/*---------style-4-----------*/
.pt_plus_button.button-style-4 .button-link-wrap {
 	padding: 15px 30px;
 	text-align: center;
 	font-size: 16px;
 	line-height: 25px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
 	border-radius: 30px;
 	border: 1px solid #252525;
 	vertical-align: top;
 	background: #252525;
	-webkit-transition: background 150ms ease-in-out, color 150ms ease-in-out;
	-moz-transition:  background 150ms ease-in-out, color 150ms ease-in-out;
	-o-transition: background 150ms ease-in-out, color 150ms ease-in-out;
	-ms-transition: background 150ms ease-in-out, color 150ms ease-in-out;
 	transition: background 150ms ease-in-out, color 150ms ease-in-out;
 	position: relative;
 	overflow: hidden;
 	color: #8a8a8a;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
		background-size: cover !important;
 	background-position: center center !important;
}
.pt_plus_button.button-style-4 .button-link-wrap:hover {
 	color: #252525;
	border: 1px solid #252525;
}
.pt_plus_button.button-style-4 .button-link-wrap::after {
 	content: attr(data-hover);
 	display: grid;
 	align-items: center;
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 	z-index: 1;
 	background: #00d7e4;
 	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform:  translateY(100%);
 	transform: translateY(100%);
	-webkit-transition:-webkit-transform ease 0.3s;
	-moz-transition: -moz-transform ease 0.3s;
	-o-transition:-o-transform ease 0.3s;
	-ms-transition:-ms-transform ease 0.3s;
 	transition: transform ease 0.3s;
	-webkit-background-size:  cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	    background-size: cover !important;
 	background-position: center center !important;
}
.pt_plus_button.button-style-4 .button-link-wrap:hover::after {
 	-ms-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform:  translateY(0);
 	transform: translateY(0);
}
/*---------style-4-----------*/
/*---------style-5-----------*/
.pt_plus_button.button-style-5 .button-link-wrap {
 	padding: 15px 30px;
		margin:10px;
 	text-align: center;
 	font-size: 16px;
 	line-height: 25px;
 	border: 1px solid #252525;
 	background: #252525;
 	-moz-transition: all .15s ease-out .15s;
 	-o-transition: all .15s ease-out .15s;
	-ms-transition: all .15s ease-out .15s;
	transition: all .15s ease-out .15s;
 	-webkit-transition: all .15s ease-out;
 	-webkit-transition-delay: .15s;
	-moz-transition-delay:.15s;
	 -o-transition-delay:.15s;
	 transition-delay: .15s;
 	-webkit-transition: all .15s ease-out .15s;
 	position: relative;
 	color: #8a8a8a;
	 -webkit-background-size: cover !important;;
  -moz-background-size: cover !important;;
  -o-background-size: cover !important;
  background-size: cover !important;
 	background-position: center center !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
		border-radius:0px !important;
}
.pt_plus_button.button-style-5 .button-link-wrap:before, .pt_plus_button.button-style-5 .button-link-wrap:after {
 	content: '';
 	position: absolute;
 	background: #ff214f;
 	top: -7px;
 	left: -7px;
 	-moz-transition: all .15s ease-out .15s;
 	-o-transition: all .15s ease-out .15s;
 	-webkit-transition: all .15s ease-out;
 	-webkit-transition: all .15s ease-out .15s;
 	transition: all .15s ease-out .15s;
	-webkit-transition-delay: .15s;
	-moz-transition-delay:.15s;
	 -o-transition-delay: .15s;
	transition-delay: .15s;
}
.pt_plus_button.button-style-5 .button-link-wrap:before {
 	height: 7px;
 	width: 100%;
}
.pt_plus_button.button-style-5 .button-link-wrap:after {
 	height: 100%;
 	width: 7px;
}
.pt_plus_button.button-style-5 .button-link-wrap:hover:before, .pt_plus_button.button-style-5 .button-link-wrap:hover:after {
 	left: 0;
 	top: 0;
}
/*---------style-5-----------*/
/*---------style-6-----------*/
.pt_plus_button.button-style-6 {
 	overflow: visible;
}
.pt_plus_button.button-style-6 .button-link-wrap{
	-webkit-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
	-moz-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
	-o-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
	-ms-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
 	transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
 	position: relative;
 	left: 22px;
 	display: inline-block;
}
.pt_plus_button.button-style-6 .button-link-wrap:hover {
 	left: 0;
 	padding-right: 22px;
}
.pt_plus_button.button-style-6 .button-link-wrap::before {
	-webkit-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
	-moz-transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
	-o-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
	-ms-transition:left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
 	transition: left .5s cubic-bezier(.19,1,.22,1),right .5s cubic-bezier(.19,1,.22,1);
 	font-size: 10px;
 	position: absolute;
 	left: 0;
 	display: inline-block;
		content: "\f054";
 	font-family: FontAwesome;
 	text-rendering: auto;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
}
.pt_plus_button.button-style-6 .button-link-wrap:hover::before {
 	left: calc(100% - 11px);
}
/*---------style-6-----------*/
/*---------style-7-----------*/
.pt_plus_button.button-style-7 .button-link-wrap{
		padding-right: 36px;
}
.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow {
 	letter-spacing: 0!important;
}
.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:before {
 	font-family: 'Fontawesome'!important;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: inherit;
 	backface-visibility: hidden;
 	-webkit-font-smoothing: antialiased;
 	content: "\f105";
 	line-height: 30px;
 	font-size: 14px;
 	position: absolute;
 	right: 0;
 	width: 23px;
 	text-align: center;
 	height: 30px;
 	top: 50%;
 	margin-top: -16px;
 	-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-moz-transition:  all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-o-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.pt_plus_button.button-style-7 .button-link-wrap .btn-arrow:after {
 	position: absolute;
 	content: '';
 	border-bottom: 1px solid;
 	height: 1px;
 	width: 22px;
 	right: 12px;
 	top: 50%;
 	margin-top: -1px;
 	-ms-transform: scale(0,1) translateX(0px);
 	-webkit-transform: scale(0,1) translateX(0px);
	-moz-transform:scale(0,1) translateX(0px);
	-o-transform: scale(0,1) translateX(0px);
 	transform: scale(0,1) translateX(0px);
	-webkit-transform-origin: left;
	-moz-transform-origin:left;
    -ms-transform-origin:left;
    -o-transform-origin:left;
	transform-origin:left;
 	pointer-events: none;
	-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-moz-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-o-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-ms-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	
}
.pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:after, .pt_plus_button.button-style-7 .button-link-wrap:hover .btn-arrow:before {
 	-ms-transform: scale(1,1) translateX(9px);
 	-webkit-transform: scale(1,1) translateX(9px);
	-moz-transform:scale(1,1) translateX(9px);
	-o-transform: scale(1,1) translateX(9px);
 	transform: scale(1,1) translateX(9px);
}
.pt_plus_button.button-style-7 .button-link-wrap:after {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
 	border-radius: 100px;
 	border: 1px solid rgba(0,0,0,0.3);
 	height: 25px;
 	width: 25px;
 	position: absolute;
 	right: 0;
 	top: 50%;
 	margin-top: -12.5px;
 	content: ' ';
 	display: block;
 	pointer-events: none;
 	-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-moz-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-o-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
 	-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}
.pt_plus_button.button-style-7 .button-link-wrap:hover:after {
 	-ms-transform: scale(0.8);
 	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
 	transform: scale(0.8);
 	opacity: 0;
}
/*---------style-7-----------*/
/*---------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);
		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: 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-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-13-----------*/
.pt_plus_button.button-style-13 .button-link-wrap {
 	display: inline-block;
 	border: 1px solid #252525;
 	padding: 15px 30px;
		overflow: hidden;
}
.pt_plus_button.button-style-13 .button-link-wrap span {
    position: relative;
    z-index: 1;
}
.pt_plus_button.button-style-13 .button-link-wrap::before{
 	opacity: .4;
}
.pt_plus_button.button-style-13 .button-link-wrap::before, .pt_plus_button.button-style-13 .button-link-wrap::after {
 	content: '';
 	position: absolute;
 	height: 100%;
 	width: 100%; 
 	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition:-ms-transform 0.3s;
	-ms-transition:-o-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-13.hover-top .button-link-wrap::before, .pt_plus_button.button-style-13.hover-top .button-link-wrap::after {
 	bottom: 100%;
 	left: 0;
}
.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::before, .pt_plus_button.button-style-13.hover-bottom .button-link-wrap::after {
 	bottom: -100%;
 	left: 0;
}
.pt_plus_button.button-style-13.hover-right .button-link-wrap::before, .pt_plus_button.button-style-13.hover-right .button-link-wrap::after {
 	right: 100%;
 	top: 0;
		left: 100%;
}
.pt_plus_button.button-style-13.hover-left .button-link-wrap::before, .pt_plus_button.button-style-13.hover-left .button-link-wrap::after {
		left: -100%;
 	right: 100%;
 	top: 0;
}
.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::before, .pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::after {
 	-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-13.hover-right .button-link-wrap:hover::before, .pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::after {
 	-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-13.hover-top .button-link-wrap:hover::before, .pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::after {
 	-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-13.hover-bottom .button-link-wrap:hover::before, .pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::after {
 	-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-13 .button-link-wrap:hover::after {
 	-webkit-transition-delay: 0.175s;
	-moz-transition-delay:0.175s;
	 -o-transition-delay:0.175s;
 	transition-delay: 0.175s;
}
.pt_plus_button.button-style-13 .button-link-wrap::before, .pt_plus_button.button-style-13 .button-link-wrap::after {
    background: #ff214f;
}
/*---------style-13-----------*/
/*---------style-14-----------*/
.pt_plus_button.button-style-14 .button-link-wrap {
 	display: inline-block;
 	border: 1px solid #252525;
 	padding: 15px 30px;
		overflow: hidden;
}
.pt_plus_button.button-style-14 .button-link-wrap::after {
	content: attr(data-hover);
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	text-align: center;
 	height: 100%;
 	display: grid;
 	align-items: center;
 	color: #252525;
 	-webkit-transform-origin: -25% 50%;
	-ms-transform-origin:-25% 50%;
	-moz-transform-origin:-25% 50%;
    -o-transform-origin:-25% 50%;
 	transform-origin: -25% 50%;
 	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform:rotate3d(0, 0, 1, 45deg);
	-moz-transform:rotate3d(0, 0, 1, 45deg);
	-o-transform:rotate3d(0, 0, 1, 45deg);
 	transform: rotate3d(0, 0, 1, 45deg);
 	-webkit-transition: -webkit-transform 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-in;
	-o-transition:-o-transform 0.3s ease-in;
	-ms-transition: -ms-transform 0.3s ease-in;
 	transition: transform 0.3s ease-in;
}
.pt_plus_button.button-style-14 .button-link-wrap:hover::after {
 	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transform:rotate3d(0, 0, 1, 0deg);
	-ms-transform:rotate3d(0, 0, 1, 0deg);
	-moz-transform:rotate3d(0, 0, 1, 0deg);
 	transform: rotate3d(0, 0, 1, 0deg);
}
.pt_plus_button.button-style-14 .button-link-wrap:hover::after, .pt_plus_button.button-style-14 .button-link-wrap:hover {
 	-webkit-transition-timing-function: ease-out;
 	transition-timing-function: ease-out;
}
.pt_plus_button.button-style-14 .button-link-wrap span{    
	-webkit-transition: opacity .3s linear .1s;
    -moz-transition: opacity .3s linear .1s;
    -ms-transition: opacity .3s linear .1s;
    -o-transition: opacity .3s linear .1s;
    transition: opacity .3s linear .1s;
}
.pt_plus_button.button-style-14 .button-link-wrap:hover span{
	opacity:0;
	-webkit-transition: opacity .3s linear .1s;
    -moz-transition: opacity .3s linear .1s;
    -ms-transition: opacity .3s linear .1s;
    -o-transition: opacity .3s linear .1s;
    transition: opacity .3s linear .1s;
}
/*---------style-14-----------*/
/*---------style-15-----------*/
.pt_plus_button.button-style-15 .button-link-wrap {
 	display: inline-block;
 	padding: 15px 30px;
		margin: 10px 0;
		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-15 .button-link-wrap span,.pt_plus_button.button-style-16 .button-link-wrap span {
    position: relative;
    z-index: 1;
}
.pt_plus_button.button-style-15 .button-link-wrap::before,
.pt_plus_button.button-style-15 .button-link-wrap::after {
		content: '';
		position: absolute;
		border-radius: inherit;
		-webkit-border-radius: inherit;
		-moz-border-radius: inherit;
		background: #252525;
}
.pt_plus_button.button-style-15 .button-link-wrap::before {
		top: -2px;
		bottom: -2px;
		left: -2px;
		right: -2px;
		opacity: 0.2;
		-webkit-transform: scale3d(0.7, 1, 1);
		-ms-transform:scale3d(0.7, 1, 1);
	-moz-transform:scale3d(0.7, 1, 1);
	-o-transform:scale3d(0.7, 1, 1);
		transform: scale3d(0.7, 1, 1);
		-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;
}
.pt_plus_button.button-style-15 .button-link-wrap::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: scale3d(1.1, 1, 1);
		-ms-transform: scale3d(1.1, 1, 1);
	-moz-transform: scale3d(1.1, 1, 1);
	-o-transform:  scale3d(1.1, 1, 1);
		transform: scale3d(1.1, 1, 1);
		-webkit-transition: -webkit-transform 0.3s, background 0.3s;
		-moz-transition: -moz-transform 0.3s, background 0.3s;
	-o-transition:-o-transform 0.3s, background 0.3s;
	-ms-transition:-ms-transform 0.3s, background 0.3s;
		transition: transform 0.3s, background 0.3s;
}
.pt_plus_button.button-style-15 .button-link-wrap::before,
.pt_plus_button.button-style-15 .button-link-wrap::after {
		-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-15 .button-link-wrap::before,
.pt_plus_button.button-style-15 .button-link-wrap::after {
		background: #252525;
}
.pt_plus_button.button-style-15 .button-link-wrap:hover {
		color: #fff;
}
.pt_plus_button.button-style-15 .button-link-wrap:hover::before {
		opacity: 1;
}
.pt_plus_button.button-style-15 .button-link-wrap:hover::after {
		background: #ff214f;
}
.pt_plus_button.button-style-15 .button-link-wrap:hover::after,
.pt_plus_button.button-style-15 .button-link-wrap:hover::before {
		-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);
}
/*---------style-15-----------*/
/*---------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-18-----------*/
.pt_plus_button.button-style-18 .button-link-wrap{
		display: inline-block;
		margin: 10px;
		padding: 15px 30px;
		overflow: hidden;
		background:#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;
	    z-index: 1;
}
.pt_plus_button.button-style-18 .button-link-wrap span,.pt_plus_button.button-style-18 .button-link-wrap .btn-icon{
	position:relative;
	z-index: 1;
}
.pt_plus_button.button-style-18 .button-link-wrap::before, .pt_plus_button.button-style-18 .button-link-wrap::after {
 	content: '';
 	position: absolute;
 	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
}
.pt_plus_button.button-style-18 .button-link-wrap::before {
 	background: #ff214f;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	-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);
 	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
	-o-transition: -o-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-18 .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-18 .button-link-wrap::after {
 	top: 2px;
 	left: 2px;
 	right: 2px;
 	bottom: 2px;
 	background: #252525;
}
.pt_plus_button.button-style-18 .button-link-wrap::after {
	-moz-border-radius: 0;
	-webkit-border-radius:  0;
 	border-radius: 0;
}
/*---------style-18-----------*/
/*---------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: 0px;
		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-----------*/
/*---------style-23----------*/
.pt_plus_button.button-style-23 {
position: relative;
 	display: inline-block;
		overflow: visible;
 	max-width: 250px;
 	width: 250px;
 	height: 50px;
 	cursor: pointer;
	-webkit-perspective: 500px;
	-ms-perspective:500px;
 	perspective: 500px;
 	margin: 10px;
}
.pt_plus_button.button-style-23 .align-center{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform:  translateY(-50%);
}
.pt_plus_button.button-style-23 .button-link-wrap {
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
 	display: inline-block;
 	margin: 10px;
 	overflow: visible;
 	-webkit-transition: all 0.3s;
	-moz-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
 	transition: all 0.3s;
 	width: 100%;
 	height: 100%;
 	margin: 0;
 	padding: 0;
}
.pt_plus_button.button-style-23.hover-top .button-link-wrap:hover {
	-webkit-transform:rotateX(-90deg);
	-ms-transform:rotateX(-90deg);
	-moz-transform:rotateX(-90deg);
	-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
}
.pt_plus_button.button-style-23 .button-link-wrap span:nth-child(1),.pt_plus_button.button-style-23 .button-link-wrap span:nth-child(2){
		border: 1px solid #252525;
		background:#252525;
		color:#8a8a8a;
		padding: 15px 30px;
		width: 100%;
 	height: 100%;
 	position: absolute;
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
 	box-sizing: border-box;
 	text-align: center;
backface-visibility: hidden;
-webkit-transform-origin: 50% 50%;
	-moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
 	transform-origin: 50% 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:  all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
}
.pt_plus_button.button-style-23.hover-top .button-link-wrap span:nth-child(1) {
	-webkit-transform:translate3d(0, 0, 25px);
	-ms-transform:translate3d(0, 0, 25px);
	-moz-transform: translate3d(0, 0, 25px);
	-o-transform: translate3d(0, 0, 25px);
 	transform: translate3d(0, 0, 25px);
}

.pt_plus_button.button-style-23.hover-top .button-link-wrap span:nth-child(2) {
	-webkit-transform:rotateX(90deg) translate3d(0, 0, 25px);
	-ms-transform:rotateX(90deg) translate3d(0, 0, 25px);
	-moz-transform:rotateX(90deg) translate3d(0, 0, 25px);
	-o-transform: rotateX(90deg) translate3d(0, 0, 25px);
 	transform: rotateX(90deg) translate3d(0, 0, 25px);
}
.pt_plus_button.button-style-23.hover-bottom .button-link-wrap:hover {
	-webkit-transform:rotateX(90deg);
	-ms-transform:rotateX(90deg);
	-moz-transform:rotateX(90deg);
	-o-transform: rotateX(90deg);
		transform: rotateX(90deg);
}
.pt_plus_button.button-style-23.hover-bottom .button-link-wrap span:nth-child(1) {
	-webkit-transform:translate3d(0, 0, 25px);
	-ms-transform:translate3d(0, 0, 25px);
	-moz-transform:translate3d(0, 0, 25px);
	-o-transform:translate3d(0, 0, 25px);
 	transform: translate3d(0, 0, 25px);
}

.pt_plus_button.button-style-23.hover-bottom .button-link-wrap span:nth-child(2) {
	-webkit-transform: rotateX(-90deg) translate3d(0, 0, 25px);
	-ms-transform: rotateX(-90deg) translate3d(0, 0, 25px);
	-moz-transform:rotateX(-90deg) translate3d(0, 0, 25px);
	-o-transform: rotateX(-90deg) translate3d(0, 0, 25px);
 	transform: rotateX(-90deg) translate3d(0, 0, 25px);
}

.pt_plus_button.button-style-23.hover-right .button-link-wrap span:nth-child(1) {
	-webkit-transform:rotateY(0);
	-ms-transform:rotateY(0);
	-moz-transform:rotateY(0);
	-o-transform: rotateY(0);
 	transform: rotateY(0);
 	left: 0;
}
.pt_plus_button.button-style-23.hover-right .button-link-wrap span:nth-child(2) {
	-webkit-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	-moz-transform:rotateY(90deg);
	-o-transform: rotateY(90deg);
 	transform: rotateY(90deg);
 	left: 50%;
}
.pt_plus_button.button-style-23.hover-right .button-link-wrap:hover span:nth-child(1) {
	-webkit-transform:rotateY(-90deg);
	-ms-transform:rotateY(-90deg);
	-moz-transform:rotateY(-90deg);
	-o-transform: rotateY(-90deg);
 	transform: rotateY(-90deg);
 	left: -50%;
}
.pt_plus_button.button-style-23.hover-right .button-link-wrap:hover span:nth-child(2) {
	-webkit-transform:rotateY(0);
	-ms-transform:rotateY(0);
	-moz-transform:rotateY(0);
	-o-transform: rotateY(0);
 	transform: rotateY(0);
 	left: 0;
}
.pt_plus_button.button-style-23.hover-left .button-link-wrap span:nth-child(1) {
	-webkit-transform:rotateY(0);
	-ms-transform:rotateY(0);
	-moz-transform:rotateY(0);
	-o-transform: rotateY(0);
 	transform: rotateY(0);
 	left: 0;
}
.pt_plus_button.button-style-23.hover-left .button-link-wrap span:nth-child(2) {
	-webkit-transform:rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
 	transform: rotateY(-90deg);
 	left: -50%;
}
.pt_plus_button.button-style-23.hover-left .button-link-wrap:hover span:nth-child(1) {
	-webkit-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	-moz-transform:rotateY(90deg);
	-o-transform: rotateY(90deg);
 	transform: rotateY(90deg);
 	left: 50%;
}
.pt_plus_button.button-style-23.hover-left .button-link-wrap:hover span:nth-child(2) {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform:  rotateY(0);
 	transform: rotateY(0);
 	left: 0;
}
/*---------style-23----------*/
/*-------tp button-------*/

/*-- content hover effects -----------*/
.content_hover_effect{
	position:relative;
	display:block;
	width:100%;
}
.content_hover_grow {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-osx-font-smoothing: grayscale;
			-webkit-transition-duration: 0.3s;
			-moz-transition-duration: 0.3s;
			-o-transition-duration:0.3s;
			transition-duration: 0.3s;
			-webkit-transition-property: transform;
			transition-property: transform;
		}
.content_hover_grow:hover {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
}
			
.content_hover_push {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.content_hover_push:hover {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}		
.content_hover_bounce_in {
	 -webkit-transform: translateZ(0);
	 -moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
    -o-transition-duration:0.5s;
	transition-duration: 0.5s;
}
.content_hover_bounce_in:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.content_hover_float {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
    -o-transition-duration:0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.content_hover_float:hover {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
}
.content_hover_wobble_horizontal {
    -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.content_hover_wobble_horizontal:hover {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.content_hover_wobble_vertical {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.content_hover_wobble_vertical:hover {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.content_hover_float_shadow {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
    -o-transition-duration:0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.content_hover_float_shadow:before,.content_hover_radial:before{
	content:'';
}
.content_hover_float_shadow:before{
	pointer-events: none;
	position: absolute;			
	top: 100%;
	left: 5%;
	content:'';
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
    -o-transition-duration:0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}		
.content_hover_float_shadow:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.content_hover_float_shadow:hover:before{
	opacity: 1;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}
		
.content_hover_grow_shadow {
	-webkit-transform: translateZ(0);
	-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
    -o-transition-duration:0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}	
.content_hover_grow_shadow:hover {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.content_hover_radial{
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	transition-duration:0.3s;
	-moz-transition-duration: 0.3s;
    -o-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
}		
.content_hover_radial:hover:before, .content_hover_radial:focus:before, .content_hover_radial:active:before, .content_hover_radial:hover:after, .content_hover_radial:focus:after, .content_hover_radial:active:after{
	opacity:1;
}

.content_hover_radial:before,.content_hover_radial:after {
	pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
	  -moz-box-sizing:  border-box;
		-webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 10px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
    -o-transition-duration:0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.content_hover_radial:after{
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.content_hover_radial:before{
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}


.content_effect_floating{
	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;
}

@keyframes content_effect_floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(2%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes content_effect_floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(2%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
.content_effect_tossing{
	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;
}

@keyframes content_effect_tossing {
	0% {
		transform: rotate(-1deg);	
	}
	50% {
		transform: rotate(1deg);
	}
	100% {
		transform: rotate(-1deg);	
	}						
}

@-webkit-keyframes content_effect_tossing {
	0% {
		-webkit-transform: rotate(-1deg);	
	}
	50% {
		-webkit-transform: rotate(1deg);
	}
	100% {
		-webkit-transform: rotate(-1deg);	
	}				
}
.content_effect_pulse{
	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;
}

@keyframes content_effect_pulse {
	0% {
		transform: scale(0.97);
		opacity: 1;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.97);
		opacity: 1;	
	}			
}

@-webkit-keyframes content_effect_pulse {
	0% {
		-webkit-transform: scale(0.97);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.97);
		opacity: 0.7;	
	}			
}
/*-- content hover effects -----------*/
/* device element */
.plus-device-wrapper {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    transition: .3s cubic-bezier(.42,0,.2,1);
    transition-property: width,padding-bottom;
}

.plus-device-wrapper .plus-device-inner {
    position: relative;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    width: 100%;
    transition: all .3s cubic-bezier(.42,0,.2,1);
}

.plus-device-wrapper .plus-device-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    transition: all .3s cubic-bezier(.42,0,.2,1);
}

.plus-device-wrapper img.plus-device-image {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s cubic-bezier(.42,0,.2,1);
}

.plus-device-wrapper .plus-device-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    transition: all .3s cubic-bezier(.42,0,.2,1);
}
.plus-device-wrapper .plus-device-media {
    position: absolute;
    left: 50%;
    transition: all .3s cubic-bezier(.42,0,.2,1);
    border-radius: 3px;
}
.plus-device-wrapper .plus-device-media-inner {
    background-color: rgba(255,255,255,.2);
    position: relative;
    left: 0;
    width: 100%;
    height: 0;
    transition: all .3s cubic-bezier(.42,0,.2,1);
}
.plus-device-wrapper.device-type-mobile:not(.iphone-white-flat) .plus-media-screen-inner,.plus-device-wrapper.device-type-tablet .plus-media-screen-inner,.plus-device-wrapper.device-type-laptop .plus-media-screen-inner,.plus-device-wrapper.device-type-desktop .plus-media-screen-inner{
    top: auto;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
/* mobile */
.plus-device-wrapper{
    max-width: 100%;
    width: 100%;
}
.plus-device-wrapper.device-type-mobile .plus-device-inner {
    padding-bottom: 207.22022%;
}
.plus-device-wrapper.device-type-mobile .plus-device-media {
    top: 11.7%;
    transform: translateX(-50%);
    width: 88.80866%;
}
.plus-device-wrapper.device-type-mobile .plus-device-media-inner {
    padding-bottom: 177.77778%;
}
.plus-device-wrapper.device-type-mobile.iphone-white-flat .plus-device-shape{
	border-radius: 40px;
}
.plus-device-wrapper.device-type-mobile.iphone-x-black .plus-device-media {
    top: 50%;
    width: 88.997%;
	transform: translateX(-50%) translateY(-50%);
}

.plus-device-wrapper.device-type-mobile.iphone-x-black .plus-device-media img.plus-media-image {
    border-radius: 18px;
	height: 100%;
    width: 100%;
}
.plus-device-wrapper.device-type-mobile.iphone-x-black .plus-device-shape{
	border-radius: 50px;
}
.plus-device-wrapper.device-type-mobile.iphone-x-black .plus-media-screen,.plus-device-wrapper.device-type-mobile.iphone-browser .plus-media-screen,.plus-device-wrapper.device-type-mobile.iphone-minimal .plus-media-screen,.plus-device-wrapper.device-type-mobile.iphone-minimal-white .plus-media-screen,.plus-device-wrapper.device-type-mobile.s9-black .plus-media-screen,.plus-device-wrapper.device-type-mobile.s9-jet-black .plus-media-screen,.plus-device-wrapper.device-type-mobile.s9-white .plus-media-screen{
	align-items: flex-start;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    transition: all .3s cubic-bezier(.42,0,.2,1);
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.plus-device-wrapper.device-type-mobile .plus-device-media img.plus-media-image{
    height: 100%;
    width: 100%;
}
.plus-device-wrapper.device-type-mobile.iphone-x-black .plus-device-inner {
    padding-bottom: 202.85579%;
}
.plus-device-wrapper.device-type-mobile.iphone-x-black .plus-media-inner{
	padding-bottom: 214.55465%;
}
.plus-device-wrapper.device-type-mobile.iphone-browser  .plus-device-media {
    top: 12.6555%;
    transform: translateX(-50%);
    width: 100%;
}
.plus-device-wrapper.device-type-mobile.iphone-browser .plus-device-inner {
    padding-bottom: 168.00020%;
}
.plus-device-wrapper.device-type-mobile.iphone-browser .plus-media-inner{
	padding-bottom: 147.522525%;
}
.plus-device-wrapper.device-type-mobile.iphone-browser .plus-device-shape{
    border-radius: 22px;
}
.plus-device-wrapper.device-type-mobile.iphone-browser .plus-device-media img.plus-media-image{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.plus-device-wrapper.device-type-mobile.iphone-minimal .plus-device-inner {
    padding-bottom: 209.40000%;
}
.plus-device-wrapper.device-type-mobile.iphone-minimal .plus-media-inner{
	padding-bottom: 175.590005%;
}
.plus-device-wrapper.device-type-mobile.iphone-minimal .plus-media-screen{
	border-radius: 8px;
}
.plus-device-wrapper.device-type-mobile.iphone-minimal .plus-device-media {
    top: 10.7%;
    transform: translateX(-50%);
    width: 93.80866%;
}
.plus-device-wrapper.device-type-mobile.iphone-minimal .plus-device-shape {
    border-radius: 30px;
}
.plus-device-wrapper.device-type-mobile.iphone-minimal-white .plus-device-inner {
    padding-bottom: 208.22022%;
}
.plus-device-wrapper.device-type-mobile.iphone-minimal-white .plus-media-inner {
    padding-bottom: 176.590005%;
}
.plus-device-wrapper.device-type-mobile.iphone-minimal-white .plus-device-media {
    top: 10.7%;
    transform: translateX(-50%);
    width: 92.80866%;
}
.plus-device-wrapper.device-type-mobile.iphone-minimal-white .plus-device-shape {
    border-radius: 43px;
}
.plus-device-wrapper.device-type-mobile.s9-black .plus-device-inner {
    padding-bottom: 215.66201%;
}
.plus-device-wrapper.device-type-mobile.s9-black .plus-media-inner {
    padding-bottom: 208.556305%;
}
.plus-device-wrapper.device-type-mobile.s9-black .plus-device-media {
	top: 4.62455%;
    transform: translateX(-50%);
    width: 93.93866%;
}
.plus-device-wrapper.device-type-mobile.s9-black .plus-media-screen{
	border-radius: 15px;
}
.plus-device-wrapper.device-type-mobile.s9-jet-black .plus-device-inner {
    padding-bottom: 215.66201%;
}
.plus-device-wrapper.device-type-mobile.s9-jet-black .plus-media-inner {
    padding-bottom: 208.546305%;
}
.plus-device-wrapper.device-type-mobile.s9-jet-black .plus-device-media {
	top: 4.62455%;
    transform: translateX(-50%);
    width: 94.32298%;
}
.plus-device-wrapper.device-type-mobile.s9-jet-black .plus-media-screen{
	border-radius: 15px;
}
.plus-device-wrapper.device-type-mobile.s9-black .plus-device-shape,.plus-device-wrapper.device-type-mobile.s9-jet-black .plus-device-shape,.plus-device-wrapper.device-type-mobile.s9-white .plus-device-shape {
    border-radius: 40px;
}
.plus-device-wrapper.device-type-mobile.s9-white .plus-device-inner {
    padding-bottom: 215.66201%;
}
.plus-device-wrapper.device-type-mobile.s9-white .plus-media-inner {
    padding-bottom: 208.546305%;
}
.plus-device-wrapper.device-type-mobile.s9-white .plus-device-media {
	top: 4.62455%;
    transform: translateX(-50%);
    width: 94.32298%;
}
.plus-device-wrapper.device-type-mobile.s9-white .plus-media-screen{
	border-radius: 15px;
}
.plus-device-wrapper.device-type-mobile.s9-jet-black .plus-device-shape img,.plus-device-wrapper.device-type-mobile.s9-white .plus-device-shape img{
	border-radius: 40px;
}
.plus-device-wrapper.device-type-mobile .plus-media-inner {
    background-color: rgba(0, 0, 0, 0.03);
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s cubic-bezier(.42,0,.2,1);
    border-radius: 33px;
}
/* mobile */
/* tablet */
.plus-device-wrapper.device-type-tablet.ipad-vertical-white .plus-device-inner {
    padding-bottom: 144.201011%;
}
.plus-device-wrapper.device-type-tablet.ipad-vertical-white .plus-media-inner{
    padding-bottom: 134.29978%;
}
.plus-device-wrapper.device-type-tablet.ipad-vertical-white .plus-device-media {
    top: 7.33333%;
    transform: translateX(-50%);
    width: 91.55674%;
}
.plus-device-wrapper.device-type-tablet.ipad-vertical-white .plus-device-shape {
    border-radius: 20px;
}
.plus-device-wrapper.device-type-tablet.ipad-horizontal-white .plus-device-inner {
    padding-bottom: 69.100000%;
}
.plus-device-wrapper.device-type-tablet.ipad-horizontal-white .plus-media-inner{
    padding-bottom: 73.99978%;
}
.plus-device-wrapper.device-type-tablet.ipad-horizontal-white .plus-device-media {
    top: 4.24845%;
    transform: translateX(-50%);
    width: 85.36363%;
}
.plus-device-wrapper.device-type-tablet.ipad-horizontal-white .plus-device-shape {
    border-radius: 15px;
}
.plus-device-wrapper.device-type-tablet.ipad-browser .plus-device-inner {
    padding-bottom: 126.73010%;
}
.plus-device-wrapper.device-type-tablet.ipad-browser .plus-media-inner{
    padding-bottom: 113.7508%;
}
.plus-device-wrapper.device-type-tablet.ipad-browser .plus-device-media {
    top: 10.29999%;
    transform: translateX(-50%);
    width: 100%;
}
.plus-device-wrapper.device-type-tablet.ipad-browser .plus-device-shape {
    border-radius: 13px;
}
.plus-device-wrapper.device-type-tablet.ipad-browser .plus-device-media img.plus-media-image{
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
}
.plus-device-wrapper.device-type-tablet .plus-media-screen{
	align-items: flex-start;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    transition: all .3s cubic-bezier(.42,0,.2,1);
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.plus-device-wrapper.device-type-tablet .plus-device-media img.plus-media-image{
    height: 100%;
    width: 100%;
}
/* tablet */
/* laptop */
.plus-device-wrapper.device-type-laptop.laptop-macbook-black .plus-device-inner {
    padding-bottom: 57.70001%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-black .plus-media-inner{
    padding-bottom: 62.349475%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-black .plus-device-media {
    top: 6.10999%;
    -webkit-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    width: 76.24986%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-minimal .plus-device-inner {
    padding-bottom: 51.16800%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-minimal .plus-media-inner{
    padding-bottom: 59.200575%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-minimal .plus-device-media {
    top: 6.48587%;
    -webkit-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    width: 68.89586%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-white-minimal .plus-device-inner {
    padding-bottom: 63.12559%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-white-minimal .plus-media-inner{
    padding-bottom: 62.39926%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-white-minimal .plus-device-media {
    top: 7.50042%;
	-webkit-transform: translateX(-50.1555%);
	-ms-transform:translateX(-50.1555%);
	-moz-transform:translateX(-50.1555%);
	-o-transform: translateX(-50.1555%);
	transform: translateX(-50.1555%);
    width: 68.79466%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-white .plus-device-inner {
    padding-bottom: 59.46567%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-white .plus-media-inner{
    padding-bottom: 65.64000%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-white .plus-device-media {
    top: 6.380990%;
	-webkit-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    width: 75.78000%;
}
.plus-device-wrapper.device-type-laptop.laptop-macbook-white .plus-device-media img.plus-media-image{
    border-radius: 7px;
}
.plus-device-wrapper.device-type-laptop.laptop-windows .plus-device-inner {
    padding-bottom: 54.73299%;
}
.plus-device-wrapper.device-type-laptop.laptop-windows .plus-media-inner{
    padding-bottom: 58.888884%;
}
.plus-device-wrapper.device-type-laptop.laptop-windows .plus-device-media {
    top: 3.38099%;
	-webkit-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    width: 73.9999%;
}
.plus-device-wrapper.device-type-laptop.laptop-windows .plus-device-media img.plus-media-image{
    border-radius: 1.3rem;
}
.plus-device-wrapper.device-type-laptop .plus-media-screen{
	align-items: flex-start;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    transition: all .3s cubic-bezier(.42,0,.2,1);
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.plus-device-wrapper.device-type-laptop .plus-device-media img.plus-media-image{
    height: 100%;
    width: 100%;
}
/* laptop */
/* desktop */
.plus-device-wrapper.device-type-desktop.desktop-imac-minimal .plus-device-inner {
    padding-bottom: 74.287105%;
}
.plus-device-wrapper.device-type-desktop.desktop-imac-minimal .plus-media-inner{
    padding-bottom: 56.47649%;
}
.plus-device-wrapper.device-type-desktop.desktop-imac-minimal .plus-device-media {
    top: 5.07999%;
	-webkit-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    width: 92.9999%;
}
.plus-device-wrapper.device-type-desktop.desktop-imac-minimal .plus-device-media img.plus-media-image{
    border-radius: 0.5rem;
}
.plus-device-wrapper.device-type-desktop .plus-media-screen{
	align-items: flex-start;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    transition: all .3s cubic-bezier(.42,0,.2,1);
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.plus-device-wrapper.device-type-desktop .plus-device-media img.plus-media-image{
    height: 100%;
    width: 100%;
}
/* desktop */
.plus-device-wrapper .plus-device-slide:focus{
	outline:none;
}
.plus-device-wrapper .plus-device-carousal .plus-device-slide.slick-slide {
	padding: 0px;
    width: 310px;
    margin: 15px 10px;
	-webkit-transition: all .3s cubic-bezier(.42,0,.2,1);
	-moz-transition: all .3s cubic-bezier(.42,0,.2,1);
	-o-transition: all .3s cubic-bezier(.42,0,.2,1);
	-ms-transition: all .3s cubic-bezier(.42,0,.2,1);
	transition: all .3s cubic-bezier(.42,0,.2,1);
}
.plus-device-wrapper .plus-device-carousal .plus-device-slide img {
    border-radius: 5px;
	 cursor: pointer;
}
.plus-device-wrapper .plus-device-carousal .plus-device-slide img:focus{
	outline:none;
}
.plus-device-wrapper .plus-device-carousal.column-single {
    margin: 0 auto;
}
.plus-carousal-device-mokeup {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    width: 100%;
    max-width: 330px;
	border-radius: 36px;
	-webkit-transition: all .3s cubic-bezier(.42,0,.2,1);
	-moz-transition: all .3s cubic-bezier(.42,0,.2,1);
	-o-transition: all .3s cubic-bezier(.42,0,.2,1);
	-ms-transition: all .3s cubic-bezier(.42,0,.2,1);
	transition: all .3s cubic-bezier(.42,0,.2,1);
    z-index: 2;
}

.plus-device-inner .plus-device-carousal {
    position: relative;
    width: 100%;
    height: 100%;
	padding-top: 47px;
    padding-bottom: 47px;
    z-index: 2;
}
.plus-device-wrapper .plus-media-screen-inner .plus-media-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.plus-device-wrapper .plus-device-icon {
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-ms-transform:translate3d(-50%,-50%,0);
	-moz-transform:translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.plus-device-wrapper .plus-device-icon-inner {
    position: relative;
    display: block;
}
.plus-media-screen-inner .hover_drop_waves{
	 -webkit-animation-name: content-icon-float-away;
    animation-name: content-icon-float-away;
}
/* device element */
/*pt_plus_countdown--*/
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: 0px;
 	display: block;
}
ul.pt_plus_countdown li h6 {
 	font-size: 14px;
 	text-transform: uppercase;
 	padding-top: 10px;
 	font-weight: 600;
	border-top: 2px solid;
	margin: 0;
}
/*-------End countdown-------*/
/*--- heading animation css --*/
.pt-plus-heading-animation .ani-bold{
	font-weight: bold;
	}
.pt-plus-heading-animation .ani-b-normal{
	font-weight: 400;
}
.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;
}
/* ------ xrotate-1 ----- */
.pt-plus-cd-headline.rotate-1 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}
.pt-plus-cd-headline.rotate-1 b {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.pt-plus-cd-headline.rotate-1 b.is-visible {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: pt-plus-cd-rotate-1-in 1.2s;
	-moz-animation: pt-plus-cd-rotate-1-in 1.2s;
	animation: pt-plus-cd-rotate-1-in 1.2s;
}
.pt-plus-cd-headline.rotate-1 b.is-hidden {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: pt-plus-cd-rotate-1-out 1.2s;
	-moz-animation: pt-plus-cd-rotate-1-out 1.2s;
	animation: pt-plus-cd-rotate-1-out 1.2s;
}

@-webkit-keyframes pt-plus-cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		opacity: 0;
	}
	35% {
		-webkit-transform: rotateX(120deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(360deg);
		opacity: 1;
	}
}
@-moz-keyframes pt-plus-cd-rotate-1-in {
	0% {
		-moz-transform: rotateX(180deg);
		opacity: 0;
	}
	35% {
		-moz-transform: rotateX(120deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-moz-transform: rotateX(360deg);
		opacity: 1;
	}
}
@keyframes pt-plus-cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0;
	}
	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1;
	}
}
@-webkit-keyframes pt-plus-cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
	35% {
		-webkit-transform: rotateX(-40deg);
		opacity: 1;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(180deg);
		opacity: 0;
	}
}
@-moz-keyframes pt-plus-cd-rotate-1-out {
	0% {
		-moz-transform: rotateX(0deg);
		opacity: 1;
	}
	35% {
		-moz-transform: rotateX(-40deg);
		opacity: 1;
	}
	65% {
		opacity: 0;
	}
	100% {
		-moz-transform: rotateX(180deg);
		opacity: 0;
	}
}
@keyframes pt-plus-cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);		
		transform: rotateX(0deg);
		opacity: 1;
	}
	35% {
		-webkit-transform: rotateX(-40deg);		
		transform: rotateX(-40deg);
		opacity: 1;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(180deg);		
		transform: rotateX(180deg);
		opacity: 0;
	}
}

.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;
}
.pt-plus-cd-headline span.cd-words-wrapper i {
    font-style: normal;
}
@-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;
	}
}
/* ------ xrotate-2 ----- */
.pt-plus-cd-headline.rotate-2 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}
.pt-plus-cd-headline.rotate-2 i, .pt-plus-cd-headline.rotate-2 em {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.pt-plus-cd-headline.rotate-2 b {
	opacity: 0;
}
.pt-plus-cd-headline.rotate-2 i {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	-moz-transform: translateZ(-20px) rotateX(90deg);
	-ms-transform: translateZ(-20px) rotateX(90deg);
	-o-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0;
}
.is-visible .pt-plus-cd-headline.rotate-2 i {
	opacity: 1;
}
.pt-plus-cd-headline.rotate-2 i.in {
	-webkit-animation: pt-plus-cd-rotate-2-in 0.4s forwards;
	-moz-animation: pt-plus-cd-rotate-2-in 0.4s forwards;
	animation: pt-plus-cd-rotate-2-in 0.4s forwards;
}
.pt-plus-cd-headline.rotate-2 i.out {
	-webkit-animation: pt-plus-cd-rotate-2-out 0.4s forwards;
	-moz-animation: pt-plus-cd-rotate-2-out 0.4s forwards;
	animation: pt-plus-cd-rotate-2-out 0.4s forwards;
}
.pt-plus-cd-headline.rotate-2 em {
	-webkit-transform: translateZ(20px);
	-moz-transform: translateZ(20px);
	-ms-transform: translateZ(20px);
	-o-transform: translateZ(20px);
	transform: translateZ(20px);
}

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

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

@-webkit-keyframes pt-plus-cd-rotate-2-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
	}
}
@-moz-keyframes pt-plus-cd-rotate-2-in {
	0% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(0deg);
	}
}
@keyframes pt-plus-cd-rotate-2-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg);
	}
}
@-webkit-keyframes pt-plus-cd-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
	}
}
@-moz-keyframes pt-plus-cd-rotate-2-out {
	0% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(-90deg);
	}
}
@keyframes pt-plus-cd-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg);
	}
}
/* ------ 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;
}

/* ------xslide ------ */
.pt-plus-cd-headline.slide span {
	display: inline-block;
	padding: .2em 0;
}
.pt-plus-cd-headline.slide .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
.pt-plus-cd-headline.slide b {
	opacity: 0;
	top: .2em;
}
.pt-plus-cd-headline.slide b.is-visible {
	top: 0;
	opacity: 1;
	-webkit-animation: slide-in 0.6s;
	-moz-animation: slide-in 0.6s;
	animation: slide-in 0.6s;
}
.pt-plus-cd-headline.slide b.is-hidden {
	-webkit-animation: slide-out 0.6s;
	-moz-animation: slide-out 0.6s;
	animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes slide-in {
	0% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	60% {
		opacity: 1;
		-moz-transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		-moz-transform: translateY(20%);
		-ms-transform: translateY(20%);
		-o-transform: translateY(20%);
		transform: translateY(20%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
}
@-moz-keyframes slide-out {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	60% {
		opacity: 0;
		-moz-transform: translateY(120%);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
}
@keyframes slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		-moz-transform: translateY(120%);
		-ms-transform: translateY(120%);
		-o-transform: translateY(120%);
		transform: translateY(120%);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
}
/* ------xclip ------ */
.pt-plus-cd-headline.clip span {
	display: inline-block;
	padding: .2em 0;
}
.pt-plus-cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
.pt-plus-cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: #aebcb9;
}
.pt-plus-cd-headline.clip b {
	opacity: 0;
}
.pt-plus-cd-headline.clip b.is-visible {
	opacity: 1;
}

/* ------ 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);
	}
}
/* ------ xrotate-3 ------ */
.pt-plus-cd-headline.rotate-3 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}
.pt-plus-cd-headline.rotate-3 b {
	opacity: 0;
}
.pt-plus-cd-headline.rotate-3 i {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-visible .pt-plus-cd-headline.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.pt-plus-cd-headline.rotate-3 i.in {
	-webkit-animation: pt-plus-cd-rotate-3-in 0.6s forwards;
	-moz-animation: pt-plus-cd-rotate-3-in 0.6s forwards;
	animation: pt-plus-cd-rotate-3-in 0.6s forwards;
}
.pt-plus-cd-headline.rotate-3 i.out {
	-webkit-animation: pt-plus-cd-rotate-3-out 0.6s forwards;
	-moz-animation: pt-plus-cd-rotate-3-out 0.6s forwards;
	animation: pt-plus-cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .pt-plus-cd-headline.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 0;
}

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

@-webkit-keyframes pt-plus-cd-rotate-3-in {
	0% {
		-webkit-transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
	}
}
@-moz-keyframes pt-plus-cd-rotate-3-in {
	0% {
		-moz-transform: rotateY(180deg);
	}
	100% {
		-moz-transform: rotateY(0deg);
	}
}
@keyframes pt-plus-cd-rotate-3-in {
	0% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@-webkit-keyframes pt-plus-cd-rotate-3-out {
	0% {
		-webkit-transform: rotateY(0);
	}
	100% {
		-webkit-transform: rotateY(-180deg);
	}
}
@-moz-keyframes pt-plus-cd-rotate-3-out {
	0% {
		-moz-transform: rotateY(0);
	}
	100% {
		-moz-transform: rotateY(-180deg);
	}
}
@keyframes pt-plus-cd-rotate-3-out {
	0% {
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-ms-transform: rotateY(0);
		-o-transform: rotateY(0);
		transform: rotateY(0);
	}
	100% {
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}
}
/* ------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;
	}
}
/* ------xpush ------ */
.pt-plus-cd-headline.push b {
	opacity: 0;
}
.pt-plus-cd-headline.push b.is-visible {
opacity: 1;
 -webkit-animation: push-in 1s;
 -moz-animation: push-in 1s;
 animation: push-in 1s;
}
.pt-plus-cd-headline.push b.is-hidden {
 -webkit-animation: push-out 1s;
 -moz-animation: push-out 1s;
 animation: push-out 1s;
}

@-webkit-keyframes push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes push-in {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(10%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@keyframes push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		-moz-transform: translateX(10%);
		-ms-transform: translateX(10%);
		-o-transform: translateX(10%);
		transform: translateX(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
}
@-moz-keyframes push-out {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	60% {
		opacity: 0;
		-moz-transform: translateX(110%);
	}
	100% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
}
@keyframes push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		-moz-transform: translateX(110%);
		-ms-transform: translateX(110%);
		-o-transform: translateX(110%);
		transform: translateX(110%);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
}

/*--- heading animation css --*/
/*----------Heading Title-----------*/
.elementor-widget-tp-heading-title.text-left .seprator.sep-l {
    text-align: left;
    margin-left: 0px;
}
.elementor-widget-tp-heading-title.text-right .seprator.sep-l {
    text-align: right;
    margin-right: 0px;
}
.heading-title-gradient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.heading.style-3 .heading-title:before {
 	border-bottom: 3px solid;
 	width: 20%;
 	content: '';
 	height: 28px;
 	display: inline-block;
 	
}
.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 4 ***/
.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;
	border-radius: 15px;
	    margin: 0 auto;
}
.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;
}
/*** style 4 end ***/
/*** 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 ***/
/*** style 6 end ***/
.heading.style-6{
		text-align: center;
}
.heading.style-6 .vertical-divider {
 	width: 2px;
 	height: 30px;
 	display: inline-block;
	}
.heading.style-6 .vertical-divider.bottom {
 	margin-top: 6px;
}
/*** style 6 end ***/
/*** style 7 ***/
.heading.style-7 .sub-style {
 	display:block;
 	position: relative;
}
.heading.style-7 .sub-heading .heading-sub-title {
 	font-family: montserrat;
 	display:block;
		font-size:20px;
		line-height:1.2;
		color:#252525;
    margin-top: 5px;
    margin-bottom: 10px;
}
.heading.style-7 .sub-heading .heading-sub-title span {
		font-weight:900;
}
.heading.style-7 .heading-title  {
 	font-family: montserrat;
 	    margin-top: 0;
    margin-bottom: 0;
 	display: block;
}
.heading.style-7 .heading-title  {
 	position: relative;
 	transition: 1000ms;
	-webkit-transition:  1000ms;
	-moz-transition:  1000ms;
	-o-transition: 1000ms;
	-ms-transition: 1000ms;
	overflow: hidden;
}
.heading.style-7 .head-title:after {
 	position: absolute;
 	bottom: -10px;
 	color: red;
 	content: '.';
 	font-size: 60px;
	width: 60px;
    margin-left: -30px;
 	pointer-events: none;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition:  text-shadow 0.3s, color 0.3s;
	-o-transition: text-shadow 0.3s, color 0.3s;
	-ms-transition: text-shadow 0.3s, color 0.3s;
 	transition: text-shadow 0.3s, color 0.3s;
 	text-shadow: 15px 0 red, -15px 0 red;
}
.heading.style-7 .head-title.text-left:after {
		left: 10px;
		-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	-moz-transform:translateX(0%);
	-o-transform: translateX(0%);
		transform: translateX(0%);
}
.heading.style-7 .head-title.text-center:after {
		left: 50%;
		-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform: translateX(-50%);
		transform: translateX(-50%);
}
.heading.style-7 .head-title.text-right:after {
		right: 5px;
		-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform:  translateX(-50%);
		transform: translateX(-50%);
}

/***style 7 end ***/
/***style 8***/
.heading.style-8 .sub-heading {
 	color: #d4d4d4;
 	left: 0;
 	display: block;
 	width: 100%;
 	-webkit-transform: translateY(-50%);
 	-moz-transform: translateY(-50%);
 	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	font-size: 70px;
 	line-height: 1.2;
 	position: absolute;
}
.heading.style-8  .head-title.text-center {
 	left: 0;
 	display: block;
 	width: 100%;
 	z-index: 2;
 	-webkit-transform: translateY(-50%);
 	-moz-transform: translateY(-50%);
 	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	font-size: 35px;
 	line-height: 1.2;
}
.heading.style-8  .heading-sub-title{
		
		font-size: 100px;
 	font-weight: 900;
}

.heading.style-8:hover .heading-title.text-center {
		color:#ec2d3a;
}

/**style 8 end***/
/***style 9***/
.sep-dot {
 font-size: 50px;
    line-height: 1px;
    display: table;
    position: relative;
    top: -5px;
    padding: 0 4px;
}
/***style 9 end***/
/***style 10 ***/
.seprator-width {
 	width: 20%;
 	margin: 0 auto;
}
/***style 10 end ***/
/*** style 11 ***/
.heading.style-11 .sub-style {
 	display: inline-block;
 	width: auto !important;
}
.box-left {
 	text-align: left;
}
.box-center {
 	text-align: center;
}
.box-right {
 	text-align: right;
}
.box-left  .text-center{
 	text-align: left;
}
.box-center  .text-center{
 	text-align: center;
}
.box-right  .text-center{
 	text-align: right;
}

/*** End style 11 ***/
/*----------End Heading Title -----------*/
.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;
}
.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{
 	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;
}

.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;
}
.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;
}
hr.hr-border {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.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 .plus-number-counter ,.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;
}

@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;
		}
}

/*----------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;
	z-index:1;
}
.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;
}
.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 .service-icon,.info-box-inner .service-title,.info-box-inner .service-desc,.info-box-inner .service-desc p{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.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;
}
.plus-flip-box-widget{
	position:relative;
	display:block;
}
.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.info-box-style_1 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,
.pt_plus_info_box.info-box-style_4 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_5 .info-box-inner .service-title,
.pt_plus_info_box.info-box-style_6 .info-box-inner .service-title,.pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{
    margin-top: 0;
}
.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;
}
.pt_plus_info_box .info-box-inner .info-icon-content .service-img{
	-moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	-ms-transition:  all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*--- info box End--- */
.floating{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{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{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}
.rotate-continue{-webkit-animation-name:rotating;-webkit-animation-duration:10s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotating;-moz-animation-duration:10s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;animation-name:rotating;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear}
@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}
@-moz-keyframes rotating{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}
@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

/*-------pop up lity---*/
.lity-wrap {
 	overflow: auto !important;
}
.pop-up-btn .button-link-wrap span {
    position: relative;
    z-index: 2;
}
.pop-up-btn .button-style-7 .button-link-wrap span {
    position: initial;
}
.pop-up-btn .button-style-21 .button-link-wrap:after {
    background: #ff004b;
    z-index: 1;
}
/*pop up lity -*/
/*-row background----*/
.svg_inner_block .embed-responsive,.svg_inner_block .embed-responsive .embed-responsive-item,.svg_inner_block .embed-responsive iframe,.svg_inner_block .embed-responsive embed,.svg_inner_block .embed-responsive object,.svg_inner_block .embed-responsive video{
    position: relative;
    padding: 0px;
    height: auto;
}
.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-row-settings {
    position: absolute;
    width: 100%;
	height:100%;
	top:0;
    left: 0;
	overflow: hidden;
}
#pt-plus-row-settings:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#pt-plus-row-settings .tp_bg_tablet, #pt-plus-row-settings .tp_bg_mobile {
    display: none;
}
#pt-plus-row-settings.bg_tablet .tp_bg_tablet:after,#pt-plus-row-settings.bg_mobile .tp_bg_mobile:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
@-webkit-keyframes move {
	100% {
		-webkit-transform: translate3d(0, 0, -1000px);
		transform: translate3d(0, 0, -1000px);
	}
}

@keyframes move {
	100% {
		-webkit-transform: translate3d(0, 0, -1000px);
		transform: translate3d(0, 0, -1000px);
	}
}
.pt-plus-bubble-wrap {
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center center;
	-moz-transform-origin:center center;
    -ms-transform-origin:center center;
    -o-transform-origin:center center;
    transform-origin: center center;
    -webkit-perspective: 600px;
    perspective: 600px;
	-ms-perspective: 600px;
    width: 100%;
    height: 100%;
}

.bubble {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
	background: black;
	opacity: .7;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: move 3s infinite;
	animation: move 3s infinite;
}
#pt-plus-row-canvas-4,#pt-plus-row-canvas-3,#pt-plus-row-canvas-5,#pt-plus-row-canvas-2,#pt-plus-row-canvas-7,#demo-canvas-5,#demo-canvas-6,#demo-canvas-8,.canvas-style-custom{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pt_plus_mordern_image_effects,.pt_plus_mordern_image_parallax{
	position:absolute;
}
.pt_plus_moving_images,.pt-plus-row-slideshow {
    width: 100%;
    height: 100%;
	position: absolute;
	top:0;
}
.pt_plus_moving_images .move-image-1 {
    background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size:contain;
	-o-background-size:contain;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
}
@keyframes moveright{
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@-webkit-keyframes moveright{
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

@-moz-keyframes moveright{
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@keyframes moveleft{
	from { background-position: 0 0; }
	to { background-position: -100% 0; }
}
@-webkit-keyframes moveleft{
	from { background-position: 0 0; }
	to { background-position: -100% 0; }
}

@-moz-keyframes moveleft{
	from { background-position: 0 0; }
	to { background-position: -100% 0; }
}
@keyframes movebottom{
	from { background-position: 0 0; }
	to { background-position: 0 800px; }
}
@-webkit-keyframes movebottom{
	from { background-position: 0 0; }
	to { background-position: 0 800px; }
}

@-moz-keyframes movebottom{
	from { background-position: 0 0; }
	to { background-position: 0 800px; }
}
@keyframes movetop{
	from { background-position: 0 0; }
	to { background-position: 0 -800px; }
}
@-webkit-keyframes movetop{
	from { background-position: 0 0; }
	to { background-position: 0 -800px; }
}

@-moz-keyframes movetop{
	from { background-position: 0 0; }
	to { background-position: 0 -800px; }
}
.pt_plus_mordern_image_effects .floating{
	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;
}
.pt_plus_mordern_image_effects .tossing{
	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;
}
.pt_plus_mordern_image_effects .pulse{
	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;
}
/*----------bg gallery-*/
.pt-plus-row-slideshow li{
	list-style:none;
}
.pt-plus-row-slideshow li span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}
.pt-plus-row-slideshow.vegas-container {
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}
.vegas-timer.vegas-timer-running {
    display: none !important;
}
/*-bg gallery*/
.pt-plus-row-set .pt-plus-columns-bg-wrap,.pt-plus-row-set .columns-bg-image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:auto;
	will-change: transform;
}
.pt-plus-row-set.fixed-attach-bg-image{
	clip: rect(0, auto, auto, 0);
}
.pt-plus-row-set.fixed-attach-bg-image .tp_bg_desktop.columns-bg-image{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
}
.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-set.fixed-video-bg{
	clip: rect(0, auto, auto, 0);
}
.pt-plus-row-set.fixed-video-bg .columns-video-bg{
	position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;    
    will-change: transform;
}
.pt-plus-row-overlay,.pt-plus-row-top-extra{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}
.columns-youtube-bg.tp-loading .video-js,.columns-vimeo-bg.tp-loading .video-js {
    opacity: 0;
}
@-webkit-keyframes bg-kenburns-effect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes bg-kenburns-effect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scale(1.28);
    transform: scale(1.28);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@media (max-width:768px){
	#pt-plus-row-settings .pt-plus-columns-bg-wrap.parallax-bg-img.columns-bg-image {
		background-attachment: scroll !important;
	}
}
@media (max-width:767px){
	#pt-plus-row-settings .columns-youtube-bg .video-js,#pt-plus-row-settings .columns-vimeo-bg .video-js {
		display:none;
	}
}
/*--image clip--*/
.pt-plus-row-imageclip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	-webkit-background-size:  cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center;
    overflow: hidden;
    transform-style: flat;
    -webkit-transform-style: flat;
}
.segmenter__image {
	width: 100%;
	display: block;
}

.segmenter__background,
.segmenter__pieces,
.segmenter__piece-wrap,
.segmenter__piece-parallax,
.segmenter__piece {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.segmenter__piece-parallax {
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.segmenter__pieces {
	-webkit-perspective: 400px;
	perspective: 400px;
}

.segmenter__background,
.segmenter__piece {
	background-size: cover;
	-webkit-background-size: cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.segmenter__shadow {
	position: absolute;
	opacity: 0;
	-moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
}
/*-----------image clip-----------*/
.theplus_multi_layered_parallax {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.theplus_multi_layered_parallax .multi_layered_parallax {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*-----------row setting css-----------*/
/*------ social element----------*/
.pt_plus_social_list {
 	position: relative;
 	display: block;
 	padding: 0;
}
.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;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: unset;
    top: auto;
}
.pt_plus_social_list ul.social_list li .social-loop-inner {
	position: relative;
	overflow:hidden;
}
.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;
}
.pt_plus_social_list.text-center ul.social_list{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.pt_plus_social_list.text-left ul.social_list{
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.pt_plus_social_list.text-right ul.social_list {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
/*----------style 1------------*/
.pt_plus_social_list.style-1 ul.social_list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.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,.pt_plus_social_list.style-4 ul.social_list,.pt_plus_social_list.style-5 ul.social_list,.pt_plus_social_list.style-8 ul.social_list,.pt_plus_social_list.style-9 ul.social_list,.pt_plus_social_list.style-10 ul.social_list,.pt_plus_social_list.style-11 ul.social_list,.pt_plus_social_list.style-12 ul.social_list{
 	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.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: 76px;
    height: 76px;
 	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;
}
.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------------*/
/*----------style 6------------*/
.pt_plus_social_list.style-6 ul.social_list li{
		margin:5px;
		overflow:visible;
}
.pt_plus_social_list.style-6 ul.social_list li .social-loop-inner{
	overflow:visible;
}
.pt_plus_social_list.style-6 ul.social_list li:first-child {
    margin-left: 0;
}

.pt_plus_social_list.style-6 ul.social_list li:last-child {
    margin-right: 0;
}
.pt_plus_social_list.style-6 ul.social_list li a{
 	overflow: visible;
 	-webkit-transition: color .2s ease;
 	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
 	-o-transition: color .2s ease;
 	transition: color .2s ease;
		margin:0px;
		border: 1px solid #494949;
}
.pt_plus_social_list.style-6 ul.social_list li a:before {
 	-webkit-transition: border-color .2s ease;
 	-moz-transition: border-color .2s ease;
	-ms-transition: border-color .2s ease;
 	-o-transition: border-color .2s ease;
 	transition: border-color .2s ease;
 	z-index: 1;
}
.pt_plus_social_list.style-6 ul.social_list li a:before {
 	position: absolute;
 	width: inherit;
 	height: inherit;
 	top: 0;
 	left: 0;
 	color: inherit;
	-moz-border-radius: inherit;
	-webkit-border-radius: inherit;
 	border-radius: inherit;
		content:'';
}
.pt_plus_social_list.style-6 .social-hover-style{
 	position: absolute;
 	width: inherit;
 	height: inherit;
 	line-height: inherit;
	-moz-border-radius:inherit;
	-webkit-border-radius:inherit;
 	border-radius: inherit;
}
.pt_plus_social_list.style-6 .social-hover-style{
 	top: 0;
 	left: 0;
 	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform:  scale(1.3);
 	transform: scale(1.3);
 	opacity: 0;
 	visibility: hidden;
 	-webkit-transition: all .2s ease;
 	-moz-transition: all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
 	transition: all .2s ease;
}
.pt_plus_social_list.style-6 li:hover .social-hover-style{
 	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform:  scale(1);
 	transform: scale(1);
 	opacity: 1;
 	visibility: visible;
}
.pt_plus_social_list.style-6 ul.social_list li .fa{
	    position: relative;
 	z-index: 1;
}
/*----------style 6------------*/
/*----------style 7------------*/
.pt_plus_social_list.style-7 {
    overflow: visible;
}
.pt_plus_social_list.style-7 ul.social_list li a{
 	-webkit-box-shadow: 0px 0px 0px 0px transparent;
	-moz-box-shadow: 0px 0px 0px 0px transparent;
 	box-shadow: 0px 0px 0px 0px transparent;
 	-webkit-transform: scale(1);
	-moz-transition: scale(1);
	-o-transition:scale(1);
	-ms-transition:scale(1);
 	transform: scale(1);
 	top: 0;
 	-webkit-transition: all .2s ease;
 	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
 	-o-transition: all .2s ease;
 	transition: all .2s ease;
	border: 1px solid #404040;
	margin:0;
}
.pt_plus_social_list.style-7 ul.social_list li:hover a{
 	-webkit-box-shadow: 0px 5px 15px 0px rgba(27,27,27,0.3);
	-moz-box-shadow: 0px 5px 15px 0px rgba(27,27,27,0.3);
 	box-shadow: 0px 5px 15px 0px rgba(27,27,27,0.3);
 	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
 	transform: scale(1.08);
}
.pt_plus_social_list.style-7 ul.social_list li{
	margin:0 5px;
}
.pt_plus_social_list.style-7 ul.social_list li,.pt_plus_social_list.style-7 ul.social_list li .social-loop-inner{
		overflow:visible;
}
/*----------style 7------------*/
/*----------style 8------------*/
.pt_plus_social_list.style-8 ul.social_list li a{
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
 	border-radius: 50%;
 	-webkit-transition: border-radius .5s ease;
 	-moz-transition: border-radius .5s ease;
	-moz-transition: border-radius .5s ease;
 	-ms-transition: border-radius .5s ease;
 	transition: border-radius .5s ease;
		background:#404040;
		color:#fff;
		border: 1px solid #404040;
}
.pt_plus_social_list.style-8 ul.social_list li:hover a{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
		border-radius: 2px;
}
.pt_plus_social_list.style-8 ul.social_list li{
	margin:0 5px;
}
/*----------style 8------------*/
/*----------style 9------------*/
.pt_plus_social_list.style-9 ul.social_list li a{
 	-webkit-transition: color .2s ease;
 	-moz-transition: color .2s ease; 
	-o-transition:color .2s ease;
	-ms-transition:color .2s ease;
 	transition: color .2s ease;
		margin:0px;
}


.pt_plus_social_list.style-9 ul.social_list li {
		margin-right:10px;
		overflow:visible;
}

.pt_plus_social_list.style-9 a span.line-top-left,.pt_plus_social_list.style-9 a span.line-top-center,.pt_plus_social_list.style-9 a span.line-top-right,.pt_plus_social_list.style-9 a span.line-bottom-left,.pt_plus_social_list.style-9 a span.line-bottom-center,.pt_plus_social_list.style-9 a span.line-bottom-right {
 	position: absolute;
 	width: 12px;
 	height: 12px;
 	background: transparent;
}

.pt_plus_social_list.style-9 a span.line-top-left:before,.pt_plus_social_list.style-9 a span.line-top-center:before,.pt_plus_social_list.style-9 a span.line-top-right:before,.pt_plus_social_list.style-9 a span.line-bottom-left:before,.pt_plus_social_list.style-9 a span.line-bottom-center:before,.pt_plus_social_list.style-9 a span.line-bottom-right:before {
 	content: "";
 	position: absolute;
 	left: 50%;
 	width: 1px;
}
.pt_plus_social_list.style-9 a span.line-bottom-left:before,.pt_plus_social_list.style-9 a span.line-bottom-center:before,.pt_plus_social_list.style-9 a span.line-bottom-right:before {
 	bottom: 100%;
 	top: 0;
 	-webkit-transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
 	-moz-transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
	-o-transition:  top .2s ease-in-out .1s, bottom .2s ease-in-out;
	-ms-transition:  top .2s ease-in-out .1s, bottom .2s ease-in-out;
 	transition: top .2s ease-in-out .1s, bottom .2s ease-in-out;
}
.pt_plus_social_list.style-9 a span.line-top-left:before,.pt_plus_social_list.style-9 a span.line-top-center:before,.pt_plus_social_list.style-9 a span.line-top-right:before {
 	bottom: 0;
 	top: 100%;
 	-webkit-transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
 	-moz-transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
	-o-transition:top .2s ease-in-out, bottom .2s ease-in-out .1s;
	-ms-transition:top .2s ease-in-out, bottom .2s ease-in-out .1s;
 	transition: top .2s ease-in-out, bottom .2s ease-in-out .1s;
}
.pt_plus_social_list.style-9 a:hover .line-top-left:before, .pt_plus_social_list.style-9 a:hover .line-top-center:before,.pt_plus_social_list.style-9 a:hover .line-top-right:before {
 	top: 0;
 	bottom: 100%;
}
.pt_plus_social_list.style-9 a:hover .line-bottom-left:before, .pt_plus_social_list.style-9 a:hover .line-bottom-center:before,.pt_plus_social_list.style-9 a:hover .line-bottom-right:before {
 	top: 100%;
 	bottom: 0;
}
.pt_plus_social_list.style-9 a span.line-top-left {
 	top: 8px;
 	left: 0;
 	-webkit-transform: rotate(-55deg);
	-ms-transform:rotate(-55deg);
	-moz-transform:rotate(-55deg);
	-o-transform: rotate(-55deg);
 	transform: rotate(-55deg);
}

.pt_plus_social_list.style-9 a span.line-top-center {
 	top: 0;
 	left: 50%;
 	margin-left: -6px;
}

.pt_plus_social_list.style-9 a span.line-top-right {
 	top: 8px;
 	right: 0;
 	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-moz-transform: rotate(55deg);
	-o-transform:  rotate(55deg);
 	transform: rotate(55deg);
}

.pt_plus_social_list.style-9 a span.line-bottom-left {
 	bottom: 8px;
 	left: 0;
 	-webkit-transform: rotate(55deg);
	-ms-transform:rotate(55deg);
	-moz-transform:rotate(55deg);
	-o-transform: rotate(55deg);
 	transform: rotate(55deg);
}

.pt_plus_social_list.style-9 a span.line-bottom-center {
 	bottom: 0;
 	left: 50%;
 	margin-left: -6px;
}

.pt_plus_social_list.style-9 a span.line-bottom-right {
 	bottom: 8px;
 	right: 0;
 	-webkit-transform: rotate(-55deg);
	-ms-transform:rotate(-55deg);
	-moz-transform:rotate(-55deg);
	-o-transform: rotate(-55deg);
 	transform: rotate(-55deg);
}
.pt_plus_social_list.style-9 a span:before {
 	background: #f06eaa;
}
/*--------style-9---------*/
/*--------style-10---------*/
.pt_plus_social_list.style-10 ul.social_list li a{
	position:relative;
		margin-right:0px;
		background: #404040;
		color:#fff;
		width: 4em;
 	height: 4em;
 	line-height: 4em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
		border-radius: 5px;
}
.pt_plus_social_list.style-10 li span {
    line-height: 20px !important;
}
.pt_plus_social_list.style-10 ul.social_list li{
		margin-right:10px;
}
.pt_plus_social_list.style-10 ul.social_list li:hover a {
 	background: #222;
 	-webkit-transition: all .2s ease-out;
	-moz-transition:  all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
 	transition: all .2s ease-out;
 	color: #fff;
}
.pt_plus_social_list.style-10 span {
 	position: absolute;
 	width: 100%;
	height:100%;
	top:0;
	left:0;
 	color: #fff;
 	font-size: 13px;
 	text-align: center;
 	-webkit-transition: all .3s ease-out;
	-moz-transition:  all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition:  all .3s ease-out;
 	transition: all .3s ease-out;
 	opacity: 0;
 	-webkit-filter: blur(25px);
 	filter: blur(25px);
 	-webkit-transform: translateZ(0) translateX(0%);
	-moz-transform: translateZ(0) translateX(0%);
	-ms-transform: translateZ(0) translateX(0%);
	-o-transform: translateZ(0) translateX(0%);
 	transform: translateZ(0) translateX(0%);
 	will-change: transform;
 	left: 0;
 	right: 0;
}
.pt_plus_social_list.style-10 li:hover span {
 	-webkit-transition: all .3s ease-out;
	-moz-transition:  all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
 	transition: all .3s ease-out;
 	opacity: 1;
 	-webkit-filter: blur(0);
 	filter: blur(0);
}

.pt_plus_social_list.style-10 ul.social_list li a .fa {
 	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
 	transition: all .3s ease-out;
}
.pt_plus_social_list.style-10 ul.social_list li:hover a .fa {
 	transform: scale(0);
}
/*--------style-10---------*/
/*--------style-11---------*/
.pt_plus_social_list.style-11 ul.social_list li a{
		margin-right:0px;
		color:#ff0000;
		
}
.pt_plus_social_list.style-11 ul.social_list li{
		margin-right:10px;
}
.pt_plus_social_list.style-11 ul.social_list li a:before{
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	content: "";
}
.pt_plus_social_list.style-11 ul.social_list li a:before {
 	z-index: 1;
 	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
 	transition: box-shadow 0.3s;
}
.pt_plus_social_list.style-11 ul.social_list li a:before {
	-moz-box-shadow:inset 0 0 0 70px #404040;
	-webkit-box-shadow:inset 0 0 0 70px #404040;
 	box-shadow: inset 0 0 0 70px #404040;
}
.pt_plus_social_list.style-11 ul.social_list li:hover a:before {
	-moz-box-shadow: inset 0 0 0 4px #404040;
	-webkit-box-shadow: inset 0 0 0 4px #404040;
 	box-shadow: inset 0 0 0 4px #404040;
}
.pt_plus_social_list.style-11 ul.social_list li a .fa{
		position:relative;
		z-index:1;
}
/*--------style-11---------*/
/*--------style-12---------*/
.pt_plus_social_list.style-12 ul.social_list li .social-loop-inner{
	overflow:visible;
}
.pt_plus_social_list.style-12 ul.social_list li a{
		margin-right:0px;
		width: 5em;
 	height: 5em;
 	line-height: 5em;
		font-size:16px;
}
.pt_plus_social_list.style-12 ul.social_list li{
		margin-right:10px;
		overflow:visible;
}
.pt_plus_social_list.style-12 ul.social_list li a .fa,.pt_plus_social_list.style-12 ul.social_list li a span{
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
 	transition: all 0.3s;
	line-height: 5em;
}
.pt_plus_social_list.style-10 li span,.pt_plus_social_list.style-12 ul.social_list li a .fa{
	 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
 	-ms-flex-align: center;
 	align-items: center;
}
.pt_plus_social_list.style-12 ul.social_list li a .fa {
 	z-index: 2;
 	background: #595959;
}
.pt_plus_social_list.style-12 ul.social_list li:hover a .fa{
 	opacity: 0;
 	-webkit-transform: translateY(-40px) rotateX(90deg);
	-ms-transform: translateY(-40px) rotateX(90deg);
	-moz-transform: translateY(-40px) rotateX(90deg);
	-o-transform: translateY(-40px) rotateX(90deg);
 	transform: translateY(-40px) rotateX(90deg);	
}

.pt_plus_social_list.style-12 ul.social_list li a span{
 	opacity: 0;
 	-webkit-transform: translateY(40px) rotateX(-90deg);
	-ms-transform: translateY(40px) rotateX(-90deg);
	-moz-transform: translateY(40px) rotateX(-90deg);
	-o-transform:  translateY(40px) rotateX(-90deg);
 	transform: translateY(40px) rotateX(-90deg);
	color:#ff0000;
	background:#000;
	display: flex;
	-webkit-align-items: center;
 	-ms-flex-align: center;
 	align-items: center;
	justify-content:center;
}
.pt_plus_social_list.style-12 ul.social_list li:hover a span{
 	opacity: 1;
 	-webkit-transform: rotateX(0);
	-ms-transform:rotateX(0);
	-moz-transform:rotateX(0);
	-o-transform: rotateX(0);
 	transform: rotateX(0);
}
.pt_plus_social_list.style-12 ul.social_list li a span {
    line-height: 20px !important;
}
/*--------style-12---------*/
/*--------style-13---------*/
.pt_plus_social_list.style-13 ul.social_list li .social-loop-inner{
	overflow:visible;
}
.pt_plus_social_list.style-13 ul.social_list li a{
		margin:0px;
		color:#fff;
		background:#000;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
}
.pt_plus_social_list.style-13 ul.social_list li{
		margin-right:20px;
		overflow:visible;
}
.pt_plus_social_list.style-13 ul.social_list li a:before,
.pt_plus_social_list.style-13 ul.social_list li a:after{
 	content: "";
 	display: block;
 	position: absolute;
 	background: transparent;
 	top: 0; bottom: 0; left: 0; right: 0;
 	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition:.3s all;
	-moz-transition: .3s all;
	-o-transition:.3s all;
	-ms-transition:.3s all;
 	transition: .3s all;
 	border: 1px solid;
}
.pt_plus_social_list.style-13 ul.social_list li a:after {
    opacity: 0;
}
.pt_plus_social_list.style-13 ul.social_list li:hover a:after{
	opacity: 1;
 	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform:  scale(1.5);
	transform: scale(1.5);
		border-color:#000;
}
.pt_plus_social_list.style-13 ul.social_list li:hover a:before{
 	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform:  scale(2);
	transform:  scale(2);
	-moz-transition: .3s all;
	-o-transition:.3s all;
	-ms-transition:.3s all;
 	transition: .3s all;
 	opacity: 0;
}
.pt_plus_social_list.style-13 {
    overflow: visible;
}
/*--------style-13---------*/
/*--------style-14---------*/
.pt_plus_social_list.style-14 .social_list {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    width: 100%;
}
.pt_plus_social_list.style-14 ul.social_list li  {
    display: block;
    width: 100%;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.pt_plus_social_list.style-14 ul.social_list li a {
    
    width: 100%;
    height: 100%;
    display: block;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
}
.pt_plus_social_list.style-14 .social_list li .social-loop-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*--------style-14	---------*/
/*--------style-15	---------*/
.pt_plus_social_list.style-15 ul.social_list {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    display: block;
}
.pt_plus_social_list.style-15 li.style-15 {
    display: block;
}
.pt_plus_social_list.style-15 ul.social_list .style-15 a {
    margin: 0;
    width: 100%;
	height: 100%;
    display: block;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_plus_social_list.style-15 .social-faded li:hover i.fa ,.pt_plus_social_list.style-14 .social-faded li:hover i.fa{
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform: scale(0);
    transform: scale(0);
}
.pt_plus_social_list.style-15  .social-faded a span,.pt_plus_social_list.style-14 .social-faded a span {
    position: absolute;
    width: 100%;
    text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition:  all .3s ease-out;
	-o-transition:  all .3s ease-out;
	-ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    -webkit-transform: translateZ(0) translateX(0%);
	-ms-transform:translateZ(0) translateX(0%);
	-moz-transform:translateZ(0) translateX(0%);
	-o-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%);
    will-change: transform;
    left: 0;
    right: 0;
}
.pt_plus_social_list.style-15 .social-faded li:hover span , .pt_plus_social_list.style-14 .social-faded li:hover span {
    -webkit-transition: all .3s ease-out;
	-moz-transition:  all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.pt_plus_social_list.style-15 .socail-chaffal li i.fa, .pt_plus_social_list.style-14 .socail-chaffal li i.fa {
    display: none;
}
/*--------style-15	---------*/
/*--------style custom	---------*/
.pt_plus_social_list.custom ul.social_list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.pt_plus_social_list.custom ul.social_list li{
    margin: 0 5px;
}
.pt_plus_social_list.custom ul.social_list li a > span {
    display: none;
}
.pt_plus_social_list.custom ul.social_list li .social-loop-inner{
	overflow:visible;
}
.pt_plus_social_list.custom ul.social_list li a {
    width: 60px;
    height: 40px;
    line-height: initial;
    border-radius: 3px;
    text-align: center;
	display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
	margin:0;
}
/*--------style custom	---------*/
.pt_plus_social_list ul.social_list li:last-child a ,.pt_plus_social_list.style-9 ul.social_list li:last-child ,.pt_plus_social_list.style-10 ul.social_list li:last-child ,.pt_plus_social_list.style-11 ul.social_list li:last-child ,.pt_plus_social_list.style-12 ul.social_list li:last-child {
    margin-right: 0;
}
/*------ social element----------*/
/*--the service video--*/
.wpb_video_wrapper .fluidvids {
    position: initial;
}
.pt_plus_video_player {
    display: block;
    position: relative;
    width: 100%;
}
.pt_plus_video_player  iframe.fluidvids-item{
	opacity:0;
}
.pt_plus_video_player .ts-video-embed-container iframe{
	opacity:1;
}
.pt_plus_video_player .fluidvids 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 {
-ms-filter: "alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.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;
}
.tp-video-popup-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
	-webkit-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-moz-transform:translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.pt_plus_video_player .tp-video-popup-icon .tp-video-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.ts-video-caption-text {
position: absolute;
    width: 100%;
    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;
}
.pt_plus_video_player .tp-video-icon-inner{
	display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
	z-index:1;
}
.pt_plus_video_player .tp-video-popup{
	overflow: visible;
    position: relative;
    display: inline-block;
    width: auto;
}
/*--the service video---*/
/*----post blog section style---------*/
#pt-plus-blog-post-list {
    position: relative;
    display: block;
    width: 100%;
}
.blog-list .post-inner-loop .grid-item .post.sticky .post-title a {
    color: #ff214f;
}
.blog-list .grid-item {
    padding: 0 15px;
}

.blog-list .blog-list-style-content {
    position: relative;
    display: block;
	height: 100%;
	overflow:hidden;
}

.post-meta-info {
    text-transform: capitalize;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    color: #777;
}
.post-meta-info .post-author a {
    text-transform: uppercase;
}
.post-meta-info a {
    color: #777;
}
.blog-list-style-content .entry-content p{
margin-bottom:0;
}
.blog-list .entry-date,.blog-list  .post-author {
    padding-right: 5px;
}

hr.border-bottom {
    margin: 12px 0;
    border-top: 1px solid #d3d3d3;
}
.pt-theplus-post-read-more-button{
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
	margin-bottom: 10px;
}

.read-more-btn {
    position: relative;
    display: inline-block;
    border: 1px solid #d3d3d3;
    padding: 10px 20px;
    color: #888888;
    font-weight: 800;
}
.post-format-gallery{
    position: relative;
    width: 100%;
	margin-bottom: 0 !important;
}

.blog-list .grid-item .blog-list-style-content{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.grid-item:focus {
    outline: none;
}
/*----post blog section style---------*/
/*---slick carousel style-1-------*/
.list-carousel-slick .slick-slide.slick-current.slick-active.slick-center {
    position: relative;
    z-index: 1;
}
.list-carousel-slick .post-inner-loop{
	overflow:visible;
}
.list-carousel-slick .post-inner-loop .slick-list.draggable {
    position: relative;
    display: block;
    cursor: all-scroll;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.list-carousel-slick[data-slider_rows="2"] .slick-slide > div, .list-carousel-slick[data-slider_rows="3"] .slick-slide > div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.list-carousel-slick .grid-item{
	padding: 0;
}
ul.slick-dots.style-1 li button:before,ul.slick-dots.style-2 li button:before,ul.slick-dots.style-3 li button:before {
    display: none;
}
.slick-dots.style-1 li button:before,.slick-dots.style-2 li button:before,.slick-dots.style-3 li button:before{
	content:'';
	width: 0;
    height: 0;
}
.slick-dots.style-1 li,.slick-dots.style-2 li,.slick-dots.style-3 li{
    margin: 0 6px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    display: inline-block;
}
.slick-dots.style-2 li button{
	border: 1px solid #000;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
	-moz-border-radius:50%;
	-webkit-border-radius:50%; 
    border-radius: 50%;
    background: #fff;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

/*---slick carousel style-1*/
.slick-dots.style-1 li button{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
	-moz-border-radius:50%;
	-webkit-border-radius:50%; 
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
	-webkit-box-shadow: inset 0 0 0 8px rgba(196, 77, 72, 0.42);
	box-shadow: inset 0 0 0 8px rgba(196, 77, 72, 0.42);
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition:box-shadow 0.3s ease;
	-ms-transition:box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

.slick-dots.style-1 li button:hover,
.slick-dots.style-1 li button:focus {
	-moz-box-shadow:inset 0 0 0 8px #c44d48;
	-webkit-box-shadow:inset 0 0 0 8px #c44d48;
	box-shadow: inset 0 0 0 8px #c44d48;
}

.slick-dots.style-1 li.slick-active button{
	-moz-box-shadow: inset 0 0 0 1px #c44d48;
	-webkit-box-shadow: inset 0 0 0 1px #c44d48;
	box-shadow: inset 0 0 0 1px #c44d48;
}
/*---slick carousel style-1*/
/*---slick carousel style-2*/
.slick-dots.style-2 li::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	left: 0;
	border: 1px solid #000;
	background: #000;
	-moz-border-radius:50%;
	-webkit-border-radius:50%; 
	border-radius: 50%;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
	-o-transition: -o-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
	-ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.slick-dots.style-2 li button{
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
		-moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
	-o-transition: -o-transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
	-ms-transition:-ms-transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

.slick-dots.style-2 li:hover button,
.slick-dots.style-2 li button:focus,
.slick-dots.style-2 li.slick-active button {
	background: #000;
}

.slick-dots.style-2 li.slick-active button {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-ms-transform:  translateY(200%);
	-moz-transform:  translateY(200%);
	-o-transform:  translateY(200%);
	transform: translateY(200%);
}
.slick-dots.style-2 li.slick-active::after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	-moz-transition:   -moz-transform 0.3s ease, opacity 0.3s ease;
	-o-transition:  -o-transform 0.3s ease, opacity 0.3s ease;
	-ms-transition:  -ms-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transform: translateY(0%);
}
ul.slick-dots.style-2 {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	 cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
ul.slick-dots.style-2 svg{
	opacity:0;
}
.list-carousel-slick .slick-slider.slick-dotted {
    margin-bottom: 30px;
}
.list-carousel-slick .slick-slider.slick-dotted {
    padding-bottom: 20px;
}
.list-carousel-slick.hover-slider-dots ul.slick-dots,.list-carousel-slick.hover-slider-arrow .slick-nav.slick-arrow {
    opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition:  all .3s linear;
	-ms-transition:  all .3s linear;
    transition: all .3s linear;
}
.list-carousel-slick.hover-slider-dots:hover ul.slick-dots,.list-carousel-slick.hover-slider-arrow:hover .slick-nav.slick-arrow  {
    opacity: 1;
}

/*---slick carousel style-2*/

/*---slick carousel style-3*/
ul.slick-dots.style-3 li button{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
	-moz-border-radius:50%;
	-webkit-border-radius:50%; 
    border-radius: 50%;
    background: #252525;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}
ul.slick-dots.style-3 li button{
	background: transparent;
	box-shadow: inset 0 0 0 1px #c44d48;
	-webkit-box-shadow: inset 0 0 0 1px #c44d48;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition:  box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	-ms-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

ul.slick-dots.style-3 li button:hover,
ul.slick-dots.style-3 li button:focus {
	-moz-box-shadow:inset 0 0 0 2px rgba(196, 77, 72, 0.6);
	-webkit-box-shadow:inset 0 0 0 2px rgba(196, 77, 72, 0.6);
	box-shadow: inset 0 0 0 2px rgba(196, 77, 72, 0.6);
}

ul.slick-dots.style-3 li.slick-active button{
	-moz-box-shadow: inset 0 0 0 8px #c44d48;
	-webkit-box-shadow: inset 0 0 0 8px #c44d48;
	box-shadow: inset 0 0 0 8px #c44d48;
}
/*---slick carousel style-3*/
/*---slick carousel style-4*/

.slick-dots.style-4 .slick-active button {
	-moz-box-shadow:0 0 0 1px rgba(255, 255, 255,1);
	-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255,1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255,1);
    border: none;
	-moz-border-radius:50%;
	-webkit-border-radius:50%; 
    border-radius: 50%;
    background: transparent;
}
.slick-dots.style-4 button {
    width: 14px;
    height: 14px;
    margin: 3px;
}
.slick-dots.style-4 button {
	-moz-border-radius:50%;
	-webkit-border-radius:50%; 
    border-radius: 50%;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
	-moz-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	-ms-transition:box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
}
.slick-dots.style-4 li.slick-active button:before,.slick-dots.style-4 li button:hover::before {
    opacity: .75;
    color: black;
    transform: scale(0.4);
	-ms-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-o-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background: rgb(255, 255, 255);
}
.slick-dots.style-4 li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-left: 4px;
    outline: none;
	-moz-border-radius:50%;
	-webkit-border-radius:50%; 
    border-radius: 50%;
    background: rgb(72, 50, 50);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
	-moz-transition: background 0.3s ease, -moz-transform 0.3s ease;
	-o-transition: background 0.3s ease, -o-transform 0.3s ease;
	-ms-transition: background 0.3s ease, -ms-transform 0.3s ease;
    transition: background 0.3s ease, transform 0.3s ease;
}
/*---slick carousel style-4*/

/*---slick carousel style-5*/

.slick-dots.style-5 li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	padding-top: 8px;
}
.slick-dots.style-5 button {
    float: right;
    width: 20px ;
    height: 4px;
    -webkit-transition: width .3s, background .3s !important;
    -moz-transition: width .3s, background .3s;
	-o-transition: width .3s, background .3s;
	-ms-transition: width .3s, background .3s;
    transition: width .3s, background .3s;
    background: #00a276 ;
	-moz-border-radius:0;
	-webkit-border-radius:0; 
    border-radius: 0;
    padding: 0;
}
.slick-dots.style-5 li button:before {
    content: '' !important;
    width: 0;
    height: 0;
}
.slick-dots.style-5 .slick-active button, .slick-dots.style-5 li:hover button {
    width: 30px !important;
}
/*---slick carousel style-5*/
/*---slick carousel style-6*/

.slick-dots.style-6 li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius:  50%; 
    border-radius: 50%;
    border: 1px solid #000;
	margin-top: -1px;
	transition: 0.4s ;
	-webkit-transition: 0.4s ;
	-moz-transition:  0.4s ;
	-o-transition:0.4s ;
	-ms-transition:0.4s ;
}
.slick-dots.style-6 .slick-active button{
	border: 2px solid transparent !important;
}
.slick-dots.style-6 li button:before {
    content: '' !important;
    width: 0;
    height: 0;
}
ul.slick-dots.style-6 li button:after {
    opacity: 0;
	transition: 0.4s ;
	-webkit-transition: 0.4s ;
	-moz-transition: 0.4s ;
	-o-transition:0.4s ;
	-ms-transition:0.4s ;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "/";
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-left: -3px;
    margin-top: -4px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition:  0.4s ease-in-out;
	-o-transition:0.4s ease-in-out;
	-ms-transition:0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.slick-dots.style-6 .slick-active button:after, .slick-dots.style-6 li:hover button {
	opacity: 1;
    
}
/*---slick carousel style-6*/
/*---slick carousel style-7*/
.slick-dots.style-7 li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots.style-7 button {
    float: right;
    width: 40px ;
    height: 3px;
    -webkit-transition: width .3s, background .3s !important;
    -moz-transition: width .3s, background .3s; 
	-o-transition: width .3s, background .3s;
	-ms-transition: width .3s, background .3s;
    transition: width .3s, background .3s;
    background: #00a276 ;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.slick-dots.style-7 li button:before {
    content: '' !important;
    width: 0;
    height: 0;
}
/*---slick carousel style-7*/

/*---slick carousel arrow style-1*/
.outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
    left: -65px;
}
.outer-slider-arrow .slick-nav.slick-next.slick-arrow {
    right: -65px;
}
.slick-nav.slick-prev.style-1,.slick-nav.slick-next.style-1 {
    z-index: 11;
    padding: 30px 30px;
    background: #fafafa;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-prev.style-1:before, .slick-next.style-1:before{
	font-size: 28px;
    opacity: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    padding-top: 0px;
    width: 100%;
    height: 100%;
    color: #222;
    top: 0;
    left: 0;
    line-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	z-index:111;
	text-shadow: 0px 0px transparent !important;
}
.slick-nav.slick-prev.style-1:hover:before, .slick-nav.slick-next.style-1:hover:before {
    color: #fff;
}
.slick-nav.slick-prev.style-1:hover, .slick-nav.slick-next.style-1:hover{
    background: #313131;
}
/*---slick carousel arrow style-1*/

/*---slick carousel arrow style-2*/
.slick-prev.style-2,.slick-next.style-2{    
	margin: 0 10px;
    width: 50px;
    height: 50px;
}
.slick-prev.style-2 .icon-wrap:before,.slick-prev.style-2 .icon-wrap:after,.slick-next.style-2 .icon-wrap:before,.slick-next.style-2 .icon-wrap:after {
    content: '';
    position: absolute;
    left: 25%;
    width: 3px;
    height: 50%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background 0.3s;
	-moz-transition: -webkit-transform 0.3s, background 0.3s;
	-o-transition: -webkit-transform 0.3s, background 0.3s;
	-ms-transition: -webkit-transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	
}
.slick-prev.style-2 .icon-wrap,.slick-next.style-2 .icon-wrap{
    position: relative;
    display: block;
    margin: 0% 0 0 10%;
    width: 80%;
    height: 80%;
}
.slick-prev.style-2 .icon-wrap::before,.slick-next.style-2 .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(30deg);
	-ms-transform:  translateX(-50%) rotate(30deg);
	-moz-transform:  translateX(-50%) rotate(30deg);
	-o-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    -webkit-transform-origin: 0 100%;
	-moz-transform-origin:0 100%;
    -ms-transform-origin:0 100%;
    -o-transform-origin:0 100%;
    transform-origin: 0 100%;
}
.slick-prev.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg); 
	-moz-transform: translateX(-50%) rotate(45deg); 
	-o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.slick-prev.style-2 .icon-wrap::after,.slick-next.style-2 .icon-wrap::after{
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
	-ms-transform: translateX(-50%) rotate(-30deg); 
	-moz-transform: translateX(-50%) rotate(-30deg); 
	-o-transform: translateX(-50%) rotate(-30deg);
    transform: translateX(-50%) rotate(-30deg);
    -webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.slick-prev.style-2:hover .icon-wrap::after ,.slick-next.style-2:hover .icon-wrap::after{
    -webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) rotate(-45deg); 
	-o-transform:  translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}
.slick-prev.style-2:before ,.slick-next.style-2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    content: '';
	opacity: 1;
    -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: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
    transform: scale(0.9);
	text-shadow: 0px 0px transparent !important;
}
.slick-prev.style-2:hover::before,.slick-next.style-2:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
    transform: scale(1);
}
.slick-prev.style-2:hover .icon-wrap::before,.slick-prev.style-2:hover .icon-wrap::after,.slick-next.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::after{
	background: #cc6055;
}
.slick-next.style-2 .icon-wrap {
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*---slick carousel arrow style-2*/
/*---slick carousel arrow style-3-4*/
.slick-nav.style-3,.slick-nav.style-4 {
    width: 30px;
    height: 30px;
	position: absolute;
}
.slick-nav.style-3:before,.slick-nav.style-4:before {
    font-family: 'slick';
    font-size: 28px;
    opacity: 1;
	color: black;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
}
.slick-nav.style-3.top-right,.slick-nav.style-4.top-right{
    top: -25px;
    right: 15px;
    left: auto;
}
.slick-prev.style-3.top-right ,.slick-prev.style-4.top-right{
    right: 50px;
}
.slick-nav.style-3.bottm-left,.slick-nav.style-4.bottm-left{
    bottom: -45px;
    left: 15px;
    top: auto;
}
.slick-next.style-3.bottm-left,.slick-next.style-4.bottm-left{
    left: 50px;
}
.slick-nav.style-3.bottom-center,.slick-nav.style-4.bottom-center{
    left: 50%;
    right: 17px;
    bottom: -45px;
    top: auto;
}
.slick-prev.style-3.bottom-center,.slick-prev.style-4.bottom-center{
    margin-left: -20px;
    transform: translateY(-50%) translateX(-50%);
}
.slick-next.style-3.bottom-center,.slick-next.style-4.bottom-center{
    margin-left: 20px;
    transform: translateY(-50%) translateX(-50%);
}
.slick-nav.style-3.bottom-right,.slick-nav.style-4.bottom-right{
    bottom: -45px;
    right: 15px;
    top: auto;
    left: auto;
}
.slick-prev.style-3.bottom-right,.slick-prev.style-4.bottom-right{
    right: 50px;
}
.slick-nav.style-3:hover:before{
    color: #fff;
    opacity: .7;
}
.slick-nav.style-3:before,.slick-nav.style-4:before{
	font-family: FontAwesome;
	font-size:22px;
    color: white;
    transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition:.5s ease;
	-ms-transition:.5s ease;
    text-align: center;
	display: inline-block;
    background: #000;
	-moz-border-radius: 58%;
	-webkit-border-radius:  58%;
    border-radius: 58%;
	text-shadow: 0px 0px transparent !important;
	font-weight: 400;
}

.slick-next.style-3:before{
    content: "\f105";
    padding: 3px 10px 5px 13px;
}
.slick-prev.style-3:before{
    content: "\f104";
    padding: 3px 13px 5px 10px;
}
.slick-next.style-4:before {
    content: "\f105";
    padding: 3px 10px 3px 10px;
}
.slick-prev.style-4:before {
    content: "\f104";
    padding: 3px 10px 3px 10px;
    margin-left: -5px;
}
.slick-nav.style-4:before {
	border: 1px solid #000;
    background: transparent;
    color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius:  2px;
    border-radius: 2px;
    text-shadow: 0px 0px transparent !important;
}
.slick-nav.style-4:hover:before {
    color: #fff;
    opacity: .7;
}
/*---slick carousel arrow style-3-4*/
/*---slick carousel arrow style-5*/
.slick-prev.style-5,.slick-next.style-5{    
	margin: 0 10px;
    width: 50px;
    height: 50px;
}
.slick-prev.style-5 .icon-wrap:before,.slick-prev.style-5 .icon-wrap:after,.slick-next.style-5 .icon-wrap:before,.slick-next.style-5 .icon-wrap:after {
    content: '';
    position: absolute;
    left: 25%;
    width: 2px;
    height: 50%;
    background: #ccc;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background 0.3s;
	-moz-transition: -moz-transform 0.3s, background 0.3s;
	-o-transition: -o-transform 0.3s, background 0.3s;
	-ms-transition: -ms-transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s;
	
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	
}
.slick-prev.style-5 .icon-wrap,.slick-next.style-5 .icon-wrap{
    position: relative;
    display: block;
    margin: 0% 0 0 10%;
    width: 80%;
    height: 80%;
}
.slick-prev.style-5 .icon-wrap {
	 -webkit-transition: .3s linear;
	-ms-transition:  .3s linear;
	-moz-transition:  .3s linear;
	-o-transition:  .3s linear;
	transition: .3s linear;
}
.slick-next.style-5:hover span.icon-wrap, .slick-next.style-5:focus span.icon-wrap {
    -webkit-transform: rotate(180deg) scale(1.1) translateX(-5px);
	-ms-transform: rotate(180deg) scale(1.1) translateX(-5px);
	-moz-transform: rotate(180deg) scale(1.1) translateX(-5px);
	-o-transform: rotate(180deg) scale(1.1) translateX(-5px);
    transform: rotate(180deg) scale(1.1) translateX(-5px);
}
.slick-prev.style-5:hover span.icon-wrap, .slick-prev.style-5:focus span.icon-wrap {
    -webkit-transform: scale(1.1) translateX(-5px);
	-ms-transform: scale(1.1) translateX(-5px);
	-moz-transform: scale(1.1) translateX(-5px);
	-o-transform: scale(1.1) translateX(-5px);
    transform: scale(1.1) translateX(-5px);
}
.slick-prev.style-5 .icon-wrap::before,.slick-next.style-5 .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(30deg);	
	-ms-transform: translateX(-50%) rotate(30deg);
	-moz-transform: translateX(-50%) rotate(30deg);
	-o-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    -webkit-transform-origin: 0 100%;
	-moz-transform-origin:0 100%;
    -ms-transform-origin:0 100%;
    -o-transform-origin:0 100%;
    transform-origin: 0 100%;
}

.slick-prev.style-5 .icon-wrap::after,.slick-next.style-5 .icon-wrap::after{
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
	-ms-transform: translateX(-50%) rotate(-30deg);
	-moz-transform: translateX(-50%) rotate(-30deg);
	-o-transform: translateX(-50%) rotate(-30deg);
    transform: translateX(-50%) rotate(-30deg);
    -webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slick-prev.style-5:before ,.slick-next.style-5:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
	opacity: 1;
    -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-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
    transform: scale(0.9);
	text-shadow: 0px 0px transparent !important;
}
.slick-prev.style-5:hover::before,.slick-next.style-5:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
	-ms-transform:  scale(1);
	-moz-transform:  scale(1);
	-o-transform:  scale(1);
    transform: scale(1);
}
.slick-prev.style-5:hover .icon-wrap::before,.slick-prev.style-5:hover .icon-wrap::after,.slick-next.style-5:hover .icon-wrap::before,.slick-next.style-5:hover .icon-wrap::after{
	background: #cc6055;
}
.slick-next.style-5 .icon-wrap {
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
	 -webkit-transition: .5s linear;
	-ms-transition:  .5s linear;
	-moz-transition:  .5s linear;
	-o-transition:  .5s linear;
	transition: .5s linear;
}

/*---slick carousel arrow style-5*/
/*---slick carousel arrow style-6*/
.style-6.slick-arrow.slick-next:before,.style-6.slick-arrow.slick-prev:before {
    content: '→';
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform .37s cubic-bezier(.77,0,.18,1);
	-ms-transition:  -ms-transform .37s cubic-bezier(.77,0,.18,1);
	-moz-transition:  -moz-transform .37s cubic-bezier(.77,0,.18,1);
	-o-transition:  -o-transform .37s cubic-bezier(.77,0,.18,1);
    transition: transform .37s cubic-bezier(.77,0,.18,1);
    background: #3641ff;
	text-shadow: 0px 0px transparent !important;
}
.style-6.slick-arrow.slick-prev:before {
    -webkit-transform: translate3d(3.625rem,0,0);
	-ms-transform: translate3d(3.625rem,0,0);
	-moz-transform: translate3d(3.625rem,0,0);
	-o-transform: translate3d(3.625rem,0,0);
    transform: translate3d(3.625rem,0,0);
}
.style-6.slick-arrow.slick-prev, .style-6.slick-arrow.slick-next {
    width: 50px;
    height: 50px;
	overflow: hidden;
	-moz-border-radius: 0 ;
	-webkit-border-radius: 0 ;
	border-radius: 0 ;
}
.style-6.slick-arrow.slick-next:before {
    -webkit-transform: translate3d(3.625rem,0,0);
	-ms-transform: translate3d(3.625rem,0,0);
	-moz-transform: translate3d(3.625rem,0,0);
	-o-transform: translate3d(3.625rem,0,0);
    transform: translate3d(3.625rem,0,0);
}
.style-6.slick-arrow.slick-prev:before {
	-ms-transform: translate3d(-3.625rem,0,0);
	-moz-transform: translate3d(-3.625rem,0,0);
	-o-transform: translate3d(-3.625rem,0,0);
    -webkit-transform: translate3d(-3.625rem,0,0);
    transform: translate3d(-3.625rem,0,0);
}

.style-6.slick-arrow.slick-next:hover:before ,.style-6.slick-arrow.slick-prev:hover:before {
    -webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-nav.style-6 .icon-wrap {
    z-index: 1;
    position: relative;
}
.slick-nav.style-6.slick-arrow {
    font-size: 16px;
}
.slick-nav.style-6.icon-wrap {
    position: relative;
    z-index: 1;
}
/*---slick carousel arrow style-6*/
/*------post filter category css--------*/
.pt-plus-filter-post-category .post-filter-data {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
}
.pt-plus-filter-post-category .category-filters {
	position: relative;
    padding: 0;
    margin: 0;
	display: inline-block;
    margin: 0;
}
.pt-plus-filter-post-category .category-filters li {
	position: relative;
    display: inline-block;
    margin: 0 0.75em;
}
.pt-plus-filter-post-category .category-filters li a{
	font-size:12px;
	line-height: 19px;
    padding: 3px 0;
    color: #313131;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
    transition: all .3s ease;
}
.pt-plus-filter-post-category .category-filters.style-1 li a.all span.all_post_count {
	position: absolute;
    top: -13px;
    font-size: 10px !important;
    right: -15px;
    min-width: 20px;
    align-items: center;
    display: grid;
    height: 20px;
    line-height: 1 !important;
    letter-spacing: 0px !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 400;
    text-align: center;
    background: #d3d3d3;
    color: #fff;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.09);
}
.pt-plus-filter-post-category .category-filters.style-2 span.all_post_count {
    font-weight: 300;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: none;
    display: block;
    text-transform: capitalize;
    text-align: center;
}
.pt-plus-filter-post-category ul.category-filters.style-3{
    margin-top: 30px;
}
.pt-plus-filter-post-category .category-filters.style-3 a span.all_post_count {
    visibility: hidden;
    display: block;
    position: absolute;
    left: 50%;
    top: -70%;
    min-width: 2.833em;
    margin-left: -1.416em;
    padding: 2px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px; 
    border-radius: 2px;
    text-align: center;
    z-index: 50;
	letter-spacing:0px;
	line-height: 22px;
    opacity: 0;
    transition: all .35s ease;
	-webkit-transition:all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition:all .35s ease;
	-ms-transition:all .35s ease;
    -webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
    transform: translateY(0px);
	background: #d3d3d3;
    color: #313131;
}
.pt-plus-filter-post-category .category-filters a span{
	display:block;
	text-align:center;
}
.pt-plus-filter-post-category .category-filters.style-3 a:hover span.all_post_count ,.pt-plus-filter-post-category .category-filters.style-3 a:focus span.all_post_count,.pt-plus-filter-post-category .category-filters.style-3 a.active span.all_post_count {
    visibility: visible;
    -webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform:translateY(-15px);
    transform: translateY(-15px);
    opacity: 1;
}
.pt-plus-filter-post-category .category-filters.style-3 a span.all_post_count:before {
	content:'';
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 0;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 3px solid #d3d3d3;
	-webkit-transition: all .35s ease;
	-moz-transition:  all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
    transition: all .35s ease;
}
.pt-plus-filter-post-category .category-filters.style-3 a span.all_post_count:before{
    border-top: 3px solid #d3d3d3;
}
.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link {
    display: inline-block;
    margin-left: 0;
    position: relative;
    font-size: .85714em;
    line-height: inherit;
    font-weight: 400;
	padding-right: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    cursor: pointer
}

.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link svg {
    width: 30px;
    height: 20px;
    position: relative;
	display:inline-block;
    top: 50%;
    -webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	-moz-transform: translateY(25%);
	-o-transform: translateY(25%);
    transform: translateY(25%)
}

.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link line,.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link circle,.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link polyline {
    fill: none;
    stroke: #000
}

.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link line {
    stroke-width: 3;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
	-moz-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
	-o-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
	-ms-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1)
}

.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link polyline {
    stroke: #000;
    stroke-width: 3;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
	-moz-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
	-o-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
	-ms-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1)
}

.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link circle {
    stroke-width: 3;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    -webkit-transform-origin: center;
	-moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateZ(180deg);
	 -moz-transform: rotateZ(180deg);
	  -ms-transform: rotateZ(180deg);
	   -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
	-moz-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
	-o-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
	-ms-transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.74, 0.42, 1)
}
.pt-plus-filter-post-category .post-filter-data.style-4.text-center {
    padding: 5px 0 15px;
}
.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link+ul.category-filters {
    display: inline-block;
    position: relative;
}

.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link+ul.category-filters li {
    vertical-align: middle
}
.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link:hover svg line {
    -webkit-transform: scaleX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
    transform: scaleX(0)
}

.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link:hover svg polyline {
    -webkit-transform: translateX(-23px);
	-ms-transform: translateX(-23px);
	-moz-transform: translateX(-23px);
	-o-transform: translateX(-23px);
    transform: translateX(-23px)
}

.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link:hover svg circle {
    stroke-dashoffset: 0
}
.pt-plus-filter-post-category .post-filter-data.style-4 .filters-toggle-link+ul li{
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-105%);
	-ms-transform: translateX(-105%);
	-moz-transform: translateX(-105%);
	-o-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
	-o-transition:-o-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
	-ms-transition:-ms-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
ul.category-filters.style-4.hover-style-3 li {
    margin: 0;
}
ul.category-filters.style-4.hover-style-3 a span{
	display:inline-block;
}
ul.category-filters.style-1.hover-style-3 li {
    margin: 0;
}
ul.category-filters.style-1.hover-style-3 a span {
    display: inline-block;
}
ul.category-filters.style-1.hover-style-3 .all_post_count {
    right: -8px !important;
}
ul.category-filters.style-3.hover-style-3 li a span {
    display: inline-block;
}
ul.category-filters.style-3.hover-style-3 li {
    margin: 0;
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
    transform: translateX(0);
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(1){
    -webkit-transition-delay:.06667s;
	-moz-transition-delay:.06667s;
	 -o-transition-delay:.06667s;
    transition-delay:.06667s;
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(2){
    -webkit-transition-delay: .13333s;
	-moz-transition-delay:.13333s;
	 -o-transition-delay:.13333s;
    transition-delay: .13333s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(3){
    -webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	 -o-transition-delay: .2s;
    transition-delay: .2s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(4){
    -webkit-transition-delay: .26667s;
	-moz-transition-delay:.26667s;
	 -o-transition-delay:.26667s;
    transition-delay: .26667s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(5){
    -webkit-transition-delay: .33333s;
	-moz-transition-delay:.33333s;
	 -o-transition-delay:.33333s;
    transition-delay: .33333s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(6){
    -webkit-transition-delay: .4s;
	-moz-transition-delay:.4s;
	 -o-transition-delay:.4s;
    transition-delay: .4s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(7){
    -webkit-transition-delay: .46667s;
	-moz-transition-delay:.46667s;
	 -o-transition-delay:.46667s;
    transition-delay: .46667s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(8){
    -webkit-transition-delay: .53333s;
	-moz-transition-delay:.53333s;
	 -o-transition-delay:.53333s;
    transition-delay: .53333s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(9){
    -webkit-transition-delay: .6s;
	-moz-transition-delay:.6s;
	 -o-transition-delay:.6s;
    transition-delay: .6s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(10){
    -webkit-transition-delay: .66667s;
	-moz-transition-delay:.66667s;
	 -o-transition-delay:.66667s;
    transition-delay: .66667s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(11){
    -webkit-transition-delay: .73333s;
	-moz-transition-delay:.73333s;
	 -o-transition-delay:.73333s;
    transition-delay: .73333s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(12){
    -webkit-transition-delay: .8s;
	-moz-transition-delay:.8s;
	 -o-transition-delay:.8s;
    transition-delay: .8s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(13){
    -webkit-transition-delay: .86667s;
	-moz-transition-delay:.86667s;
	 -o-transition-delay:.86667s;
    transition-delay: .86667s;
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(14){
    -webkit-transition-delay: .93333s;
	-moz-transition-delay:.93333s;
	 -o-transition-delay:.93333s;
    transition-delay: .93333s;
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(15){
    -webkit-transition-delay: 1s;
	-moz-transition-delay:1s;
	 -o-transition-delay:1s;
    transition-delay: 1s;
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(16){
    -webkit-transition-delay: 1.06667s;
	-moz-transition-delay:1.06667s;
	 -o-transition-delay:1.06667s;
    transition-delay: 1.06667s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(17){
    -webkit-transition-delay: 1.13333s;
	-moz-transition-delay: 1.13333s;
	 -o-transition-delay: 1.13333s;
    transition-delay: 1.13333s
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(18){
    -webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	 -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(19){
    -webkit-transition-delay: 1.26667s;
	-moz-transition-delay: 1.26667s;
	 -o-transition-delay: 1.26667s;
    transition-delay: 1.26667s;
}
.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li:nth-child(20){
    -webkit-transition-delay: 1.33333s;
	-moz-transition-delay: 1.33333s;
	 -o-transition-delay: 1.33333s;
    transition-delay: 1.33333s;
}
.pt-plus-filter-post-category .post-filter-data.text-left .category-filters li:first-child {
    margin-left: 0px !important;
}
.pt-plus-filter-post-category .post-filter-data.text-right .category-filters li:first-child {
    margin-right: 0px !important;
}
/*---------style-1--------*/
.pt-plus-filter-post-category .category-filters.hover-style-1 li a span:not(.all_post_count){
	margin-bottom:2px;
}
.pt-plus-filter-post-category .category-filters.hover-style-1 li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #313131;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
	-o-transition: opacity 0.3s, -o-transform 0.3s;
	-ms-transition: opacity 0.3s, -ms-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.pt-plus-filter-post-category .category-filters.hover-style-1 li a:hover::after, .pt-plus-filter-post-category .category-filters.hover-style-1 li a:focus::after,.pt-plus-filter-post-category .category-filters.hover-style-1 li a.active::after {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.pt-plus-filter-post-category .category-filters.hover-style-1 li a:hover::after, .pt-plus-filter-post-category .category-filters.hover-style-1 li a:focus::after, .pt-plus-filter-post-category .category-filters.hover-style-1 li a.active::after{
	display:block !important;
}
.pt-plus-filter-post-category .category-filters.hover-style-2 li a{-webkit-perspective: 1000px;-moz-perspective: 1000px;perspective: 1000px;}
.pt-plus-filter-post-category .category-filters.hover-style-2 li a span:not(.all_post_count){
    position: relative;
    display: grid;
    align-items: center;
	text-align:center;
    padding: 5px 12px;
    background: #2195de;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
	-o-transition:-o-transform 0.3s;
	-ms-transition:-ms-transform 0.3s;
	
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pt-plus-filter-post-category .category-filters.hover-style-2 li a:hover span:not(.all_post_count), .pt-plus-filter-post-category .category-filters.hover-style-2 li a:focus span:not(.all_post_count),.pt-plus-filter-post-category .category-filters.hover-style-2 li a.active span:not(.all_post_count){
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
	-ms-transform: rotateX(90deg) translateY(-22px);
	-o-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
/*---------style-1--------*/
/*---------style-2--------*/
.pt-plus-filter-post-category .category-filters.hover-style-2 li a span:not(.all_post_count)::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    background: #0965a0;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.pt-plus-filter-post-category .category-filters.hover-style-2 li a:hover span:not(.all_post_count):before, .pt-plus-filter-post-category .category-filters.hover-style-2 li a:focus span:not(.all_post_count):before,.pt-plus-filter-post-category .category-filters.hover-style-2 li a.active span:not(.all_post_count):before {
    background: #28a2ee;
}
/*---------style-2--------*/
/*---------style-3--------*/
.pt-plus-filter-post-category .category-filters.hover-style-3 li a{
	    padding: 3px 5px;
}
.pt-plus-filter-post-category .category-filters.hover-style-3 li a:before, .pt-plus-filter-post-category .category-filters.hover-style-3 li a:after {
display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-ms-transition:   -ms-transform 0.3s, opacity 0.2s;
	-o-transition:  -o-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
.pt-plus-filter-post-category .category-filters.hover-style-3 li a:before {
    margin-right: 7px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
    transform: translateX(20px);
}
.pt-plus-filter-post-category .category-filters.hover-style-3 li a:after {
    margin-left: 7px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
	-moz-transform:  translateX(-20px);
	-o-transform:  translateX(-20px);
    transform: translateX(-20px);
}
.pt-plus-filter-post-category .category-filters.hover-style-3 li a:hover:after, .pt-plus-filter-post-category .category-filters.hover-style-3 li a:focus:after,.pt-plus-filter-post-category .category-filters.hover-style-3 li a.active:after, .pt-plus-filter-post-category .category-filters.hover-style-3 li a:hover:before,.pt-plus-filter-post-category .category-filters.hover-style-3 li a:focus:before,.pt-plus-filter-post-category .category-filters.hover-style-3 li a.active:before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
    transform: translateX(0px);
}
/*---------style-3--------*/
/*---------style-4--------*/
.pt-plus-filter-post-category .category-filters.hover-style-4.style-1 li a span.all_post_count {
    display: none;
}
.pt-plus-filter-post-category .category-filters.hover-style-4 li a {
    overflow: hidden;
    position: relative;
    padding: 5px 7px;
    display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	    border-radius: 2px;
}
.pt-plus-filter-post-category .category-filters.hover-style-4 li a:before, .pt-plus-filter-post-category .category-filters.hover-style-4 li a: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;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.pt-plus-filter-post-category .category-filters.hover-style-4 li a:before {
    border-top: 2px solid #d3d3d3;
    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) );
}
.pt-plus-filter-post-category .category-filters.hover-style-4 li a:after {
    background: #d3d3d3;
    -webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.pt-plus-filter-post-category .category-filters.hover-style-4 li a span{
    position: relative;
	z-index: 1;
}
.pt-plus-filter-post-category .category-filters.hover-style-4 li a:hover:before,.pt-plus-filter-post-category .category-filters.hover-style-4 li a:focus:before,.pt-plus-filter-post-category .category-filters.hover-style-4 li a.active: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;
}
.pt-plus-filter-post-category .category-filters.hover-style-4 li a:hover:after,.pt-plus-filter-post-category .category-filters.hover-style-4 li a:focus:after,.pt-plus-filter-post-category .category-filters.hover-style-4 li a.active: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-4--------*/
.pt-plus-pagination {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
	margin-top:20px;
}
.pt-plus-pagination .current, .pt-plus-pagination a{
    padding: 8px 12px;
    position: relative;
    text-align: center;
    background: transparent;
    border: 1px solid #313131;
    -webkit-transition: color .3s ease, background .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background .3s ease, border-color .3s ease;
    transition: color .3s ease, background .3s ease, border-color .3s ease;
	margin: 2px;
}
.pt-plus-page-wrap span {
	    padding: 8px 12px;
    position: relative;
    text-align: center;
    background: transparent;
    border: 1px solid #313131;
    -webkit-transition: color .3s ease, background .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background .3s ease, border-color .3s ease;
    transition: color .3s ease, background .3s ease, border-color .3s ease;
}
.pt-plus-page-wrap {
    position: relative;
    display: block;
    margin: 20px 10px;
    text-align: center;
}
.pt-plus-pagination .current{
    background: #313131;
    color: #fff;
}
.ajax_load_more {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
}
.post-load-more {
    border: 1px solid;
    padding: 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
    border-radius: 2px;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 22px;
}
.ajax_lazy_load {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.post-lazy-load {
    padding: 37px;
    position: relative;
    display: block;
    font-size: 20px;
}
/*------post filter category css--------*/
/* mailchimp form AND Search Form */
.theplus-mailchimp-form input.form-control,.theplus-post-search-form input.form-control {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
	margin:0;
	margin-bottom:0px !important;
    display: inline-block;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 40px;
    box-shadow: 0px 3px 20px -10px #d3d3d3;
    height: auto;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.subscribe-btn-submit i.subscribe-btn-icon,.search-btn-submit i.search-btn-icon {
    vertical-align: middle;
}
.subscribe-btn-submit .theplus-subscribe-btn-text,.search-btn-submit .theplus-search-btn-text {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
button.subscribe-btn-submit,button.search-btn-submit {
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 40px;
    border: 0px;
	margin:0;
    background: #313131;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
button.subscribe-btn-submit:focus,button.search-btn-submit:focus{
	outline:none;
}
.theplus-mailchimp-wrapper .theplus-mailchimp-form,.theplus-post-search-wrapper .theplus-post-search-form {
    position: relative;
    display: block;
    width: 100%;
}
.theplus-mailchimp-wrapper .theplus-mailchimp-form.text-center,.theplus-post-search-wrapper .theplus-post-search-form.text-center {
	text-align: center;
    margin: 0 auto;
}
.theplus-mailchimp-wrapper .theplus-mailchimp-form.text-left,.theplus-post-search-wrapper .theplus-post-search-form.text-left{
	text-align: left;
    margin-left:0;
}
.theplus-mailchimp-wrapper .theplus-mailchimp-form.text-right,.theplus-post-search-wrapper .theplus-post-search-form.text-right{
	text-align: right;
    margin-right:0;
}
.theplus-mailchimp-wrapper .plus-newsletter-input-wrapper,.theplus-post-search-wrapper .plus-newsletter-input-wrapper{
    position: relative;
    display: block;
    width: 100%;
}
.theplus-mailchimp-wrapper.form-style-1 button.subscribe-btn-submit,.theplus-post-search-wrapper.form-style-1 button.search-btn-submit {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate3d(0,-50%,0);
}
.theplus-mailchimp-wrapper.form-style-2 .plus-newsletter-input-wrapper,.theplus-post-search-wrapper.form-style-2 .plus-newsletter-input-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-align-items: center!important;
    -ms-align-items: center!important;
    align-items: center!important;
    width: 100%;
}
.theplus-mailchimp-wrapper.form-style-2 button.subscribe-btn-submit,.theplus-post-search-wrapper.form-style-2 button.search-btn-submit {
    margin-left: 10px;
}
.theplus-mailchimp-wrapper .theplus-notification {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #8072fc;
    color: #fff;
    box-shadow: 0px 0px 35px -14px #222;
    border-radius: 3px;
	display:none;
	opacity:0;	
}
.theplus-mailchimp-wrapper .theplus-notification span.loading-spinner {
    vertical-align: middle;
    display: inline-block;
    font-size: 8px;
    padding-right: 10px;
    line-height: 1;
}
.theplus-mailchimp-wrapper .theplus-notification.danger-msg{
	background:#ff5a6e;
}
.theplus-mailchimp-wrapper .theplus-notification.success-msg{
	background:#6fc784;
}
.theplus-mailchimp-wrapper .theplus-notification.not-verify{
	background:#3882f7;
}
.theplus-mailchimp-wrapper .theplus-notification.danger-msg span.loading-spinner,.theplus-mailchimp-wrapper .theplus-notification.success-msg span.loading-spinner,.theplus-mailchimp-wrapper .theplus-notification.not-verify span.loading-spinner{
	font-size: 20px;
}
.theplus-mailchimp-wrapper .theplus-notification .subscribe-response {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100%;
}
.theplus-mailchimp-wrapper .plus-newsletter-input-wrapper span.prefix-icon,.theplus-post-search-wrapper .plus-newsletter-input-wrapper span.prefix-icon {
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    font-size: 16px;
    line-height: 1;
    color: #313131;
    padding-left: 15px;
    margin-top: 0px;
}
.theplus-mailchimp-wrapper .plus-newsletter-input-wrapper span.prefix-icon + input.form-control,.theplus-post-search-wrapper .plus-newsletter-input-wrapper span.prefix-icon + input.form-control {
    padding-left: 40px !important;
}
/* mailchimp form AND post search*/
/*switcher toggle*/
.theplus-switcher .switcher-toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.switcher-toggle-sections {
    padding: 10px;
}
.theplus-switcher .switcher-toggle.center{
    justify-content: center;
    margin-bottom: 5px;
}
.theplus-switcher .switcher-toggle.left{
    justify-content: flex-start;
    margin-bottom: 5px;
}
.theplus-switcher .switcher-toggle.right{
    justify-content: flex-end;
    margin-bottom: 5px;
}
.theplus-switcher .switch-1,.theplus-switcher  .switch-2 {
    margin: 5px;
    cursor: pointer;
}
.theplus-switcher h5.switch-label-text {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
    color: #313131;
    letter-spacing: 0.5px;
	margin-top: 0;
}
.theplus-switcher .switcher-button {
	font-size:14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theplus-switcher .switcher-button label.switch-label-btn {
    position: relative;
    display: inline-block;
    width: 5.2em;
    height: 2.3em;
    vertical-align: middle;
    margin-bottom: 0;
}
.theplus-switcher .switcher-toggle.style-2 label.switch-label-btn {
	width: 4.5em;
    height: 2.3em;
}
.theplus-switcher .switcher-button .switch-toggle{
    display: none;
}
.theplus-switcher span.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch-toggle + .switch-slider {
    background-color: #3351a6;
}
.switch-toggle:checked + .switch-slider {
	background-color: #f0112b;
}
.switch-slider.switch-round {
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
}
.switch-slider.style-2:before {
    position: absolute;
    content: "";
    height: 1.8em;
    width: 1.8em;
    left: .25em;
    bottom: .25em;
	background:#fff;
    -webkit-transition: .4s;
    transition: .4s
}
.switch-toggle:checked+.switch-slider.style-2:before {
    -webkit-transform: translateX(2.1em);
    -ms-transform: translateX(2.1em);
    transform: translateX(2.1em)
}
.switch-slider.switch-round:before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.switch-toggle:checked+.switch-slider.style-1:before {
    -webkit-transform: translateX(2.4em);
    -ms-transform: translateX(2.4em);
    transform: translateX(2.4em);
}
.switch-slider.style-1:before {
    position: absolute;
    content: "";
    height: 3em;
    width: 3em;
    left: -0.1em;
    bottom: -0.3em;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.2);
}
/*switcher toggle*/
/*-----------gmap css---*/
.pt-plus-adv-gmap {
    position: relative;
    overflow: hidden;
}
.gmap_info_content {
	padding-right: 10px;
    position: relative;
    padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius:  4px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1;
}
.gmap_info_content p{
	margin-bottom:0px;
}
.gm-style-iw.marker-title{
    margin: 0;
}
.marker-icon > div {
    background: transparent;
}
.marker-icon {
    background: rgba(210, 57, 57, 0);
}
.gm-style-iw {
    text-align: left;
	-webkit-transition: .5s ease;
	-moz-transition:  .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
    margin-top: 20px;
}
#adv_maps {
    position: relative;
    width: 100%;
    display: block;
}
.pt-plus-overlay-map-content {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}
.overlay-list-item {
    position: absolute;
    bottom: 20%;
    width: auto;
    display: inline-block;
    margin-left: -30px;
}
.pt-plus-overlay-map-content {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.42);
    overflow: hidden;
}
.pt-plus-overlay-map-content .gmap-title {
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
	padding: 0 20px;
}
.pt-plus-overlay-map-content .gmap-desc {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
	padding: 0 30px;
}
.pt-plus-overlay-gmap{
    display: none;
}
.pt-plus-overlay-gmap, .pt-plus-overlay-gmap:after, .pt-plus-overlay-gmap:before, .pt-plus-overlay-gmap *, .pt-plus-overlay-gmap *:after, .pt-plus-overlay-gmap *:before, .pt-plus-overlay-gmap + .pt-plus-overlay-gmap-btn {
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pt-plus-overlay-gmap::-moz-selection, .pt-plus-overlay-gmap:after::-moz-selection, .pt-plus-overlay-gmap:before::-moz-selection, .pt-plus-overlay-gmap *::-moz-selection, .pt-plus-overlay-gmap *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
	background: none;
}
.pt-plus-overlay-gmap::selection, .pt-plus-overlay-gmap:after::selection, .pt-plus-overlay-gmap:before::selection, .pt-plus-overlay-gmap *::selection, .pt-plus-overlay-gmap *:after::selection, .pt-plus-overlay-gmap *:before::selection, .pt-plus-overlay-gmap + .pt-plus-overlay-gmap-btn::selection {
	background: none;
}
.pt-plus-overlay-gmap + .pt-plus-overlay-gmap-btn {
    outline: 0;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 44.8px;
    height: 28px;
    display: inline-block;
    margin: 0;
}

.pt-plus-overlay-gmap-tgl + .pt-plus-overlay-gmap-btn:before {
    content: "";
    position: absolute;
    display: inline-block;
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    width: 44.8px;
    height: 28px;
    left: 0;
    top: 0;
    border: 2px solid rgba(0, 0, 0, 0.4);
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
    border-radius: 28px;
    visibility: visible;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    -moz-transition: -moz-box-shadow 0.3s ease;
    -o-transition: -o-box-shadow 0.3s ease;
	-ms-transition: -ms-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}
.pt-plus-overlay-gmap:not(checked) + .pt-plus-overlay-gmap-btn:after {
    content: "";
    position: absolute;
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 12;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    margin-top: -9px;
    left: 0;
    top: 50%;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.4);
	-moz-border-radius: 50%;
	-webkit-border-radius:  50%;
    border-radius: 50%;
    visibility: visible;
    -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-ms-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}


.pt-plus-overlay-gmap-tgl + .pt-plus-overlay-gmap-btn {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition: all .4s ease;
}

.pt-plus-overlay-gmap:checked + .pt-plus-overlay-gmap-btn:after {
	margin-left: 21.6px;
	border-color: #d0301b;
}

.pt-plus-overlay-map-content.selected {
    background: transparent !Important;
    position: initial;
}
.pt-plus-overlay-map-content.selected .gmap-title, .pt-plus-overlay-map-content.selected .gmap-desc {
    display: none;
}
/*----------gmap css------*/
/*---- number counter ----*/
.plus-number-counter {
    position: relative;
    display: block;
    width: 100%;
}
.plus-number-counter .number-counter-inner-block {
    position: relative;
    display: block;
    width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition: all .3s ease;
}
.plus-number-counter .counter-icon-inner {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
	    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition: all .3s ease;
}
.plus-number-counter .counter-image-inner{
	display: inline-block;
    position: relative;
    margin-bottom: 15px;
	max-width: 100px;
    vertical-align: middle;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition: all .3s ease;
}
.plus-number-counter .counter-icon-inner .counter-icon {
    font-size: 30px;
    line-height: inherit !important;
    display: inline-block;
    color: #222;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition: all .3s ease;
}
.plus-number-counter .number-counter-inner-block .counter-title,.plus-number-counter .number-counter-inner-block .counter-title a{
	display:inline-block;
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition: all .3s ease;
}
.plus-number-counter .number-counter-inner-block .counter-number {
    -o-transition:all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}
.counter-icon-inner.shape-icon-square {
    border: 1px solid;
    border-radius: 2px;
}
.counter-icon-inner.shape-icon-rounded {
    border: 1px solid;
    border-radius: 50%;
}
.counter-icon-inner.shape-icon-hexagon {
    border-radius: initial;
	background-color: #8072fc;
    -webkit-mask: url(../../images/info-box/hexagon-shape.svg) top right / 100% 100%;
}
.counter-icon-inner.shape-icon-pentagon {
    border-radius: initial;
	background-color: #8072fc;
    -webkit-mask: url(../../images/info-box/pentagon-shape.svg) top right / 100% 100%;
	padding-top: 4px;
}
.counter-icon-inner.shape-icon-square-rotate {
    border-radius: initial;
	background-color: #8072fc;
    -webkit-mask: url(../../images/info-box/square-rotate.svg) top right / 100% 100%;
}
.plus-number-counter .counter-icon-inner.shape-icon-hexagon .counter-icon,.plus-number-counter .counter-icon-inner.shape-icon-pentagon .counter-icon,.plus-number-counter .counter-icon-inner.shape-icon-square-rotate .counter-icon {
    color: #fff;
}
.plus-number-counter.counter-style-2 .number-counter-inner-block {
    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;
}
.plus-number-counter.counter-style-2 .counter-content {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.elementor-widget-tp-number-counter.text-left .plus-number-counter.counter-style-2 .counter-content{
	margin-left: 12px;
}
.plus-number-counter.counter-style-2 .number-counter-inner-block.vertical-center{
    -webkit-align-items: center;
    align-items: center;
}
.elementor-widget-tp-number-counter.text-right .plus-number-counter.counter-style-2 .number-counter-inner-block{
	flex-direction: row-reverse;
}
.elementor-widget-tp-number-counter.text-right .plus-number-counter.counter-style-2 .counter-content{
	margin-right: 12px;
}
.plus-number-counter.counter-style-2 .counter-image-inner,.plus-number-counter.counter-style-2 .counter-icon-inner{
	margin-bottom:0px
}
/*---- number counter ----*/
/*---- carousel-anything ----*/
.theplus-carousel-anything-wrapper{
	position:relative;
	display:block;
	width:100%;
}
.theplus-carousel-anything-wrapper .plus-carousel-inner{
	position:relative;
	display:block;
	width:100%;
	opacity:0;
	-o-transition:all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.theplus-carousel-anything-wrapper .plus-carousel-inner .slick-slide img{
	display: inline-block;
    width: auto;
}
.theplus-carousel-anything-wrapper .plus-carousel-inner.slick-initialized{
	opacity:1;
}
.list-carousel-slick.overlay-content-dots ul.slick-dots {
    bottom: 10px;
}
.theplus-carousel-anything-wrapper.list-carousel-slick.overlay-content-dots .slick-slider.slick-dotted{
	margin-bottom:0;
}
.list-carousel-slick.vertical-dots ul.slick-dots {
    bottom: auto;
    right: 10px;
    width: auto;
    top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.list-carousel-slick.vertical-dots ul.slick-dots li {
    display: block;
    float: none;
    margin: 10px 10px;
}
.list-carousel-slick.vertical-dots ul.slick-dots.style-2 {
    position: absolute;
}
.list-carousel-slick.vertical-dots ul.slick-dots.style-3 li{
	margin: 15px 10px;
}
.list-carousel-slick.vertical-dots ul.slick-dots.style-4 button {
    width: 20px;
    height: 20px;
    margin: 0px;
}
.list-carousel-slick .slick-vertical .slick-slide{
	border:0px;
}
.theplus-carousel-anything-wrapper .slide-overflow-hidden{
	overflow:hidden;
}
.theplus-carousel-anything-wrapper .plus-slide-content #pt-plus-row-settings{
	z-index:-1;
}
/*---- carousel-anything ----*/
/*---- carousel remote ----*/
.theplus-carousel-remote {
    position: relative;
    display: inline-block;
    width: auto;
}
.theplus-carousel-remote .slider-nav-next-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.theplus-carousel-remote .slider-nav-next-prev .custom-nav-remote {
	position:relative;
	display: flex;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.4px;
    background: #3882f7;
    color: #fff;
    border-radius: 3px;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:1;
}
.theplus-carousel-remote .slider-nav-next-prev .custom-nav-remote:hover,.theplus-carousel-remote.remote-switcher .slider-nav-next-prev .custom-nav-remote.active {
	background:#6fc784;
}
.theplus-carousel-remote .slider-nav-next-prev a.custom-nav-remote.nav-prev-slide {
    margin-right: 5px;
}

.theplus-carousel-remote .slider-nav-next-prev a.custom-nav-remote.nav-next-slide {
    margin-left: 5px;
}
.theplus-carousel-remote .slider-nav-next-prev a.custom-nav-remote.nav-prev-slide > span.nav-icon {
    margin-right: 7px;
}
.theplus-carousel-remote .slider-nav-next-prev a.custom-nav-remote.nav-next-slide > span.nav-icon {
    margin-left: 7px;
}
.theplus-carousel-remote .slider-nav-next-prev a.custom-nav-remote > span.nav-icon img{
	width:100%;
}
.theplus-carousel-remote .slider-nav-next-prev a.custom-nav-remote > span.nav-icon {
	font-size:14px;
}
.theplus-carousel-remote .slider-nav-next-prev a.custom-nav-remote > span{
	vertical-align: middle;
    display: inline-block;
}
/*---- carousel remote ----*/
/*---- Off canvas ----*/
.plus-offcanvas-wrapper {
    position: relative;
    display: block;
    width: 100%;
}
.plus-offcanvas-wrapper .offcanvas-toggle-wrap {
    position: relative;
    display: block;
}
.plus-offcanvas-wrapper .toggle-button-style {
    font-size: 16px;
	line-height: 20px;
    font-weight: 500;
    padding: 10px 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    background: #8072fc;
    color: #fff;
	cursor:pointer;
	-o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.plus-offcanvas-wrapper .toggle-button-style span.btn-text, .plus-offcanvas-wrapper .toggle-button-style .btn-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.plus-offcanvas-wrapper .toggle-button-style .btn-icon{
	font-size:15px;
	-o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.plus-offcanvas-wrapper .toggle-button-style .btn-icon.button-before{
	padding-right: 7px;
}
.plus-offcanvas-wrapper .toggle-button-style .btn-icon.button-after{
	padding-left: 7px;
}
/*humberger style-1*/
.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-1,.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-2,.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-3{
	position: relative;
    width: 50px;
    height: 50px;
    padding: 15px;
    background: #d3d3d3;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
	cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-1 span.menu_line.menu_line--bottom {
    -webkit-transform: scaleX(.33) translateZ(0);
    transform: scaleX(.33) translateZ(0);
}

.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-1 span.menu_line.menu_line--center {
    -webkit-transform: scaleX(.66) translateZ(0);
    transform: scaleX(.66) translateZ(0);
}

.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-1:hover span.menu_line.menu_line--bottom {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-1:hover span.menu_line.menu_line--top {
    -webkit-transform: scaleX(.66) translateZ(0);
    transform: scaleX(.33) translateZ(0);
}
.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-1 span.menu_line,.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-2 span.menu_line,.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-3 span.menu_line{
    height: 1px;
    background: #212121;
    transition: opacity .5s,background .5s,-webkit-transform .5s;
    transition: opacity .5s,transform .5s,background .5s;
    transition: opacity .5s,transform .5s,background .5s,-webkit-transform .5s;
    display: block;
    width: 100%;
}

.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-1 span.menu_line {
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
}
.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-1 span.menu_line.menu_line--center,.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-2 span.menu_line.menu_line--center,.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-3 span.menu_line.menu_line--center{
    margin: .3125em 0;
    position: relative;
    background: #212121;
}
/*humberger style-1*/
/*humberger style-2*/
.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-2 span.menu_line.menu_line--top,.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-2 span.menu_line.menu_line--bottom {
    -webkit-transform: scaleX(.75) translateZ(0);
    transform: scaleX(.75) translateZ(0);
}

.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-2:hover span.menu_line.menu_line--top,.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-2:hover span.menu_line.menu_line--bottom {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
/*humberger style-2*/
/*humberger style-3*/
.plus-offcanvas-wrapper .offcanvas-toggle-btn.humberger-style-3 span.menu_line.menu_line--center{
	margin:6px 0;
}
/*humberger style-3*/
/*Fixed Button Canvas*/
.offcanvas-toggle-wrap .offcanvas-toggle-btn.position-fixed {
    position: fixed;
    top: 32px;
    right: 0;
    margin: 0 auto;
	z-index:11;
}
/*Fixed Button Canvas*/
.plus-offcanvas-container{
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.plus-offcanvas-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.plus-open .plus-offcanvas-container:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s,cursor 0.5s;
  transition: opacity 0.5s,cursor 0.5s;
  z-index: 100001;
  cursor: url(../../images/overlay-close-icon.png),pointer;
  filter: alpha(opacity=60);    
  visibility: visible;
}
.plus-canvas-content-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	background: #fff;
	visibility:hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.plus-canvas-content-wrap.plus-right {
  left: auto;
  right: 0;
}
.plus-canvas-content-wrap.plus-top, .plus-canvas-content-wrap.plus-bottom {
  width: 100%;
  height: 300px;
}
.plus-canvas-content-wrap.plus-bottom {
  top: auto;
  bottom: 0;
}
.plus-canvas-content-wrap .plus-offcanvas-header {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
}
/* close icon */
.plus-canvas-content-wrap .plus-offcanvas-close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    line-height: 1;
    z-index: 1;
    font-style: normal;    
    font-weight: 100;
    font-size: 25px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px 3px 20px -8px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.plus-canvas-content-wrap .plus-offcanvas-close:before,.plus-canvas-content-wrap .plus-offcanvas-close:after {
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: border-bottom .4s linear;
    -moz-transition: border-bottom .4s linear;
    -ms-transition: border-bottom .4s linear;
    -o-transition: border-bottom .4s linear;
    transition: border-bottom .4s linear;
}
.plus-canvas-content-wrap .plus-offcanvas-close:before,.plus-canvas-content-wrap .plus-offcanvas-close:after {
    margin: 0px;
    transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    -moz-transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    -o-transform: rotate(45deg) translate(-50%,-50%);
    transform-origin: left;
}
.plus-canvas-content-wrap .plus-offcanvas-close:after {
    transform: rotate(-45deg) translate(-50%,-50%);
    -ms-transform: rotate(-45deg) translate(-50%,-50%);
    -moz-transform: rotate(-45deg) translate(-50%,-50%);
    -webkit-transform: rotate(-45deg) translate(-50%,-50%);
    -o-transform: rotate(-45deg) translate(-50%,-50%);
    transform-origin: left;
    margin-left: 0.5px;
}
.plus-canvas-content-wrap .direction-left .plus-offcanvas-close {
    left: 10px;
    right: auto;
}
.plus-canvas-content-wrap .plus-offcanvas-header.direction-left {
    left: 0;
    right: auto;
}
/* close icon*/
.plus-canvas-content-wrap .plus-content-editor{
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}
.plus-offcanvas-content-widget .plus-canvas-content-wrap::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.plus-offcanvas-content-widget .plus-canvas-content-wrap::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;  
}
.plus-offcanvas-content-widget .plus-canvas-content-wrap::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.plus-offcanvas-content-widget .plus-canvas-content-wrap.scroll-bar-disable::-webkit-scrollbar{
	display:none;
}
/*slide effect*/
.plus-canvas-content-wrap.plus-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.plus-canvas-content-wrap.plus-slide.plus-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.plus-canvas-content-wrap.plus-slide.plus-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.plus-canvas-content-wrap.plus-slide.plus-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.plus-slide.plus-open .plus-canvas-content-wrap.plus-visible {    
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/*slide effect*/
/*reveal effect*/
.plus-reveal.plus-canvas-content-wrap {
	z-index: 1;
	visibility: hidden;
}
.plus-reveal .plus-offcanvas-container {
	overflow: hidden;
}
.plus-reveal.plus-open .plus-canvas-content-wrap.plus-visible{
	visibility: visible;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.plus-reveal.plus-open.plus-left .plus-offcanvas-container {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.plus-reveal.plus-open.plus-right .plus-offcanvas-container {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}
.plus-reveal.plus-open.plus-top .plus-offcanvas-container {
	-webkit-transform: translate3d(0, 300px, 0);
	transform: translate3d(0, 300px, 0);
}
.plus-reveal.plus-open.plus-bottom .plus-offcanvas-container {
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0);
}
html.plus-offcanvas-content-widget.plus-reveal.plus-reset{
    overflow: hidden;
}
/*reveal effect*/
/*slide-along effect*/
.plus-slide-along.plus-canvas-content-wrap {
	z-index: 1;
	visibility:hidden;
}
.plus-slide-along.plus-canvas-content-wrap.plus-bottom.plus-visible {
	z-index: 100;
}
.plus-slide-along.plus-canvas-content-wrap.plus-left {
	-webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.plus-slide-along.plus-canvas-content-wrap.plus-right {
	-webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}
.plus-slide-along.plus-canvas-content-wrap.plus-top {
	-webkit-transform: translate3d(0,-50%, 0);
    transform: translate3d(0,-50%, 0);
}
.plus-slide-along.plus-canvas-content-wrap.plus-bottom {
	-webkit-transform: translate3d(0,50%, 0);
    transform: translate3d(0,50%, 0);
}
.plus-slide-along .plus-offcanvas-container {
	overflow: hidden;
}
.plus-slide-along.plus-open .plus-canvas-content-wrap.plus-visible{
	visibility: visible;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.plus-slide-along.plus-open.plus-left .plus-offcanvas-container {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
.plus-slide-along.plus-open.plus-right .plus-offcanvas-container {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}
.plus-slide-along.plus-open.plus-top .plus-offcanvas-container {
	-webkit-transform: translate3d(0, 300px, 0);
	transform: translate3d(0, 300px, 0);
}
.plus-slide-along.plus-open.plus-bottom .plus-offcanvas-container {
	-webkit-transform: translate3d(0, -300px, 0);
	transform: translate3d(0, -300px, 0);
}
html.plus-offcanvas-content-widget.plus-slide-along.plus-reset{
    overflow: hidden;
}
/*slide-along effect*/

/*push effect*/
.plus-canvas-content-wrap.plus-push,.plus-canvas-content-wrap.plus-reveal,.plus-canvas-content-wrap.plus-slide-along,.plus-canvas-content-wrap.plus-corner-box{
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.plus-canvas-content-wrap.plus-left.plus-push {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.plus-canvas-content-wrap.plus-right.plus-push {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.plus-canvas-content-wrap.plus-top.plus-push {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.plus-canvas-content-wrap.plus-bottom.plus-push {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.plus-push.plus-open .plus-canvas-content-wrap.plus-visible {
	visibility: visible;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.plus-push.plus-open.plus-left .plus-offcanvas-container {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.plus-push.plus-open.plus-right .plus-offcanvas-container {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
.plus-push.plus-open.plus-top .plus-offcanvas-container {
  -webkit-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
}
.plus-push.plus-open.plus-bottom .plus-offcanvas-container {
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
}

html.plus-offcanvas-content-widget.plus-push.plus-reset{
    overflow: hidden;
}
/*push effect*/
/*corner box effect*/
.plus-canvas-content-wrap.plus-corner-box {
    width: 300px;
    height: 300px;
}
.plus-canvas-content-wrap.plus-top-left.plus-corner-box {
  -webkit-transform: translate3d(-300px,-300px,0);
  transform: translate3d(-300px,-300px,0);
}
.plus-canvas-content-wrap.plus-top-right.plus-corner-box {
  -webkit-transform: translate3d(-300px,-300px,0);
  transform: translate3d(-300px,-300px,0);
}
.plus-corner-box.plus-open .plus-canvas-content-wrap.plus-visible {
	visibility: visible;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.plus-canvas-content-wrap.plus-top-right.plus-corner-box {
    right: 0;
    left: auto;
}
.plus-corner-box.plus-open.plus-top-left .plus-canvas-content-wrap.plus-visible , .plus-corner-box.plus-open.plus-top-right .plus-canvas-content-wrap.plus-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*corner box effect*/
.plus-canvas-content-wrap.plus-visible{
	visibility:visible;
}
.plus-offcanvas-wrapper.scroll-view {
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.plus-offcanvas-wrapper.scroll-view.show {
    opacity: 1;
    visibility: visible;
}
/*---- Off canvas ----*/
/*---- circle menu ----*/
.plus-circle-menu-wrapper {
	position: relative;
    display: block;
    width: 100%;
}
.plus-circle-menu-wrapper.layout-straight {
    position: relative;
    display: block;
    width: 100%;
}
.plus-circle-menu-inner-wrapper .plus-circle-menu-list a {
	border-radius: 25px;
    font-size: 20px;
    background-color: #8072fc;	
    padding:0;
}
.plus-circle-menu-inner-wrapper .circle_menu_position_abs{
	position:absolute;
	top:0;
	left:0;
	right:auto;
	list-style: none;
    padding: 0;
    margin: 0;
	z-index:11;
}
.plus-circle-menu-inner-wrapper  .circle_menu_position_fix{
	position:fixed;
	top:0;
	left:0;
	right:auto;
	list-style: none;
    padding: 0;
    margin: 0;
	z-index:11;
}
.plus-circle-menu-wrapper .plus-circle-menu-inner-wrapper .plus-circle-main-menu-list .plus-circle-menu-list{
	-webkit-transition: all 1000ms ease 0s;
	-moz-transition: all 1000ms ease 0s;
	-o-transition: all 1000ms ease 0s;
	transition: all 1000ms ease 0s;
} 
.plus-circle-menu-wrapper .plus-circle-menu-inner-wrapper li.plus-circle-menu-list {
	display: inline-block;
	-webkit-transition: all 1000ms ease 0s;
	-moz-transition: all 1000ms ease 0s;
	-o-transition: all 1000ms ease 0s;
	transition: all 1000ms ease 0s;
}

.plus-circle-menu-wrapper .plus-circle-menu-list a ,.plus-circle-menu-wrapper .plus-circle-main-menu-list.plus-circle-menu-list a{
	position:relative;
    color: #fff;
    font-size: 20px;
	width: 40px;
    height: 40px;
	line-height:40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background:#8072fc;
	color:#fff;
	border-color:#8072fc;
	box-shadow: 0px 5px 20px -4px #00000085;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.plus-circle-menu-wrapper .plus-circle-menu-list:hover a ,.plus-circle-menu-wrapper .plus-circle-main-menu-list.plus-circle-menu-list:hover a{
	background:#6fc784;
	color:#fff;
	border-color:#6fc784;
	box-shadow: 0px 7px 25px -3px #00000085;
}
.plus-circle-menu-wrapper .plus-circle-menu.circleMenu-closed .plus-circle-menu-list:not(.plus-circle-main-menu-list), .plus-circle-menu-wrapper .plus-circle-menu:not(.circleMenu-open) .plus-circle-menu-list:not(.plus-circle-main-menu-list){
    opacity: 0;
}
.plus-circle-menu-wrapper .plus-circle-menu-list span.menu-tooltip-title {
    position: absolute;
    left: 100%;
    color: #fff;
    background: #000;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;    
    top: 50%;
    transform: translateY(-50%);
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.elementor-element-edit-mode .plus-circle-menu-wrapper.layout-circle .plus-circle-menu-list span.menu-tooltip-title {
	opacity:1;
	visibility:visible;
}
.plus-circle-menu-wrapper .plus-circle-menu-list:hover span.menu-tooltip-title,.plus-circle-menu-wrapper .plus-circle-menu-list.tooltip-default-show span.menu-tooltip-title {
	opacity:1;
	visibility:visible;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-left .menu-tooltip-title:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid black;
    position: absolute;
    right: 100%;
    content: '';
    top: 50%;
    transform: translateY(-50%);
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-right .menu-tooltip-title:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
    position: absolute;
    left: 100%;
    content: '';
    top: 50%;
    transform: translateY(-50%);
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-top .menu-tooltip-title:before {
        border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    bottom: 100%;
    content: '';
    left: 50%;
    transform: translateX(-50%);
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-bottom .menu-tooltip-title:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    top: 100%;
    content: '';
    left: 50%;
    transform: translateX(-50%);
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-bottom .menu-tooltip-title {
    margin-top: -10px;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-bottom:hover .menu-tooltip-title,.plus-circle-menu-wrapper .plus-circle-menu-list.tooltip-default-show span.menu-tooltip-title {
    margin-top: 0px;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-top .menu-tooltip-title {
    margin-top: 10px;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-top:hover .menu-tooltip-title,.plus-circle-menu-wrapper .plus-circle-menu-list.tooltip-default-show span.menu-tooltip-title {
    margin-top: 0px;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-left .menu-tooltip-title {
    margin-left: -10px;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-left:hover .menu-tooltip-title,.plus-circle-menu-wrapper .plus-circle-menu-list.tooltip-default-show span.menu-tooltip-title {
    margin-left: 0px;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-right .menu-tooltip-title {
    margin-left: 10px;
}
.plus-circle-menu-wrapper li.plus-circle-menu-list.arrow-right:hover .menu-tooltip-title,.plus-circle-menu-wrapper .plus-circle-menu-list.tooltip-default-show span.menu-tooltip-title {
    margin-left: 0px;
}
.plus-circle-menu-wrapper .plus-circle-menu.circleMenu-closed .plus-circle-menu-list:not(.plus-circle-main-menu-list), .plus-circle-menu-wrapper .plus-circle-menu:not(.circleMenu-open) .plus-circle-menu-list:not(.plus-circle-main-menu-list){
	visibility:hidden;
}
.plus-circle-menu-wrapper .plus-circle-menu.circleMenu-open .plus-circle-menu-list:not(.plus-circle-main-menu-list), .plus-circle-menu-wrapper .plus-circle-menu.circleMenu-open .plus-circle-menu-list:not(.plus-circle-main-menu-list){
	visibility:visible;
}
ul.plus-circle-menu.menu-direction-right li.plus-circle-menu-list:not(.plus-circle-main-menu-list) {
	position: absolute;
    left: 0;
	top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
ul.plus-circle-menu.menu-direction-bottom li.plus-circle-menu-list:not(.plus-circle-main-menu-list) {
	position: absolute;
    top: 0;
	left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
ul.plus-circle-menu.menu-direction-left li.plus-circle-menu-list:not(.plus-circle-main-menu-list) {
	position: absolute;
    right: 0;
	top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
ul.plus-circle-menu.menu-direction-top li.plus-circle-menu-list:not(.plus-circle-main-menu-list) {
	position: absolute;
    bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.plus-circle-menu-inner-wrapper {
    text-align: center;
}
.plus-circle-menu-wrapper.layout-straight ul.plus-circle-menu.menu-style-2.menu-direction-right, .plus-circle-menu-wrapper.layout-straight ul.plus-circle-menu.menu-style-2.menu-direction-left {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
/*style-2 menu straight*/
.plus-circle-menu-wrapper.layout-straight ul.plus-circle-menu.menu-style-2 li.plus-circle-menu-list:not(.plus-circle-main-menu-list) a {
    width: auto;
    height: auto;
	line-height: inherit;
}
.plus-circle-menu-wrapper.layout-straight ul.plus-circle-menu.menu-style-2.circleMenu-open li.plus-circle-menu-list:not(.plus-circle-main-menu-list){
	opacity:1;
	z-index:11;
}
.plus-circle-menu-wrapper.layout-straight .menu-style-2.circleMenu-closed .plus-circle-menu-list:not(.plus-circle-main-menu-list), .plus-circle-menu-wrapper.layout-straight .plus-circle-menu.menu-style-2:not(.circleMenu-open) .plus-circle-menu-list:not(.plus-circle-main-menu-list){
	z-index:-1;
}
.plus-circle-menu-wrapper.layout-straight ul.plus-circle-menu.menu-style-2 li.plus-circle-menu-list:not(.plus-circle-main-menu-list) a span.menu-tooltip-title {
    position: relative;
    opacity: 1;
    display: block;
    visibility: visible;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: rotate(0deg) !important;
    margin: 0;
}
.plus-circle-menu-wrapper.layout-straight ul.plus-circle-menu.menu-style-2 li.plus-circle-menu-list:not(.plus-circle-main-menu-list) a span.menu-tooltip-title:before {
    display: none;
}
/*style-2 menu straight*/

.plus-circle-menu-wrapper.scroll-view {
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.plus-circle-menu-wrapper.scroll-view.show {
    opacity: 1;
    visibility: visible;
}
/*toggle icon open style*/
.plus-circle-menu-wrapper .plus-circle-main-menu-list.style-2 a.main_menu_icon .toggle-icon-wrap{
    transform: rotate(0deg);
	-webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.plus-circle-menu-wrapper .circleMenu-open .plus-circle-main-menu-list.style-2 a.main_menu_icon .toggle-icon-wrap{
    transform: rotate(360deg);
}
.plus-circle-menu-wrapper .plus-circle-main-menu-list.style-3 a.main_menu_icon .close-toggle-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: scale(0.2) rotate(45deg);
    transition: all .4s ease-in-out;
    width: 50%;
    height: 2px;
    z-index: 1;
    background: #000;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
}
.plus-circle-menu-wrapper .plus-circle-main-menu-list.style-3 a.main_menu_icon .close-toggle-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0) rotate(-90deg);
    transition: all .4s ease-in-out;
    width: 100%;
    height: 2px;
    z-index: 1;
    background: #000;
    border-radius: 10px;
}
.plus-circle-menu-wrapper .circleMenu-open .plus-circle-main-menu-list.style-3 a.main_menu_icon .close-toggle-icon {
	opacity:1;
	visibility:visible;
	transform: scale(1) rotate(315deg);
}
.plus-circle-menu-wrapper .plus-circle-main-menu-list.style-3 a.main_menu_icon .toggle-icon-wrap{
    transform: scale(1);
	opacity:1;
	visibility:visible;
	transition: all .4s ease-in-out;
}
.plus-circle-menu-wrapper .circleMenu-open .plus-circle-main-menu-list.style-3 a.main_menu_icon .toggle-icon-wrap{
    transform: scale(0.2);
	opacity:0;
	visibility:hidden;
}
/*toggle icon open style*/
/*---- circle menu ----*/
@media (min-width:1025px){
	.elementor-element.elementor-element-edit-mode.elementor-hidden-desktop {
		opacity: 0.5;
	}
	.pt-plus-row-set .desktop-hide,.tooltip_desktop_hide .menu-tooltip-title{
		display:none;
	}
}
@media (max-width: 1024px) and (min-width: 768px){
.elementor-element.elementor-element-edit-mode.elementor-hidden-tablet {
    opacity: 0.5;
}
}
@media (max-width: 767px){
.elementor-element.elementor-element-edit-mode.elementor-hidden-phone {
    opacity: 0.5;
}
}
@media (min-width:1200px) and (max-width:1300px){
	.outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
		left: 15px;
	}
	.outer-slider-arrow .slick-nav.slick-next.slick-arrow {
		right: 15px;
	}
}
@media (min-width:992px) and (max-width:1080px){
	.outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
		left: 15px;
	}
	.outer-slider-arrow .slick-nav.slick-next.slick-arrow {
		right: 15px;
	}
}
@media (min-width:992px) and (max-width:1080px){
	.outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
		left: 15px;
	}
	.outer-slider-arrow .slick-nav.slick-next.slick-arrow {
		right: 15px;
	}
}
@media (max-width:865px){
	.outer-slider-arrow .slick-nav.slick-prev.slick-arrow {
		left: 15px;
	}
	.outer-slider-arrow .slick-nav.slick-next.slick-arrow {
		right: 15px;
	}
}
@media (min-width:601px) and (max-width:1024px){
	.text--tabletleft {
		text-align: left !important;
		margin-left: 0 !important;
	}
	.text--tabletcenter {
		text-align: center !important;
		margin: 0 auto !important;
	}
	.text--tabletright {
		text-align: right !important;
		margin-right: 0 !important;
	}
	.text--tabletjustify {
		text-align: justify !important;
	}
	.elementor-widget-tp-heading-title.text--tabletleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--tabletjustify .seprator.sep-l{
		margin-left:0;
	}
	.elementor-widget-tp-heading-title.text--tabletcenter .seprator.sep-l{
		margin:0 auto;
	}
	.elementor-widget-tp-heading-title.text--tabletright .seprator.sep-l{
		margin-right:0;
	}
	.pt-plus-row-set .tablet-hide,.tooltip_tablet_hide .menu-tooltip-title{
		display:none;
	}
}
@media (max-width:600px){
	.text--mobileleft {
		text-align: left !important;
		margin-left: 0 !important;
	}
	.text--mobilecenter {
		text-align: center !important;
		margin: 0 auto !important;
	}
	.text--mobileright {
		text-align: right !important;
		margin-right: 0 !important;
	}
	.text--mobilejustify {
		text-align: justify !important;
	}
	.elementor-widget-tp-heading-title.text--mobileleft .seprator.sep-l,.elementor-widget-tp-heading-title.text--mobilejustify .seprator.sep-l{
		margin-left:0;
	}
	.elementor-widget-tp-heading-title.text--mobilecenter .seprator.sep-l{
		margin:0 auto;
	}
	.elementor-widget-tp-heading-title.text--mobileright .seprator.sep-l{
		margin-right:0;
	}
}
@media (min-width:991px){
	.hide-desktop{
		display:none;
	}
	
}
@media (min-width:601px) and (max-width:990px){
	.hide-tablet{
		display:none;
	}
}
@media (max-width:600px){
	.hide-mobile{
		display:none;
	}
}
@media (max-width:767px){
	.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
		width: 33.33% !important;
		height: 250px !important;
	}
	ul.pt_plus_countdown li{
		margin: 0px 10px 20px;
	}
	.service-flipbox,.service-flipbox-holder{cursor:pointer;}
	.pt_plus_social_list.style-14 ul.social_list li {
		width: 130px;
		display: inline-block;
	}
	.pt_plus_social_list.style-14 .social_list{
	    flex-wrap: wrap;
	}
	.pt-plus-row-set .mobile-hide,.tooltip_mobile_hide .menu-tooltip-title{
		display:none;
	}
}
@media (max-width:660px){
	.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
		width: 50% !important;
		height: 300px !important;
	}
	#wpadminbar {
		position: fixed;
	}
}
@media (max-width:991px){
	#pt-plus-row-settings.bg_tablet .tp_bg_tablet{
		display:block;	
	}
	#pt-plus-row-settings.bg_tablet .tp_bg_desktop{
		display:none;	
	}
	.pt-plus-row-set.tablet-fixed-attach-bg-image{
		clip: rect(0, auto, auto, 0);
	}
	.pt-plus-row-set.tablet-fixed-attach-bg-image .tp_bg_tablet.columns-bg-image{
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		transform: translateZ(0);
		will-change: transform;
	}
}
@media (max-width:600px){
	#pt-plus-row-settings.bg_mobile .tp_bg_desktop,#pt-plus-row-settings.bg_mobile .tp_bg_tablet{
		display:none;
	}
	#pt-plus-row-settings.bg_mobile .tp_bg_mobile{
		display:block;	
	}
	.pt-plus-row-set.mobile-fixed-attach-bg-image{
		clip: rect(0, auto, auto, 0);
	}
	.pt-plus-row-set.mobile-fixed-attach-bg-image .tp_bg_mobile.columns-bg-image{
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		transform: translateZ(0);
		will-change: transform;
	}
}
@media (max-width:480px){
	.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
		width: 100% !important;
		height: 420px !important;
	}
}
@media (max-width:375px){
	.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item {
		height: 300px !important;
	}
}