/*--------------------- Copyright (c) 2019 -----------------------
[Master Stylesheet]
Project: MOTO Theme V4
Version: 1.0.0
Author: MOTO Team
 ------------------------------------------------------------------- [Table of contents]*/
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #707070;
	line-height: 24px;
    background-color: #ffffff;
	margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
	counter-reset: my-sec-counter;
	overflow-x:hidden;
}
/*====Typography Css Start====*/
a {
    color: #5575E3;
	text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,a:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
p{
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    color: #222222;
	font-weight: 600;
}
/*h2{
	font-size: 32px;
} */
ul{
	margin-left:0;
}
img {
    max-width: 100%;
}
input,textarea,select,button {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input:focus,textarea:focus,select:focus,button:focus {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #6caae7;
}
input:focus {
  outline: none;
}
.no_padder{
	padding: 0px;
}
.bottom_spacer25{
	margin-bottom: 25px;
}
.bottom_spacer80{
	margin-bottom: 80px;
}
.bottom_spacer100{
	margin-bottom: 100px;
}
.top_spacer60{
	margin-top: 60px;
}
.top_spacer100{
	margin-top: 100px;
}
.pixel_border_left h1, .pixel_border_left h2, pixel_border_left h3, .pixel_border_left h4,.pixel_border_left h5, .pixel_border_left h6,.pixel_border_left span.pixel_sub_head{
margin-left: 15px; 
}
/************Bootstrape Classes*******/
@media (min-width: 768px) {
  .container {
    width: 750px;
	max-width:750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
	max-width:970px;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 1200px;
	max-width:1200px;
  }
}
/******** side css *********/
.pixel_grey_bg{
    padding: 80px 0px;
    background: #f5f5f5;
}
/******* first template *********/
.pixel_top_banner{
    background: url(../images/top_banner.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0px 50px;
}
.pixel_newsletter form {
    width: 100%;
    margin: 80px auto 0px;
}
.pixel_newsletter .header {
  font-size: 30px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 25px;
}
.pixel_newsletter .description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}
.pixel_newsletter .input {
  display: flex;
  align-items: center;
}
.pixel_newsletter .button {
  height: 44px;
  border: none;
}  
.pixel_newsletter input[type="text"] {
	width: 55%;
    background: transparent;
    font-family: inherit;
    color: #ffffff;
    text-indent: 5%;
    border-radius: 10px 0 0 10px;
    height: 50px;
    border: 1px solid #6a71b6;
	font-size: 14px;
}
.pixel_newsletter .pixel_button {
    width: 200px;
    height: 50px;
    background: #ff9b00;
    font-family: inherit;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    transition: background .3s ease-in-out;
    border: none;
}
.pixel_newsletter .pixel_button:hover {
  opacity: 0.9;
}
.pixel_newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6a71b6;
    opacity: 1; /* Firefox */
}
.pixel_newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6a71b6;
}
.pixel_newsletter ::-ms-input-placeholder { /* Microsoft Edge */
    color: #6a71b6;
}
.pixel_banner_text {
    padding: 80px 0px 50px 0px;
    color: #fff;
}
.pixel_banner_text h2{
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
}
/**/
.pixel_second_section{
	background: url(../images/second_section.jpg) no-repeat;
	background-size: cover;
	padding: 120px 0px;
}
.pixel_third_section{
	background: #f7f7f7;
	padding: 80px 0px; 
}
.pixel_features_box{
	border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
    padding: 60px 35px;
    position: relative;
    margin-bottom: 30px;
}
.pixel_features_box .pixel_icon_box{
    text-align: center;
	overflow: hidden;
	z-index:40;
}
.pixel_features_box.pixel_no_shadow{
    box-shadow: none;
    background: transparent;
    padding: 0px;  
}
.pixel_featu#cccccc_#cccccc{
	color:rgb(255, 42, 42);
	border-color: rgb(255, 42, 42);
}
.pixel_featu#cccccc_blue{
	color: #2a7aff;
	border-color: #2a7aff;
}
.pixel_featu#cccccc_pink{
	color: #ff2a70;
	border-color: #ff2a70;
}
.pixel_features_box .pixel_icon_box i{
    font-size: 35px; 
}
.pixel_features_box.pixel_no_shadow .pixel_icon_box{
	background: #ffc26b;
    border-radius: 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    width: 170px;
    height: 170px;
    left: auto;
    position: relative;
    top: auto;
    margin: auto;
    line-height: 137px;
    padding: 15px;
    background-clip: content-box; 
    border: 1px dashed #ffc26b; 
}
.pixel_feature_data a {
    padding-top: 10px;    
    display: block;
}
.pixel_features_box h3{
	font-size: 22px;
	margin: 20px 0px;
	font-weight:500;
}
.pixel_features_box.pixel_no_shadow .pixel_icon_box i, .pixel_features_box.pixel_no_shadow .pixel_icon_box img {
    width: auto;
    height: auto;
    line-height: 137px;
	display: inline-block;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.pixel_feature_data i.fa.fa-long-arrow-right {
    position: relative;
    top: 2px;
    left: 3px;
}
/*Style1*/
.pixel_features_box_style1 {
    border-radius: 20px;
    background-color: transparent !important;
    box-shadow: none;
    padding: 0px;
    position: relative;
    margin-bottom: 30px;
}
.pixel_features_box_style1 .pixel_feature_data {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
    padding: 60px 35px;
    position: relative;
    margin-bottom: 30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;  
}
.pixel_features_box_style1 .pixel_feature_data:hover {
	box-shadow: 0px 2px 21px 0px #d6d6d6; 
}
.pixel_features_box_style1 .pixel_feature_data h3{
	margin:25px 0px;
}
.pixel_features_box_style1 .pixel_icon_box{
	position: relative;
    width: 73px;
    line-height: 73px;
    height: 73px;
    border-style: solid;
    border-width: 1px;
    background-color: rgb(255, 255, 255);
    top: 36px;
    border-radius: 10px;
    left: 50%;
    margin-left: -36px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.pixel_features_box.pixel_features_box_style1 .pixel_icon_box i{
    font-size: 35px;
    margin-right: 0;
    width: 73px;
    height: 73px;
    display: block;
    line-height: 78px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.pixel_features_box.pixel_features_box_style1 .pixel_icon_box img{
	width:auto;
	height:auto;
	display:inline-block;
	margin-left: 5px;
	text-align: center;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
/**/
.pixel_features_box_style3{
	border-radius: 20px;
    background-color: transparent !important;
    box-shadow: none;
    padding:0px;
}
.pixel_features_box_style3 .pixel_icon_box {
    position: relative;
    left: 50%;
    border-style: none;
    background-color: #fff;
    width: 140px;
    line-height: 140px;
    height: 140px;
    top: 60px;
    margin-left: -70px;
    border-radius: 100%;
    box-shadow: 0px -8px 0px 0px rgba(0, 0, 0, 0.1);

}
.pixel_features_box_style3 .pixel_feature_data {
    border-radius: 20px;
    background-color: #81d742;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
    padding: 61px 35px 35px 35px;
    position: relative;
}
.pixel_features_box_style3 .pixel_icon_box i {
    width: auto;
    height: auto;
    display: inline-block;
    /* transform: none; */
    line-height: 140px;
}
.pixel_features_box.pixel_features_box_style3  h3 {
    padding-top: 15px;
}
.pixel_features_box.pixel_features_box_style3 .pixel_icon_box img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
/**/
.pixel_features_box.pixel_features_box_style4 {
    margin-top: 0px;
    padding: 40px 20px;
    border-radius: 15px;
    border: 1px solid #cbd1da;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.pixel_features_box_style4 .pixel_icon_box {
    position: relative;
}
/*****/
.pixel_features_box_style5 {
    border-radius: 0;
    box-shadow: none;
    padding: 35px 30px;
    position: relative;
    margin-top: 0;
    border: 1px solid #e4e4e4;
    text-align: center;
}
.pixel_features_box_style5 .pixel_icon_box {
    border-style: none;
    border-width: 0;
    position: relative;
    width: auto;
    line-height: 1;
    height: auto;
    top: 0;
    border-radius: 0;
    left: 0;
    /* transform: none; */
    margin-left: 0px; 
    display: inline-block;
	background-color: transparent;
}
.pixel_features_box_style5 h3 {
    margin: 20px 0px 15px 0px;
}
.pixel_features_box_style5 .pixel_icon_box i, .pixel_features_box_style5 .pixel_icon_box img {
    font-size: 35px;
}
 .pixel_features_box_style5 .feature_counter {    
    position: absolute;
    left: 0;
    font-size: 42px;
    font-weight: 600;
    color: #485177;
    opacity: .10;
    left: 30px;
}
/****/
.pixel_features_box_style6 {
    box-shadow: 0px 11px 21px 0px rgba(59, 110, 255, 0.1);
    border: 2px dashed #b5b5b5;
}
/************* heading css  ******************/

.pixel_fancy_heading{
	position: relative;	
}
.pixel_fancy_heading.border_bottom h1:after, .pixel_fancy_heading.border_bottom h2:after, .pixel_fancy_heading.border_bottom h3:after, .pixel_fancy_heading.border_bottom h4:after, .pixel_fancy_heading.border_bottom h5:after, .pixel_fancy_heading.border_bottom h6:after{
	content:'';
	display: block;
	border-bottom: 1px solid #cccccc;
	width: 25%;
    margin: 10px auto 5px 0px;
}
.pixel_fancy_heading.text-center.border_bottom h1:after, .pixel_fancy_heading.text-center.border_bottom h2:after, .pixel_fancy_heading.text-center.border_bottom h3:after, .pixel_fancy_heading.text-center.border_bottom h4:after, .pixel_fancy_heading.text-center.border_bottom h5:after, .pixel_fancy_heading.text-center.border_bottom h6:after{
    margin: 10px auto 5px;
}
.pixel_fancy_heading.text-right.border_bottom h1:after, .pixel_fancy_heading.text-right.border_bottom h2:after, .pixel_fancy_heading.text-right.border_bottom h3:after, .pixel_fancy_heading.text-right.border_bottom h4:after, .pixel_fancy_heading.text-right.border_bottom h5:after, .pixel_fancy_heading.text-right.border_bottom h6:after{
    margin: 10px 0px 5px auto;
}
.pixel_fancy_heading.text-left.border_bottom:after{
	margin-left: 0px;
}
.pixel_fancy_heading.text-right.border_bottom:after{
	margin-right: 0px;
}
.pixel_fancy_heading h1, .pixel_fancy_heading h2, .pixel_fancy_heading h3, .pixel_fancy_heading h4, .pixel_fancy_heading h5, .pixel_fancy_heading h6{
     display: inline-block;
	 position:relative;
}
.pixel_fancy_heading.border_left, .pixel_fancy_heading.border_left, .pixel_fancy_heading.border_left, .pixel_fancy_heading.border_left, .pixel_fancy_heading.border_left, .pixel_fancy_heading.border_left{
    border-left: 1px solid #cccccc;
    padding-left: 10px;
}
.pixel_sub_head{
	font-size: inherit;
	font-family: inherit;
	display: block;
}
.pixel_fancy_heading.text-center .pixel_sub_head{      
    width: 565px;
    margin: 0 auto;
    padding-top: 15px;
    line-height: 26px;
    max-width: 100%;
}
.pixel_both_border h1, .pixel_both_border h2, .pixel_both_border h3, .pixel_both_border h4, .pixel_both_border h5, .pixel_both_border h6 {
  text-align: center;
}
.pixel_both_border h1, .pixel_both_border h2, .pixel_both_border h3, .pixel_both_border h4, .pixel_both_border h5, .pixel_both_border h6 {
  display: inline-block;
  position: relative;
}
.pixel_both_border h1:before, .pixel_both_border h1:after, .pixel_both_border h2:before, .pixel_both_border h2:after, .pixel_both_border h3:before, .pixel_both_border h3:after, .pixel_both_border h4:before, .pixel_both_border h4:after, .pixel_both_border h5:before, .pixel_both_border h5:after, .pixel_both_border h6:before, .pixel_both_border h6:after{
    content: "";
	background: #00a99d;
    width: 40px;
    margin: 0 .5em;
    position: absolute;
    top: 50%;
}
.pixel_both_border h2:before, .pixel_both_border h1:before, .pixel_both_border h3:before, .pixel_both_border h4:before, .pixel_both_border h5:before, .pixel_both_border h6:before {
  right: 100%;
}
.pixel_both_border h1:after, .pixel_both_border h2:after, .pixel_both_border h3:after, .pixel_both_border h4:after, .pixel_both_border h5:after, .pixel_both_border h6:after {
  left: 100%;
}
.pixel_center_right_border h1, .pixel_center_right_border h2, .pixel_center_right_border h3, .pixel_center_right_border h4, .pixel_center_right_border h5, .pixel_center_right_border h6  {
  width: auto;
  padding-right:50px;
}
.pixel_center_right_border h1:after, .pixel_center_right_border h2:after, .pixel_center_right_border h3:after, .pixel_center_right_border h4:after, .pixel_center_right_border h5:after, .pixel_center_right_border h6:after  {
    display: inline-block;
    content: "";
    height: 2px;
    background: #999;
    width: 40px;
    position: absolute;
    top: 50%;
    right: 0px;
}
.pixel_center_left_border h1:before, .pixel_center_left_border h2:before, .pixel_center_left_border h3:before, .pixel_center_left_border h4:before, .pixel_center_left_border h5:before, .pixel_center_left_border h6:before {
    display: inline-block;
    content: "";
    height: 1px;
    background: #999;
    margin: auto 0px;
    width: 40px;
    display: -webkit-inline-box;
    bottom: .4em;
    position: absolute;
    right: 100%;
    top: 25%;
	left: 0px;
}
.pixel_center_left_border h1, .pixel_center_left_border h2, .pixel_center_left_border h3, .pixel_center_left_border h4, .pixel_center_left_border h5, .pixel_center_left_border h6 {
    padding-left: 50px;
}
.pixel_fancy_heading.pixel_vertical h2, .pixel_fancy_heading.pixel_vertical h3, .pixel_fancy_heading.pixel_vertical h4, .pixel_fancy_heading.pixel_vertical h5, .pixel_fancy_heading.pixel_vertical h6, .pixel_fancy_heading.pixel_vertical h1 {
    transform: rotateZ(-90deg);
}
/************* buttons css *****************/
.pixel_button{
	display: inline-table;
    position: relative;
    text-align: center;
    text-decoration: none;
	padding: 15px 30px;
    line-height: 20px;
    font-size: 14px;
	color: #ffffff;
	background-color: #319bff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.pixel_button.pixel_button_margin{
	margin:0px 12px; 
}
.pixel_btn_icon {
    padding-left: 15px;
}
.pixel_btn_icon.btn_icn_left {
    padding-right: 15px;
    padding-left: 0px;
}
.pixel_button:hover, .pixel_button:focus, .pixel_button:active {
	outline: none;
	color: #fff;
}
.pixel_button_mini{
	padding: 0 14px;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
}
.pixel_button_small{
    padding: 0 17px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.pixel_button_large{
	padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}
.pixel_button_xlarge{
	padding: 0 32px;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
}
.pixel_button_shadow {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  outline: none;
  }

.pixel_button_shadow:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);     
}
.pixel_button_border{
	border: 1px solid #cccccc;
	color: #cccccc;
}
/***** about section ********/
.pixel_what_section{
	position: relative;        
	width: 100%;
	} 
.pixel_what_box{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.pixel_what_box h2{
	font-weight:bold;
}
.pixel_what_box .pixel_fancy_heading {
   margin: 0px 30px 30px;
}
.pixel_about_wrap {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
    margin-left: -70px;
}
.pixel_what_text{
    z-index: 10;
    border: 1px solid #1e73be;
    padding: 35px;
}
.pixel_what_text p{
	margin-bottom: 20px;
	line-height:26px;	
}
.pixel_what_text a{
	text-transform:capitalize;
	position:relative;
	padding-bottom:10px;
}
.pixel_what_text a:after{
    position: absolute;
    left: 50%;
    background-color: #319bff;
    width: 50px;
    height: 1px;
    bottom: 0px;
    content: "";
    margin-left: -25px;
}
/****** increment service css ******/
.pixel_incre_service h3::before {  
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
}
.pixel_incre_service.text-left p, .pixel_incre_service.text-left a{
	padding-left: 15px;
}
.pixel_incre_service h1, .pixel_incre_service h2, .pixel_incre_service h3, .pixel_incre_service h4, .pixel_incre_service h5, .pixel_incre_service h6 {
	position: relative;
}
.pixel_incre_service h3:after{
	background: #cccccc;
    height: 2px;
    width: 25%;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 20px;
}
/************Testimonial Slider 2**************/
.pixel_testimonial_slider2 .pixel_testimonials {
    padding-top: 0px;
}
.pixel_testimonial_slider2 .pixel_testimonials img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: none;
    position: relative;
    display: inline-block;
	transition:all 0.3s cubic-bezier(0.42, 0, 0.82, 0.96);
	margin:15px 0px;
	border:2px solid transparent;
}
.pixel_testimonial_slider2 .slick-slider {
    width: auto;
	margin:0 auto;
}
.pixel_testimonial_slider2 .slick-slide {
    text-align: center;
}
.slick_cls {
    display: none;
}
.pixel_testimonial_slider2 .pixel_testimonials .slick-center img{
	width:80px;
	height:80px;
	margin:0px;
	border-color:#37cea8;
}
.pixel_testimonial_slider2 .slick_contents {
    margin-top: 25px;
	position:relative;
}
.pixel_testimonial_slider2 .slick_contents:after{
    position: absolute;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    width: 208px;
    height: 158px;
    left: 50%;
    top: -10px;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_testimonial_slider2 .slick_contents p{
    line-height: 26px;
    color: #707070;
    font-size: 16px;
    margin: 0px 40px;
}
.pixel_testimonial_slider2 .slick_contents h3{
	font-size:18px;
	font-weight:bold;
	color:#495060;
	margin-top:15px;
	text-transform:capitalize;
}
.pixel_testimonial_slider2 .slick_contents h3 span{
	color:#707070;
	font-size:16px;
	font-weight:400;
}
.pixel_testimonial_slider2 {
    padding: 100px 0px;
}
.pixel_testimonial_slider2 .slick-prev, .pixel_testimonial_slider2 .slick-next {
    background: transparent;
}
.pixel_testimonial_slider2 .slick-prev:before {
    content: url(../images/left_arrow.png);
	width:13px;
	height:26px;
}
.pixel_testimonial_slider2 .slick-next:before {
    content: url(../images/right_arrow.png);
	width:13px;
	height:26px;
}
.pixel_testimonial_slider2 .pixel_heading h1{
    font-size: 26px;
    font-weight: bold;
    color: #495060;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 15px;
}
.pixel_testimonial_slider2 .pixel_heading h1:after{
    width: 16px;
    height: 1px;
    background-color: #37cea8;
    position: absolute;
    right: -15px;
    content: "";
    top: 50%;
}
.pixel_testimonial_slider2 .pixel_heading p{
	line-height:26px;
}
.pixel_testimonial_slider2 .pixel_heading{
    margin-top: 75px;
}
/*********** Services *************/
.pixel_services{
	position:relative;
	z-index:1;
}
.pixel_services:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
    transform: scale(0);
    z-index: -1;
}
.pixel_services:hover:after {
    transform: scale(1);	 
}
.pixel_services a{
	margin: 10px 0px 10px;     
    display: inline-block;
}
.pixel_service_divider {
    clear: both;
    display: block;
    width: 50%;
    height: 1px;
    background: #cccccc;
    margin: 15px auto;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.pixel_border_section.pixel_services h3 {
	padding: 15px 0px 0px;
    margin-bottom: 15px;
}
.pixel_border_circle{
	position: relative;
}
.pixel_border_circle:after{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #bbb;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.pixel_border_section{
	border: 1px solid #7af3b8;
    border-radius: 20px;
    padding: 50px 40px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.pixel_border_section:hover{
	box-shadow: 0px 8px 20px 0px rgba(17, 207, 244, 0.2);  	
}
.pixel_service_image{
    display: inline-block;
    margin-bottom: 15px;
}
.pixel_service_border{
    border: 2px dashed #e8563c;
    border-radius: 20px 0px 20px 0px;
    margin-bottom: 15px;
    padding: 43px 43px;
}
.pixel_service_image [class^="fa"] {  
    font-size: 40px;
}
.pixel_service_link i.fa {
    font-size: 19px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.pixel_service_round img{
    border-radius: 10px;
}
.pixel_service_circle img{
    border-radius: 100%;
    height: 100px;
    width: 100px;
}
.pixel_service_image.pixel_over_image {
    position: relative;
    width: 100%;
}
.pixel_service_image.pixel_over_image img{
	width: 100%;
}
.pixel_radipixel_service {
    width: 100%;
    padding: 35px 15px;
    background: #222222;
    border-radius: 0px 20px 0px 0px;
	margin-bottom:15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.pixel_services.pixel_radipixel_service:after {
    display: none;
}
.pixel_radipixel_service:hover {
    background: green;
}
.pixel_radipixel_service h6{
	color: #ffffff;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.pixel_overlay_text.text-center {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    padding: 30px 10px;
    top: 20px;
    left: 20px;
    vertical-align: middle;
    right: 20px;
    bottom: 20px;  
}
.pixel_overlay_text.text-center .pixel_service_data{
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    padding: 0px 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.pixel_overlay_text.text-center .pixel_service_data h3{
	font-size:23px;
}
.pixel_service_hover .pixel_overlay_text.text-center {
    position: absolute;
    background: #ffffff;
    width: 100%;
    padding: 30px 50px;
    height: 100%;
    top: 0px;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.pixel_service_hover .pixel_overlay_text.text-center:hover{
	top: -100%;
}
.pixel_service_hover{
	text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #d5d5d5;
}
.pixel_ser_hover_ovrly{
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#ffffff;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.pixel_service_hover h3 {
    padding-top: 0px;
    margin: 0px;
}
.pixel_ser_text{
	position:absolute;
	top:50%; 
	left:50%;
	width:100%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
    padding: 30px 50px;
}  
.pixel_services:hover .pixel_ser_hover_ovrly{     
	top: -100%;
}
.pixel_service_hover:hover .pixel_ser_text h3{
	color: #ffffff;
}
.pixel_ser_bg{
	background: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
	padding: 50px 50px 0px;
}
.pixel_services.text-center.pixel_ser_spacer {
    padding: 0px 15px;
	margin-bottom: 50px;
}
.pixel_after_border{
	position: relative;
}
.pixel_after_border:after{
    content: '';
    display: block;
    height: 100px;
    width: 1px;
    background: #d5d5d5;
    position: absolute;
    right: 0px;
    left: auto;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.pixel_ser_spacer.pixel_after_border:hover:after {
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.pixel_services h3 {
    padding: 15px 0px 20px;
}
.pixel_services.pixel_after_border:after{
	right: -15px;
}
/********* Team css ************/
.pixel_team_section {
    position: relative;
    border: 1px solid #d5d5d5;
	margin-bottom:30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	text-align: center;  
    margin-bottom: 30px;
}
.pixel_team_text {
    position: absolute;
    bottom: 20px;
    background: #d5d5d5;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    -webkit-transition: all .2s;   
    -o-transition: all .2s;
    transition: all .2s;  
}
.pixel_team_text h3{
    color: inherit;
    font-size: 18px;
    padding-bottom: 8px;
}
.pixel_team_text h4{
    color: inherit;
    font-size: 16px;
    font-weight: 400;
}
.pixel_team_section:hover .pixel_team_text{
	background: #37cea8;
	bottom: 0;
}
.pixel_team_section:hover .pixel_team_text h3, .pixel_team_section:hover .pixel_team_text h4{
	color: inherit;
}
.pixel_team_overlay{
	overflow: hidden;
}
.pixel_team_overlay .pixel_team_text {
    bottom: 0px;
    background: transparent;
}
.pixel_team_overlay:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000075;
	top: 0px;
	left: 0px;
	content: '';
	opacity: 0;
	transition: all .5s;
}
.pixel_team_overlay:hover:after{
	opacity: 1;
}
.pixel_team_overlay .pixel_team_text {
    background: transparent;
    z-index: 10;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.pixel_team_overlay .pixel_team_text a.pixel_anchor{
	display: inline-block;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    color: #cccccc;
    margin: 15px 0px;
	transform:scale(0);
}
.pixel_team_overlay .pixel_team_text ul.pixel_team_icon{
	margin-bottom: 20px;
	transform:scale(0);
	padding: 0px;
	 transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.pixel_team_overlay .pixel_team_text ul.pixel_team_icon li{
	display: inline;
	margin-right: 5px;
}
.pixel_team_overlay .pixel_team_text ul.pixel_team_icon li:last-child{
	margin-right: 0px;
}
.pixel_team_overlay .pixel_team_text ul.pixel_team_icon li a{
	font-size: 18px;
    background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #000;
}
.pixel_team_overlay .pixel_team_text ul.pixel_team_icon li a:hover{
	color: #e5a221;
	border-color: #e5a221;
}
.pixel_team_overlay .pixel_team_text h3.pixel_tem_mem{
    position: relative;
    font-size: 26px;
    padding-bottom: 30px;
    display: block;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.pixel_team_overlay .pixel_team_text h3.pixel_tem_mem:after{
	position: absolute;
    content: '';
    width: 25%;
    display: inline-block;
    height: 2px;
    background: #e5a221;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    margin: 10px 0px;
	bottom: 2px;
}
.pixel_team_overlay .pixel_team_text h4.pixel_tem_desig{
	margin: 0px;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}
.pixel_team_overlay .pixel_team_text:hover, .pixel_team_section.pixel_team_overlay:hover .pixel_team_text{
	background: inherit;
}
.pixel_team_section.pixel_team_overlay:hover a.pixel_anchor, .pixel_team_section.pixel_team_overlay:hover .pixel_team_text h4.pixel_tem_desig, .pixel_team_section.pixel_team_overlay:hover ul.pixel_team_icon, .pixel_team_section.pixel_team_overlay:hover .pixel_team_text h3.pixel_tem_mem{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
}
.pixel_vertical_center{
	vertical-align: middle;
	display: table-cell;
}
.pixel_team_section.pixel_bottom_team{
	border: none;
	background: url(../images/team_bg.jpg) bottom center no-repeat;
}
.pixel_team_section.pixel_bottom_team .pixel_team_img{
	text-align: center;
}
.pixel_bottom_team .pixel_team_text{
	background: #222222;
	border-top-right-radius: 20px;
	bottom: 0px;
    padding: 15px 30px;	
}
.pixel_bottom_team .pixel_team_text .pixel_tm_left{
    width: 75%;
    border-right: 1px solid ;
    text-align: left;
    display: inline-block;
}
.pixel_team_section:hover .pixel_team_text .pixel_tm_left{
	border-color: #ffffff;
}
.pixel_bottom_team .pixel_team_text .pixel_tm_left h3{
	font-weight: bold;
	font-size: 22px;
	text-transform: capitalize;
}
.pixel_bottom_team .pixel_team_text ul{
	width: 17%;
    display: inline-block;
	text-align: center;
	list-style: none;
    padding: 0px;
    margin: 0px;
}
.pixel_bottom_team .pixel_team_text ul li a{
	color: inherit;  
} 
.pixel_team_section.pixel_ver_team{
	overflow: hidden;
	border:none;
}
.pixel_team_section.pixel_ver_team h3.pixel_tem_mem {
    padding-bottom: 0px;
}
.pixel-list-container {
	width: 35px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	background: #d5d5d5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: perspective(400px) rotateY(90deg);
	-moz-transform: perspective(400px) rotateY(90deg);
	-ms-transform: perspective(400px) rotateY(90deg);
	-o-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
}
.pixel-list-container .btn-list {
	padding: 0;
	margin: 0; 
	list-style-type: none;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pixel-list-container .btn-list li .fa {
	color: inherit;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pixel_team_section.pixel_ver_team:hover .pixel-list-container {
	-webkit-transform: perspective(400px) rotateY(0deg);
	-moz-transform: perspective(400px) rotateY(0deg);
	-ms-transform: perspective(400px) rotateY(0deg);
	-o-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}
.pixel_team_section.pixel_ver_team:hover{
	border-color: inherit; 
}
.pixel_ver_team .pixel_team_text {
    bottom: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.pixel_ver_team:hover .pixel_team_text {
    bottom: -50%;
}
/*--- team style 4 -------*/
/*---------- team css -------*/
.pixel_team_section.pixel_team_fulloverlay {
    border: none;
    margin-bottom: 70px;
}
.pixel_team_section.pixel_team_fulloverlay .pixel_team_text {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -37px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    opacity: 1;
}
.pixel_team_section.pixel_team_fulloverlay .pixel_team_text h3.pixel_tem_mem {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}
.pixel_team_section.pixel_team_fulloverlay:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000075;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.pixel_team_section.pixel_team_fulloverlay .pixel_overlaydiv {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}
.pixel_team_section.pixel_team_fulloverlay .pixel_overlaydiv h3 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 32px;
}
.pixel_team_section.pixel_team_fulloverlay .pixel_overlaydiv p {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.pixel_team_section.pixel_team_fulloverlay .pixel_overlaydiv p:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: rgba(255, 255, 255, 0.30);
    left: 50%;
    bottom: 0;
	padding: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.pixel_team_section.pixel_team_fulloverlay .pixel_overlaydiv ul {
    display: inline-block;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	padding: 0px;
}
.pixel_team_section.pixel_team_fulloverlay .pixel_overlaydiv ul li {
    display: inline-block;
    list-style: none;
}
.pixel_team_section.pixel_team_fulloverlay .pixel_overlaydiv ul li a {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}
.pixel_team_section.pixel_team_fulloverlay:hover:after {
    opacity: 1;
}
.pixel_team_section.pixel_team_fulloverlay:hover .pixel_team_text {
    opacity: 0;
    background: inherit;
}
.pixel_team_section.pixel_team_fulloverlay:hover .pixel_overlaydiv{
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
}
.pixel_team_slider .pixel_team_section.pixel_team_fulloverlay {
    margin-bottom: 50px;
}
.pixel_team_slider .pixel_team_section .pixel_team_img img {
    display: inline-block;
}
.pixel_team_section.pixel_team_fulloverlay .pixel_overlaydiv .pixel_anchor {
	display: inline-block;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    color: #cccccc;
    margin: 15px 0px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.pixel_team_section.pixel_team_fulloverlay:hover .pixel_overlaydiv .pixel_anchor{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
/*---------- team css end -------*/
/******** Event Section ********/
.pixel_event_section {
    margin: 50px 0px;
}
.padder_left0{
	padding-left: 0px;
}
.padder_right0{
	padding-right: 0px;
}
.pixel_border_right{
	border-right: 10px solid #1276ff;
	margin-right: -60px;
}
.pixel_border_left{  
	border-left: 10px solid #1276ff;
}
.pixel_border_left h1, .pixel_border_left h2, .pixel_border_left h3, .pixel_border_left h4, .pixel_border_left h5,.pixel_border_left h6, .pixel_border_left span.pixel_sub_head{ 
	padding-left: 10px
}
.pixel_border_right h1, .pixel_border_right h2, .pixel_border_right h3, .pixel_border_right h4, .pixel_border_right h5,.pixel_border_right h6, .pixel_border_right span.pixel_sub_head{ 
	padding-right: 10px
}
.pixel_event_text{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 40px;
    z-index: 10;
    position: relative;
} 
.pixel_event_text.pixel_border_left{      
	margin-left:-60px;
}
.pixel_event_text h2{
	font-size: 26px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 10px;
	padding-left: 0px;
}
.pixel_event_text ul{
	margin-bottom: 10px;
	padding-left: 0px;
} 
.pixel_event_text ul li{
    display: inline-block;
    font-size: 14px;
    color: #707070;
    margin-right: 15px;
} 
.pixel_event_text ul li i{
	color: #1276ff;
    margin-right: 10px;
} 
.pixel_event_text p{
	margin-bottom: 15px;
}
ul.pixel_events{
	border: none;
    text-align: center;      
    display: flex;
    margin: auto;
	justify-content: center;
}
ul.pixel_events li{
	display: inline-block;
    text-align: center;
	margin: 0px 30px;
}
ul.pixel_events li a{
	width: 115px;
    border: 1px solid #e9e9e9 !important;
    border-radius: 30px !important;
    height: 115px;
	padding: 0px;
	font-weight: bold;
}
ul.pixel_events li a .pixel_number{
    font-size: 32px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 24px 0px;
    background: #fff;
    color: #222222;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
ul.pixel_events li a.active .pixel_desc_count{
	background: #1276ff;
	color: #ffffff;
}
ul.pixel_events li a.active .pixel_number{
	color: #1276ff;
}
ul.pixel_events li a .pixel_desc_count{
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 0px;
    font-weight: bold;
    color: #222222;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #e9e9e9;
}
/************* image design ***************/
.pixel_img_design {
    position: relative;
	display: inline-block;
}
.pixel_img_design img{
    position: relative;
    z-index: 1;
}  
.pixel_img_design .pixel_img_overlay{
	background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}
.pixel_img_design:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
	display:block;
	/* top: -25px; */
	/* left: -25px; */
}
.pixel_img_design.pixel_top_left:after{
	top: -5%;
    left: -4.25%;	
}
.pixel_img_design.pixel_top_right:after{
	top: -6%;
    right: -5%;	
	left: auto;
}
.pixel_img_design.pixel_bottom_right:after{
	bottom: -5%;
	right: -5%;
	left: auto;
	top: auto;
}
.pixel_img_design.pixel_bottom_left:after{
	bottom: -5%;
	left: -5%;
	top: auto;
}
.pixel_img_design.pixel_bg_tranparent:after{
	background: transparent !important;
}
.pixel_img_design.pixel_bg_opacity:after{
	opacity: 0.7;
}
.pixel_image_inner {
    position: relative;
    float: right;
    max-width: 100%;
}
.pixel_image_outer {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}
.pixel_image_outer .pixel_image{
	position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}
.pixel_image_outer .pixel_image, .pixel_image_outer .pixel_image img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
	margin: 0px;
}
.pixel_image_outer .pixel_bg_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pixel_img_2side, .pixel_img_2side:after{
	border-radius: 999px 0px 0px 999px;   
}
.pixel_img_3side, .pixel_img_3side:after {
    border-radius: 0px 999px 999px 999px;
}
.pixel_img_3side img, .pixel_img_2side img, .pixel_img_4side img{
	border-radius: inherit;  
}
.pixel_img_4side, .pixel_img_4side:after{
	border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}    
.pixel_shaped_img{
	position: relative; 
	display: inline-block;	
}
.pixel_shaped_img:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.pixel_call_action{
    width: 100%;
    height: 100%;
    background: #34d1ff;
    position: relative;
    z-index: 10;
    padding: 20px 35px 20px 80px;
    color: #ffffff;
    vertical-align: middle;
    display: table;
}
.pixel_call_display{
	display: table-cell;
	vertical-align: middle;
    width: 100%;
}
.pixel_call_action:after {
content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #34d1ff;
    transform-origin: bottom left;
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}
.pixel_call_action h3, .pixel_call_action h2, .pixel_call_action p{
    padding: 0px 0px 10px;  
	color: #ffffff;
}
.pixel_call_action h2{
	font-size: 42px; 
}
.pixel_call_action_img{
    position: relative;
}
.pixel_call_action_img:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.pixel_call_action_img img{
	width: 100%;
	height: 100%; 
}
.pixel_call_action_btn{
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: transparent;
    padding: 15px 50px;
    line-height: 17px;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin: 15px 0px 0;
}
.pixel_action_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 100;
}
.pixel_action_content p, .pixel_action_content h2, .pixel_action_content h3 {
	color: #ffffff;
	margin: 15px 0px;  
    line-height: 1.6em; 	
}
.pixel_action_content p{
	margin-bottom:0;
}
.pixel_action_content .play_icon.play_icon_large{
	margin-bottom: 25px;
} 
/****************/
.pixel_process_content{
    background: #131925;
    padding: 50px;	 
}
.pixel_process_box{
    padding: 0px 15px;
    border-right: 1px solid #2b303b;
}
.pixel_process_box span.fa{  
	font-size: 70px;
}
.pixel_process_box, .pixel_process_box h5{
	color: #ffffff;
}  
 .pixel_process_box h5 a, .pixel_process_box h5{
    margin-bottom: 15px;
    color: #ffffff;
    display: block;
 }
.pixel_process_box img, .pixel_process_box span.fa{
	margin-bottom: 15px;	
}
.pixel_process_box.border_none{
	border-right: none !important;
}
/*********** steps css ************/
.pixel_portfolio {
    float: left;
    width: 100%;
	position:relative;
	overflow:hidden;
	z-index: 1;
}
.pixel_portfolio_wrapper {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
}
.pixel_image_wrapper{
    width: 100%;
    height: 100%;
}
.pixel_portfolio_grid {
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0;
    display: inline-block;
}
.pixel_portfolio_grid li {
    list-style: none;
    margin-left: 20px;
    float: none;
    position: relative;
    width: 180px;
    height: 180px;  
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    margin: 30px;   
    display: inline-block;  
    border: 1px solid #cccccc;
    border-radius: 25px;
	text-align: center;
}
.pixel_portfolio_grid li:nth-child(n+4) {  
     margin-top: -40px;
}
.pixel_portfolio_grid li:nth-child(4) {
	margin-left: 150px;    
}
.pixel_portfolio_grid li:nth-child(4):after, ul.pixel_portfolio_grid li:after {
    content: '';
    clear: both;
    float: right;
}
.pixel_portfolio_grid li:nth-child(4):before, ul.pixel_portfolio_grid li:before {
    content: '';
    clear: both;
}
.pixel_portfolio_grid li:last-child .pixel_image_wrapper:after{
	display:none;
}
.pixel_portfolio_content {  
	float: left;
    position: absolute;  
    top: 50%;
    left: 50%;
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
	width: 100%;
}
.pixel_portfolio_content h4{
	font-size: 18px;
    margin: 15px 0px;
}
/************Noushine's CSS Strat****************/
body {
    background: #fff;
}
.nwsltr_main {
    width: 50%;
    margin: 0 auto;
}
.header p{	
	color:#222;
}
.margin_top80{
	margin-top:80px
}
.slick-dots li button:before {
    color: #666;
}
.slick-dots li button:hover:before{
    opacity: .25;
}
.slick-dots li.slick-active button:hover:before{
	opacity:1;
}
.slick-dots li.slick-active button:before {
    color: #666;
	opacity:1;
}
/**----Style1----**/
/*========================Custom Newsletter======================*/
.pixel_form_render .row{
	align-items: flex-end;
}
/*========================Custom Newsletter======================*/
.pixel_newsletter form {
    width: 100%;
   margin:0px; 
}
.pixel_newsletter .header {
  font-size: 30px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 25px;
}
.pixel_newsletter .description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}
.pixel_newsletter .input {
  display: flex;
  align-items: center;
}
.pixel_newsletter .button {
  height: 44px;
  border: none;
}  
.pixel_newsletter input[type="text"] {
	width: 100%;
    background: transparent;
    font-family: inherit;
    color: #ffffff;
    text-indent: 5%;
    border-radius: 10px 0 0 10px;
    height: 50px;
    border: 1px solid #6a71b6;
	font-size: 14px;
}
.pixel_newsletter .pixel_button {
    width: 200px;
    height: 50px;
    background: #ff9b00;
    font-family: inherit;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    transition: background .3s ease-in-out;
    border: none;
}
.pixel_newsletter .pixel_button:hover {
  opacity: 0.9;
}
.pixel_newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6a71b6;
    opacity: 1; /* Firefox */
}
.pixel_newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6a71b6;
}
.pixel_newsletter ::-ms-input-placeholder { /* Microsoft Edge */
    color: #6a71b6;
}
/*----Style2----*/
.nwsltr_style1 .pixel_newsletter input[type="text"] {
    color: #707070;
    border-radius: 22px;
    height: 50px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
	padding:0px 15px;
}
.nwsltr_style1 .pixel_newsletter .pixel_button {
    width: auto;
    height: 50px;
    background: #37cea8;
    border-radius: 22px;
    margin-left: -45px;
}
.nwsltr_style1 .pixel_newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
}
.nwsltr_style1 .pixel_newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #707070;
}
.nwsltr_style1 .pixel_newsletter ::-ms-input-placeholder { /* Microsoft Edge */
    color: #707070;
}
/*----Style3----*/
.bg_color1{
	background-color:#fdfdfd;
	width:100%;
}
.nwsltr_style2 .pixel_newsletter{
    background-color: #ffffff;
    padding: 40px 60px;
    border: 1px solid #f1f1f1;
}
.nwsltr_style2 .pixel_newsletter input[type="text"] {
    color: #333;
    border-radius: 8px;
    height: 50px;
    border: 1px solid #dedede;
    font-size: 16px;
}
.nwsltr_style2 .pixel_newsletter .pixel_button {
    width: auto;
    height: 50px;
    background: #1bbc9b;
    border-radius: 8px;
	font-size:16px;
}
.nwsltr_style2 .pixel_newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
}
.nwsltr_style2 .pixel_newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #707070;
}
.nwsltr_style2 .pixel_newsletter ::-ms-input-placeholder { /* Microsoft Edge */
    color: #707070;
}
/*=======Full Form Css========*/
.pixel_form_render label{
	color:#222;
}
.pixel_form_render .form-control {
    padding: 0px 20px;
    height: 50px;
	background-clip: inherit;
}
 /* .pixel_form_render .form-group input[type="date"], .pixel_form_render .form-group select{ */
	/* color: #666; */
    /* border: 1px solid #bbbbbb; */
    /* border-radius:0px; */
	/* height:50px; */
	/* padding:0px 20px; */
/* } */
select.form-control:not([size]):not([multiple]) {
    height: 50px;
}
.pixel_form_render label.pixel_label {
    margin-right: 15px;
}
.pixel_form_render .form-group input[type="file"]{
	background-color:transparent;
	border:none;
	padding:0px;
}
.pixel_form_render .form-group textarea{
	height:120px;
	resize:none;
	border-radius:0px;
	padding-top: 15px;
}
.pixel_form_render .form-group button{
	height: auto;
	background: #1bbc9b;
	font-size:16px;
	padding:17px 20px 15px 20px;
	cursor:pointer;
	line-height:1;
	color:#fff;
	text-align: center !important;
	border:1px solid #1bbc9b;
}
.pixel_form_render .form-control:focus{
	outline:none;
	border:1px solid #bbb;
}
.pixel_form_render .radio label.radio_optn, .pixel_form_render .checkbox label.check_optn {
    margin-right: 20px;
}
.pixel_form_render .radio label.radio_optn input[type="radio"], .pixel_form_render .checkbox label.check_optn input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: middle;
}
.pixel_button_default_size{
	width:100%;
}
/*=====Full Form Type2=====*/
.pixel_form_render.pixel_form_Style2 .form-group input[type="text"], .pixel_form_render.pixel_form_Style2 .form-group input[type="email"], .pixel_form_render.pixel_form_Style2 .form-group input[type="password"], .pixel_form_render.pixel_form_Style2 .form-group input[type="search"], .pixel_form_render.pixel_form_Style2 .form-group input[type="number"], 
.pixel_form_render.pixel_form_Style2 .form-group input[type="date"], .pixel_form_render.pixel_form_Style2 .form-group select {
    border-radius: 8px;
}
.pixel_form_render.pixel_form_Style2 .form-group textarea{
	border-radius: 8px;
}
.pixel_form_render.pixel_form_Style2 .form-group button{
	border-radius: 8px;
}
/*=====Full Form Type3=====*/
.pixel_form_render.pixel_form_Style3 .form-group input[type="text"], .pixel_form_render.pixel_form_Style3 .form-group input[type="email"], .pixel_form_render.pixel_form_Style3 .form-group input[type="password"], .pixel_form_render.pixel_form_Style3 .form-group input[type="search"], .pixel_form_render.pixel_form_Style3 .form-group input[type="number"], 
.pixel_form_render.pixel_form_Style3 .form-group input[type="date"], .pixel_form_render.pixel_form_Style3 .form-group select {
    border-radius: 22px;
}
.pixel_form_render.pixel_form_Style3 .form-group textarea{
	border-radius: 22px;
}
.pixel_form_render.pixel_form_Style3 .form-group button{
	border-radius: 22px;
}
.pixel_form_render .form-control.pixel_empty_error{
	border-color:#FF0000 !important;
}
/*======Counter Css Start====*/
.ce-col {
    text-align: center;
    margin-right: 45px;
    display: inline-block;
	margin-bottom:20px;
}
.ce-countdown .ce-col:last-child{
	margin-right:0px;
}
.ce-days {
    display: block;
}
.ce-seconds.all4_countdown:after{
	display:none;
}
.all4_countdown {
    width: 100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border: 1px solid #d5d5d5;
    color: #222;
    font-size: 32px;
    font-weight: bold;
    border-radius: 20px;
	display: block;
    margin-bottom: 15px;
	position:relative;
}
.all4_countdown:after{
    position: absolute;
    content: ":";
    top: -1px;
    right: -27px;
    color: #222;	
    font-size: 22px;
}
/*======Counter Style2 Css Start====*/
.pixel_countdown_style1 .all4_countdown {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border: 2px solid;
    font-size: 42px;
    font-weight: bold;
    border-radius: 30px 0px 30px 30px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    font-style: italic;
}
.pixel_countdown_style1 .all4_countdown:after{
    position: absolute;
    content: ":";
    top: -1px;
    right: -26px;
    color: #ffffff;	
    font-size: 22px;
	font-style:italic;
}
.pixel_countdown_style1 .ce-days-label, .pixel_countdown_style1 .ce-hours-label, .pixel_countdown_style1 .ce-minutes-label, .pixel_countdown_style1 .ce-seconds-label{
	font-size:22px;
	font-style:italic;
}
/*======Counter Style3 Css Start====*/
.pixel_countdown_style2 .all4_countdown {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border: none;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    border-radius: 16px 0px 16px 0px;
    position: relative;
    background: #ffa28d;
	margin-bottom: 25px;
}
.pixel_countdown_style2 .all4_countdown:before{
    position: absolute;
    border: 10px solid rgba(255, 162, 141, 0.21);
    top: -10px;
    left: -10px;
    bottom: 0;
    right: -10px;
    content: "";
    width: 130px;
    height: 130px;
    border-radius: 25px 0px 25px 0px;
}
.pixel_countdown_style2 .ce-col {
    margin-right: 90px;
}
.pixel_countdown_style2 .all4_countdown:after {
    position: absolute;
    content: ":";
    top: -1px;
    right: -53px;
    color: #222;
    font-size: 62px;
}
.pixel_countdown_style2 .ce-days-label, .pixel_countdown_style2 .ce-hours-label, .pixel_countdown_style2 .ce-minutes-label, .pixel_countdown_style2 .ce-seconds-label{
	font-size:28px;
	color:#222;
	font-weight:bold;
}
/*======Counter Style4 Css Start====*/
.pixel_countdown_style3 .all4_countdown {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: none;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    background: #1bbc9b;
}
.pixel_countdown_style3 .all4_countdown:before{
	position: absolute;
    top: -10px;
    left: -10px;
    bottom: 0;
    right: -10px;
    content: "";
    width: 95px;
    height: 95px;
    border-radius: 0px;
    background: #3f4846;
    z-index: -1;
}
.pixel_countdown_style3 .ce-days-label, .pixel_countdown_style3 .ce-hours-label, .pixel_countdown_style3 .ce-minutes-label, .pixel_countdown_style3 .ce-seconds-label{
	font-size:15px;
	color:#222;
	font-weight:bold;
}
.pixel_countdown_style3 .ce-col .ce-days:after, .pixel_countdown_style3 .ce-col .ce-hours:after, .pixel_countdown_style3 .ce-col .ce-minutes:after {
    right: -21px;
}
/*======Counter Style5 css start=======*/
.pixel_countdown_wrapper.pixel_countdown_style4 .ce-col {
    width: 220px;
}
.pixel_countdown_style4 .ce-col .ce-days, .pixel_countdown_style4 .ce-col .ce-hours, .pixel_countdown_style4 .ce-col .ce-minutes, .pixel_countdown_style4 .ce-col .ce-seconds { 
    width: 100%;
    line-height: 140px;
    border: none;
    font-size: 75px;
}
.pixel_countdown_style4 .ce-days-digit, .pixel_countdown_style4 .ce-hours-digit, .pixel_countdown_style4 .ce-minutes-digit, .pixel_countdown_style4 .ce-seconds-digit {
    background-color: #fff;
    padding: 20px 26px;
    margin: 0px 2px;
    border-radius: 6px;
	box-shadow: 0px 11px 25px 0px rgba(36, 35, 35, 0.06);
}
.pixel_countdown_style4 .ce-days-label, .pixel_countdown_style4 .ce-hours-label, .pixel_countdown_style4 .ce-minutes-label, .pixel_countdown_style4 .ce-seconds-label {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.pixel_countdown_style4 .ce-col .ce-days:after, .pixel_countdown_style4 .ce-col .ce-hours:after, .pixel_countdown_style4 .ce-col .ce-minutes:after {
    display:none;
}
.pixel_countdown_style4 .ce-col {
    margin-right: 10px; 
}
/*********Inline Newsletter Start**********/
.pixel_newsletter_wrapper .pixel_button_inside {
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px); 
} 
.pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-1.col-lg-1:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-2.col-lg-2:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-3.col-lg-3:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-4.col-lg-4:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-5.col-lg-5:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-6.col-lg-6:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-7.col-lg-7:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-8.col-lg-8:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-9.col-lg-9:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-10.col-lg-10:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-11.col-lg-11:last-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-12.col-lg-12:last-child {
    padding-right: 15px;
    padding-left: 0;
}
.pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-1.col-lg-1:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-2.col-lg-2:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-3.col-lg-3:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-4.col-lg-4:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-5.col-lg-5:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-6.col-lg-6:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-7.col-lg-7:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-8.col-lg-8:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-9.col-lg-9:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-10.col-lg-10:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-11.col-lg-11:first-child, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-12.col-lg-12:first-child{
	padding-left:15px;
}
.pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-1.col-lg-1, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-2.col-lg-2, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-3.col-lg-3, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-4.col-lg-4, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-5.col-lg-5, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-6.col-lg-6, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-7.col-lg-7, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-8.col-lg-8, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-9.col-lg-9, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-10.col-lg-10, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-11.col-lg-11, .pixel_newsletter_wrapper.pixel_button_inside_wrap .row .col-xs-12.col-md-12.col-lg-12 {
    padding-right: 0px;
	padding-left:0px;
}

.pixel_newsletter_wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.pixel_newsletter_wrapper .row{
	width:100%;
} 
.pixel_newsletter_wrapper .row .form-group {
    margin-bottom: 15px;
} 
/* .pixel_form_render label.pixel_label { */
    /* flex-basis: 120px; */
	/* line-height:50px; */
/* } */
/*******************Custom Slider***************************/
/****Custom Dots******/
.test_slider .slick-dots {
    bottom: 12px;
}
.test_slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
}
.test_slider .slick-dots li button {
    width: 12px;
    height: 12px;
}
.test_slider .slick-dots li button:before {
    font-size: 12px;
    width: 12px;
    height: 12px;
	opacity:0.5;
}
.test_slider .slick-dots li button:hover:before, .test_slider .slick-dots li.slick-active button:before{
	opacity:1;
}
.test_slider .slick-arrow svg path{
	transition:all 0.3s cubic-bezier(0.42, 0, 0.46, 0.74);
	-webkit-transition:all 0.3s cubic-bezier(0.42, 0, 0.46, 0.74);
	-moz-transition:all 0.3s cubic-bezier(0.42, 0, 0.46, 0.74);
	-ms-transition:all 0.3s cubic-bezier(0.42, 0, 0.46, 0.74);
}
.pixel_slide_foo_img {
    display: inline-block;
}
/****My Slider Stye1****/
.pixel_slider_main_wrapper {
    padding: 100px 0px;
	background-color:#ccc;
}
.pixel_slider_style1 .test_slider .pixel_slide_box {
    padding: 35px 100px 0px 100px;
    text-align: center;
	color:#fff;
    background-color: #319bff;   
}
.slick-slide:focus{
	outline:none;
}
.pixel_slider_style1 .test_slider .pixel_slide_box p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}
.pixel_slider_style1 .test_slider .pixel_slide_footer {
    background-color: #fff;
    width: 275px;
    max-width: 100%;
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0px 4px 8.04px 3.96px rgba(0, 0, 0, 0.06);
    transform: translateY(47px);
    -webkit-transform: translateY(47px);
    -moz-transform: translateY(47px);
    -ms-transform: translateY(47px);
}
.pixel_slider_style1 .test_slider .slick-arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    font-size: 21px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%; 
}
.pixel_slider_style1 .test_slider .pixel_prev_arrow.slick-arrow {
    left: 25px;
    top: 36%;
    color: #fff;
}
.pixel_slider_style1 .test_slider .pixel_next_arrow.slick-arrow {
    right: 25px;
    top: 36%;
    color: #fff;
}
.pixel_slider_style1 .test_slider .pixel_slide_foo_img {
    width: 65px;
    float: left;
}
.pixel_slider_style1 .test_slider .pixel_slide_foo_img img {
    border-radius: 100%;
}
.pixel_slider_style1 .test_slider .pixel_slide_foo_text {
    width: calc(100% - 65px);
    float: left;
    text-align: left;
    padding-left: 30px;
    vertical-align: middle;
	position:relative;
}
.pixel_slider_style1 .test_slider .pixel_slide_foo_text:before{
	position: absolute;
    background-color: #e5e5e5;
    width: 1px;
    height: 45px;
    left: 15px;
    content: "";
}
.pixel_slider_style1 .test_slider .pixel_slide_foo_text h1 {
    font-size: 18px;
    font-weight: bold;
    color: #5281eb;
    padding-bottom: 5px;
	word-break:break-all;
}
.pixel_slider_style1 .test_slider .pixel_slide_foo_text span {
    color: #707070;
    font-size: 16px;
}
.pixel_slider_style1 .test_slider .test_slider_inner.slick-slide {      
    padding-bottom: 55px;
}
.pixel_slider_style1 .test_slider .slick-dots {
    bottom: -25px;
}
/****My Slider Stye2****/
.pixel_slider_style2 .test_slider {
    background-color: #fff;
    display: block;
    padding: 20px;
    box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
	position:relative;
}
.pixel_slider_style2 .test_slider:before{
    position: absolute;
    border: 1px solid #c39b60;
    content: "";
    bottom: 20px;
    top: 20px;
    left: 20px;
    right: 20px;
}
.pixel_slider_style2 .pixel_slide_box {
    padding: 40px 80px 75px;
    text-align: center;
	position:relative;
}
.pixel_slider_style2 .pixel_slide_box h3 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}
.pixel_slider_style2 .pixel_slide_box p:after{
    position: absolute;    
    width: 126px;
    height: 90px;
    content: "";
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_slider_style2 .pixel_slide_box p {
    font-size: 16px;
    line-height: 26px;
	position:relative;
}
.slick-slide {
    height: auto;
}
.pixel_slider_style2 .pixel_slide_foo_text h1 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
}
.pixel_slider_style2 .test_slider .slick-dots {
    position: absolute;
    bottom: 60px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_slider_style2 .test_slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.pixel_slider_style2 .test_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	 border: 1px solid #c39b60;
	 border-radius:100%;
}
.pixel_slider_style2 .test_slider .slick-dots li button:before {
    font-size: 10px;
    line-height: 10px;
    width: 11px;
    height: 11px;
    content: '';
    text-align: center;
    opacity: 1;
    color: transparent;
	background: transparent;
    border-radius: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.pixel_slider_style2 .test_slider .slick-dots li.slick-active button:before {
    opacity: 1;
	background: #c39b60;
   	transform:scale(1);
   	-webkit-transform:scale(1);
   	-moz-transform:scale(1);
   	-ms-transform:scale(1);
}
.pixel_slider_style2 .pixel_slide_foo_img {
    margin-top: 15px;
}
.pixel_slider_style2 .pixel_slide_foo_img img{
	border-radius:100%;
}
/****My Slider Stye3****/

.pixel_slider_style3 .test_slider {
    border: 6px solid #f2f2f2;
    text-align: center;
    border-radius: 147px;
    padding: 35px 0px 30px;
}
.pixel_slider_style3 .pixel_slide_foo_img {
    margin-bottom: 10px;
}
.pixel_slider_style3 .pixel_slide_foo_img img {
    display: inline-block;
    border-radius: 100%;
}
.pixel_slider_style3 .pixel_slide_box p {
    font-size: 18px;
    color: #222;
    font-style: italic;
    line-height: 26px;
    width: 80%;
    margin: 0 auto;
}
.pixel_slider_style3 .pixel_slide_foo_text h3 {
    font-size: 22px;
    color: #353c55;
    font-weight: bold;
    padding-top: 15px;
    text-transform: capitalize;
}
.pixel_slider_style3 .slick-arrow {
    position: absolute;
	width:30px;
	height:30px;
	border:2px solid #f2f2f2;
	border-radius:100%;
	line-height:25px;
	cursor:pointer;
	color:#535353;
	z-index:1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.68, 0.97);
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.68, 0.97);
	-moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.68, 0.97);
	-ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.68, 0.97);
}
.pixel_slider_style3 .pixel_prev_arrow.slick-arrow {
    left: 37%;
    top: 21%;
}
.pixel_slider_style3 .pixel_next_arrow.slick-arrow {
    right: 37%;
    top: 21%;
}
.pixel_slider_style3 .slick-arrow:hover{
	background-color:#ea3c29;
	color:#fff;
	border-color:#ea3c29;
}
.pixel_slider_style3 .slick-arrow:hover svg path{
	fill: #fff;
}
/*******My Slider Style4********/
.pixel_slider_style4 .pixel_slide_box {
    text-align: center;
    background-color: #b59e00;
    padding: 50px 50px 35px 50px;
    color: #fff;
}
.pixel_slider_style4 .pixel_slide_box p{
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding-top: 10px;
}
.pixel_slider_style4 .pixel_slide_foo_img {
    display: inline-block;
    position: absolute;
    top: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_slider_style4 .pixel_slide_foo_img img {
    border-radius: 100%;
    border: 6px solid ;
}
.pixel_slider_style4 .test_slider_inner.slick-slide.slick-cloned {
    padding-top: 50px;
}
.pixel_slider_style4 .pixel_slide_foo_text h3 {
    font-size: 22px;
    color: #fff;
    padding-top: 15px;
	text-transform:capitalize;
}
.pixel_slider_style4 .test_slider_inner.slick-slide{
    padding-top: 50px;
}
.pixel_slider_style4 .slick-dots li button:before {
    color: #fff;
}
.pixel_slider_style4 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.slick-arrow{
	z-index:1;
}
/*************My Slider Style5***************/
.pixel_slider_style5 .pixel_test_box img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: none;
    position: relative;
    display: inline-block;
	transition:all 0.3s cubic-bezier(0.42, 0, 0.82, 0.96);
	margin:15px 0px;
	border:2px solid transparent;
}
.pixel_slider_style5 .slick-image {
    width: 40%;
	margin:0 auto;
}
.pixel_slider_style5 .slick-slide {
    text-align: center;
}
.slick_cls {
    display: none;
}
.pixel_slider_style5 .slick-center img{
	width:80px;
	height:80px;
	margin:0px;
	border-color:#37cea8;
}
.pixel_slider_style5 .slick_contents {
    margin-top: 25px;
	position:relative;
}
.pixel_slider_style5 .slick_contents:after{
    position: absolute;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    width: 208px;
    height: 158px;
    left: 50%;
    top: -10px;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_slider_style5 .slick_contents p{
    line-height: 26px;
    font-size: 16px;
    margin: 0px 40px;
	
}
.pixel_slider_style5 .slick_contents h3{
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
	text-transform:capitalize;
}
.pixel_slider_style5 .slick_contents h3 span{
	color:#707070;
	font-size:16px;
	font-weight:400;
}
.pixel_fourth_section.pixel_testimonial_slider2 {
    padding: 100px 0px;
}
.pixel_slider_style5 .slick-prev, .pixel_slider_style5 .slick-next {
    background: transparent;
}
.pixel_slider_style5 .slick-arrow {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 49px;
    border-radius: 100%;
}
.pixel_slider_style5 .pixel_prev_arrow.slick-arrow {
    right: -20px;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_slider_style5 .pixel_next_arrow.slick-arrow {
    top: 52%;
    left: -20px;
	    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_slider_style5 .test_slider .slick-dots {
    bottom: -22px;
}
/**************My Slider Style6**************/
.pixel_slider_style6 .pixel_slide_box {
    background-color: #fff;
    color: #707070;
    display: flex;
    padding: 50px 30px;
	align-items: center;
    border: 1px solid #efefef;
	/* box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1); */
}
.pixel_slider_style6 .pixel_slide_foo_img {
    width: 130px;
}
.pixel_slider_style6 .pixel_slide_data {
    padding-left: 100px;
	position:relative;
}
.pixel_slider_style6 .pixel_slide_data:after{
    width: 1px;
    height: 135px;
    background-color: #e9e9e9;
    position: absolute;
    left: 50px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_slider_style6 .pixel_slide_data p {
    font-size: 16px;
    line-height: 26px;
}
.pixel_slider_style6 .slick-slide img {
    max-width: initial;
    border-radius: 100%;
	width: 130px;
}
.pixel_slider_style6 .pixel_slide_foo_text {
    display: flex;
}
.pixel_slider_style6 .pixel_slide_foo_text span {
    margin-top: 3px;
}
.pixel_slider_style6 .pixel_slide_foo_text h3{
    font-size: 22px;
    color: inherit;
    text-transform: capitalize;
}
.pixel_slider_style6 .pixel_slide_footer {
    padding-top: 15px;
}
.pixel_slider_style6 .pixel_prev_arrow.slick-arrow {
    left: -50px;
}
.pixel_slider_style6 .pixel_next_arrow.slick-arrow {
    right: -50px;
}
.pixel_slider_style6 .slick-arrow{
	position:absolute;
	top: 50%;
	width: 30px;
    height: 30px;
    text-align: center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	z-index:10;
}
.pixel_slider_style6 .test_slider .slick-dots {
    bottom: -15px;
}
/*************My Slider Style7**************/
.pixel_slider_style7 .test_slider .pixel_slide_box {
    text-align: center;
	color:#707070;
	padding: 20px 0px;
}
.pixel_slider_style7 .pixel_slide_foo_img img {
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #ccc;
    width: 120px;
}
.pixel_slider_style7 .pixel_slide_data {
    color: inherit;
    text-align: center;
    position: relative;
    padding-top: 15px;
}
.pixel_slider_style7 .pixel_slide_data p {
    line-height: 26px;
    padding: 0px 50px;
    font-style: italic;
}
.pixel_slider_style7 .test_slider .slick-dots {
    bottom: -25px;
}
.pixel_slider_style7 .pixel_slide_foo_text {
    padding-top: 15px;
}
.pixel_slider_style7 .slick-arrow {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px 8px 8px 8px;
    top: 50%;
	background-color:#fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_slider_style7 .pixel_prev_arrow.slick-arrow {
    left: -15px;
}
.pixel_slider_style7 .pixel_next_arrow.slick-arrow {
    right: -15px;
}
/*************My Slider Style8**************/
.pixel_slider8_main_wrapper{
	background-size: cover;
	width:100%;
	background-repeat:no-repeat;
	padding: 300px 0px 100px;
}
.pixel_slider_style8 .pixel_slide_box {
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.pixel_slider_style8 .pixel_slide_data {
    padding-left: 50px;
}
.pixel_slider_style8 .pixel_slide_data h1 {
    font-size: 32px;
    color: inherit;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    padding-right: 52px;
    font-weight: 500;
}
.pixel_slider_style8 .pixel_slide_data h1:after{
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #fff;
    right: 0;
    content: "";
    top: 50%;
}
.pixel_slider_style8 .pixel_slide_data p{
	line-height:26px;
}
.pixel_slider_style8 .pixel_slide_foo_text {
    display: flex;
    padding-top: 10px;
    align-items: center;
}
.pixel_slider_style8 .pixel_slide_foo_img img{
	max-width:initial;
	border:15px solid;
	border-radius:100%;
}
.pixel_slider_style8 .pixel_slide_foo_text h3 {
    color: inherit;
    text-transform: capitalize;
    font-size: 22px;
    margin-right: 5px;
    font-weight: 400;
	margin-bottom: 0px; 
}
.pixel_slide_foo_img {
    position: relative;
}
.pixel_slider_style8 .pixel_slide_foo_img:before {
    position: absolute;
    content: '';
    left: -15px;
    top: -57px;
    width: 70px;
    height: 70px;
    z-index: 1;
    display: block;
}
.pixel_slider_style8 .slick-slide {
    padding-top: 65px;
}
.pixel_slider_style8 .slick-arrow {
    z-index: 1;
    position: absolute;
    top: 63px;
    right: 0;
    width: 80px;
    height: 41px;
    text-align: center;
    line-height: 42px;
    border: 1px solid ;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #18499e;
}
.pixel_slider_style8 .slick-arrow i {
    line-height: 40px;
}
.pixel_slider_style8 span.pixel_prev_arrow.slick-arrow {
    right: 100px;
}
.pixel_slider_style8 span.pixel_next_arrow.slick-arrow {
    right: 0;
}
.pixel_slider_style8 .slick-arrow:hover{
	background-color:#ffffff;
	color:#18499e;
}
.pixel_slider_style8 .test_slider .slick-dots {
    bottom: -25px;
}
/**************My Slider Style9******************/
.pixel_slider_style9 .pixel_slide_box {
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    position: relative;
}
.pixel_slider_style9 .pixel_slide_box:after{
	position:absolute;
	width:
} 
.pixel_slider_style9 .pixel_slide_box img{
	max-width:initial;
}
.pixel_slider_style9 .pixel_slide_foo_img {
    position: absolute;
    border: 1px solid #ccc;
    padding: 10px;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    background-color: #fff;
}
.pixel_slider_style9 .test_slider_inner.slick-slide{
	margin-left:110px;
}
.pixel_slider_style9 .pixel_slide_data {
       padding: 50px 50px 50px 100px;
}
.pixel_slider_style9 .pixel_slide_data p {
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}
.pixel_slider_style9 .pixel_slide_data .pixel_slide_foo_text {
    display: flex;
    align-items: center;
}
.pixel_slider_style9 .pixel_slide_data .pixel_slide_foo_text span {
    padding-top: 10px;
    font-size: 15px;
}
.pixel_slider_style9 .pixel_slide_foo_text h3 {
    font-size: 16px;
    padding-top: 10px;
    text-transform: capitalize;
    font-weight: bold;
}
.pixel_slider_style9 .slick-arrow {
    position: absolute;
    right: -25px;
    width: 50px;
    height: 50px;
    border: 1px solid #e3e3e3;     
    text-align: center;
    line-height: 57px;
    background-color: #fff;
    cursor: pointer;
}
.pixel_slider_style9 .pixel_next_arrow.slick-arrow {
    top: 50%;
}

.pixel_slider_style9 .pixel_prev_arrow.slick-arrow {
    top: 27%;
}
/**********My Slider Style10*********/
.pixel_slider_style10 .pixel_slide_box {
    text-align: center;
    color: #fff;
}
.pixel_slider_style10 .pixel_slide_foo_img {
	display:inline-block;
	position:relative;
    margin-bottom:20px;
}
.pixel_slider_style10 .pixel_slide_foo_img:before, .pixel_slider_style10 .pixel_slide_foo_img:after{
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #319bff;
    content: "";
    left: -110px;
    top: 50%;
}
.pixel_slider_style10 .pixel_slide_foo_img:after {
    right: -110px;
    left: auto;
}
.pixel_slider_style10 .pixel_slide_foo_img img {
    display: inline-block;
    border-radius: 100%;
}

.pixel_slider_style10 .pixel_slide_box p {
    padding: 0px 40px;
    line-height: 26px;
}
.pixel_slider_style10 .pixel_slide_foo_text h3 {
    color: inherit;
    font-size: 22px;
    padding-top: 13px;
    text-transform: capitalize;
}
.pixel_slider_style10 .test_slider .slick-dots {
    bottom: -20px;
}
.pixel_slider_style10 .pixel_slide_box span {
    font-size: 14px;
}
/***********My Slider Style11*******/
.pixel_slider_style11 {
    border: 4px solid #e3e3e3;
    position: relative;
	margin: 0px 30px;
}
.pixel_slider_style11 .pixel_slide_box {
    text-align: center;
    color: #707070;
    position: relative;
    padding: 60px 50px 30px 50px;
}
.pixel_slider_style11 .pixel_slide_foo_img img {
    display: inline-block;
}
.pixel_slider_style11 .pixel_slide_foo_img {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 105px;
    border: 4px solid #e3e3e3;
    border-radius: 100%;
    position: absolute;
    top: -45px;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_slider_style11 .pixel_slide_foo_text h3 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
    text-transform: capitalize;
}
.pixel_slider_style11 .pixel_slide_foo_text span {
    font-size: 15px;
}
.pixel_slider_style11 .slick-prev, .pixel_slider_style11 .slick-next {
    width: 50px;
    height: 50px;
    color: #4c4c4c;
    background: #fff;
    border: 4px solid #e3e3e3;
}
.pixel_slider_style11 .slick-prev:before, .pixel_slider_style11 .slick-next:before {
    font-size: 23px;
    opacity: 1;
    color: #4c4c4c;
}
.pixel_slider_style11 .slick-prev:hover, .pixel_slider_style11 .slick-next:hover{
	background-color:#fff;

} 
.pixel_slider_style11 .slick-prev:hover:before, .pixel_slider_style11 .slick-next:hover:before {
    	color:#ff8e20;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.pixel_slider_style11 .pixel_slide_foo_img svg path{
	fill:#222; 
}
/************My Style Slider12***********/
.pixel_slider_style12 .pixel_slide_box {
    display: flex;
    background-color: #319bff;
    color: #fff;
    padding: 30px 70px 30px 30px;
    justify-content: center;
    align-items: center;
}
.pixel_slider_style12 .pixel_slide_foo_img img {
    max-width: initial;
    border-radius: 100%;
}
.pixel_slider_style12 .pixel_slide_data {
    text-align: left;
    padding-left: 30px;
}
.pixel_slider_style12 .pixel_slide_data:after{
    position: absolute;
    width: 148px;
    height: 111px;
    content: "";
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_slider_style12 .pixel_slide_data p {
    line-height: 26px;
    margin-bottom: 20px;
}
.pixel_slider_style12 .pixel_slide_foo_text h3 {
    color: inherit;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    line-height: 25px;
}
.pixel_slider_style12 .pixel_slide_foo_text span {
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 10px;
}
.pixel_slider_style12 .pixel_slide_foo_text {
    display: flex;
}
.pixel_slider_style12 .slick-arrow {
    z-index: 1;
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #222;
    text-align: center;
    line-height: 35px;
    color: #fff;
	cursor:pointer;
}
.pixel_slider_style12 .slick-slide {
    padding-top: 17px;
}
.pixel_slider_style12 .pixel_prev_arrow.slick-arrow {
    right: 45px;
}
.pixel_slider_style12 .pixel_next_arrow.slick-arrow {
    top: 0;
}
.pixel_box_shadow{
	box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
}
/***************My Style Slider 13*****************/
.slick-arrow {    
    z-index: 1;
    position: absolute;
	cursor:pointer;
}
.pixel_slider_style13 .pixel_slide_box {
	    border: 1px solid #d5d5d5;
    padding: 65px 100px;
    text-align: center;
}
.pixel_slider_style13 .pixel_slide_foo_img img{
	display:inline-block;
	border-radius:100%;
}
.pixel_slider_style13 .pixel_slide_data p {
    line-height: 26px;
}
.pixel_slider_style13 .pixel_slide_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.pixel_slider_style13 .pixel_slide_foo_text {
    padding-left: 20px;
    text-align: left;
}
.pixel_slider_style13 .pixel_slide_foo_text h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
		text-transform:capitalize;
}
.pixel_slider_style13 .slick-arrow {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 2px;
    border: 1px solid #d5d5d5;
    height: 50px;
    padding: 0px 36px;
    line-height: 50px;
    border-radius: 24px;
    background-color: #fff;
	    color: #222;
    font-size: 18px;
}
.pixel_slider_style13 .pixel_next_arrow.slick-arrow {
    right: 60px;
}
.pixel_slider_style13 .pixel_prev_arrow.slick-arrow {
    right: 170px;
}
.pixel_slider_style13 .slick-slide {
    margin-bottom: 25px;
}
.pixel_slider_style13 .pixel_slide_data {
    position: relative;
}
.pixel_slider_style13 .pixel_slide_data:before{
    position: absolute;
    background-image: url(../images/slider/slider_bg.png);
    width: 207px;
    height: 206px;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.pixel_slider_style13 .test_slider .slick-dots {
    bottom: 42px;
}
/*************My Style Slider 14************/
.pixel_slider_style14 .pixel_slide_box {
    display: flex;
	align-items:center;
	justify-content:center;
}
.pixel_slider_style14 .pixel_slide_foo_img img {
    max-width: initial;
    margin-right: 50px;
    border-radius: 100%;
	border:2px solid #ddd;
}
.pixel_slider_style14 .pixel_slide_foo_img:after{
	position: absolute;
    width: 2px;
    height: 175px;
    background-color: #ddd;
    content: "";
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_slider_style14 .pixel_slide_footer {
    display: inline-block;
    border: 2px solid #ddd;
    padding: 11px 15px;
    border-radius: 22px;
    margin-top: 30px;
}
.pixel_slider_style14 .pixel_slide_foo_text {
    display: flex;
    align-items: center;
}
.pixel_slider_style14 .pixel_slide_foo_text h3{
	font-size:22px;
	font-weight:900;
	text-transform:capitalize;
	margin-right:10px;
}
.pixel_slider_style14 .pixel_next_arrow.slick-arrow {
    right: 60px;
    border-radius: 20px 0px 0px 20px;
}
.pixel_slider_style14 .pixel_prev_arrow.slick-arrow {
    right: 0;
    border-radius: 0px 20px 20px 0px;
}
.pixel_slider_style14 .slick-arrow {
    right: 0;
    bottom: 0;
    height: 50px;
    border: 2px solid #ddd;
    line-height: 50px;
    padding: 0px 20px;
	color:#9a9a9a;
	background-color:#fff;
	font-size: 23px;
}
.pixel_slider_style14 .slick-arrow:hover{
	border-color:#5d74ff;
	color:#5d74ff;
}
/*************My Slider Style15***************/
.pixel_slider_style15 .pixel_test_box img {
    width: 101px;
    height: 101px;
    border-radius: 100%;
    border: none;
    position: relative;
    display: inline-block;
	transition:all 0.3s cubic-bezier(0.42, 0, 0.82, 0.96);
	margin:20px 0px;
}
.pixel_slider_style15 .slick-image {
    width: 40%;
    margin: 0 auto;
    z-index: 1;
}
.pixel_slider_style15 .slick-slide {
    text-align: center;
}
.slick_cls {
    display: none;
}
.pixel_slider_style15 .slick-center img{
	width:140px;
	height:140px;
	margin:0px;
}
.pixel_slider_style15 .slick_contents {
    margin-top: -70px;
    position: relative;
    border: 1px solid #ececec;
    padding: 85px 100px 30px;
}
.pixel_slider_style15 .slick_contents p{
    line-height: 26px;
    font-size: 16px;
    margin: 0px 40px;
	
}
.pixel_slider_style15 .slick_contents h3{
	font-size:22px;
	font-weight:bold;
	margin-top:15px;
	text-transform:capitalize;
}
.pixel_slider_style15 .slick_contents h3 span{
	color:#707070;
	font-size:16px;
	font-weight:400;
}
.pixel_fourth_section.pixel_testimonial_slider2 {
    padding: 100px 0px;
}
.pixel_slider_style15 .test_slider .slick-dots {
    bottom: -16px;
}
/**************style16***********/
.pixel_slider_style16 .pixel_slide_box {
    text-align: center;
}
.pixel_slider_style16 .pixel_slide_foo_img {
    position: relative;
    display: inline-block;
    width: 100px;
    z-index: 1;
}
.pixel_slider_style16 .pixel_slide_foo_img img {
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #319bff;
}
.pixel_slider_style16 .pixel_slide_data {
    border: 1px solid #e7e7e7;
    padding: 80px 60px 30px;
    margin-top: -50px;
    position: relative;
}
.pixel_slider_style16 .pixel_slide_data:after {
    position: absolute;
    background-image: url(../images/new_quote.png);
    width: 127px;
    height: 95px;
    content: "";
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_slider_style16 .pixel_slide_data p {
    font-size: 16px;
    line-height: 26px;
}
.pixel_slider_style16 .pixel_slide_foo_text h3 {
    font-size: 19px;
    text-transform: capitalize;    
}
.pixel_slider_style16 .pixel_slide_foo_text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pixel_slider_style16 .pixel_slide_footer {
    margin-top: 15px;
}
.pixel_slider_style16 .slick-arrow {
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #e7e7e7;
    top: 11%;
    border-radius: 100%;
    background-color: #fff;
    font-size: 20px;
    color: #e7e7e7;
}
.pixel_slider_style16 .pixel_prev_arrow.slick-arrow {
    left: 37%;
}
.pixel_slider_style16 .pixel_next_arrow.slick-arrow {
    right: 37%;
}
/******************Slider Style17*******************/
.pixel_slider_style17 .pixel_slide_box {
    display: flex;
    color: #fff;
    border: 2px solid #e64427;
    padding: 30px 70px 36px 40px;
    align-items: center;
    justify-content: center;     
}

.pixel_slider_style17 .pixel_slide_foo_img img {
    max-width: initial;
    border-radius: 30px 0px 30px 30px;
}
.pixel_slider_style17 .pixel_slide_data {
    margin-left: 20px;
}
.pixel_slider_style17 .test_slider_inner.slick-slide {
    padding-left: 65px;
}
.pixel_slider_style17 .pixel_slide_foo_text h3 {
    font-size: 22px;
    color: #e64427;
	text-transform:capitalize;
}
.pixel_slider_style17 .pixel_slide_foo_text {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.pixel_slider_style17 .pixel_slide_foo_img {
    position: relative;
    width: 130px;
    margin-left: -106px;
    margin-right: 20px;
}
.pixel_slider_style17 .slick-arrow {
    width: 50px;
    height: 50px;
    right: 0;
    border: 2px solid #e64427;
    line-height: 52px;
    text-align: center;
    background-color: #130c1b;
}
.pixel_slider_style17 .pixel_next_arrow.slick-arrow {
    right: 50px;
    bottom: -25px;
    border-radius: 0px 15px 15px 15px;
}

.pixel_slider_style17 .pixel_prev_arrow.slick-arrow {
    bottom: -25px;
    right: 120px;
    border-radius: 15px 0px 15px 15px;
}
/***************Slider Style18************/
.pixel_slider_style18 .test_slider.slick_crousel{
	background-color: #fff;
	border: 2px solid #e5a221;
}
.pixel_slider_style18 .pixel_slide_box {
    text-align: center;
    color: #707070;
	padding: 40px 50px;
}
.pixel_slider_style18 .pixel_slide_box p {
    padding: 0px 50px;
    line-height: 26px;
}
.pixel_slider_style18 .pixel_slide_foo_text h3 {
    font-size: 25px;
    margin-top: 10px;
    color: #e5a221;
    text-transform: capitalize;
}
.pixel_slider_style18 .pixel_slide_footer {
    margin-top: 20px;
}
/***************Slider Style19***********/
.pixel_slider_style19 .pixel_slide_data {
    padding: 50px 100px;
    border: 1px solid #319bff;
    text-align: center;
}
.pixel_slider_style19 .pixel_slide_foo_img img {
    border-radius: 100%;
}
.pixel_slider_style19 .pixel_slide_footer {
    display: flex;
    margin-left: 155px;
    align-items: center;
    margin-top: 50px;
}
.pixel_slider_style19 .pixel_slide_foo_text {
    margin-left: 25px;
}
.pixel_slider_style19 .pixel_slide_foo_text h3 {
    font-size: 22px;
}
.pixel_slide_data {
    position: relative;
}
.pixel_slider_style19 .pixel_slide_data:before {
    position: absolute;
    content: "";
    box-sizing: border-box;
    height: 35px;
    width: 35px;
    bottom: -18px;
    left: 179px;
    border-style: solid;
    border-color: #319bff;
    border-width: 0px 1px 1px 0px;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.pixel_slider_style19 .slick-prev, .pixel_slider_style19 .slick-next{
	top:29%;
}
/****************Slider Style 20******************/
.pixel_slider_style20 .test_slider.slick_crousel{
    border: 7px solid #319bff;
    padding: 25px;
}
.pixel_slider_style20 .pixel_slide_box {
    display: flex;
    color: #222;
    align-items: center;
}
.pixel_slider_style20 .pixel_slide_foo_img img {
    max-width: initial;
}
.pixel_slider_style20 .pixel_slide_foo_text h1 {
    font-size: 20px;
}
.pixel_slider_style20 .pixel_slide_data p {
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
}
.pixel_slider_style20 .pixel_slide_foo_img {
    margin-right: 15px;
}
.pixel_slider_style20 .pixel_slide_data {
    margin-left: 15px;
}
.pixel_slider_style20 .pixel_slide_foo_text {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.pixel_slider_style20 {
    position: relative;
}
.pixel_slider_style20 .pixel_slide_foo_text h3 {
    font-size: 20px;
	font-weight: bold;
}
.pixel_slider_style20 .pixel_quote_img {
    position: absolute;
    right: 55px;
    top: -30px;
    background-color: #fff;
    z-index: 1;
    padding: 5px;
}
/****************Slider Style 21*******************/
.pixel_slider_style21 .pixel_slide_box {
    display: flex;
    padding: 30px 35px;
    background-color: #319bff;
    color: #fff;
    align-items: center;
}
.pixel_slider_style21 .pixel_slide_foo_img img {
    max-width: initial;
    border-radius: 100%;
}
.pixel_slider_style21 .pixel_slide_foo_img:after{
	position: absolute;
    width: 1px;
    height: 124px;
    content: "";
    right: -20px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_slider_style21 .pixel_slide_foo_img {
    position: relative;
    margin-right: 40px;
}
.pixel_slider_style21 .pixel_slide_foo_text {   
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pixel_slider_style21 .slick-slide {
  margin: 0px 10px;
}
.pixel_slider_style21 .test_slider .slick-dots {             
    bottom: -30px;   
}
.pixel_slider_style21 .pixel_slide_foo_text h3 {
    font-size: 20px;
    color: inherit;
}
.pixel_slider_style21 .pixel_slide_data p {
    line-height: 26px;
}
.pixel_slider_style21 .pixel_slide_data:after {
    position: absolute;
    background-image: url(../images/slider/quote4.png);
    width: 108px;
    height: 81px;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
/**************Slider Style 22***************/
.pixel_slider_style22 .pixel_slide_box {
    background-color: #319bff;
    text-align: center;
    padding: 30px 30px 20px;
    color: #fff;
    position: relative;
    min-height: 200px;
}
.pixel_slider_style22 .pixel_slide_foo_img {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);   
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.pixel_slider_style22 .pixel_slide_foo_img img {
    display: inline-block;
    border-radius: 100%;
    border: 10px solid #fff;
}
.pixel_slider_style22 .test_slider_inner.slick-slide{
    padding-top: 90px;
}
.pixel_slider_style22 .pixel_slide_data p {
    padding: 15px 30px;
    line-height: 26px;
}
.pixel_slider_style22 .pixel_slide_foo_text h3 {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    position: relative;
	text-transform:capitalize;
}
.pixel_slider_style22 .pixel_slide_foo_text h3:before{
	position:absolute;
	width:33px;
	height:1px;
	background-color:#b2ca4d;
	left:-50px;
	content:"";
	top:50%;
}
.pixel_slider_style22 .pixel_slide_foo_text h3:after{
	left:auto;
	right:-50px;
}
.pixel_slider_style22 .pixel_slide_data {
    position: relative;
    margin-top: 0;
}
.pixel_slider_style22 .pixel_slide_data:after{
	position:absolute;
	background-image:url(../images/slider/quote5.png);
	width:130px;
	height:93px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	content:"";
	}
	.pixel_slider_style22 .slick-arrow {
    right: 50px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.18);
}
.pixel_slider_style22 .pixel_prev_arrow.slick-arrow {
    right: 0px;
}
.pixel_slider_style22 .pixel_next_arrow.slick-arrow {
    background-color: #fff;
}
.pixel_slider_style22 .slick-arrow:hover svg path{
	stroke:#ccc;
}
/***********Slider Style 23**********/
.pixel_slider_style23 .pixel_slide_box {
    text-align: center;
    color: #fff;
	position:relative;
	padding-bottom: 50px;
}
.pixel_slider_style23 .pixel_slide_box:before{
    position: absolute;
    width: 299px;
    height: 213px;
    top: 40px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_slider_style23 .pixel_slide_box img {
    display: inline-block;
    border-radius: 100%;
}

.pixel_slider_style23 .pixel_slide_foo_text h3 {
    font-size: 26px;
    color: inherit;
	text-transform:capitalize;
}
.pixel_slider_style23 .pixel_slide_data p {
    padding: 15px 76px;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
	line-height: 30px;
}
.pixel_slider_style23 .slick-arrow {
    top: 50%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    text-align: center;
    line-height: 89px;
    border-radius: 100%;
	transform:translateY(-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}
.pixel_slider_style23 .pixel_prev_arrow.slick-arrow {
    right: -70px;
}
.pixel_slider_style23 .pixel_next_arrow.slick-arrow {
    left: 0px;
}
.pixel_slider_style23 .test_slider .slick-dots {
    bottom: -30px;
}
/************Slider Style 24**********/
.pixel_slider_style24 .pixel_slide_box {
    background-color: #fff;
    color: #707070;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    box-shadow: 1px 0px 10.84px 2.16px rgba(0, 0, 0, 0.1);
	position:relative;
}
.pixel_slider_style24 .pixel_slide_box:before{
    position: absolute;
    background-image: url(../images/slider/slider_bg1.png);
    width: 118px;
    height: 118px;
    content: "";
    top: -25px;
    left: -25px;
    z-index: -1;
}
.pixel_slider_style24 .pixel_slide_box:after{
    position: absolute;
    background-image: url(../images/slider/slider_bg2.png);
    width: 118px;
    height: 118px;
    content: "";
    bottom: -25px;
    right: -25px;
    z-index: -1;
}
.pixel_slider_style24 .pixel_slide_foo_img {
    position: relative;
    margin-right: 30px;
}
.pixel_slider_style24 .pixel_slide_data {
    position: relative;
    margin-left: 30px;
    text-align: center;
    padding-right: 80px;
}
.pixel_slider_style24 .pixel_slide_foo_img img {
    max-width: initial;
}
.pixel_slider_style24 .test_slider_inner{
    padding: 25px;
}
.pixel_slider_style24 .pixel_slide_data p {
    font-size: 18px;
    font-style: italic;
}
.pixel_slider_style24 .pixel_slide_foo_text h3 {
	font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.pixel_slider_style24 .test_slider .slick-dots {
    bottom: 0;
}
/***************Slider Style 25**************/
.pixel_slider_style25 .pixel_slide_box {
    display: flex;
	color:#222;
	align-items:center;
}
.pixel_slider_style25 .pixel_slide_foo_img img{
	max-width:inherit;
}
.pixel_slider_style25 .pixel_slide_foo_img {
   margin-right:20px;
   position:relative;
}
   .pixel_slider_style25 .test_slider_inner.slick-slide{
    padding-left: 30px;
    padding-bottom: 30px;
}
   .pixel_slider_style25 .pixel_slide_foo_img:before{
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 249px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    z-index: -1;
   }
   .pixel_slider_style25 .pixel_slide_data {
    margin-left:20px
}
.pixel_slider_style25 .pixel_slide_data p{
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
}
.pixel_slider_style25 .pixel_slide_data h3{
	font-size:32px;
	font-weight:bold;
	text-transform:capitalize;
}
.pixel_slider_style25 .pixel_slide_foo_text {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pixel_slider_style25 .pixel_slide_foo_text span {
    font-size: 15px;
}
/***************Slider Style 26**************/
.pixel_slider_style26 .pixel_slide_data {
    position: relative;
    border: 1px solid #319bff;
    padding: 140px 100px 50px;
    text-align: center;
    margin-top: -70px;
    z-index: -1;
}
.pixel_slider_style26 .pixel_slide_data:after{
    position: absolute;
    background-image: url(../images/slider/quote6.png);
    width: 247px;
    height: 186px;
    content: "";
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
.pixel_slider_style26 .pixel_slide_iframe {
	position:relative;
    text-align: center;
    z-index: 1;
	display: inline-block;
}
.pixel_slider_style26 .test_slider_inner.slick-slide{
    padding-top: 20px;
}
.pixel_slider_style26 .pixel_slide_iframe:before, .pixel_slider_style26 .pixel_slide_foo_img:before{
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	background-color:#319bff;
	top:-20px;
	left:-20px;
	z-index:-1;
}
.pixel_slider_style26 .pixel_slide_iframe img {
    display: inline-block;
}
.pixel_slider_style26 .pixel_slide_data p {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}
.pixel_slider_style26 .pixel_slide_foo_text h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
	text-transform:capitalize;
}
.pixel_slider_style26 .pixel_slide_box {
    text-align: center;
}
/*------------------Portfolio Css Start-----------------*/
.pixel_grid .pixel_gal_wrapper {
    width: 100%;
    display: flex;
}
.pixel_grid .element-item {
    width: 33.333%;
	float: left;
}
.pixel_gal_overlay {
    position: absolute;
	background-image: -moz-linear-gradient( 90deg, rgba(168, 224, 99, 0.9) 0%, rgba(86, 171, 47, 0.9) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(168, 224, 99, 0.9) 0%, rgba(86, 171, 47, 0.9) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(168, 224, 99, 0.9) 0%, rgba(86, 171, 47, 0.9) 100%);
    left: 20px;
	right:20px;
	bottom:20px;
    top: 20px;
	opacity:0;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.6, 0.99);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.6, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.6, 0.99);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.6, 0.99);
}
.pixel_gal_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);        
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pixel_gal_icon i {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    color: #fff;
    margin: 0px 5px;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    position: relative;
    -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;
    transition: transform 0.3s, opacity 0.3s;
}
.pixel_gal_box:hover .pixel_gallery_img .pixel_gal_overlay {
    opacity:1;
}
.pixel_gal_box:hover .pixel_gallery_img .pixel_gal_icon i{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pixel_gallery_img{
	position:relative;
	overflow:hidden;
}
/*---------- gallery overlay style2 --------*/
.pixel_gal_box.pixel_only_content .pixel_gal_overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pixel_gal_box.pixel_only_content .pixel_gal_icon {
    top: auto;
    bottom: 10px;
    right: 10px;
    left: auto;
    transform: none;
    border-bottom: 90px solid #fff;
    border-left: 90px solid transparent;
    z-index: 1;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	opacity:0;
}
.pixel_gal_box.pixel_only_content .pixel_gal_icon a {
    position: absolute;
    bottom: -67px;
    right: 15px;
    width: 21px;
    height: 15px;
	-webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -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;
    transition: transform 0.3s, opacity 0.3s;
	opacity:0;
}
.pixel_gal_box.pixel_only_content .pixel_gal_icon img{
	display:block;
}
.pixel_gal_box.pixel_only_content .pixel_gal_data {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    width: 80%;
    text-align: center;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}
.pixel_gal_box.pixel_only_content .pixel_gal_data h3 {
    color: #fff;
    text-transform: capitalize; 
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pixel_gal_box.pixel_only_content .pixel_gal_data h3 a{
	color:inherit;
}
.pixel_gal_box.pixel_only_content .pixel_gal_data h3:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background: #fff;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.pixel_gal_box.pixel_only_content .pixel_gal_data p {
    color: #fff;
}
.pixel_gal_box.pixel_only_content:hover .pixel_gal_data{
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
	opacity:1;
}
.pixel_gal_box.pixel_only_content:hover .pixel_gal_icon, .pixel_gal_box.pixel_only_content:hover .pixel_gal_icon a{
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);	
}
/*-----portfolio style 3 start----*/
.pixel_gal_box.pixel_inlinestyle {
    display: flex;
    width: 100%;
}
.pixel_gal_box.pixel_inlinestyle .pixel_gallery_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 30%;
    max-width: 30%;
    border-radius: 100%;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}
.pixel_gal_box.pixel_inlinestyle .pixel_gallery_img img {
    border-radius: 100%;
    border: 25px solid #ccc;
}
.pixel_gal_box.pixel_inlinestyle .pixel_gal_data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-top: 20px;
}
.pixel_gal_box.pixel_inlinestyle .pixel_gal_data h3 {
    background: #f1f1f1;
    margin-left: -50px;
    padding: 20px 0 20px 70px;
    border-radius: 0px 50px 50px 0px;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: capitalize;
}
.pixel_gal_box.pixel_inlinestyle .pixel_gal_data p {
    padding-left: 20px;
}
/*-----portfolio style 3 end----*/
/*------------Portfolio With Filter------------*/
.pixel_filter_menu {
    text-align: center;
    margin-bottom: 50px;
}
.pixel_grid_filter .element-item {
    width: 33.333%;
	float:left;
}
.pixel_filter_menu ul li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d5d5d5;
    padding: 0 30px;
    border-radius: 50px;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    margin: 0 10px;
    cursor: pointer;
	background-image:transparent;
}
.pixel_filter_menu ul li:hover, .pixel_filter_menu ul li.active{
	color:#fff;
	background: #319bff;
}
/*---------------------Gallery With Column-------------------*/
.pixel_btm_marger30{
	margin-bottom:30px;
}
.pixel_left_padder{
	padding-left:0px;
}
.pixel_right_padder{
	padding-right:0px;
}
.pixel_left_padder_15{
	padding-left:15px;
}
.pixel_right_padder_15{
	padding-right:15px;
}
.pixel_gallery_img img {
    width: 100%;
}
/***********************Client Slider Start**********************/
.pixel_client_slider{
	padding: 50px 0px;
}
.pixel_client_slider .slick-slide, .pixel_client_slider1 .slick-slide {
    height: auto;
	margin-right:15px;
    margin-left:15px;
}
.pixel_client_slider .pixel_client_box {
    border: 1px solid #d5d5d5;
	text-align:center;
}
.pixel_client_slider .pixel_client_box img{   
	display:inline-block; 
}
.pixel_client_slider .slick-dots li {
    margin: 0px;
}
.pixel_client_slider .slick-dots {
    bottom: -40px;
}
.pixel_client_slider .slick-dots li button {
    width: 15px;
    height: 15px;
}
.pixel_client_slider .slick-dots li button:before {
    font-size: 12px;
    width: 15px;
    height: 15px;
    color: #666;
}
.pixel_client_slider .slick-dots li.slick-active button:before {
    opacity: .75;
    
	color: #666;
}
.pixel_client_slider .slick-arrow {
    top: 50%;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 30px;
    border: 1px solid #666;
    text-align: center;
    background-color: #666;
    color: #fff;
    border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_client_slider .slick-arrow i{
	font-size:20px;
	color:#fff;
	line-height:30px;
}
.pixel_client_slider .pixel_clnt_next_arrow{
	right:-25px;
}

.pixel_client_slider .pixel_clnt_prev_arrow{
	left:-25px;
}
/*****************Style2********************/
.pixel_client_slider.pixel_client_slider_style2 {
    border: 1px solid #d5d5d5;
    padding: 30px;
    text-align: center;
}
.pixel_client_slider.pixel_client_slider_style2 .pixel_client_box{
	border:none;
}
.pixel_client_slider.pixel_client_slider_style2 .slick-dots {
    bottom: -65px;
}
/*******************Style3*****************/
.pixel_client_slider.pixel_client_slider_style3 .pixel_next_arrow.slick-arrow {
    right: -20px;
}

.pixel_client_slider.pixel_client_slider_style3 .pixel_prev_arrow.slick-arrow {
    left: -20px;
}
.pixel_client_slider.pixel_client_slider_style3 .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_client_slider.pixel_client_slider_style3 .pixel_client_box {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 0px 16px 0px 16px;
}
/******************Style4********************/
.pixel_client_slider.pixel_client_slider_style4 .slick-arrow {
    top: -50px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid #d5d5d5;
    background-color: d5d5d5;
    line-height: 29px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.pixel_client_slider.pixel_client_slider_style4 .pixel_prev_arrow.slick-arrow {
    right: 55px;
}
.pixel_client_slider.pixel_client_slider_style4 .slick-arrow i {
    line-height: 29px;
}
/********************Style5*******************/
.pixel_client_slider.pixel_client_slider_style5 .pixel_client_box{
	border:none;
}
/**************style6************/
.pixel_client_slider.pixel_client_slider_style6 .pixel_client_box {
    border: 1px solid #d5d5d5;
    text-align: center;
	background-color:#fff;
	    padding: 20px 0px;
}
.pixel_client_slider.pixel_client_slider_style6 .slick-arrow {
    top: 50%;
	background-color: transparent;
    border: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_client_slider.pixel_client_slider_style6 .pixel_prev_arrow.slick-arrow {
    right: -40px;
}
.pixel_client_slider.pixel_client_slider_style6 .pixel_next_arrow.slick-arrow {
    left: -40px;
}
.pixel_client_slider.pixel_client_slider_style6 .slick-arrow:hover svg path{
	fill:#dc143c;
}
/******************Grid Style*****************/
.pixel_marger_btm30{
	margin-bottom:30px;
}
.pixel_client_grid.pixel_client_slider .pixel_client_box{
	margin-bottom:30px;
}
.pixel_client_box{
	padding: 40px 0px;
}
/************************List Style Start*******************************/

/***Style1***/
.pixel_list ul li .pixel_list_icon{
    color: #d16e26;
    text-align: center;    
	margin-right:15px;
	font-size:25px;	
	}
.pixel_list ul li .pixel_list_desc{
	flex:1;
}
.pixel_list ul li span.pixel_list_icon i.fa {
    line-height: 1;
	position: relative;
    top: 0px;     
}	
.pixel_list ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.pixel_list ul li {
    position: relative;
	display:flex;
	align-items: flex-start;
	/* justify-content: center; */ 
    /* align-items: center; */  	
}
.pixel_list ul li a{
	color: inherit;
	display:flex;
	font-size: 18px;
	align-items: center;
}
.pixel_list ul li a:hover {
	color: inherit;
}
.pixel_list ul li.is_list_has_icon{
	margin-bottom:15px;
}
/**Style2 has border*/
.list_has_border ul li{
	align-items: center;
}
.list_has_border ul li .pixel_list_icon{
    color: #d16e26;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    font-size: 16px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.list_has_border ul li a .pixel_list_icon{
	 text-align: center; 
}
.pixel_list_larger ul li .pixel_list_icon{
    width: 60px;
    height: 60px;
    font-size: 36px;   
    line-height: 60px;
}
.pixel_list_larger ul li p{
	font-size:18px;
	font-weight:bold;
}
.pixel_list_larger .is_list_has_icon {
    align-items: center;
}
.pixel_list_larger .is_list_has_icon span.pixel_list_icon {
    line-height: 63px;
}
/**style3 has background***/
.list_has_background ul li{
    padding: 15px 20px;
    border-radius: 10px;
}
.list_has_background ul li .pixel_list_icon{
	margin-right:25px
}
.pixel_list.pixel_list_style1 ul li span.pixel_list_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border: 1px solid #d16e26;
    color: #d16e26;
    border-radius: 100%;
    margin-right: 15px;
    font-size: 20px;
}
.pixel_list ul li.list_right {
    flex-direction: row-reverse;
}
.pixel_list ul li.list_right  span.pixel_list_icon{
	margin-left:15px;
	margin-right:0px;
}

.pixel_list ul li a.list_right {
    flex-direction: row-reverse;
}
.pixel_list ul li a.list_right  span.pixel_list_icon{
	margin-left:15px;
	margin-right:0px;
}

.pixel_list.pixel_list_style1 ul li span.pixel_list_icon i.fa {
    line-height: 50px;
}
/**-----Border Style-----**/
/*********************************Counter Css Start***********************************************/
/*-------------------Style1--------------------*/
.pixel_counter_section1{
	padding:100px 0px;
	background-color:#222;
}
.counter_block {
    text-align: center;
    color: #fff;
	position:relative;
}
.counter_block .counter_icon {
    font-size: 40px;
}
.counter_block .counter_icon img {
    /* border-radius: 100%; */
}
.counter_text h4.count_no {
    color: #c39b60;
    font-size: 35px;
    padding: 15px 0px 15px 0px;  
}
.counter_wraper {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size:30px;
}
.counter_text h5 {
    color: inherit;
    font-size: 16px;
}
/*-------------------Style2--------------------*/
.pixel_counter_section{
	/* background-image:url(../images/count_bg.jpg); */
	background-size:cover;
	background-repeat:no-repeat;
	padding:90px 0px;
	position:relative;
	z-index:1;
}
.pixel_counter_section:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity:0.8;
    content: "";
    z-index: -1;
}
.counter_wraper span {
    font-size: 20px;
    margin-left: 5px;    
    line-height: 1;
    position: relative;         
    top: -1px;
}
.pixel_counter_style1 .counter_text {
    color: #fff;
    padding: 0px 25px;
	position:relative;
}
.pixel_counter_divider{
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    right: -15px;
    top: 0;
    content: "";
}
.pixel_counter_style1 .counter_text h4.count_no {
    color: inherit; 
    font-weight: 700;
	font-size:22px;
}
.pixel_counter_style1 .counter_text .counter_wraper{
    color: inherit;
    width: 100px;
    height: 100px;
    font-size: 25px;
    display: flex;
    line-height: 100px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-weight: 500;
    padding: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.pixel_counter_style1 .counter_text h5 {
    color: inherit;
    margin-top: 30px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
	text-transform: capitalize;
}
/*---------------Style3-------------*/
.pixel_counter_section2 .counter_block {
    background-color: #222;
    padding: 30px 10px;
}
/*---------------Style4-------------*/
.pixel_counter_section3{
    padding: 50px 0;
}
.pixel_counter_section3 .counter_block .counter_wraper h4.count_no {
    color: #222222;
    font-size: 42px;
    font-weight: 700;
}
.pixel_counter_section3 .counter_block .counter_wraper h4 {
    color: #222222;
    font-size: 42px;
    font-weight: 700;
}
.pixel_counter_section3 .counter_block .counter_text h5 {
    font-size: 18px;
    color: #6d6d6d;
    text-transform: capitalize;
    font-weight: 600;
}
.pixel_counter_section3 .counter_block .pixel_counter_divider {
    background-color: #eaeaea;
}
/*-------------------------------Img Slider Css Start-----------------------------------*/
.img_slider .slick-slide{
	height:auto;
}
.img_slider .slick-arrow {
    z-index: 1;
    position: absolute;
    cursor: pointer;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ececec;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.img_slider .pixel_next_arrow1.slick-arrow{
	left:-50px;
}
/*--------------------Style1-------------*/
.img_slider.img_slider_style1 .pixel_prev_arrow1.slick-arrow {
    right: -50px;
}
.img_slider.img_slider_style1 .pixel_next_arrow1.slick-arrow {
    right: 0;
	    left: auto;
}
/*--------------------Style2-------------*/
.img_slider.img_slider_style2 .pixel_next_arrow1.slick-arrow {
    left: 0;
    bottom: 50px;
}
.img_slider.img_slider_style2 .slick-arrow{
	bottom:0px;
}
/*----------------------Style3---------------*/
.img_slider.img_slider_style3 .slick-arrow {
    bottom: 0px;
    right: 0;
}
.img_slider.img_slider_style3 .pixel_next_arrow1.slick-arrow {
    right: 0;
    bottom: 50px;
    left: auto;
}
/*----------------------Style4---------------*/
.img_slider.img_slider_style4 .slick-arrow {
    top: -70px;
    right: 0;
}
.img_slider.img_slider_style4 .pixel_next_arrow1.slick-arrow {
    right: 50px;
	left:auto;
}
/*----------------style5-------------*/
.img_slider.img_slider_style5 .slick-arrow {
    bottom: -70px;
    right: 0;
}
.img_slider.img_slider_style5 .pixel_next_arrow1.slick-arrow {
    right: 50px;
	left:auto;
}
/*---------------------------------ZigZag Designs----------------------------------------*/
.pixel_zigzag_box {
    background-color: #ff9c00;
    text-align: center;
    padding: 45px 20px;
    color: #fff;
}
.pixel_zigzag_text h1 {
    color: inherit;
    font-size: 28px;
    font-weight: 600; 
}
.pixel_zigzag_text p {
    margin-top: 10px;
}
.pixel_zigzag_icon {
    display: block;
    position: relative;
}
.pixel_zigzag_icon_border{
    width: 50px;
    height: 4px;
    background-color: #fff;
    left: 50%;
    content: "";
    display: inline-block;
	margin:20px 0px 15px 0px;
}
.pixel_zigzag .pixel_zigzag_common {
    padding: 0px;
}
.pixel_zigzag .pixel_zigzag_common:nth-child(even){
	padding-top:20px;
	
}
.pixel_zigzag .pixel_zigzag_common:nth-child(even) .pixel_zigzag_box{
	    background-color: #f39500;
}
/*----Style1----*/
.pixel_zigzag.pixel_zigzag_style1 .pixel_zigzag_common:nth-child(even){
	padding-top:0px;
	
}
.pixel_zigzag.pixel_zigzag_style1 .pixel_zigzag_common:nth-child(odd){
	padding-top:20px;
}    
.pixel_padder_top20{
	padding-top:20px;
}
.pixel_padder_btm20{
	padding-bottom:20px;
}
.pixel_padder_top65{
	padding-top:65px;
}
.pixel_padder_btm65{
	padding-bottom:65px;
}
.pixel_marger_top-20{
	margin-top:-20px;
}
.pixel_bg_color1{
	background-color:#f39500;
}
/***----------Style2----------------***/
.pixel_zigzag.pixel_zigzag_style1 .pixel_zigzag_text h1 {
    font-size: 22px;
    padding: 0px;
} 
.pixel_zigzag.pixel_zigzag_style1 .pixel_zigzag_text p {
    margin-top: 15px;
    line-height: 26px;
}
.pixel_zigzag_icon i.fa {
    font-size: 70px;
}
/******----------Style3----------*****/
.pixel_zigzag_style2 .pixel_zigzag_common .pixel_zigzag_box{
	padding: 50px 30px;
	box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
}
.pixel_zigzag_style2 .pixel_zigzag_text h1 {
    font-size: 20px;
    font-weight: 700;
}
.pixel_zigzag_style2 .pixel_zigzag_common:nth-child(even){
	padding-top:0px;
	margin-top:-15px;     
}
.pixel_zigzag_style2 .pixel_zigzag_common:nth-child(even) .pixel_zigzag_box{
	padding:65px 20px;
	box-shadow:none;
}
/*-------Shortcode Css Start---------------*/
.pixel_red_main_wrapper {
    margin: 100px 0px;
}
.pixel_red_bonpixel_box {
    background-color: #f9fafc;
    position: relative;
    padding: 40px 50px 40px 70px;
}
.pixel_red_bonpixel_box h2 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.pixel_red_bonpixel_title h3 {
    font-size: 20px;
    color: inherit;
    line-height: 45px;
    margin: 0;
}
.pixel_red_bonpixel_box p {
    margin-top: 15px;
    color: #3d4453;
}
.pixel_red_bonpixel_title {
    position: absolute;
    left: -20px;
    top: 33px;
    display: block;
    padding: 20px 0px;
    text-align: center;
    width: 45px;
    white-space: nowrap;
    border-radius: 30px;
    background: -moz-linear-gradient( 45deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
    background: -webkit-linear-gradient( 45deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
    background: -ms-linear-gradient( 45deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
}
.pixel_red_bonpixel_box.pixel_red_bonpixel_box_right{
	padding: 40px 70px 40px 50px;
}
.pixel_red_bonpixel_box_right .pixel_red_bonpixel_title{
	right:-20px;
	left:auto;
}
.pixel_red_bonpixel_box_top {
    padding: 50px 25px 35px 25px;
    text-align: center;
}
.pixel_red_bonpixel_box_bottom{
	padding: 35px 25px 50px 25px;
    text-align: center;
}
.pixel_red_bonpixel_box_top .pixel_red_bonpixel_title, .pixel_red_bonpixel_box_bottom .pixel_red_bonpixel_title {
    left: 50%;
    top: -25px;
    padding: 10px 30px;
    width: auto;
    transform: rotate(0deg) translateX(-50%);
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    -ms-transform: rotate(0deg) translateX(-50%);
    writing-mode: initial;
	-ms-writing-mode:initial;
}
.pixel_red_bonpixel_box_top .pixel_red_bonpixel_title h3, .pixel_red_bonpixel_box_bottom .pixel_red_bonpixel_title h3  {
    line-height: 30px;
}
.pixel_red_bonpixel_box_top p, .pixel_red_bonpixel_box_bottom p  {
    margin:0px;
}
.pixel_red_bonpixel_box_bottom .pixel_red_bonpixel_title {
    left: 50%;
    top: auto;
	bottom:-25px;
}
/**********2*********/
.pixel_red_main_wrapper.bg {
    margin: 100px 0px;
    background-color: #f5f5f5;
    padding: 50px 230px;
}
.pixel_red_suprt_icon {
    width: 120px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 100%;
    box-shadow: 0px 2px 15.84px 2.16px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_red_suprt_icon img{
	width:100%;
	border-radius:100%;
}
.pixel_red_suprt_data {
    padding: 20px 25px 20px 75px;
    margin-left: 59px;
    font-size: 16px;
    line-height: 26px;
    color: inherit;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;       
}
.pixel_red_support_box {
    position: relative;
}
.pixel_red_support_box.pixel_red_support_box-right .pixel_red_suprt_icon {
    left: auto;
    right: 0px;
}
.pixel_red_support_box.pixel_red_support_box-right .pixel_red_suprt_data {  
	padding: 20px 75px 20px 25px;
    text-align: right;
	margin-left: 0px;
	margin-right: 59px;
}
/******************/
.pixel_notice_style2 .pixel_red_suprt_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: -75px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: none;
    transform: none; 
    -webkit-transform:none; 
    -moz-transform:none;
    -ms-transform:none;
}

.pixel_notice_style2 .pixel_red_suprt_data {
    padding: 45px 25px 20px 25px;
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
    color: inherit;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
}
.pixel_notice_style2 .pixel_red_suprt_icon img {
    border-radius: 10px;
}
.pixel_notice_style2.pixel_red_support_box-right .pixel_red_suprt_icon {
    left: auto;
    right: 35px;
}
.pixel_notice_style2.pixel_red_support_box-right .pixel_red_suprt_data {
    padding: 45px 25px 20px 25px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0;
}
/***********3**********/
.pixel_red_fea_box {
    background-color: #fff;
    min-height: 227px;
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    border: 1px solid #cbd1da;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.pixel_red_fea_box .pixel_red_fea_icon {
    margin-bottom: 15px;
}
.pixel_red_fea_data h3{
	font-size:20px;
	color:#3d4453;
	line-height:30px;
}
/*****************4******************/
.pixel_red_team_box {
    display: flex;
    align-items: center;
	margin-bottom: 20px;
}
.pixel_red_team_img {
    width: 270px;
}
.pixel_red_team_data {
	flex:1;
    padding: 25px 30px 15px 35px;
    border: 5px solid #fe4d70;
    margin-left: -20px;
}
.pixel_red_team_data h3 {
    font-size: 20px;
    padding-bottom: 7px;
	word-break:break-all;
}
.pixel_red_team_data ul {
    padding-top: 15px;
	padding-left: 0px;
}
.pixel_red_team_data ul li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.pixel_red_team_data ul li a {
    color: #3d4453;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.pixel_red_team_data ul li a img {
    margin-right: 15px;
}
.pixel_red_team_data ul li a:hover{
	color:#fe4d70;
}
.pixel_red_team_data ul li a i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background-color: transparent;
    border-radius: 100%;
    color: #222;
    font-size: 22px;
    margin-right: 10px;
}
.pixel_red_team_data ul li a i.fa.fa-facebook {
    background: #3b5998;
    color: #fff;
}
.pixel_red_team_data ul li a i.fa.fa-skype {
    color: #00aff0;
    font-size: 40px;
}
/*------Team Author Style2--------*/
.pixel_author_style2 .pixel_red_team_img {
    width: 250px;
    z-index: 1;
	position:relative;
}
.pixel_author_style2 .pixel_red_team_img img{
	border-radius:100%;
}
.pixel_author_style2 .pixel_red_team_data {
    flex:1;
    padding: 20px 30px 20px 90px;
    margin-left: -69px;
    border-radius: 0px 100px 100px 0px;
}
.pixel_author_style2 .pixel_red_team_data ul {
    display: flex;
}
.pixel_author_style2 .pixel_red_team_data ul li {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}
.pixel_author_style2 .pixel_red_team_data ul li a i {
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 15px;
}
.pixel_author_style2 .pixel_red_team_data ul li a i.fa.fa-skype {
    font-size: 30px;
}
/*-----------------------5-------------------*/
.pixel_sp_package {
    background-color: #f8f8fc;
    padding: 15px;
    display: flex;
    align-items: center;
    border-right: 5px solid #13a8ff;
    border-radius: 10px;
	position: relative;
    min-height: 182px;
}
.pixel_sp_pack_data {
    padding-left: 180px;
}
.pixel_sp_package .pixel_sp_pack_price {
    width: 150px;
    height: 150px;
	padding: 5px;
    text-align: center;
    background-color: #13a8ff;
    border-radius: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    position: absolute;
}
.pixel_sp_package .pixel_sp_pack_price h2 {
    font-size: 30px;
    color: inherit;
    font-weight: bold;
	word-break: break-all;
}
.pixel_sp_package .pixel_sp_pack_price h2 span {
    font-size: 18px;
    display: block;
    margin-top: 5px;
}
.pixel_sp_package .pixel_sp_pack_data p {
    font-size: 20px;
    color: inherit;
}
.pixel_sp_package .pixel_sp_pack_data p span {
    color: #13a8ff;
    font-weight: bold;
}
.pixel_sp_package.pixel_sp_package_right {
    flex-direction: row-reverse;
    border-left: 5px solid #13a8ff;
    border-radius: none;
    border-right: none;
}
.pixel_sp_package.pixel_sp_package_right .pixel_sp_pack_data {
    padding-right: 180px;
    padding-left: 0px;
    text-align: right;    
}
/*------------------Circular Box-----------------------*/
.pixel_circular_main_wrapper{
    background-size: cover;
    text-align: center;
}
.pixel_circular_main_wrapper .container-fluid{     
	padding:0px;
}
.pixel_circular_wrap{
	text-align:center;
	padding:0px;
}
.pixel_circular_box {
    width: 299px;
    height: 288px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 0px 20px; 
    background-size: cover;
	z-index:1;
}
.pixel_circle_no {
    position: absolute;
    font-size: 70px;
    top: 70px;
    left: 50px;
    color: #009cff;
    font-weight: bold;
	z-index:-1;
}
.pixel_circular_box h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    padding: 0px 25px;
}
.pixel_circular_heading {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 13px 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    background: -moz-linear-gradient( 0deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
    background: -ms-linear-gradient( 0deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
    background: linear-gradient( 0deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
    border: 3px solid #fff;
    border-width: 0px 3px 3px 0px;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
}
.pixel_circular_heading h1 {              
    font-size: 30px;
    color: #fff;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}
div#tab-additional_information h2 {
    margin-bottom: 20px;
}
p.comment-form-author label, p.comment-form-email label {
    width: 100%;
}
p.comment-form-author input#author, p.comment-form-email input#email {
    width: 100%;
    height: 40px;
}
.pixel_call_action_section.pixel_full_action{
    background-size: cover;
    padding: 80px 10px;
    position: relative;
}
.pixel_call_action_section.pixel_full_action .pixel_action_content {
    position: relative;
    text-align: center;
    z-index: 100;
    top: auto;
    left: auto;
    transform: unset;
}
.pixel_call_action_section.pixel_full_action:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.pixel_call_action_section.pixel_full_action .pixel_call_action_img:after {
    display: none;
}

/******* header news slider ********/
.pixel_header.pixel_custom_header .pixel_header_top {
    /* border-bottom: 1px solid #f7f7f7; */  
	padding: 5px 45px;
}
.pixel_news_heading {
    background: rgba(255,138,0,1);
    text-align: center;
    padding: 7px;
    margin: 2px 0;
}
.pixel_news_heading h2{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}  
.pixel_news_slider.slick-slider {
    padding: 8px 0px;
    text-align: left;
}
.pixel_news_slider .slick-list{
	padding: 0px !important;
}
.pixel_news_slider .slick-list p{
    width: 100%;
}
.pixel_search_container {
    border: 1px solid #ededed;
    height: 50px;
}
.pixel_search_container input{
    border: none;
    padding: 12px 10px;
    color: #313131;
}
.pixel_search_container button {
    float: right;
    font-size: 17px;
    border: none;
    cursor: pointer;
    background: none;
    color: #313131;
    line-height: 50px;
    padding: 0px 15px;
}
.pixel_search_container button:hover {
  background: #ccc;
}
.pixel_co_header .pixel_header_social{
    float: right;
    margin: 0px;
    height: 100%;
}
.pixel_tp_head {
    padding: 9px 0px;
	display: inline-block;
    margin-left: 15px;
}
.pixel_nav > ul > li:last-child > a {
    padding-right: 0;
}

.pixel_tp_head:first-child {
    margin-left: 0;
}
.pixel_tp_head p {
    font-size: 15px;
}
.pixel_tp_head p i {
    color: rgba(255,138,0,1);
    margin-right: 10px;
}
/*===================== blog style css start =====================*/
.pixel_blog_detail .pixel_blog_user {
    position: absolute;
    top: -25px;
    border-radius: 100%;
    overflow: hidden;
    left: 30px; 
}
.pixel_blog_detail {
    position: relative;
}
/*-------- blog style1 css start --------*/
.pixel_blog_style1 a,.pixel_blog_style1 .pixel_blog_box{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_blog_style1 .pixel_blog_box:hover{
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
.pixel_blog_style1 .pixel_blog_box{
	background: #ffffff;
	margin-bottom:30px;
}
.pixel_blog_style1 .pixel_blog_box > .pixel_blog_content,.pixel_single_square .pixel_blog_detail{
    padding: 30px 30px;
    border: 1px solid #eaeaea;
    position: relative;
}
.pixel_blog_style1 .pixel_blog_user ,.pixel_single_curve .pixel_blog_detail .pixel_blog_user,.pixel_single_square .pixel_blog_detail .pixel_blog_user{
    position: absolute;
    top: -25px;
    border-radius: 100px;
    overflow: hidden;
    border: 4px solid #ffffff;
    left: 30px;
}
.pixel_blog_style1 .pixel_blog_meta > ul ,.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul,.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul{
    padding: 0;
    margin: 0;
    list-style: none;
	margin-top: 5px;
	margin-bottom:7px;
}
.pixel_single_curve .pixel_blog .pixel_blog_image > a {
    border-radius: 10px;
    overflow: hidden;
}
.pixel_single_curve .pixel_blog_author {
    padding: 20px;
    border-radius: 14px;
    box-shadow: none;
}
.pixel_single_curve .pixel_blog_related .pixel_related_box {
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    background: #fbfbfb;
    box-shadow: none;
}
.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul,.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul{
	margin-top:0;
}
.pixel_single_curve .pixel_blog_detail .pixel_blog_user + .pixel_blog_meta > ul,.pixel_single_square .pixel_blog_detail .pixel_blog_user + .pixel_blog_meta > ul{
	margin-top:5px;
}
.pixel_blog_style1 .pixel_blog_meta > ul > li ,.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul >li,.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul >li {
    display: inline-block;
    position: relative;
}
.pixel_blog_style1 .pixel_blog_meta > ul > li > a,.pixel_blog_style1 .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li{
    color: #222222;
    font-weight: 600;
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
 .pixel_blog_style1 .pixel_blog_meta > ul > li img{
     display:none;
 }
.pixel_blog_style1 .pixel_blog_meta > ul > li::after ,.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul > li::after,.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul > li::after,.pixel_single_default .pixel_blog_detail .pixel_blog_meta > ul > li::after{
    content: "/";
    padding: 0 10px;   
    color: #bfbfbf; 
}
.single.pixel_blog_style1 .pixel_blog_meta > ul > li::after, .single.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul > li::after, .single.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul > li::after, .single.pixel_single_default .pixel_blog_detail .pixel_blog_meta > ul > li::after{
    padding: 0 0px;   	
}
.pixel_blog_style1 .pixel_blog_meta > ul > li:last-child::after ,.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul > li:last-child::after,.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul > li:last-child::after,.pixel_single_default .pixel_blog_detail .pixel_blog_meta > ul > li:last-child::after{
    display: none;
}
.pixel_blog_style1 .pixel_blog_meta > ul > li > a:hover {
    text-decoration: none;
    color: #2391ff;
}
.pixel_blog_style1 .post_title > a{
	display: -webkit-box;	
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
	overflow: hidden;
	line-height: 24px;
}
.pixel_blog_style1 .post_title > a,.pixel_single_curve .post_title,.pixel_single_square .post_title{
    color: #222222;
    font-size: 20px;
    font-weight: 600;
}
.pixel_blog_style1 .post_title ,.pixel_single_curve .post_title,.pixel_single_square .post_title{
    margin: 0px 0 7px;
}
.noPageTitle .pixel_page_content_wrapper{
	/*padding-top: 80px;*/
}
.pixel_blog_style1 .post_title > a:hover {
    color: #2391ff;
    text-decoration:none;
}
.pixel_blog_style1 .pixel_blog_content > .pixel_blog_data p,.pixel_single_curve .entry-content p{
    color: #6d6d6d;
    margin-bottom: 6px;
    font-size: 15px;
	word-break: break-word; 
}
.pixel_transparent_blog_btn {
    font-size: 15px;
    font-weight: 600;
    position: relative;
	color:#2391ff;
}
.pixel_transparent_blog_btn::after {
    content: "\f105";
    font-family: 'fontawesome';
    margin-left: 7px;
    font-size: 15px;
    vertical-align: middle;
} 
.pixel_transparent_blog_btn:hover{
	letter-spacing:1.2px;
	text-decoration:none;
	color:#2391ff;
}
.pixel_blog_style1.style3_full_width .pixel_blog_box:hover{
    box-shadow:none; 
}
.pixel_blog_style1.style3_full_width .pixel_blog_box:hover > .pixel_blog_content{
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
/*-------- blog slider css start -------*/
.pixel_blog_style1.pixel_slider_blog .pixel_blog_slider{
	margin:0 -15px;
}
.pixel_blog_style1.pixel_slider_blog .pixel_blog_slider .slick-prev {
    left: 0px;
}
.pixel_blog_style1.pixel_slider_blog .pixel_blog_slider .slick-next{
    right: 0px;
}
.pixel_blog_style1.pixel_slider_blog .pixel_blog_slides {
    margin:0 15px;
    height: auto;
}
.pixel_blog_style1.pixel_slider_blog .pixel_blog_slides:focus{
	outline:none;
}
.pixel_blog_style1.pixel_slider_blog .pixel_blog_slides .pixel_blog_img {
    overflow: hidden;
} 
.pixel_blog_style1.pixel_slider_blog .pixel_blog_slides a:focus{
	outline:none;
}
.pixel_blog_style1.pixel_slider_blog .slick-dots {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
    bottom:0;
    position: static;
}
.pixel_blog_style1.pixel_slider_blog .slick-dots li {
    display: inline-block;
    width: auto;
    height: auto; 
}
.pixel_blog_style1.pixel_slider_blog .slick-dots li button:focus{
	outline:none;
}
.pixel_blog_style1.pixel_slider_blog .slick-dots li button {
    opacity: 0.5;
    border-radius: 50px;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: #2391ff;
    border: none;
    padding: 0;
    margin: 0 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
	cursor:pointer; 
}
.pixel_blog_style1.pixel_slider_blog .slick-dots li button:hover,.pixel_blog_style1.pixel_slider_blog .slick-dots .slick-active button {
    opacity: 1;
    width: 15px;
}
/*------ blog style2 css start --------*/
.pixel_blog_style2 a{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_blog_style2 a:hover{
	text-decoration:none;
}
.pixel_blog_style2 .pixel_blog_box {
    border-radius: 10px; 
    overflow: hidden;
	margin-bottom:30px;
}
.pixel_blog_style2.style3_full_width .pixel_blog_box > .pixel_blog_content {
    border-radius:10px;
}
.pixel_blog_style2.style3_full_width .pixel_blog_box .pixel_blog_img img {
    border-radius: 10px;
}
.pixel_blog_style2 .pixel_blog_box > .pixel_blog_content{
    padding: 30px;
    background: #121213;
}
.pixel_blog_style2 .pixel_blog_box > .pixel_blog_img {
    position: relative;
}
.pixel_blog_style2 .pixel_blog_box > .pixel_blog_img .pixel_blog_date {
    position: absolute;
    top: 0;
    right: 20px;
    background: #fb5b21;
}
.pixel_blog_style2 .pixel_blog_box > .pixel_blog_img .pixel_blog_date p {
    display: block;
    padding: 7px 11px 6px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;   
    text-align: center;
    margin: 0;   
}
.pixel_blog_style2 .pixel_blog_box > .pixel_blog_img .pixel_blog_date p > span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0px; 
} 
.pixel_blog_style2 .pixel_blog_box > .pixel_blog_img .pixel_blog_date a > span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;  
    margin-top: -10px;
}
.pixel_blog_style2 .post_title a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.pixel_blog_style2 .pixel_blog_content > .pixel_blog_data p {
    font-size: 15px;
    color: #adaec1;
	margin-bottom:10px;
	word-break: break-word;
}
.pixel_blog_style2 .post_title a:hover {
    color: #fb5b21;
}
.pixel_blog_style2 .pixel_transparent_blog_btn {
    font-size: 15px;
    font-weight: 600;
    position: relative;
	color:#fb5b21;
}
.pixel_blog_style2 .pixel_transparent_blog_btn::after {
    content: "\f105";
    font-family: 'fontawesome';
    margin-left: 7px;
    font-size: 15px;
    vertical-align: middle;
} 
.pixel_blog_style2 .pixel_transparent_blog_btn:hover{
	letter-spacing:1.2px;
	text-decoration:none;
	color:#fb5b21;
}
.pixel_blog_style2 .post_title {
    margin-bottom: 10px;
}
.pixel_blog_style2 .pixel_blog_user {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 7px;
}
.pixel_blog_style2 .pixel_blog_user img {
    border-radius: 100px;
	display: inline-block;
}
.pixel_blog_style2 .pixel_blog_meta {
    display: inline-block;
    vertical-align: middle;
}
.pixel_blog_style2 .pixel_blog_meta ul li {
    display: inline-block;
    margin-right: 9px;
}
.pixel_blog_style2 .pixel_blog_meta ul li:last-child {
    margin: 0;
}
.pixel_blog_style2 .pixel_blog_meta ul li img {
    margin-right: 6px;
	display: inline-block;
}
.pixel_blog_style2 .pixel_blog_meta ul{
	padding-left:0; 
}
.pixel_blog_style2.pixel_slider_blog .slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
    position: static;
} 
.pixel_blog_style2.pixel_slider_blog .slick-dots li {
    display: inline-block;
}
.pixel_blog_style2.pixel_slider_blog .slick-dots li button:focus{
	outline:none;
}
.pixel_blog_style2.pixel_slider_blog .slick-dots li button {
    opacity: 0.5;
    border-radius: 50px;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: #fb5b21;
    border: none;
    padding: 0;
    margin: 0 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
	cursor:pointer; 
}
.pixel_blog_style2.pixel_slider_blog .slick-dots li button:hover,.pixel_blog_style2.pixel_slider_blog .slick-dots .slick-active button {
    opacity: 1;
    width: 15px;
}
/*-------- blog slider css start -------*/
.pixel_blog_style2.pixel_slider_blog .pixel_blog_box{
	margin:0;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slider{
	margin:0 -15px;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slides {
    margin:0 15px;
    height: auto;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slides:focus{
	outline:none;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slides .pixel_blog_img {
    overflow: hidden;
} 
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slides a:focus{
	outline:none;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slider .slick-arrow ,.pixel_blog_related .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -moz-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
    width: 50px;
    height: 50px;
    left: -80px;
    background: #121213;
    border: none;
    border-radius: 0;
	cursor:pointer;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slider .slick-arrow:focus,.pixel_blog_related .slick-arrow:focus{
	outline:none;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slider .slick-arrow:hover{
	background:#fb5b21;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slider .slick-arrow.slick-next,.pixel_blog_related .slick-arrow.slick-next{
    left: auto;
    right: -80px;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slider .slick-arrow:after,.pixel_blog_related .slick-arrow:after  {
    content: ' ';
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 54%;
    -webkit-transform: skewX(10deg) translate(-50%,-50%);
    -moz-transform: skewX(10deg) translate(-50%,-50%);
    -ms-transform: skewX(10deg) translate(-50%,-50%);
    transform: skewX(10deg) translate(-50%,-50%);
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slider .slick-arrow:before,.pixel_blog_related .slick-arrow.slick-prev:before{
    display:none;
}
.pixel_blog_style2.pixel_slider_blog .pixel_blog_slider .slick-arrow.slick-prev:after,.pixel_blog_related .slick-arrow.slick-prev:after{
	-webkit-transform: skewX(10deg) translate(-50%,-50%) rotate(180deg);
    -moz-transform: skewX(10deg) translate(-50%,-50%) rotate(180deg);
    -ms-transform: skewX(10deg) translate(-50%,-50%) rotate(180deg);
    transform: skewX(10deg) translate(-50%,-50%) rotate(180deg);
}

/*-------- blog style3 css start ----------*/
.pixel_blog_style3 .pixel_blog_box{
	margin-bottom:30px;
}
.pixel_blog_style3 .pixel_blog_box .pixel_blog_img{
	overflow:hidden;
}
.pixel_blog_style3 .pixel_blog_box .pixel_blog_img img{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_blog_style3 .pixel_blog_box:hover .pixel_blog_img img{
	-webkit-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-ms-transform:scale(1.08);
	-o-transform:scale(1.08);
	transform:scale(1.08);
}
.pixel_blog_style3 .pixel_blog_content ,.pixel_single_square .pixel_blog_content{
    padding: 25px 30px 30px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.pixel_blog_style3 .pixel_blog_content{
	padding: 25px 30px 17px;
}
.pixel_blog_style3 .post_title {
    margin-bottom: 5px;
}
.pixel_blog_style3 .post_title > a {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    line-height: 1.5;
    text-decoration: none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_blog_style3 .post_title > a:hover{
	color: #ff8a00;
}
.pixel_blog_style3 .pixel_blog_content > .pixel_blog_data p,.pixel_single_square .pixel_blog_content > .pixel_blog_data p {
    color: #707070;
    font-size: 15px;
    margin-bottom: 10px;
}
.pixel_blog_style3 .pixel_blog_box .pixel_transparent_blog_btn {
    margin-bottom: 7px;
    display: inline-block;
}
.pixel_blog_style3 .pixel_blog_meta > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pixel_blog_style3 .pixel_blog_meta > ul > li {
    color: #707070;
    text-transform: capitalize;
	font-size:15px;
	display:inline;
	margin-right:15px;
}
.pixel_blog_style3 .pixel_blog_meta > ul > li a {
    font-weight: 600;
	text-decoration:none;
	font-size:15px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_blog_style3 .pixel_blog_meta > ul > li .meta_user_name {
    color: #ff8a00;
}
.pixel_blog_style3 .pixel_blog_meta > ul > li .meta_date {
    color: #222222;
	font-weight: 600;
	text-decoration:none;
	font-size:15px;
}
.pixel_blog_style3 .pixel_blog_meta > ul > li.meta_comment a:hover{
	color: #ff8a00;
}
.pixel_blog_style3 .pixel_blog_meta > ul > li.meta_comment a{
    font-weight: 500;
    color: #707070;
}
.pixel_blog_style3 .pixel_blog_meta > ul > li .meta_user_img,.pixel_blog_style3 .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li .meta_comment_img{
    margin-top: -1px;
	margin-right: 10px; 
	display: inline-block;
}
.pixel_blog_style3 .pixel_blog_head {
    border-bottom: 1px solid #f1f1f1;
	margin-bottom:30px;
	position:relative;
}
.pixel_blog_style3 .pixel_blog_head > .pixel_blog_category {
    height: 50px;
    background: #ff8a00;
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.pixel_blog_style3 .pixel_blog_head > .pixel_blog_category > i {
    margin-right: 10px;
    font-size: 20px;
}
.pixel_blog_style3 .pixel_blog_head .pixel_blog_read_more.pixel_load_posts{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;  
	-ms-transition:all 0.3s;
	transition:all 0.3s; 
}
.pixel_blog_style3 .pixel_blog_head .pixel_blog_read_more {
	display:inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #222222;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
	padding-bottom: 5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;  
	-ms-transition:all 0.3s;
	transition:all 0.3s; 
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
}
.pixel_blog_style3 .pixel_blog_head .pixel_blog_read_more:hover{
	color:#ff8a00;
}
.pixel_blog_style3 .pixel_blog_head .pixel_blog_read_more:after { 
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    height: 3px;
    width: 30px;
    background: #ff8a00;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pixel_blog_single .pixel_blog_wrapper .pixel_blog_detail a.pixel_btn {
    margin-bottom: 20px;
}
/*-------- blog style 3 full width ----------*/
.pixel_blog_style3.style3_full_width .pixel_blog_box .pixel_blog_img + .pixel_blog_content,.pixel_blog_style1.style3_full_width .pixel_blog_box .pixel_blog_img + .pixel_blog_content,.pixel_blog_style2.style3_full_width .pixel_blog_box .pixel_blog_img + .pixel_blog_content {
    padding: 50px 30px 50px 184px;
	min-height:257px;
	margin-left:30px;
}
.pixel_blog_style3.style3_full_width .pixel_blog_box > .pixel_blog_content,.pixel_blog_style1.style3_full_width .pixel_blog_box > .pixel_blog_content,.pixel_blog_style2.style3_full_width .pixel_blog_box > .pixel_blog_content{
    padding:30px;
}
.pixel_blog_style3.style3_full_width .pixel_blog_box,.pixel_blog_style1.style3_full_width .pixel_blog_box,.pixel_blog_style2.style3_full_width .pixel_blog_box {
    position: relative;
}
.pixel_blog_style3.style3_full_width .pixel_blog_box .pixel_blog_img,.pixel_blog_style1.style3_full_width .pixel_blog_box .pixel_blog_img,.pixel_blog_style2.style3_full_width .pixel_blog_box .pixel_blog_img {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pixel_blog_style1.style3_full_width .pixel_blog_box .pixel_blog_content .pixel_blog_user {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border: none;
    margin-right: 10px;
}
.pixel_blog_style1.style3_full_width .pixel_blog_meta {
    display: inline-block;
    vertical-align: middle;
}
.pixel_blog_style1.style3_full_width .pixel_blog_data {
    margin-top: 10px;
}
.pixel_blog_style1.style3_full_width .pixel_blog_box .pixel_blog_content .pixel_blog_user img {
    border-radius: 100%;
}
.pixel_blog_style1.style3_full_width .pixel_blog_box .pixel_blog_content .pixel_blog_meta ul {
    margin: 0;
}
.pixel_blog_style1.pixel_slider_blog .pixel_blog_box {
    margin: 0;
}
/*------- blog style3 with slider -----------*/
.pixel_blog_style3.pixel_slider_blog{
	overflow-x:hidden;
}
.pixel_blog_style3.pixel_slider_blog .container-fluid{
	padding:0;
}
.pixel_blog_style3.pixel_slider_blog .pixel_blog_slides a:focus,.pixel_blog_style3.pixel_slider_blog .pixel_blog_slider .pixel_blog_slides:focus,.pixel_blog_style3.pixel_slider_blog .pixel_blog_slides .pixel_blog_box:focus{
	outline:none; 
}
.pixel_blog_style3.pixel_slider_blog .pixel_blog_slider{
	margin:0 -15px;
}
.pixel_blog_style3.pixel_slider_blog .pixel_blog_slides {
    margin:0 15px;
    height: auto;
} 
.pixel_blog_style3.pixel_slider_blog .pixel_blog_slides .pixel_blog_box{
	margin-bottom:0;
	position:relative;
}
.pixel_blog_style3.pixel_slider_blog .pixel_blog_slides .pixel_blog_box > .pixel_blog_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: none;
}
.pixel_blog_style3 .post_title > a {
    color: #222222;
}
.pixel_blog_style3.pixel_slider_blog .pixel_blog_meta > ul > li {
    color: #ffffff;
} 
.pixel_blog_style3.pixel_slider_blog .pixel_blog_meta > ul > li .meta_date{
    color: #ffffff;
} 
.pixel_blog_style3.pixel_slider_blog .post_title > a:hover,.pixel_blog_style3 .pixel_blog_meta > ul > li .meta_date:hover{
	color:#ff8a00;
}
.pixel_blog_style3.pixel_slider_blog .pixel_blog_slides .pixel_blog_box .pixel_blog_img {
    position: relative;
}
.pixel_blog_style3.pixel_slider_blog .pixel_blog_slides .pixel_blog_box .pixel_blog_img a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.9));
}
.pixel_blog_style3.pixel_slider_blog .pixel_blog_box > .pixel_blog_content > .pixel_blog_data p {
    color: #ffffff;
}
.pixel_blog_style3.pixel_slider_blog .pixel_blog_meta > ul > li.meta_comment a {
    color: #ffffff;
}
.pixel_blog_style3.pixel_slider_blog .slick-dots li {
    display: inline-block;
    margin: 0;
}
.pixel_blog_style3.pixel_slider_blog .slick-dots {
    position: static;
}
.pixel_blog_style3.pixel_slider_blog .slick-dots li button {
	padding: 0;
	width: 13px;
	height: 13px;
	margin: 0 !important;
}
.pixel_blog_style3.pixel_slider_blog .slick-dots li button:before {
    width: 13px;
    height: 13px;
    font-size: 13px;
    line-height: 13px;
    color: #ff8f00; 
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.pixel_blog_style3.pixel_slider_blog .slick-dots li button:hover:before{
	opacity:1;   
}
/*-------- blog single css start -----------*/
.pixel_blog_single .pixel_blog{
	/* padding-top:80px; */
}

.pixel_blog_single .pixel_blog_list .pixel_blog {
    padding:0;
	margin-bottom:30px;
}
.pixel_blog_single .pixel_blog_list .pixel_blog:last-child {
	margin-bottom: 0;
}
.pixel_page_content_wrapper .pixel_blog .pixel_blog_wrapper{
	/* margin-bottom: 30px; */
    /* padding: 20px; */
    /* border-radius: 14px;  */
    /* border: 1px solid #dedede;  */
}
blockquote {
    font-size: 15px;
    color: #222222;
    padding: 25px;
    background: #f5f5f5;
    margin: 25px 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    perspective: 100px;
}
blockquote:after {
        content: "\f10e";
    font-family: 'fontawesome';
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 47px;
    z-index: -1;
    color: #e7e7e7;
    transform: translate(-50%,-50%);
}
.pixel_blog_single_wrapper .pixel_blog_single1 p{
	margin-bottom:25px;
}
.pixel_blog_single_wrapper .pixel_blog_single1 .pixel_blog_content{
	padding: 30px 30px 5px;
}
.pixel_blog_footer_style1,.pixel_blog_footer_style2{
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    border: 1px solid #eaeaea;
    border-top: 0;
	margin-bottom: 50px;
}
.pixel_blog_footer_style1 .pixel_blog_tags h6,.pixel_blog_footer_style1 .pixel_blog_cmnt h6{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
	color:#6d6d6d;
}
.pixel_blog_footer_style1 .pixel_blog_share h6 {
    display: inline;
    margin-right: 5px;
    margin-bottom: 0;
	color:#6d6d6d;
	font-weight: 400;
}
.pixel_blog_footer_style1 .pixel_blog_cmnt p{
	display:inline-block;
	margin:0;
}
.pixel_single_square .pixel_blog_footer{
	border:none;
	border-top: 1px solid #eaeaea;
}
.pixel_single_square .pixel_blog_footer{
	border:none;
	border-top: 1px solid #eaeaea;
}
.pixel_blog_tags h6 span,.pixel_blog_cmnt h6 span{
	color:#5575E3;
}
.pixel_blog_share h6 {
    display: inline-block;
    margin-right: 15px;
}
.pixel_blog_share {
    text-align: left;
	margin-top: 10px;
}
.pixel_blog_tags a {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration:none;
	text-transform:capitalize;
}
.pixel_blog_share a {
    color: #222222;
    font-size: 13px;
    margin: 0 6px;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.pixel_blog_share a:hover{
	background:#5575E3;
	color:#ffffff;
}
.pixel_blog_footer_style2 h6,.pixel_blog_footer_style2 p{
	display:inline-block;
}
.pixel_single_curve .pixel_blog_image,.pixel_single_square .pixel_blog_image{
	border-radius:0;
}
.pixel_single_curve .pixel_blog_detail .pixel_blog_meta,.pixel_single_square .pixel_blog_detail .pixel_blog_meta{
	padding:0;
	margin-bottom: 5px;
}
.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul > li,.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul > li,.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul > li span,.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul > li span,.pixel_single_default .pixel_blog_detail .pixel_blog_meta > ul > li span{
	margin-right:7px;
}
.pixel_single_curve .pixel_blog_detail .pixel_blog_user,.pixel_single_square .pixel_blog_detail .pixel_blog_user{
	width:50px;
	height:50px; 
}
.pixel_single_curve .pixel_blog_detail .pixel_blog_user img,.pixel_single_square .pixel_blog_detail .pixel_blog_user img{
	width:100%;
}
.pixel_single_curve .pixel_blog_detail .entry-title ,.pixel_single_square .pixel_blog_detail .entry-title {
    padding: 0;
    font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}
.pixel_single_curve .pixel_blog_detail .entry-title {
	margin-top:10px;
}
.pixel_single_curve .pixel_blog_detail .entry-title a,.pixel_single_square .pixel_blog_detail .entry-title a {
    color: #222222;
} 
.pixel_single_square .edit-link a:hover{
	color:#ff8a00;
}
.pixel_single_square .pixel_blog_share a:hover{
    color: #ffffff !important;
}
.pixel_single_curve .entry-content p{
	margin-bottom:25px;
}
.pixel_single_curve .pixel_blog_detail .entry-content,.pixel_single_square .pixel_blog_detail .entry-content{
	margin:0;
}
.pixel_single_curve .pixel_blog_detail .entry-footer ,.pixel_single_square .pixel_blog_detail .entry-footer{
    margin-top: 0;
    border-color: #eaeaea;
}
.entry-footer > .cat-links > a ,.entry-footer > .pixel_blog_tags > a {
    color: #222222;
    text-transform: capitalize;
    font-size: 15px;
	font-weight: 500;
    border-radius: 50px;
    padding: 0;
    border: none;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
} 
.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul > li,.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul > li,.pixel_single_curve .pixel_blog_detail .pixel_blog_meta > ul > li a,.pixel_single_square .pixel_blog_detail .pixel_blog_meta > ul > li a,.pixel_single_default .pixel_blog_detail .pixel_blog_meta > ul > li a,.pixel_single_default .pixel_blog_detail .pixel_blog_meta > ul > li{
	color:#222222;
    font-weight: 600;
    font-size: 15px;
}
.pixel_single_default .pixel_blog_wrapper .pixel_blog_user + .pixel_blog_meta {
    padding-top: 10px;
}
.pixel_blog > .pixel_blog_detail .entry-footer .edit-link {
    width: 60px;
    text-align: right;
    flex: 1;  
}
.entry-footer .cat-links {
    margin-right: 15px;
	display: inline-block;
}
.entry-footer .pixel_blog_tags,.entry-footer .pixel_blog_cmnt {
    margin-right: 15px;
	display: inline-block;
}
.entry-footer .pixel_blog_tags h6,.entry-footer .pixel_blog_cmnt h6 {
    display: inline-block;
    margin-right: 5px;
}
.entry-footer .pixel_blog_cmnt p {
    display: inline-block;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
	font-family: 'Montserrat', sans-serif; 
} 
.pixel_blog_detail .pixel_blog_user + .entry-title {
    padding-top: 30px;
}
.pixel_single_curve 
 .pixel_page_content_wrapper .pixel_blog .pixel_blog_wrapper {
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    background: #fbfbfb;
}
/*------ blog single style2 --------*/
.pixel_single_square a,.pixel_single_square .meta_date span{
	color:#ff8a00;
}
.pixel_single_square .pixel_blog_content {
    box-shadow: none;
}
.pixel_single_square .pixel_blog_detail{
	border:none;
	padding: 0;
}
.pixel_single_square .pixel_page_content_wrapper .pixel_blog .pixel_blog_wrapper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius:0;
	border: none;
	padding: 20px;
} 
.pixel_single_square .entry-content p{
	color:#525452;
	margin-bottom:30px;
}
.pixel_blog_footer_style2 .pixel_blog_tags h6,.pixel_blog_footer_style2 .pixel_blog_share h6 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.pixel_blog_footer_style2 .pixel_blog_tags a {
    color: #525452;
    transition: all 0.3s;
    text-decoration: none;
    margin: 0 5px;
}
.pixel_blog_tags a:hover ,.pixel_blog .pixel_blog_detail .entry-footer > .cat-links > a:hover{
    color: #5575E3;
}
.pixel_blog_footer_style2 .pixel_blog_share a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #efefef;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    color: #222222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 10px;
    margin-right: 0;
}
.pixel_blog_footer_style2 .pixel_blog_share a span {
    line-height: 30px;
}
/*-------- blog single style 3 ------------*/
.pixel_single_dark .pixel_page_content_wrapper .pixel_blog .pixel_blog_wrapper {
    background: #121213;
    border-radius: 15px;
    overflow: hidden;
    /* margin-bottom: 50px; */
    padding: 30px;
    border: none;
} 
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_footer {
    margin: 0;
    border: none;
    border-top: 1px solid #2b303e;
}
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_detail h3.entry-title  {
    color: #ffffff;
	margin-top:10px;
}
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_detail .pixel_blog_user {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_detail .pixel_blog_user img {
    border-radius: 100px;
}
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_meta {
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
}
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_detail .entry-title {
    padding: 0;
}
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_meta ul li {
    color: #adaec1;
    font-size: 15px;
    text-transform: capitalize;
}
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_meta ul li span{
	margin-right:10px;
}
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_meta ul li:last-child{
	margin-right:0;
}
.pixel_single_dark .pixel_blog_wrapper .pixel_blog_detail .entry-content p,.pixel_single_dark .pixel_blog_wrapper .pixel_blog_detail .entry-content ul li {
    color: #adaec1;
    font-size: 15px;
} 
.pixel_single_dark .entry-content h2,.pixel_single_dark  .entry-content h1,.pixel_single_dark .entry-content h3, .pixel_single_dark .entry-content h4,.pixel_single_dark  .entry-content h5,.pixel_single_dark .entry-content h6,.pixel_single_dark .entry-content table tr th, .pixel_single_dark .entry-content table tr td,.pixel_single_dark .entry-content dl dt,.pixel_single_dark .entry-content dl dd,.pixel_single_dark .entry-content ol li,.pixel_single_dark .entry-content address,.pixel_single_dark .entry-content figcaption{
	color: #adaec1;
}
.pixel_single_dark .entry-content table tr th, .pixel_single_dark .entry-content table tr td{
	border: 1px solid #4e4e4e;
}
.pixel_single_dark .pixel_blog .pixel_blog_detail .entry-footer {
    border-top: 1px solid #2b303e;
}
.pixel_single_dark .pixel_blog_detail .entry-footer > .cat-links > a,.pixel_single_dark .entry-footer .pixel_blog_cmnt p{
    color: #ffffff;
}
.pixel_single_dark .pixel_blog_tags a ,.pixel_single_dark .pixel_blog_footer_style1 .pixel_blog_cmnt p{
    color: #ffffff;
}
.pixel_single_dark .pixel_blog_footer_style1 .pixel_blog_share h6 {
    color: #ffffff;
} 
.pixel_single_dark .pixel_blog_share a {
    color: #adaec1;
}
.pixel_single_dark .pixel_blog_share a:hover{
	color:#fb5b21;
}
.pixel_single_dark .pixel_blog_tags h6 span,.pixel_single_dark .pixel_blog_cmnt h6 span,.pixel_single_dark .meta_date span,.pixel_single_dark a{
	color:#fb5b21;
}
.entry-footer .pixel_blog_cmnt p{
	color:#222222;
	margin-bottom:0;
}
.pixel_single_dark a.pixel_btn{
	color:inherit;
}
/* .pixel_single_dark .pixel_blog_author { */
    /* background: #fb5b21; */
    /* color: #ffffff; */
/* } */
/* .pixel_single_dark .pixel_blog_author h5,.pixel_single_dark .pixel_blog_author h5 a { */
    /* color: #ffffff; */
/* } */
.pixel_single_dark .pixel_blog_footer_style2 .pixel_blog_cmnt {
    color: #ffffff;
}
.pixel_single_dark .pixel_blog_footer_style2 .pixel_blog_share h6 {
    color: #ffffff;
}
.pixel_single_dark .pixel_blog_footer_style2 .pixel_blog_share a {
    background: #2a314b;
}
.pixel_single_dark .post-navigation > .nav-links > div[class*="nav-"] > a {
    background: #121213;
	color:#ffffff;
}
/*-------- default blog css start ----------*/
.pixel_single_default .pixel_blog_detail {
    position: relative;
}
.pixel_single_default .pixel_blog_detail .pixel_blog_user {
    position: absolute;
    top: -40px;
    left: 10px;
    border-radius: 100px;
    overflow: hidden;
}
.pixel_single_default .pixel_blog_image {
    margin-bottom: 15px;
}
.pixel_single_default .pixel_blog_detail .pixel_blog_user + h3.entry-title {
    padding-top: 20px;
	font-weight: 700;
}
.pixel_single_default .pixel_blog_footer_style1, .pixel_single_default .pixel_blog_footer_style2 {
    border: 1px solid #eaeaea;
    margin-top: 30px;
}
.pixel_single_default .pixel_comment > .pixel_comment_detail {
    position: relative;
}
.pixel_single_default .pixel_comment > .pixel_comment_detail > .pixel_comment_reply {
    position: absolute;
    top: 0;
    right: 0;
}
.pixel_single_default .pixel_comment > .pixel_comment_detail > p {
    margin-top: 2px;
}
/*-------- comment style css ------------*/
.page .pixel_comment_wrapper {
    margin-top: 40px;
}
.pixel_comment_wrapper > .pixel_comment_list{
	margin-bottom:50px;
}
#comment h3,.comment-respond h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}
#comment .commentlist,#comment .commentlist .comment .children{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pixel_single_square .pixel_comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}
.pixel_single_square .pixel_comment .pixel_avatar {
    width: 100px;
    margin-right: 30px;
}
.pixel_single_square .pixel_comment .pixel_avatar img,.pixel_single_square .pixel_comment > .pixel_avatar > .initials{ 
	width:100px;
	height:100px;
	line-height:100px;
}
.pixel_single_square .pixel_comment_wrapper > .pixel_comment_list > ol > li > ol .pixel_comment > .pixel_avatar{
	width:100px;
}
.pixel_single_square .pixel_comment_wrapper > .pixel_comment_list > ol > li > ol .pixel_comment > .pixel_avatar > img,.pixel_single_square .pixel_comment_wrapper > .pixel_comment_list > ol > li > ol .pixel_comment > .pixel_avatar > .initials{
	width:100px;
	height:100px;
}
.pixel_single_square .pixel_comment .pixel_avatar + .pixel_comment_detail {
    width: calc(100% - 130px);
	padding:0;
}
.pixel_single_square .pixel_comment .pixel_comment_detail{
	position:relative;
}
.pixel_single_square .pixel_comment .pixel_comment_detail h5 {
    margin-bottom: 2px;
}
.pixel_single_square .pixel_comment .pixel_comment_detail h3 {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    text-decoration: none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	text-transform: capitalize;
}
.pixel_single_square .pixel_comment .pixel_comment_detail .pixel_comment_date {
    display: inline-block;
    font-size: 15px;
    color: #525452;
    margin-right: 10px;
}
.pixel_single_square .pixel_comment .pixel_comment_detail .pixel_comment_reply a{
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 10px;
    right: 0;
	text-transform:capitalize;
}
.pixel_blog_comments .pixel_comment_data .pixel_comment_auth .pixel_comment_reply:hover{
	color:#ff8a00;
	text-decoration:none;
}
.pixel_single_square .pixel_comment .pixel_comment_detail .pixel_comment_reply i {
    border: 1px solid #eaeaea;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    border-radius: 100px;
    vertical-align: middle;
}
.pixel_single_square .pixel_comment .pixel_comment_detail p{
	color:#525452;
	margin:0;
	margin-top: 7px;
}
#comment .commentlist .comment .children .pixel_blog_comments {
    padding-left: 90px;
}
.pixel_single_square .comment-list > li.comment:last-child .pixel_comment{
    padding: 0;
    margin: 0;
    border: none;
}
.pixel_single_square .pixel_comment_list .children li .pixel_comment{
    border-bottom: 1px solid #eaeaea;
}
/*--------- comment style 2 css ----------*/
.pixel_single_curve .pixel_comment_list{
	padding:0;
}
.pixel_single_curve .pixel_comment .pixel_avatar + .pixel_comment_detail {
    width: calc(100% - 130px);
}
.pixel_single_curve .pixel_comment .pixel_comment_detail{
	padding:0;
}
.pixel_single_curve .pixel_comment .pixel_comment_detail h3 a{
    font-size: 20px;
    color: #222222;
	text-transform:capitalize;
}
.pixel_single_curve .pixel_comment .pixel_avatar {
    width: 100px;
    margin-right: 30px;
}
.pixel_single_curve .pixel_comment .pixel_avatar img,.pixel_single_curve .pixel_comment > .pixel_avatar > .initials{ 
	border-radius:100%;
	width:100px;
	height:100px;
}
.pixel_blog_comments.pixel_comment_style2 .pixel_comment_data .pixel_comment_auth .pixel_comment_user:hover {
    color: #2391ff;
}
.pixel_single_curve .pixel_comment .pixel_comment_detail .pixel_comment_date {
    color: #626262;
	display: inline-block;
    margin-right: 15px;
}
.pixel_single_curve .pixel_comment .pixel_comment_detail .pixel_comment_reply,.pixel_single_curve .pixel_comment .pixel_comment_detail .comment-edit-link {
    position: static;
    display: inline-block;	
	vertical-align:middle;
	font-size: 15px;
}  
.pixel_single_curve .pixel_comment .pixel_comment_detail .comment-edit-link{
	margin-right:10px;
}
.pixel_single_curve .pixel_comment .pixel_comment_detail .pixel_comment_reply a{
	text-transform:capitalize;
	font-size: 15px;
	font-weight:500; 
	margin-top: 2px;
}
.pixel_single_curve .pixel_comment {
    padding: 0;
    border: none;
    margin-bottom: 30px;
}
.pixel_single_curve .pixel_comment .pixel_comment_detail p {
    color: #6d6d6d;
}
.pixel_single_curve .pixel_comment_wrapper > .pixel_comment_list > ol > li > ol .pixel_comment > .pixel_avatar{
	width:100px;
}
.pixel_single_curve .pixel_comment_wrapper > .pixel_comment_list > ol > li > ol .pixel_comment > .pixel_avatar > img,.pixel_single_curve .pixel_comment_wrapper > .pixel_comment_list > ol > li > ol .pixel_comment > .pixel_avatar > .initials{
	width:100px;
	height:100px;
}
/*-------- comment style3 --------*/
.pixel_single_dark .pixel_blog {
    background: transparent;
}
.pixel_single_dark .pixel_comment_list {
    background: #121213;
    border-radius: 10px;
    padding: 50px 50px;
	margin-bottom: 50px;
} 
.pixel_single_dark .pixel_comment {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #2b303e;
}
.pixel_single_dark .pixel_comment_list > ol > li:last-child .pixel_comment{
	padding-bottom:0;
	margin:0;
}
.pixel_single_dark .pixel_comment_list .children li:last-child .pixel_comment{
	border-bottom: 1px solid #2b303e;
}
.pixel_single_dark .pixel_comment > .pixel_avatar,.pixel_single_dark .pixel_comment > .pixel_avatar .initials,.pixel_single_dark .pixel_comment_wrapper > .pixel_comment_list > ol > li > ol .pixel_comment > .pixel_avatar .initials,.pixel_single_dark .pixel_comment_wrapper > .pixel_comment_list > ol > li > ol .pixel_comment > .pixel_avatar {
    width: 70px;
    height: 70px;
	border-radius:100px;
}
.pixel_single_dark .pixel_comment > .pixel_avatar > img ,.pixel_single_dark .pixel_comment_wrapper > .pixel_comment_list > ol > li > ol .pixel_comment > .pixel_avatar > img{
    height: 70px;
    width: 70px;
    border-radius: 100px;
}
.pixel_single_dark .pixel_comment > .pixel_comment_detail > h3 > a {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.pixel_single_dark .pixel_comment > .pixel_comment_detail > h3 {
    display: inline-block;
    margin-right: 10px;
	color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.pixel_single_dark .pixel_comment > .pixel_comment_detail .pixel_comment_date {
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
	margin-right: 10px;
}
.pixel_comment > .pixel_comment_detail .comment-edit-link {
    font-size: 15px;
    margin: 0 10px;
}
.pixel_single_dark .pixel_comment > .pixel_comment_detail > .pixel_comment_reply {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}
.pixel_single_dark .pixel_comment > .pixel_comment_detail > .pixel_comment_reply a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.pixel_single_dark .pixel_comment > .pixel_comment_detail > p {
    color: #ffffff;
    margin: 0;
}
.pixel_single_dark .pixel_comment_wrapper > .pixel_comment_title {
    color: #ffffff;
}
/*--------- comment form style1 css----------*/
.pixel_single_square .comment-respond p{
	margin-bottom:0;
}
.pixel_single_square .comment-respond form input:focus,.pixel_single_square .comment-respond form textarea:focus,.pixel_single_curve .comment-respond form input:focus,.pixel_single_curve .comment-respond form textarea:focus{
	outline:none;
	border-color:#dedede;
}
.pixel_single_square .comment-respond form input[type="text"],.pixel_single_square .comment-respond form input[type="email"],.pixel_single_square .comment-respond form input[type="url"],.pixel_single_square .comment-respond form textarea,.pixel_single_curve .comment-respond form input[type="text"],.pixel_single_curve .comment-respond form input[type="email"],.pixel_single_curve .comment-respond form input[type="url"],.pixel_single_curve .comment-respond form textarea {
    height: 50px;
    width: 100%;
    padding: 0 30px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    font-size: 15px;
	color:#525452;
}
.pixel_single_square .comment-respond form textarea,.pixel_single_curve .comment-respond form textarea{
    height: 230px;
	padding: 20px 30px;
	resize:none;
}
.pixel_single_square .comment-respond p.comment-form-author input#author,.pixel_single_square .comment-respond p.comment-form-email input#email,.pixel_single_square .comment-respond p.comment-form-email input#url,.pixel_single_curve .comment-respond p.comment-form-author input#author,.pixel_single_curve .comment-respond p.comment-form-email input#email,.pixel_single_curve .comment-respond p.comment-form-email input#url{
	height:50px; 
}
/*------- comment form style2 css --------*/
.pixel_single_curve .comment-respond form input[type="text"],.pixel_single_curve .comment-respond form input[type="email"],.pixel_single_curve .comment-respond form input[type="url"],.pixel_single_curve .comment-respond form textarea{
	background:#f5f5f5;
	border-radius:50px;
	border:none;
	color:#747373;
}
.pixel_single_curve .comment-respond form textarea{
	border-radius:25px;
	border:none;
}
.pixel_single_curve .comment-respond form p{
	margin-bottom:0;
}
.comment-respond .logged-in-as {
    margin-bottom: 10px !important;
}
/*------- comment form style3 ---------*/
.pixel_single_dark #comment h3,.pixel_single_dark .comment-respond h3{
	color:#ffffff;
	font-size: 24px;
}
.pixel_single_dark .comment-respond form input:focus,.pixel_single_dark .comment-respond form textarea:focus{
	outline:none;
	border-color:#263453;
}
.pixel_single_dark .comment-respond form input[type="text"],.pixel_single_dark .comment-respond form input[type="email"],.pixel_single_dark .comment-respond form input[type="url"],.pixel_single_dark .comment-respond form textarea{
    height: 50px;
    width: 100%;
    padding: 0 30px;
    border: 1px solid #363535;
    margin-bottom: 30px;
    font-size: 15px;
	color:#ffffff;
	background:transparent;
	border-radius:24px;
}
.pixel_single_dark .comment-respond form textarea{
    height: 250px;
	padding: 20px 30px;
	resize:none;
}
.pixel_single_dark .comment-respond p.comment-form-author input#author,.pixel_single_dark .comment-respond p.comment-form-email input#email,.pixel_single_dark .comment-respond p.comment-form-email input#url{
	height:50px; 
}
.pixel_single_dark .comment-respond form [placeholder]::-webkit-input-placeholder {
  color: #adaec1;
}
.pixel_single_dark .comment-respond form [placeholder]::-moz-placeholder {
  color: #adaec1;
}
.pixel_single_dark .comment-respond form [placeholder]:-ms-input-placeholder { 
  color: #adaec1;
}
.pixel_single_dark .comment-respond form [placeholder]:-moz-placeholder {
  color: #adaec1;
}
/*------- blog author css start -------*/
.pixel_blog_author {
    display: flex;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
	margin:50px 0px; 
	color:#222222;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.pixel_blog_author .pixel_blog_auth_img {
    margin-right: 20px;
}
.pixel_blog_author .pixel_blog_auth_img img {
    border-radius: 10px;
}
.pixel_blog_author .pixel_blog_auth_img + .pixel_blog_auth_data {
    width: calc(100% - 151px);
	padding: 11px 0;
}
.pixel_blog_author h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom:6px;
	color:#222222;
}
.pixel_blog_author h5 a {
    font-size: 18px;
    font-weight: 500;
	text-decoration:none;
	color:#222222;
}
.pixel_blog_author p {
	margin:0;
}
.pixel_single_square .pixel_blog_author ,.pixel_single_square .pixel_blog_related .pixel_related_box ,.pixel_single_square .pixel_blog_author .pixel_blog_auth_img img{
    border-radius: 0;
} 
.pixel_single_square .pixel_blog_author h5 a{
	font-weight:bold;
}
.pixel_single_square .post-navigation > .nav-links > div[class*="nav-"] > a {
    border-radius: 0;
}

.pixel_single_square .post-navigation > .nav-links > div[class*="nav-"] > a:before {
    border-radius: 0;
}
/*------- blog related css start ---------*/
.pixel_blog_related .post_title {
    margin-bottom: 15px;
}
.pixel_blog_related .pixel_related_box .pixel_blog_user {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.pixel_blog_related .pixel_related_box .pixel_blog_user img {
    width: 100%;
    border-radius: 100px;
	display: inline-block;
}
.pixel_blog_related .pixel_blog_meta {
    display: inline-block;
}
.pixel_blog_related .pixel_blog_meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pixel_blog_related .pixel_blog_meta ul li {
    display: inline-block;
	margin-right:15px;
}
.pixel_blog_related .pixel_blog_meta ul li a{
	color: #adaec1;
    font-size: 15px;
	text-decoration:none;
	text-transform: capitalize;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_blog_related .pixel_blog_meta ul li > span{
	margin-right:5px;
	color: #2391ff;
}
.meta_date span{
	color: #2391ff;
}
.pixel_blog_related .pixel_blog_meta ul li a:hover{
	color: #ff6015;
}
.pixel_blog_related .pixel_blog_meta ul li .meta_comment_img {
    margin-right: 10px;
    margin-top: -3px;
	display: inline-block;
}
.pixel_blog_related .pixel_related_slider .pixel_related_slides {
    padding: 0 15px;
    height: auto;
}
.pixel_blog_related .slick-arrow {
    text-indent: -99999;
	left:0;
	background: #fb5b21;
	z-index:100; 
}
.pixel_blog_related .slick-arrow:before{
	color:#222222;
}
.pixel_blog_related .slick-prev.slick-arrow:before {
    display: block;
}
.pixel_blog_related .slick-arrow {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 100px;    
	background: #f5f5f5;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.pixel_blog_related .slick-arrow.slick-prev{
	left:40px;
	visibility:hidden;
	opacity:0;
}
.pixel_blog_related .slick-arrow.slick-next{
	right:40px;
	visibility:hidden;
	opacity:0;
	-webkit-transform: translateY(-50%) skew(0);
    -moz-transform: translateY(-50%) skew(0);
    -ms-transform: translateY(-50%) skew(0);
    transform: translateY(-50%) skew(0);
}
.pixel_blog_related:hover .slick-arrow.slick-prev{
	left:0;
	visibility:visible;
	opacity:1;
}
.pixel_blog_related:hover .slick-arrow.slick-next{
	right:0;
	visibility:visible;
	opacity:1;
}
.pixel_blog_related .pixel_related_box {
    padding: 25px 30px 30px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
} 
.pixel_blog  .pixel_blog_related {
    margin-top: 50px;
}
.pixel_related_slider {
    margin: 0 -15px;
}
.pixel_blog_related .post_title a {
    color: #222222;
}
.pixel_blog_related .pixel_blog_meta ul li {
    color: #222222;
}
.pixel_blog_related .pixel_blog_meta ul li a {
    color: #222222;
}
.pixel_blog_related .post_title a:hover {
    color: #2391ff;
}
.pixel_single_curve .comment-respond input[type="submit"] {
    border-radius: 50px;
}
/*--------- blog related dark ---------*/
.pixel_single_dark .pixel_blog_related .pixel_related_box {
    background: #121213;
    padding: 30px 30px;
    border-radius: 10px;
	border: none; 
}
.pixel_single_dark .pixel_blog_related .post_title a {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
	line-height:1.5;
    text-transform: capitalize;
    text-decoration: none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_single_dark .pixel_blog_related .post_title a:hover {
    color: #ff6015;
}
.pixel_single_dark .pixel_blog_related .pixel_blog_meta ul li,.pixel_single_dark .pixel_blog_related .pixel_blog_meta ul li a {
    color: #ffffff;
}
.pixel_single_dark .pixel_blog_related .pixel_blog_meta ul li span {
    color: #fb5b21;
}
.pixel_single_dark .pixel_blog_related .slick-arrow {
    visibility: visible;
    opacity: 1;
    height: 40px;
    width: 40px;
    border-radius: 0;
    background: #fb5b21;
    border: none;
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -moz-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}
.pixel_single_dark .pixel_blog_related .slick-arrow:before{
	display:none;
}
.pixel_single_dark .pixel_blog_related .slick-arrow.slick-prev {
    left: 0;
}
.pixel_single_dark .pixel_blog_related .slick-arrow.slick-next {
    right:0;
}
.pixel_single_dark .pixel_blog_related .slick-arrow.slick-next {
    -webkit-transform: translateY(-50%) skewX(10deg);
    -moz-transform: translateY(-50%) skewX(10deg);
    -ms-transform: translateY(-50%) skewX(10deg);
    transform: translateY(-50%) skewX(10deg);
}
.pixel_single_dark .pixel_blog_related .slick-arrow:after{
	display: block;
    content: ' ';
    background-image: url(../images/arrow.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: skewX(-10deg) translate(-50%,-50%);
    -moz-transform: skewX(-10deg) translate(-50%,-50%);
    -ms-transform: skewX(-10deg) translate(-50%,-50%);
    transform: skewX(-10deg) translate(-50%,-50%);
}
.pixel_single_dark .pixel_blog_related .slick-arrow.slick-prev:after{
	-webkit-transform: skewX(10deg) translate(-50%,-50%) rotate(180deg);
    -moz-transform: skewX(10deg) translate(-50%,-50%) rotate(180deg);
    -ms-transform: skewX(10deg) translate(-50%,-50%) rotate(180deg);
    transform: skewX(10deg) translate(-50%,-50%) rotate(180deg);
}
.pixel_single_dark .pixel_related_slider{
	margin:0;
}
/*===================== blog style css end =====================*/
/* ============= seach page css start ====================*/
.no-results {
    margin: 0px 0 80px;
}
.no-results form {
    position: relative;
    margin-top: 20px;
}
.no-results form input {
    height: 50px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 0 95px 0 20px;
    border-radius: 50px;
}
.no-results form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
}
/* ============= seach page css end ====================*/
/* ================= sidebar css start ===============*/
.sidebar_blog .widget{
    margin-bottom: 50px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
}
.sidebar_blog .pixel_footer .widget{
	box-shadow:none;
}
.sidebar_blog .widget_search form {
    position: relative;
    width: 100%;
    margin: 0;
}
.sidebar_blog .widget_search form input {
    width: 100%;
    height: 50px;
    border: 1px solid #eaeaea;
    padding: 0 65px 0 20px;
    border-radius:0;
}
.sidebar_blog .widget_search form input:focus {
    outline: none;
}
.sidebar_blog .widget_search form .search-submit{
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
    border: 1px solid #ff8a00;
    background: #ff8a00;
    color: #ffffff;
    border-radius: 0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	cursor:pointer;
}
.sidebar_blog .widget_search form .search-submit:hover{
	background:#ffffff;
	color:#ff8a00;
}
.sidebar_blog .widget_tag_cloud .tagcloud a {
    height: 40px;
    border: 1px solid #eaeaea;
    background: #ffffff;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 0;
    color: #6d6d6d;
    font-size: 15px !important;
    text-decoration: none;
    box-shadow: none;
    margin: 0 5px 10px 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar_blog .widget_tag_cloud .tagcloud a:hover {
    background: #ff8a00;
    color: #ffffff;
}
.sidebar_blog .widget_tag_cloud {
    margin-bottom: 40px;
} 
.sidebar_blog .widget-title {
    font-weight: 700;
    font-size: 18px;
    position: relative;
	margin-bottom:25px;
}
.sidebar_blog .widget-title a{
	color:#ffffff;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_meta > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_box .pixel_blog_img{
	border-radius:0;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_meta > ul > li {
    color: #707070;
    text-transform: capitalize;
	font-size:15px;
	display:inline-block;
	margin-right:15px;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_meta > ul > li a {
    font-weight: 700;
	text-decoration:none;
	font-size:15px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_meta > ul > li .meta_user_name {
    color: #ff8a00;
	display: inline-block;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_meta > ul > li .meta_date {
    color: #222222;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_meta > ul > li.meta_comment a:hover{
	color: #ff8a00;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_meta > ul > li.meta_comment a{
    font-weight: 500;
    color: #707070;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_meta > ul > li .meta_user_img,.sidebar_blog .pixel_blog_posts .pixel_blog_meta > ul > li .meta_comment_img {
    margin-top: -4px;
	margin-right: 10px; 
	display: inline-block;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_box{
	margin-bottom:30px;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_box:last-child{
	margin:0;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_data {
    padding: 25px 30px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.sidebar_blog .pixel_blog_posts .post_title > a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar_blog .pixel_blog_posts {
    margin-bottom: 60px;
}
.sidebar_blog .widget.woocommerce.widget_product_search .search-field,.sidebar_blog .widget.woocommerce.widget_product_search button{
	border-radius:0;
}
.pixel_single_square .comment-respond input[type="submit"] {
    border-radius: 0;
}
.pixel_single_square .pixel_blog_share a {
    border-radius: 0;
}
.widget_follow ul {
    list-style: none;
    padding: 0;
    margin: 0;
}  
.widget_follow p{
	margin-bottom:20px;
}
.widget_follow ul li {
    display: inline-flex;
    margin: 0;
    border: none;
    padding: 0; 
}
.widget .widget_follow ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    color: #ffffff;
    margin-right: 10px;
}
.sidebar_corporate .widget .widget_follow ul li a:before,.sidebar_dark .widget .widget_follow ul li a:before,.sidebar_corporate .widget .widget_twitter_feed ul li a:before,.sidebar_dark .widget .widget_twitter_feed ul li a:before, .sidebar_blog .widget_pixel_widget_followers ul li:before{
	display:none;
}
.widget_follow ul li a:hover{
	color:#ffffff !important;
}
.widget_follow ul li:nth-child(3n+0) {
    margin-right: 0;
}
.widget_follow ul li .facebook{
	background:#3b5999;
}
.widget_follow ul li .twitter{
	background:#55acee;
}
.widget_follow ul li .youtube{
	background:#cd201f;
}
.widget_follow ul li .instagram{
	background:#e4405f;
}
.widget_follow ul li .pinterest{
	background:#bd081c;
}
.widget_follow ul li .rss{
	background:#ffa748;
}
.widget_follow ul li a i {
    line-height: 40px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.widget_follow ul li a:hover i{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.widget_follow ul li > p > span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    line-height: 20px;
}
.widget_follow ul li > p {
    font-size: 14px;
    text-transform: capitalize;
    color: #707070;
    margin: 0px 0 0;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_box.recent_blog2 {
    display: flex;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_img {
    max-width: 70px;
    margin-right: 15px;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_img + .pixel_blog_data {
    width: calc(100% - 85px);
}
.sidebar_blog .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data {
    padding: 0;
    box-shadow: none;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data .post_title a {
    font-size: 15px; 
	margin-bottom: 0;
}
.sidebar_blog .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data .post_title {
    margin: -3px 0 5px;
}
/*.sidebar_blog .pixel_blog_posts .recent_blog2 .pixel_blog_meta > ul > li .meta_date {
    color: #707070;
}*/
.sidebar_blog .widget_newsletter_widget{
	margin-bottom:50px;
}
.sidebar_blog .widget_newsletter_widget .pixel_newsletter_box {
    text-align: center;
}
.sidebar_blog .widget_newsletter_widget .newsletter_heading {
    font-weight: 700;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    color: #222222;
	margin-bottom: 10px;
}
.sidebar_blog .widget_newsletter_widget .newsletter_heading:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 1px; 
    background: #ff8a00;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sidebar_blog .widget_newsletter_widget .pixel_newsletter_box p {
    font-size: 15px;
    color: #707070;
	margin-bottom:10px;
}
.sidebar_blog .widget_newsletter_widget .pixel_newsletter_box .newsletter_form {
    position: relative;
    width: 100%;
    margin: 0;
}
.sidebar_blog .widget_newsletter_widget .pixel_newsletter_box .newsletter_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #eaeaea;
    padding: 0 65px 0 20px;
    border-radius: 0;
}
.sidebar_blog .widget_newsletter_widget .pixel_newsletter_box .newsletter_form input:focus {
    outline: none;
}
.sidebar_blog .widget_newsletter_widget .pixel_newsletter_box .newsletter_form .newsletter_widget_submit {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
    border: 1px solid #ff8a00;
    background: #ff8a00;
    color: #ffffff;
    border-radius: 0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	cursor:pointer;
}
.sidebar_blog .widget_newsletter_widget .pixel_newsletter_box .newsletter_form .newsletter_widget_submit:hover{
	background:#ffffff;
	color:#ff8a00;
}
.sidebar_blog .widget_recent_comments ul .recentcomments,.sidebar_blog .widget.widget_archive ul li,.sidebar_blog .widget.widget_categories ul li,.sidebar_blog .widget.widget_pages ul li,.sidebar_blog .widget.widget_meta ul li,.sidebar_blog .widget.widget_nav_menu ul li,.sidebar_blog .widget.widget_recent_entries ul li{
    color: #222222;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    font-weight: 500;
    padding-bottom: 0;
    border: none;
    margin-bottom: 15px;
	text-transform:capitalize;
}
.sidebar_blog .widget_recent_comments ul .recentcomments:last-child,.sidebar_blog .widget.widget_archive ul li:last-child,.sidebar_blog .widget.widget_categories ul li:last-child,.sidebar_blog .widget.widget_pages ul li:last-child,.sidebar_blog .widget.widget_meta ul li:last-child,.sidebar_blog .widget.widget_nav_menu ul li:last-child,.sidebar_blog .widget.widget_recent_entries ul li:last-child{
	margin-bottom:0; 
}
.sidebar_blog .widget ul li:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ff8a00;
    top: 10px;
    left: 0;
}
.sidebar_blog .widget.widget_rss ul li:before,.sidebar_blog .widget.widget_follow ul li:before,.sidebar_blog .widget.widget_pixel_widget_contactus ul li:before,.pixel_blog_meta ul li:before,.sidebar_blog .widget.pixel-instagram-feed ul li:before, .sidebar_blog .widget.pixel_blog_posts ul li:before{
	display:none;
} 
.sidebar_blog .widget ul li a:hover{ 
    color: #ff8a00;  
}
.sidebar_blog .widget.widget_archive > ul > li a:before,.sidebar_blog .widget.widget_categories > ul > li a:before,.sidebar_blog .widget.widget_recent_entries ul li a:before,.sidebar_blog .widget.widget_meta ul li a:before{
	display:none;
}
.sidebar_blog .widget_recent_comments ul .recentcomments a{
	display:inline-block;
}
.widget ul > li ul{
	padding-left:0;
}
.sidebar_blog .widget_rss ul li .rsswidget {
    color: #222222;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}
.sidebar_blog .widget_rss ul li .rss-date {
    font-size: 15px;
    color: #222222;
    margin: 3px 0;
    display: inline-block;
}
.sidebar_blog .widget_rss ul li {
    color: #707070;
    font-size: 15px;
}
.sidebar_blog .widget_rss ul li cite {
    text-align: right;
    display: block;
}
.instagram_widget .vt_instagram_info ul li{
	display: inline-block;
    border: none;
    width: 85px;
    margin: 0 7px 0px 0;
	overflow:hidden;
	padding-bottom:0;
}
.instagram_widget .vt_instagram_info ul li a img{
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out; 
}
.instagram_widget .vt_instagram_info ul li a:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.sidebar_dark .instagram_widget .vt_instagram_info ul li,.sidebar_default .instagram_widget .vt_instagram_info ul li {
    width: 70px; 
    border-radius: 5px; 
}
.widget_twitter_feed .twitter_feeds ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_twitter_feed .twitter_feeds ul li h6 {
    padding-left: 25px;
    font-size: 15px;
    color: #222222;
    margin: 0;
	word-break:break-all;
}
.widget_twitter_feed .twitter_feeds ul li span {
    position: absolute;
    color: #ff8a00;
	top:0;
}
.widget_twitter_feed .twitter_feeds ul li h6 .twitter_link {
    color: #ff8a00;
    display: block;
    margin-top: 5px;
    text-decoration: none;
}
.widget_twitter_feed .twitter_feeds ul li {
    margin-bottom: 15px;
    position: relative;
    border: none;
    padding: 0;
}
.widget_twitter_feed .twitter_feeds ul li:last-child {
    margin-bottom: 0;
}
.sidebar_default .widget_twitter_feed .twitter_feeds ul li span{
	color:#5575E3;
}
.sidebar_dark .widget_twitter_feed .twitter_feeds ul li span {
    color: #f05720;
}
.sidebar_dark .widget_twitter_feed .twitter_feeds ul li h6 {
    color: #ffffff;
	word-break: break-all;
}
.sidebar_dark .widget_twitter_feed .twitter_feeds ul li h6 .twitter_link {
    color: #f05720;
}
.widget_contact ul { 
    list-style: none;
    padding: 0;
    margin:0;
}
.widget_contact ul li{
	margin-bottom:15px;
}
.widget_contact ul li:last-child{
	margin-bottom:0;
}
.widget_contact ul li > span {
    width: 25px;
    display: inline-block;
    color: #ff8a00;
    vertical-align: top;
    margin-top: 5px;
}
.widget_contact ul li p,.widget_contact ul li a {
    display: inline-block;
    margin: 0;
    color: #222222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
	text-decoration:none;
	width: calc(100% - 30px);
}
.widget_contact ul li a:hover{
	color:#ff8a00;
}
.widget_contact ul li p span, .widget_contact ul li a span {
    color: #ff8f00;
    margin-right: 7px;
}
.widget_contact ul li > span,.widget_contact ul li p span,.widget_contact ul li a span,.widget_contact ul li a:hover {
    color: #5575E3;
}
.pixel_contact_us ul li a:before {
    display: none !important;
}
/* .sidebar_corporate .widget_contact ul li > span,.sidebar_corporate .widget_contact ul li p span, .sidebar_corporate  .widget_contact ul li a span,.sidebar_corporate .widget_contact ul li a:hover { */
    /* color: #2391ff; */
/* } */
/* .sidebar_dark .widget_contact ul li p,.sidebar_dark  .widget_contact ul li a { */
    /* color: #ffffff; */
	/* word-break:break-word; */
/* } */
/* .sidebar_dark .widget_contact ul li > span ,.sidebar_dark .widget_contact ul li p span, .sidebar_dark .widget_contact ul li a span,.sidebar_dark .widget_contact ul li a:hover  { */
    /* color: #f45b15; */
/* } */
.widget_pixel_widget_contactus .pixel_contact_us ul li {
    border: none;
    padding: 0;
}
.pixel_single_curve .pixel_search_pagination {
    margin-top: 30px;
}
/*------ sidebar style 2 css --------*/
.sidebar_corporate .widget{
    margin-bottom: 30px;
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
	border-radius: 14px;
}
.sidebar_corporate .widget-title { 
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 23px;
	border:none;
} 
.sidebar_corporate .widget-title span {
    height: auto;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
	line-height:inherit;
}
.sidebar_corporate .widget_follow {
    margin-bottom: 20px;
}
.sidebar_corporate .widget_search form {
	position: relative;
	margin-bottom:0;
}
.sidebar_corporate .widget_search form input[type="text"]:focus{
	outline:none;
}
.sidebar_corporate .widget_search form input[type="text"]{
    background: #f1f1f1;
    width: 100%;
    height: 50px;
    padding: 0 50px 0 20px;
    border-radius: 25px;  
    border: none;
}
.sidebar_corporate .widget_search form .search-submit{ 
	position:absolute;
	top:0;
	right:0;
	height:50px;
	line-height:50px;
	width:50px;
	color:#2391ff;
	background:transparent;
	border:none; 
	padding: 0;
}
.sidebar_corporate .widget_tag_cloud{
	margin-bottom:40px; 
}
.sidebar_corporate .widget_tag_cloud .tagcloud a {
    background: #f1f1f1;
    color: #6d6d6d;
	border: 1px solid #f5f5f5;
	height: 40px;
    display: inline-block;
    line-height: 38px;
	font-weight:500;
    padding: 0 15px;
	box-shadow:none;
	font-size:15px !important;
    border-radius: 50px;
    text-decoration: none;
    margin: 0 5px 10px 0px;
	text-transform:capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar_corporate .widget_tag_cloud .tagcloud a:hover {
    background: #2391ff;
    color: #ffffff;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_data {
    border: 1px solid #eaeaea;
	padding: 25px 30px 30px;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_box {
    margin-bottom: 30px;
}
.sidebar_corporate .pixel_blog_posts .post_title > a {
    color: #222222;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
	margin-bottom:6px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_meta > ul > li {
    color: #707070;
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;   
    margin-right: 15px;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_meta > ul > li .meta_user_name {
    color: #2391ff;
	display: inline-block;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_meta > ul > li .meta_user_img,.sidebar_corporate .pixel_blog_posts .pixel_blog_meta > ul > li .meta_comment_img {
    margin-top: -4px;
	margin-right: 10px; 
	display: inline-block;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_box.recent_blog2 {
    display: flex;
	box-shadow:none;
	padding:0;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_img {
    max-width: 70px;
    margin-right: 15px;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_img img{
	border-radius:5px;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_img + .pixel_blog_data {
    width: calc(100% - 85px);
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data {
    border:none;
	padding:0;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data .post_title a {
    font-size: 16px;
	text-transform:capitalize;
	margin-bottom:0;
}
.sidebar_corporate .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data .post_title {
    margin: -3px 0 4px;
}
.sidebar_corporate .pixel_blog_posts .recent_blog2 .pixel_blog_meta > ul > li .meta_date {
    color: #6d6d6d;
    font-weight: 500;
}
.sidebar_corporate .widget_recent_comments ul li.recentcomments {
    color: #707070;
    padding: 0;
    border: none;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 15px;
	position:relative;
}
.sidebar_corporate .widget_recent_comments ul li.recentcomments a{
	display:inline-block;
}
.sidebar_corporate .widget_recent_comments ul li.recentcomments:before,.sidebar_corporate .widget ul li a:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-right: 2px solid #2391ff;
    border-bottom: 2px solid #2391ff;
    margin-right: 15px;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.sidebar_corporate .widget_recent_comments ul li.recentcomments a:before,.sidebar_corporate .widget_rss ul li a:before,.sidebar_corporate .widget_pixel_widget_contactus ul li a:before,.sidebar_corporate .pixel_blog_meta ul li a:before,.sidebar_corporate .pixel-instagram-feed ul li a:before{
	display:none;
}
.sidebar_corporate .widget_archive ul li,.sidebar_corporate .widget_categories ul li,.sidebar_corporate .widget_pages ul li,.sidebar_corporate .widget_meta ul li,.sidebar_corporate .widget_nav_menu ul li{
    color: #2391ff;
    text-align: left;
	border:none;
	padding-bottom:0;
}
.sidebar_corporate .widget_archive ul li a ,.sidebar_corporate .widget_categories ul li a,.sidebar_corporate .widget_pages ul li a,.sidebar_corporate .widget_meta ul li a,.sidebar_corporate .widget_nav_menu ul li a,.sidebar_corporate .widget_recent_entries ul li a{
    display: inline-block;
    float: none;
	text-transform:capitalize;
}
/* .sidebar_corporate .widget ul li a:hover{ */
    /* color: #2391ff; */
/* }  */
.sidebar_corporate .widget_categories ul li .children ,.sidebar_corporate .widget_pages ul li .children,.sidebar_corporate .widget_nav_menu ul li .sub-menu{
	margin-top:15px;
}
.sidebar_corporate .widget_categories ul li .children li,.sidebar_corporate .widget_pages ul li .children li,.sidebar_corporate .widget_nav_menu ul li .sub-menu li{
	padding-left:15px;
	border:none;
	padding:none;
}
.sidebar_default .widget ul li .children li,.sidebar_default ul li .sub-menu li{
	padding-left:20px; 
}
.sidebar_corporate .widget_rss ul li a {
    margin-bottom: 5px;
}
.sidebar_corporate .widget_rss ul li .rss-date {
    display: inline-block;
    margin-bottom: 7px;
}
.sidebar_corporate .widget_rss ul li cite {
    display: block;
    text-align: right;
    margin-top: 6px;
}
.sidebar_corporate .widget_newsletter_widget .pixel_newsletter_box {
	box-shadow: none;
    text-align: center; 
}
.sidebar_corporate .widget_newsletter_widget .newsletter_heading {
    font-weight: 700;
	padding-bottom:0;
    color: #222222;
	margin-bottom:8px;
}
.sidebar_corporate .widget_newsletter_widget .newsletter_heading:after{
	display:none;
}
.sidebar_corporate .widget_newsletter_widget .pixel_newsletter_box p {
    color: #707070;
    font-size: 15px;
    margin-bottom: 15px;
}
.sidebar_corporate .widget_newsletter_widget .pixel_newsletter_box .newsletter_form{
	position:relative;
}
.sidebar_corporate .widget_newsletter_widget .pixel_newsletter_box .newsletter_form input {
    border:none;
    background: #f1f1f1;
    padding: 0 53px 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
}
.sidebar_corporate .widget_newsletter_widget .pixel_newsletter_box .newsletter_form .newsletter_widget_submit {
	position:absolute;
    top: 0px;
    right: 0px;
    height: 50px;
	background:transparent;
	border:none;
    width:50px;
    color: #2391ff;
	padding:0;
} 
.sidebar_corporate .widget_newsletter_widget .pixel_newsletter_box .newsletter_form .newsletter_widget_submit:hover {
    color: #2391ff;
    background: transparent;
}
.sidebar_corporate .widget_newsletter_widget .pixel_newsletter_box .newsletter_form .newsletter_widget_submit:focus ,.sidebar_corporate .widget_search .newsletter_form .newsletter_widget_submit:focus{
    outline: none;
}
/*------ sidebar style3  css start --------*/
.sidebar_dark .widget_follow ul li a{
	margin-right:7px;
}
.sidebar_dark .widget{
	background:#121213;
	padding:30px;
	margin-bottom:30px;
	border-radius:10px;
	border:none;
}
.sidebar_dark .widget.widget_contact{
	padding:0;
	margin:0;
}
.sidebar_dark .pixel_sidebar_wrapper .widget-title,.page.sidebar_dark .pixel_sidebar_wrapper .widget-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 23px;
    position: relative;
	border:none; 
}
.sidebar_dark .widget_search form input[type="text"]{
    padding: 0 53px 0 20px;
    background: transparent;
    border: 1px solid #363535;
    color: #ffffff;
	width: 100%;
    height: 50px;
    border-radius: 25px;
}
.sidebar_dark .widget input::-webkit-input-placeholder{
	color:#adaec1;
}
.sidebar_dark .widget input
::-moz-placeholder {
	color:#adaec1;
}
.sidebar_dark .widget_search form{
	position:relative;
}
.sidebar_dark .widget_search form .search-submit{ 
	position:absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    color: #ffffff;
    background: transparent;
    border: none;
	padding:0;
}
.sidebar_dark .widget_tag_cloud .tagcloud a {
    background: transparent;
    color: #adaec1;
    border: 1px solid #263453;
	height: 40px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 50px;
    text-decoration: none;
    margin: 0 5px 10px 0px;
	font-size:15px !important;
	text-transform:capitalize;
	font-weight:500;
	box-shadow:none;
}
.sidebar_dark .widget_tag_cloud .tagcloud a:hover {
    background: #f05720;
    color: #ffffff;
    border: 1px solid transparent;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_box:last-child{
	margin:0;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_box .pixel_blog_img {
    margin-bottom: 10px;
}
.widget_recent_entries .pixel_blog_box .pixel_blog_img{
	border-radius:10px;
	overflow:hidden;
}
.widget_recent_entries .pixel_blog_box .pixel_blog_img img{
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.widget_recent_entries .pixel_blog_box:hover .pixel_blog_img img{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.sidebar_dark .pixel_blog_posts .pixel_blog_img img{
	border-radius:10px;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_data .post_title > a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;    
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 18px;
	font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_data .post_title > a:hover {
    color: #fb5b21;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_data .pixel_blog_meta ul li ,.sidebar_dark .pixel_blog_posts .pixel_blog_meta > ul > li .meta_date{
    color: #adaec1;
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;
    margin-right: 15px;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_data .pixel_blog_meta ul li .meta_user_name {
    /* color: #fb5b21; */
	display:inline-block;
	font-weight:600;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_meta > ul > li .meta_user_img, .sidebar_dark .pixel_blog_posts .pixel_blog_meta > ul > li .meta_comment_img {
    margin-top: -4px;
    margin-right: 10px;
    display: inline-block;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_box {
    margin-bottom: 30px;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_data {
    padding: 0;
    box-shadow: none;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_img {
    max-width: 70px;
    margin-right: 15px;    
	margin-bottom: 0;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_img + .pixel_blog_data {
    width: calc(100% - 85px);
}
.sidebar_dark .pixel_blog_posts .recent_blog2.pixel_blog_box{
	padding:0;
	display: flex;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data .post_title {
    margin: -3px 0 5px;
}
.sidebar_dark .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data .post_title a{
	font-size:15px;
	margin:0;
}
.sidebar_dark .pixel_blog_posts .recent_blog2 .pixel_blog_meta > ul > li .meta_date {
    color: #adaec1;
	font-weight: 500;
}
.sidebar_dark .widget.widget_calendar .calendar_wrap > table > thead > tr > th,.sidebar_dark .widget.widget_calendar .calendar_wrap > table > tbody > tr > td,.sidebar_dark .widget.widget_calendar .calendar_wrap > table > caption{
	color: #adaec1;
}
.sidebar_dark .widget.widget_calendar .calendar_wrap > table > tbody > tr > td a,.sidebar_dark .widget.widget_calendar .calendar_wrap > table > tfoot > tr > td a{
	color:#f05720;
}
.sidebar_dark .widget_recent_comments ul .recentcomments,.sidebar_dark .widget_archive ul li,.sidebar_dark .widget.widget_categories > ul > li,.sidebar_dark .widget.widget_pages > ul > li,.sidebar_dark .widget.widget_meta > ul > li,.sidebar_dark .widget.widget_nav_menu ul li,.sidebar_dark .widget.widget_rss ul li,.sidebar_dark .widget.widget_recent_entries ul li{
    color: #adaec1;
    padding-bottom: 0;
    border: none;
    text-transform: capitalize;
    position: relative;
}
.sidebar_dark .widget_recent_comments ul .recentcomments{
	margin-bottom:15px;
    padding-left: 15px;
}
.sidebar_dark .widget_recent_comments ul .recentcomments a{
	display:inline-block;
}
.sidebar_dark .widget_recent_comments ul .recentcomments:last-child{
	margin-bottom:0;
}
.sidebar_dark .widget_recent_comments ul .recentcomments:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #f05720;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 100px;
} 
.sidebar_dark .widget ul li a:hover{
	color:#f05720; 
} 
.sidebar_dark .widget ul li a:before{
    border: none;
    width: 5px;
    height: 5px;
    background: #f05720;
	content: "";
    display: inline-block;
    vertical-align: middle;
	border-radius:100px;
	margin-right: 15px;
}
.sidebar_dark .widget_recent_comments ul .recentcomments a:before,.sidebar_dark .widget_rss ul li a:before,.sidebar_dark .pixel_blog_meta ul li a:before,.sidebar_dark .widget_pixel_widget_contactus ul li a:before,.sidebar_dark .pixel-instagram-feed ul li a:before{
	display:none;
}
.sidebar_dark .widget.widget_categories ul li .children li,.sidebar_dark .widget.widget_pages ul li .children li,.sidebar_dark .widget.widget_meta ul li .children li,.sidebar_dark .widget.widget_nav_menu ul li .sub-menu li{
	padding:0;
	border:none;
	padding-left:15px;
}
.sidebar_dark .widget.widget_rss ul li a{
	font-weight:600;
}
.sidebar_dark .widget.widget_rss ul li .rss-date {
    margin: 2px 0 8px 0;
    display: inline-block;
} 
.sidebar_dark .widget.widget_rss ul li cite {
    display: block;
    text-align: right;
}
.sidebar_dark .widget_text .textwidget{
	color: #adaec1;
}
.sidebar_dark .widget_text .textwidget strong{
	margin-bottom:8px;
	display:inline-block;
}
.sidebar_dark .widget select {
    background: transparent;
    color: #adaec1;
    border: 1px solid #263453;
} 
.sidebar_dark .widget select option {
    background: #08122d;
}
.sidebar_dark .widget_newsletter_widget .pixel_newsletter_box {
    padding: 0;
    text-align: left;
    box-shadow: none;
}
.sidebar_dark .widget_newsletter_widget .newsletter_heading {
    color: #ffffff;
    font-size: 18px;
    padding: 0;
	margin-bottom:8px;
}
.sidebar_dark .widget_newsletter_widget .newsletter_heading:after {
    display: none;
}
.sidebar_dark .widget_newsletter_widget .pixel_newsletter_box p {
    color: #adaec1;
	margin-bottom:10px;
}
.sidebar_dark .widget_newsletter_widget .pixel_newsletter_box .newsletter_form{
	position:relative;
}
.sidebar_dark .widget_newsletter_widget .pixel_newsletter_box .newsletter_form input {
    padding: 0 53px 0 20px;
    background: transparent;
    border: 1px solid #263453;
    color: #ffffff;
	width: 100%;
    height: 50px;
    border-radius: 25px;
}
.sidebar_dark .widget_newsletter_widget .pixel_newsletter_box .newsletter_form .newsletter_widget_submit{
	position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 50px;
	color:#ffffff;
	background:transparent;
} 
.pixel_sidebar_wrapper .widget_follow .pixel_follow_us > p {
	display:none;
}
.sidebar_dark .widget_follow .pixel_follow_us > p {
    font-size: 15px;
    color: #adaec1;
    margin-bottom: 10px;
	display: block;
} 
.widget_tag_cloud .tagcloud a:hover{
	opacity:1;
}
/*---------- default sidebar css start --------*/
.sidebar_default .widget_search input,.sidebar_default .widget_newsletter_widget .newsletter_form input {
    height: 50px;
    width: 100%;
    padding: 0 90px 0 20px;
    border: 1px solid #dedede;
    border-radius: 25px;
}
.sidebar_default .widget_search form ,.sidebar_default .widget_newsletter_widget .newsletter_form{
    position: relative;
}
.sidebar_default .widget_search .search-submit,.sidebar_default .widget_newsletter_widget .newsletter_form .newsletter_widget_submit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
}
.sidebar_default .widget_newsletter_widget .pixel_newsletter_box .newsletter_heading {
    font-size: 18px;
    color: #354a6c;
    margin-bottom: 8px;
}
.sidebar_default .widget_newsletter_widget .pixel_newsletter_box p {
    margin-bottom: 15px;
}
.sidebar_default .pixel_blog_posts .pixel_blog_box {
    margin-bottom: 30px;
}
.sidebar_default .pixel_blog_posts .pixel_blog_img {
    margin-bottom: 10px;
}
.sidebar_default .pixel_blog_posts .pixel_blog_img img {
    border-radius: 10px;
}
.sidebar_default .pixel_blog_posts .pixel_blog_data .post_title {
    margin-bottom: 10px;
}
.pixel_blog_posts .post_title a{
	color:#354a6c;
}
.pixel_blog_posts .post_title a:hover{
	color:#5575E3;
}
.sidebar_default .pixel_blog_posts .pixel_blog_meta ul li { 
    display: inline-block;
    font-size: 15px;
}
.sidebar_default .pixel_blog_posts .pixel_blog_meta ul li .meta_user_name {
    display: inline-block;
}
.sidebar_default .pixel_blog_posts .pixel_blog_meta ul li img {
    margin-top: -4px;
    margin-right: 10px;
}
.sidebar_default .pixel_blog_posts .pixel_blog_box:last-child {
    margin-bottom: 0;
}
.sidebar_default .pixel_blog_posts .pixel_blog_box.recent_blog2 {
    display: flex;
}
.sidebar_default .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_img {
    max-width: 70px;
    margin-right: 15px;
	margin-bottom:0;
}
.sidebar_default .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_img + .pixel_blog_data {
    width: calc(100% - 85px);
}
.sidebar_default .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data .post_title {
    margin: -3px 0 5px;
}
.sidebar_default .pixel_blog_posts .pixel_blog_box.recent_blog2 .pixel_blog_data .post_title a {
    font-size: 16px;
}
.sidebar_default .widget_recent_comments ul li a{
	display:inline-block;
}
/**Loader Css**/
.pixel_loader_img {
    display: none;
    position: absolute;
    top: 13px;
    right: 45px;
    height: 30px;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.sidebar_default .pixel_loader_img{
	right:-30px;
}
.pixel_loader_img div {
    position: absolute;
    border: 2px solid #5575E3;
    opacity: 1;
    border-radius: 50%;
    animation: pixel_loader_img 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.pixel_loader_img div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes pixel_loader_img {
  0% {
    top: 14px;
    left: 14px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}
.sidebar_blog .pixel_loader_img div{
	border-color:#ff8a00;
}
.sidebar_corporate .pixel_loader_img div{
	border-color:#2391ff;
}
.sidebar_dark .pixel_loader_img div{
	border-color:#f05720;
}
/**Loader Css End**/
.um_alert_wrapper {
    position: fixed;
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.um_alert_wrapper > .um_alert_inner {
    padding: 15px 30px;
    border-radius: 60px;
    color: #fff;
    background-color: #ff00;
}
.um_alert_wrapper > .um_alert_inner > p {
    margin: 0;
	color:#fff;    
}
.um_alert_wrapper.alert_open {
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.um_alert_wrapper.um_success > .um_alert_inner{
    background-color: #82ba4a;
}
.um_alert_wrapper.um_error > .um_alert_inner{
    background-color: #ff5151;
}
/* ================= sidebar css end ===============*/
/* ================= banner slider css start ============================*/
.pixel_banner_slider .slick-slide{
	height:auto;
}
.pixel_banner_slider .pixel_blog_data .post_category {
    font-size: 18px;
    color: #ff8a00;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.pixel_banner_slider .pixel_blog_data .post_category:after {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff8a00;
}
.pixel_banner_slider .pixel_blog_box{
	position:relative;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	position: absolute; 
    bottom: 20px;
    right: 140px;
    max-width: 890px;
    background: #ffffff;
    padding: 60px; 
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_data >.post_title {
    margin: 10px 0;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_data >.post_title > a {
    font-size: 42px;
    font-weight: 600;
    color: #222222;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_data >.post_title > a:hover{
	color: #ff8a00;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_data p{
    color: #707070;
    font-size: 15px;
    margin-bottom: 10px;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li {
    color: #707070;
    text-transform: capitalize;
	font-size:15px;
	display:inline-block;
	margin-right:15px;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li a {88
    font-weight: 600;
	text-decoration:none;
	font-size:15px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li .meta_user_name {
    color: #ff8a00;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li .meta_date {
    color: #222222;
	font-weight: 600;
	text-decoration:none;
	font-size:15px;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li.meta_comment a:hover{
	color: #ff8a00;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li.meta_comment a{
    font-weight: 500;
    color: #707070;
}
.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li .meta_user_img,.pixel_banner_slider .pixel_blog_box > .pixel_blog_content > .pixel_blog_meta > ul > li .meta_comment_img {
    margin-top: -4px;
	margin-right: 10px; 
	display: inline-block;
}
.pixel_banner_slider .pixel_banner_overlay_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width:120px;
}
.pixel_banner_slider {
    position: relative;
	padding-top: 30px;
}
.pixel_banner_slider .pixel_banner_overlay_txt h1 {
    transform: rotate(-180deg);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    font-size: 66px;
    color: #e5e5e5;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    line-height: inherit;
}
.pixel_banner_slider .pixel_banner_overlay_txt.pixel_trending {
    left: auto;
    right: 0;
}
.pixel_banner_slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 120px;
    background: #ffffff;
    transform: none;
    z-index: 10;
    border-radius: 0;
    width: 70px;
    height: 70px;
    color: #222222;
}
.pixel_banner_slider .slick-arrow.slick-next {
    left: 190px;
}
.pixel_banner_slider .slick-arrow:before {
    color: #222222;
    font-size: 42px;
}
.pixel_banner_slider .slick-arrow:hover:before {
    color: #ff8a00;
}
.pixel_banner_slider .slick-arrow.slick-next:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    background: #e5e5e5;
    left: 0;
    top: 14px;
}
/* ================= banner slider css end ============================*/
/* ================= unit content css start ===============*/
.widget_rss ul li .rsswidget {
    color: #5575E3;
    font-weight: 600;
    margin-bottom: 5px;
}
.widget_rss ul li .rss-date {
    margin-bottom: 5px;
    display: inline-block;
}
.widget_text .textwidget p strong {
    margin-bottom: 5px;
    display: inline-block;
}
.blog .pixel_page_content_wrapper ,.single .pixel_page_content_wrapper ,.archive .pixel_page_content_wrapper,.category .pixel_page_content_wrapper,.search .pixel_page_content_wrapper  {
    margin: 80px 0;
}
.sticky-post {
    background-image: -moz-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
    background-image: -webkit-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
    background-image: -ms-linear-gradient(-115deg, #3891ff 0%, #00c6ff 100%);
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 5px 5px 3px;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 10px;
    border-radius: 5px;
}
.pixel_blog_detail .entry-content p {
    margin-bottom: 15px;
}
.pixel_blog_detail .entry-content ul,.pixel_comment .pixel_comment_detail ul{
    list-style: disc;
    margin: 0 0 1rem 0em; 
}
.pixel_blog_detail .entry-content ul ul ,.pixel_comment .pixel_comment_detail ul ul{
    margin-bottom: 0;
}
.pixel_blog_detail .entry-content h2, .pixel_blog_detail .entry-content h1, .pixel_blog_detail .entry-content h3,.pixel_blog_detail .entry-content h4, .pixel_blog_detail .entry-content h5, .pixel_blog_detail .entry-content h6,.pixel_comment .pixel_comment_detail h2, .pixel_comment .pixel_comment_detail h1, .pixel_comment .pixel_comment_detail h3, .pixel_comment .pixel_comment_detail h4, .pixel_comment .pixel_comment_detail h5, .pixel_comment .pixel_comment_detail h6 {
    margin-bottom: 10px; 
}
.pixel_blog_detail .entry-content h2,.pixel_comment .pixel_comment_detail h2 {
    margin: 15px 0px 10px;
    font-size:32px;
} 
.pixel_blog_detail .entry-content h2{
	margin-top:0;
}
.pixel_blog_detail .entry-content blockquote p,.pixel_comment .pixel_comment_detail blockquote p{
	margin-bottom:0;
}
.entry-content table tr th,.entry-content table tr td,.pixel_comment .pixel_comment_detail table tr th,.pixel_comment .pixel_comment_detail table tr td {
    border: 1px solid #dedede;
    padding: 10px;
}
.entry-content table,.pixel_comment .pixel_comment_detail table {
    width: 100%;
    margin-bottom: 15px; 
}
pre {
    background: #eee;
	line-height: 1.6;
    max-width: 100%;
    padding: 1.6em;
}
.entry-content form input[type=password] { 
    height: 50px;
    padding: 0 20px;
    border: 1px solid #dedede;
}
.pixel_blog .pixel_blog_detail > h3 > a {
    color: #222222; 
    word-break: break-word;
}
.pixel_blog .pixel_blog_detail > h3 > a:hover{
	color:#5575E3;
}
.pixel_comment_wrapper > .pixel_comment_list .children ol{
	list-style:none; 
}
dl dd {
    margin: 0 1rem 1rem;
}
/* ================= unit content css end ===============*/
/*----- instagram shortcode css start ---------*/
.pixel_instagram_info {
    position: relative;
}
.pixel_instagram_info > ul > li {
    width: 16.66%;
    float: left;
	overflow:hidden;
}
.pixel_instagram_info > ul > li img{
    width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.pixel_instagram_info > ul > li a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
} 
.pixel_instagram_info > ul:after {
    content: "";
    width: 100%;
    display: table;
}
.pixel_instagram_info > ul {
    position: relative;
	padding-left: 0px;
}
.pixel_instagram_info .instagram_user_info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ffffff;
    padding: 30px 30px;
    text-align: center;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
}
.pixel_instagram_info .instagram_user_info a{
    display: block;
    font-size: 18px;
    color: #222222;
    font-weight: 600; 
}
.pixel_instagram_info .instagram_user_info i{
	color: #e4405f;
    font-size: 30px; 
    margin-bottom: 6px;
}
/*----- instagram shortcode css start ---------*/
/*============Pricing Table start===========*/
.pixel_pricing_table {
    display: block;
    width: 100%;
    text-align: center;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    /* background-image: url(http://motothemes.in/pixel/wp-content/uploads/2019/01/pricing_bg.jpg); */
    background-size: cover;
    background-position: 30%;
    padding: 40px;
    position: relative;
}
.pixel_pricing_table .pixel_pricing_header {
    position: relative;
    z-index: 1;
}
.pixel_pricing_table .pixel_pricing_header h3 {
    font-size: 32px;
    color: #222;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.pixel_pricing_table .pixel_pricing_header h3:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.pixel_pricing_table .pixel_pricing_header p {
    color: #6d6d6d;
    margin-bottom: 34px;
}
.pixel_pricing_table .pixel_pricing_header h1 {
    font-size: 62px;
    font-weight: 700;
}
.pixel_pricing_table .pixel_pricing_header h1 small {
    font-size: 32px;
    font-weight: 500;
    margin-right: 5px;
}
.pixel_pricing_table .pixel_pricing_header h1 span {
    font-size: 16px;
    color: #2391ff;
    margin-left: 5px;
    font-weight: 700;
}
.pixel_pricing_table:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
}
.pixel_pricing_table .pixel_pricingg_content {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.pixel_pricing_table .pixel_pricingg_content ul {
    padding: 0;
	list-style: none;
    margin: 0;
}
.pixel_pricing_table .pixel_pricingg_content ul li {
    margin-bottom: 15px;
    color: #222222;
}
.pixel_pricing_table .pixel_pricing_footer {
    position: relative;
    z-index: 1;
}
.pixel_pricing_table .pixel_pricing_footer .pixel_button {
    text-transform: capitalize;
    border-radius: 50px;
    background: transparent;
    color: #2391ff;
    border: 1px solid #2391ff;
}
.pixel_pricing_table .pixel_pricing_footer .pixel_button:hover {
    background: #2391ff;
    color: #fff;
}
.pixel_pricing_table.pixel_pricing_active:after {
    background: rgba(35, 145, 255, 0.9);
}
.pixel_pricing_table.pixel_pricing_active .pixel_pricing_header h3, .pixel_pricing_table.pixel_pricing_active .pixel_pricing_header p, .pixel_pricing_table.pixel_pricing_active .pixel_pricing_header h1, .pixel_pricing_table.pixel_pricing_active .pixel_pricing_header h1 small, .pixel_pricing_table.pixel_pricing_active .pixel_pricing_header h1 span, .pixel_pricing_table.pixel_pricing_active .pixel_pricingg_content ul li {
    color: #fff;
}
.pixel_pricing_table.pixel_pricing_active .pixel_pricing_header h3:after {
    background: rgba(255, 255, 255, 0.3);
}
.pixel_pricing_table.pixel_pricing_active .pixel_pricing_footer .pixel_button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.pixel_pricing_table.pixel_pricing_active .pixel_pricing_footer .pixel_button:hover{
    background: #fff;
    color: #2391ff;	
}
/*============Pricing Table end===========*/
/*************  Sticky Bar Css  ************/
.pixel_sticky_bar {
    float: left;
    width: 100%;
    background: #dc6891;
    background: -webkit-gradient(linear,left top, right top,from(#dc6891),to(#7a5ac3));
    background: linear-gradient(to right,#dc6891 0%,#7a5ac3 100%);
    padding: 10px 0px;
    position: fixed;  
    left: 0px;
	z-index: 1000;
}
.pixel_sticky_bar .ce-col {
    text-align: center;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 0px;
}
.pixel_sticky_bar .all4_countdown {
    width: 60px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-radius: 0px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    background: #764E9E;
}
.pixel_sticky_bar .all4_countdown:after {
    position: absolute;
    content: ":";
    top: -1px;
    right: -20px;
    color: #fff;
    font-size: 22px;
}
.pixel_sticky_bar .countdown_label {
    color: #ffffff;
}
.pixel_sticky_bar.pixel_sticky_bottom{
	bottom: 0px;
	border-top: 3px solid #ff702a;
}
.pixel_sticky_bar.pixel_sticky_top{
	top: 0px;
	border-bottom: 3px solid #ff702a;
}
.pixel_sticky_bar.pixel_sticky_top .pixel_sticky_close_btn{
    bottom: -15px;
    top: auto;
}
.pixel_sticky_bar .pixel_button{
    margin: 15px 0px;
}
.pixel_sticky_bar h2 {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
    text-align: left;
    line-height: 30px;
    display: inline-block;
}
.padder_left50{ 
	padding-left: 50px; 
} 
.pixel_sticky_close_btn {
    cursor: pointer;
    background: #ff702a;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -15px;
}
/* =========== pagination css start ===========*/
.pixel_single_square .pixel_search_pagination {
    margin-top: 30px;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.pixel_search_pagination li {
    float:left;
}
.pixel_search_pagination ,.entry-content .page-links a,.entry-content .page-links span{
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    width: auto;
    display: inline-block;
    border-radius: 50px;
	overflow:hidden;
	list-style: none;
    padding: 0;
    margin: 0;
}
.pixel_search_pagination{
	margin-top: 30px;
}
.pixel_search_pagination li a,.pixel_search_pagination li span,.entry-content .page-links a,.entry-content .page-links span {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #222222;
	font-size:15px;
    font-weight: 600;
    border-right: 1px solid #ededed;
} 
.pixel_search_pagination li:last-child a{
	border:none;
}
.pixel_search_pagination li.active a,.pixel_search_pagination li:hover a,.entry-content .page-links a:hover{
	color:#ffffff;
	background:#5575E3;
}
.entry-content .page-links a,.entry-content .page-links span:nth-child(2) {
	display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    margin: -2px;
}
.entry-content .page-links a:first-child,.entry-content .page-links span:first-child  {
    border-radius: 25px 0 0 25px;
}
.entry-content .page-links a:last-child,.entry-content .page-links span:last-child {
    border-radius: 0 25px 25px 0;
}
.entry-content .page-links span:first-child,.entry-content .page-links span:last-child  {
    display:inline-block;
    vertical-align: middle;
    margin: -2px;
    color:#ffffff;
	background:#5575E3;
}
.entry-content .page-links span:nth-child(2){
    color:#ffffff;
	background:#5575E3;
}
/* =========== pagination css end ===========*/
/* ========== table design ==========*/
.sp_table {
    border:none;
}
.sp_table tr th {
    text-align:  center;
    padding: 20px;
    background-color:  #5b53cc;
    color:  #fff;
    font-size:  20px;
	width:25%;
	border:1px solid #d4d4d4;
}
.sp_table tr td {
    padding: 25px 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
	position:relative;
	border:1px solid #d4d4d4;
	width:25%;
	text-align:center;
	vertical-align:middle;
}
.pixel_table_icon{
    position: absolute;
    left: 30px;
    top: 20px;
    color: #88be44;
}
.sp_table tr th:first-child,.sp_table tr td:first-child {
    width:  50%;
}
.sp_table tr td:first-child {
	text-align:left;
	padding: 20px 20px 20px 65px;
	vertical-align:top;
	font-size:18px;
	font-weight:400;
}

/* ========== table design ==========*/

/* ================== footer widget css ==================*/
.pixel-mega-menu-ul .widget_nav_menu ul li a:before {
    display: none;
}
.pixel_footer .instagram_widget .vt_instagram_info ul li,.page .instagram_widget .vt_instagram_info ul li {
    margin: 0px 8px 1px 0;
	width:82px;
}
.page .widgettitle,.page .widget-title,.pixel_footer .widgettitle,.pixel_footer .widget > .widget-title{
	margin: 0;
    font-size: 20px;
    color: #354a6c;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
	border:none;
}
.page.sidebar_blog .widget-title,.page.sidebar_blog .widgettitle{
	color:#222222;
}
.page.sidebar_dark .widget-title,.page.sidebar_dark .widgettitle{
	color:#ffffff;
}
.page.sidebar_blog .widget-title span, .sidebar_blog .pixel_footer .widget-title span {
    color: inherit;
    height: auto;
    line-height: inherit;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-size: 20px;
}
.page .widget-title:after{
	display:none;
}
.page .pixel_footer .widgettitle,.page .pixel_footer .widget-title,.pixel_footer .widgettitle,.pixel_footer .widget > .widget-title,.pixel_footer .widget-title {
	color:#ffffff;
}
.pixel_footer .widget{
	margin-bottom:30px;
}
/*.sidebar_default .pixel_footer .pixel_blog_posts .pixel_blog_data .post_title a {
    color: #ffffff;
}*/
.sidebar_default .pixel_footer .pixel_blog_posts .pixel_blog_data .post_title a:hover {
    color: #5575E3;
}
.pixel_footer .widget_contact ul li p, .pixel_footer .widget_contact ul li a { 
    color: #ffffff;
	word-break: break-word;
}
.widget_contact ul li p,.widget_contact ul li a{
	word-break: break-word;
}
.pixel_footer .widget_twitter_feed .twitter_feeds ul li h6 {
    color: #ffffff;
}
.pixel_footer .widget_twitter_feed .twitter_feeds ul li h6 a {
    line-height: 1.5;
}
.pixel_footer .widget.widget_calendar .calendar_wrap > table > thead > tr > th, .pixel_footer .widget.widget_calendar .calendar_wrap > table > tbody > tr > td {
    color: #ffffff;
}
.pixel_footer .widget.widget_calendar .calendar_wrap > table > caption {
    color: #ffffff;
}
.page .instagram_widget ul li:before,.pixel_footer .instagram_widget ul li:before,.page .widget_contact ul li:before,.pixel_footer .widget_contact ul li:before,.page .widget_follow ul li:before,.pixel_footer .widget_follow ul li:before,.page .widget_twitter_feed ul li:before,.pixel_footer .widget_twitter_feed ul li:before,.page.sidebar_corporate .widget_contact ul li a:before,.sidebar_corporate .pixel_footer .widget_contact ul li a:before,.page.sidebar_corporate .instagram_widget ul li a:before,.sidebar_corporate .pixel_footer .instagram_widget ul li a:before,.page.sidebar_dark .widget_contact ul li a:before,.sidebar_dark .pixel_footer .widget_contact ul li a:before,.page.sidebar_dark .instagram_widget ul li a:before,.sidebar_dark .pixel_footer .instagram_widget ul li a:before{ 
	display:none; 
}
.page .widget_contact ul li,.pixel_footer .widget_contact ul li{ 
	border:none;
	padding:0;
} 
.sidebar_blog .pixel_footer .pixel_blog_posts .pixel_blog_data {
    padding: 0;
    padding-top: 15px;
}
.sidebar_blog .pixel_footer .pixel_blog_posts .post_title > a {
    color: #ffffff;
}
.sidebar_blog .pixel_footer .pixel_blog_posts .pixel_blog_meta > ul > li {
    color: #ffffff;
}
/*.pixel_footer .pixel_blog_posts .pixel_blog_meta > ul > li .meta_date {
    color: #ffffff;
}*/
.sidebar_blog .pixel_footer .pixel_blog_posts .pixel_blog_box.recent_blog2 {
    padding: 0;
}
.sidebar_blog .pixel_footer .pixel_blog_posts .recent_blog2 .pixel_blog_meta > ul > li .meta_date {
    font-weight: 500;
}
.sidebar_blog .pixel_footer .widget_recent_comments ul .recentcomments, .sidebar_blog .pixel_footer .widget.widget_archive ul li, .sidebar_blog .pixel_footer .widget.widget_categories ul li, .sidebar_blog .pixel_footer .widget.widget_pages ul li, .sidebar_blog .pixel_footer .widget.widget_meta ul li, .sidebar_blog .pixel_footer .widget.widget_nav_menu ul li, .sidebar_blog .pixel_footer .widget.widget_recent_entries ul li{
	color:#ffffff;
}
.sidebar_corporate .pixel_footer .widget-title span ,.sidebar_corporate .pixel_footer .pixel_blog_posts .post_title > a ,.sidebar_corporate .pixel_footer .pixel_blog_posts .recent_blog2 .pixel_blog_meta > ul > li .meta_date {
    color: #ffffff;
}
.sidebar_corporate .pixel_footer .widget_recent_comments ul li.recentcomments {
    color: #ffffff;
}
.sidebar_corporate .pixel_footer .widget_archive ul li a, .sidebar_corporate .pixel_footer .widget_categories ul li a, .sidebar_corporate .pixel_footer .widget_pages ul li a, .sidebar_corporate .pixel_footer .widget_meta ul li a, .sidebar_corporate .pixel_footer .widget_nav_menu ul li a, .sidebar_corporate .pixel_footer .widget_recent_entries ul li a {
    color: #ffffff;
}
.sidebar_corporate .pixel_footer .widget ul li a:hover {
    color: #2391ff;
}
.sidebar_dark .pixel_footer .widget {
    background: transparent;
    padding: 0;
}
.sidebar_blog .widget.woocommerce ul.product-categories li a:before {
    display: none;
}
.sidebar_blog .widget.woocommerce ul.product-categories li {
    position: relative;
    padding-left: 20px;
}
/* ================== footer widget css ==================*/
.padding-right{
	padding-right:0px;
}
.padding-left{
	padding-left:0px;
}
/*========================Box Newsletter Css Start=======================*/
.pixel_form_render .pixel_form_box {
    padding: 20px 20px 5px 20px;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
	/* border-left: 6px solid #ff7a17; */
}
.pixel_form_render .pixel_form_box .form-group{
	margin-bottom:20px;    
}
.pixel_form_render .pixel_box_heading{
	width:100%;
	margin-bottom:40px;
}
.pixel_form_render .pixel_box_heading h2{
	font-size:26px;
}
.pixel_form_render .pixel_form_box .row {
    width: auto;
	position:relative;
}
.pixel_form_render.pixel_big_input_box .form-group input[type="text"], .pixel_form_render.pixel_big_input_box .form-group input[type="email"], .pixel_form_render.pixel_big_input_box .form-group input[type="password"], .pixel_form_render.pixel_big_input_box .form-group input[type="search"], .pixel_form_render.pixel_big_input_box .form-group input[type="number"], .pixel_form_render.pixel_big_input_box .form-group input[type="date"], .pixel_form_render.pixel_big_input_box .form-group select,.pixel_big_input_box .form-group textarea {
    height: 60px;
    padding: 0px 30px;
	background-clip: inherit;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}
.pixel_form_render.pixel_big_input_box .form-group button{
	height:60px;
}
.pixel_form_render {
    position: relative;
}
/***----Error Message----*/
.um_alert_wrapper {
    position: fixed;
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.um_alert_wrapper > .um_alert_inner {
    padding: 15px 30px;
    border-radius: 60px;
    color: #fff;
    background-color: #ff00;
}
.um_alert_wrapper > .um_alert_inner > p {
    margin: 0;
	color:#fff;    
}
.um_alert_wrapper.alert_open {
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
/**portfolio css**/
.pixel_loadmore_btn{
	text-align:center;
	margin-top: 30px;
}
.pixel_loadmore_btn .pixel_portfolio_more_btn{       
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d5d5d5;
    padding: 0 30px;
    border-radius: 50px;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    margin: 0 10px;
    cursor: pointer;
	background-color:transparent;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.pixel_loadmore_btn .pixel_portfolio_more_btn:hover{
	color:#fff;
	background-color:#319bff;
	border-color:#319bff;
}
/*---Testimonialss---*/
.pixel_slider_style1 .test_slider .pixel_slide_foo_text h3 {
    font-size: 18px;
    padding-bottom: 5px;
}
/**************Box Testimonial Css Start******************/
.pixel_box_testimonial {
    padding: 40px 35px;
    background-color: #fc6770;
    text-align: center;
    color: #fff;
}
/*****************Notification Box Style3****************/
.pixel_notice_style3 .pixel_red_suprt_data {
    padding: 50px 30px 50px 30px;
    margin-left: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 21px 0px rgba(59, 110, 255, 0.2);
}
.pixel_notice_style3 .pixel_red_suprt_icon {    
    width: 70px;
    left: 10px;     
    top: 0;
}
/*************************Author Style 3********************/
.pixel_author_style3 .pixel_red_team_img {
    width: 176px;
	 z-index: 1;
}
.pixel_author_style3 .pixel_red_team_img img {
    border-radius: 100%;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.pixel_author_style3 .pixel_red_team_data {
    padding: 40px 30px 25px 120px;
    border: none;
    margin-left: -88px;
    flex: 1;
    background: #fd7663;
	color:#fff;
    border-radius: 10px;
}
.pixel_author_style3 .pixel_red_team_data h3 {
    font-size: 24px;
    padding-bottom: 7px;
    word-break: break-all;
    display: inline-block;
    color: inherit;
}
.pixel_author_style3 .pixel_red_team_data p {
    display: inline-block;
    margin-left: 5px;
}
.pixel_author_style3 .pixel_red_team_data ul li a {
    color: inherit;
    font-size: 20px;
}
.pixel_red_team_data ul li a span{
	flex:1;
}
.pixel_author_style3 .pixel_red_team_data ul li a i {
    background-color: #fff;
    font-size: 19px;
	position:relative;
}
.pixel_author_style3 .pixel_red_team_data ul li a i.fa.fa-facebook {
    background: #fff; 
    color: #3b5998;
}
.pixel_author_style3 .pixel_red_team_data ul li a i.fa.fa-skype {
    color: #00aff0;
    font-size: 19px; 
}
.pixel_author_style3 .pixel_red_team_data ul li a:hover {
    color: #fff;
}
.pixel_author_style3 .pixel_red_team_data ul li a i:after{
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #41d514;
    content: "";
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
}
/******************Author Style 4***************/
.pixel_author_style4 {
    display: flex;
}
.pixel_author_style4 .pixel_red_team_data {
    padding: 25px 30px 25px 80px;
    border: none;
    margin-left: -55px;
    background: #25ccd9;
    flex: 1;
    border-radius: 15px;
	border: 1px solid transparent;
    color: #fff;
	box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
}
.pixel_author_style4 .pixel_red_team_img {
	width: 118px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.pixel_author_style4 .pixel_red_team_data h3 {
    color: inherit;
}
.pixel_author_style4 .pixel_red_team_data p {
    font-size: 18px;
	color:inherit;
}
.pixel_author_style4 .pixel_red_team_data ul {
    padding-top: 15px;
}
.pixel_author_style4 .pixel_red_team_data ul li {
    margin-bottom: 8px;
}
.pixel_author_style4 .pixel_red_team_data ul li a {
    color: inherit;
	display:flex;
	align-items:center;
}
.pixel_author_style4 .pixel_red_team_data ul li a i {
    width: 35px;
    height: 35px;
    line-height: 38px;
    font-size: 18px;
    margin-right: 10px;
	    text-align: center;
}
.pixel_author_style4 .pixel_red_team_data ul li a i.fa.fa-facebook {
    background: #fff;
    color: #25ccd9;
	border-radius:100%;
}
.pixel_author_style4 .pixel_red_team_data ul li a i.fa.fa-skype {
    color: #fff;
    font-size: 35px;
}
/**********************Author Style5***************/
.pixel_author_style5 {
    padding: 30px;
    border: 2px dashed #e0e0e0;
    border-radius: 0px 30px 30px 30px;  
}
.pixel_author_style5 .pixel_red_team_img {
    width: 147px;
}
.pixel_author_style5 .pixel_red_team_img img {
    border-radius: 0px 30px 30px 30px;
}
.pixel_author_style5 .pixel_red_team_data h3 {
    font-size: 22px;
    padding-bottom: 7px;
}
 .pixel_red_team_data ul li:last-child {
    margin-bottom: 0px;
}
.pixel_author_style5 .pixel_red_team_data {
    padding: 0px 20px 0px 35px;
    border: none;
    margin-left: 0;
    flex: 1;
}
.pixel_author_style5 .pixel_red_team_data ul li a{
	font-size:18px;
}
/**************Box Testimonial Css Start******************/

.pixel_box_testimonial {
    padding: 40px 35px 30px 35px;
    background-color: #fc6770;
    text-align: center;
    /* border-radius: 10px; */
    color: #fff;
}
.pixel_box_test_img {
    width: 95px;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
}
.pixel_box_test_name {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.pixel_box_test_header {
    display: inline-block;
}
.pixel_box_test_img img {
    border-radius: 100%;
    border: 2px solid #fff;
	width:100%;
}
.pixel_box_test_name h3 {
    font-size: 22px;
    color: inherit;
    margin-bottom: 5px;
	text-transform: capitalize;
}
.pixel_box_test_name span {
    font-size: 18px;
    color: inherit;
}
.pixel_box_test_data {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pixel_box_test_data p {
    font-size: 18px;
    line-height: 28px;
    color: inherit;
}
/*----Box Testimonial Css style2----*/
/*------------Box Testimonial Css Style2---------*/
.pixel_box_testimonial2.pixel_box_testimonial {
    padding: 30px 50px 50px 50px;
    background-color: #fff;
    color: #707070;
	position:relative;
	box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.08);
}
.pixel_box_testimonial2:after{
    position: absolute;
    width: 70px;
    height: 70px;
    content: "\f10e";
    background-color: #ffd16f;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    line-height: 75px;
    right: -35px;
	bottom:-35px;
}
.pixel_box_testimonial2 .pixel_box_test_img {
    width: 100px;
}
.pixel_box_testimonial2 .pixel_box_test_name h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.pixel_box_testimonial2 .pixel_box_test_data p {
    font-size: 16px;
	color:inherit;
}
/**------------------Box Testimonial Css Style4--------------**/
.pixel_box_testimonial3 {
    border: 1px solid #e2e2e2;
    padding: 20px 30px;
    background-color: #fff;
    color: #3d4453;
    text-align: left;
    border-radius: 0px;
    position: relative;
}
.pixel_box_testimonial3 .pixel_box_testimonial_quote {
    position: absolute;
    top: -24px;
    left: 60px;
}
.pixel_box_testimonial3 .pixel_box_test_data p {
    font-size: 16px;
    line-height: 26px;
    color: inherit;
}
.pixel_box_testimonial3 .pixel_box_test_name {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-top: 10px;
}
.pixel_box_testimonial3 .pixel_box_test_img {
    width: 100px;
    position: absolute;
    right: 50px;
    bottom: -40px;
}
.pixel_box_testimonial3 .pixel_box_test_name h3 {
    margin-bottom: 0px; 
    font-size: 16px;
}
/*----------------Box Testimonial Css Style5----------------------*/
.pixel_box_testimonial4 {
    padding: 0px;
    background-color: transparent;
    text-align: left;
    border-radius: 10px;
    color:#5a6367;
}
.pixel_box_testimonial4 .pixel_box_test_data {
    background-color: #fff;
    padding: 30px;
	border-radius:12px;
		position:relative;	
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.pixel_box_testimonial4 .pixel_box_test_data:after {
    position: absolute;
    bottom: -18px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    content: "";
}
.pixel_box_testimonial4 .pixel_box_test_data p {
    font-size: 16px;
    line-height: 28px;
    color: inherit;
}
.pixel_box_testimonial4 .pixel_box_test_header {
    display: inline-block;
    margin-top: 30px;
}
.pixel_box_testimonial4 .pixel_box_test_img {
    width: 130px;
    border: 2px solid #0fa0ff;   
    border-radius: 100%;
	padding-right:0px;
}
.pixel_box_testimonial4 .pixel_box_test_name {
    padding-left: 30px;
}
.pixel_box_testimonial4 .pixel_box_test_name h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
/****-------------Training Video Css Start---------***/
.pixel_tra_video_box {
    position: relative;
}
.pixel_tra_video_box:after{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.6;
	content:"";
	border-radius: 10px;
}
.pixel_tra_video_box img {
    border-radius: 10px;
}
.pixel_tra_video_data_box {
    padding: 55px 60px 55px 60px;
    background: #fc6770;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    bottom: -83px;
    left: -70px;
    z-index: 10;
	margin-right: 15px;
}
.pixel_tra_no {
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: 0.1;
    left: 30px;
    top: 54	px;
    position: absolute;
}
.pixel_tra_video_data_box p {
    font-size: 18px;
    line-height: 28px;
}
.pixel_tra_video_arrow {
    position: absolute;
    right: -170px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pixel_tra_video_arrow svg path {
    fill: #ddd;
}
/*------------*/
.right_video .pixel_tra_video_data_box {
    left: auto;
	right:-70px;
	margin-left: 15px;
}
.right_video .pixel_tra_video_arrow{
	right: auto;
	left:-170px;
	transform: scaleX(-1) translateY(-50%);
	-webkit-transform: scaleX(-1) translateY(-50%);    
	-moz-transform: scaleX(-1) translateY(-50%);
	-ms-transform: scaleX(-1) translateY(-50%);
}

/****************Faq Css Start************************/
.pixel_faq_box {
	background-color:#fff;
    box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 30px 30px 0px 30px;
	margin-bottom: 30px;
}
.pixel_faq_box p {
    padding: 40px 40px;
    font-size: 20px;
    line-height: 36px;
    color: #222;
}
.pixel_faq_box h1 {
    background-color: rgb(36, 187, 200);      
    color: #fff;
    font-size: 20px;
    /* text-align: center; */
	line-height:32px;
    padding: 35px 30px;
    border-radius: 0px 30px 30px 30px;
    box-shadow: 0px 11px 21px 0px rgba(36, 187, 200, 0.4);
}
/****************Faq Css Style2 Start************************/
.pixel_faq_style2 {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    padding: 45px 30px;
	position:relative;
	margin: 0px 15px;
    box-shadow: 0px 2px 21px 0px rgba(59, 110, 255, 0.2);
}
.pixel_faq_box.pixel_faq_style2:after{
    position: absolute;
    left: -35px;
    top: -35px;
    width: 70px;
    height: 70px;
    background-color: #9E9E9E;
    border-radius: 100%;
    content: "\f128";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
}
.pixel_faq_style2.pixel_faq_box h1 {
    background-color: transparent;
    color: #222;
    font-size: 22px;
    text-align: left;
    padding: 0px 0px 20px 0px;
    border-radius: 0px;
    box-shadow: none;
}
.pixel_faq_style2.pixel_faq_box p {   
    padding: 0px;
    font-size: 18px;
    line-height: 36px;
    color: #707070;
}
/*--------------------Box Heading----------------------*/
.pixel_heading_back {
    padding: 10px 20px;
	display: inline-block;
}
/*==================Custom Accordion Start==================*/
 .pixel_accordion .card-header .card-title:after {
    font-family: FontAwesome;
    content: "\f068";
    color: #ffffff;
    position: absolute;
    left: -70px;
    top: 50%;
    bottom: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: -moz-linear-gradient( 45deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
    background: -webkit-linear-gradient( 45deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
    background: -ms-linear-gradient( 45deg, rgb(254,77,112) 0%, rgb(254,84,58) 100%);
}
 .pixel_accordion .card-title:before {
    display: none;
}
 .pixel_accordion .card-header.collapsed .card-title:after {
    content: "\f067";
}
 .pixel_accordion .card-header .card-title.collapsed {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #f6acad;
}
 .pixel_accordion .card-body .data {     
    color: #707070;
    padding: 0px 0px;
    font-weight: 500;
    line-height: 28px;
    backface-visibility: hidden;
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}

 .pixel_accordion .card-header {
    padding: 20px 0px 30px 70px;
    border: 2px solid transparent;
    text-align: left;
    margin-bottom: 0px;
    position: relative;
    background-color: transparent;
}
 .pixel_accordion .card-title {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    display: block;
    color: #17191a;
    position: relative;
}
.pixel_accordion .card-body {
    padding: 0;
}
.pixel_accordion .card {
    background-color:transparent;
	border:none;
}
/****************contact info*********************/
ul.pixel_contact_info {
    display: inline-flex;
}
ul.pixel_contact_info li {
    display: flex;
    margin-right: 50px;
    align-items: center;
    color: #707070;
}
ul.pixel_contact_info li a {
    display: flex;
    align-items: center;
    color: #707070;
}
ul.pixel_contact_info li:last-child{
	margin-right:0px;
}
ul.pixel_contact_info li a:hover{
	color:#000;
}
ul.pixel_contact_info li span.pixel_con_info_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 15px;
    border-radius: 100%;
    font-size: 16px;
}
ul.pixel_contact_info li .pixel_con_info_para, ul.pixel_contact_info li a .pixel_con_info_para {
    flex: 1;
	color:inherit;
}
/*===================Video Play Icons==================*/
.play_icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 61px;
    border: 6px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
	z-index:1;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);

}
.play_icon i.fa-play{           
	margin-left:5px; 
}
.play_icon svg {
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -7px;
}
.pixel_action_content .play_icon {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
}
/***====Large====*/
.play_icon.play_icon_large {
    width: 120px;
    height: 120px;
	font-size: 30px;
    line-height: 113px;
}
/***====Medium====***/
.play_icon.play_icon_medium {
    width: 90px;
    height: 90px;
	font-size: 25px;
    line-height: 83px;
}
/*=====================Style1=====================*/
/**=====Style2=====**/
.play_icon_style2 {
    width: 70px;
    height: 70px;
    background-color: #319bff;
    line-height: 74px;
	border:none;
}
.play_icon_style2:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border: 5px solid rgba(49, 155, 255, 0.31);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    transform: translate(-50%,-50%);
}
/***====style2 Large====*/
.play_icon_style2.play_icon_large{
	line-height:125px;
}
.play_icon_style2.play_icon_large:after {
    width: 130px;
    height: 130px;
}
/***====style2 medium====*/
.play_icon_style2.play_icon_medium{
	line-height:95px;
}
.play_icon_style2.play_icon_medium:after {
    width: 100px;
    height: 100px;
}
.play_icon_style2 svg {
	width:21px;
    margin-left: 5px;
    margin-top: -7px;
}
.play_icon_medium svg{
	width:26px;
}
.play_icon_large svg{
	width:35px;
}
/***===========style3===============*/
.play_icon_style3 {
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #fff;
}
.play_icon_style3 svg {
	width:18px;
    margin-left: 7px;
    margin-top: 3px;
}
.play_icon_medium svg{
	width:25px;
}
.play_icon_large svg{
	width:31px;
}
.play_icon_style3:before, .play_icon_style3:after{
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    left: -90px;
    top: 50%;
}
.play_icon_style3:after{
	left:auto;
	right:-90px;
}
/******* Guarantee css Start *********/
.pixel_guarantee_box {
    display: flex;
    align-items: center;
}
.pixel_guarantee_img {
    width: 200px;
    margin-right: -110px;
    z-index: 1;
}
.pixel_guarantee_data {
    flex: 1;
    background-color: #fff;
    padding: 50px 50px 30px 150px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.pixel_guarantee_data p {
    line-height: 26px;
    margin-bottom: 20px;
}
/*==============Style1==========*/
.pixel_guarantee_style1 {
    display: flex;
    align-items: start;
    flex-flow: column;
}
.pixel_guarantee_style1 .pixel_guarantee_data {
	padding: 80px 100px 30px 100px;
    display: block;
    text-align: center;
    box-shadow: 0px 2px 21px 0px rgba(59, 110, 255, 0.2);
    margin-top: -50px;
}
.pixel_guarantee_style1 .pixel_guarantee_img {
    width: auto;
    margin-left: 65px;
}
.pixel_guarantee_style1 .pixel_guarantee_data p {
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 20px;
}
/*=========Style2==========*/
.pixel_guarantee_style2{
	position:relative;
}
.pixel_guarantee_style2 .pixel_guarantee_img {
    margin-right: 0;
    position: absolute;
    top: -100px;
    right: -100px;
}
.pixel_guarantee_style2 .pixel_guarantee_data {
    padding: 40px 100px 30px 100px;
}
.pixel_guarantee_style2 .pixel_guarantee_data p {
    line-height: 36px;
    font-size: 20px;
    text-align: center;
}
/***************Advertise Poster Css*************************/
.pixel_poster_data {
    background-color: #ff2965;
    padding: 33px 50px 40px 50px;
    text-align: center;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -160px;
    z-index: 1;
    position: relative;
}
.pixel_poster_wrap {
    text-align: center;
}
.pixel_poster_data h1 {
    font-size: 42px;
    color: inherit;
	padding-bottom:10px;
}
.pixel_poster_data p {
    font-size: 16px;
}
.pixel_poster_con {
    background-color: #ea2059;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.pixel_poster_con .pixel_poster_no {
    font-size: 32px;
    font-weight: bold;
    padding-right: 20px;
    flex: 1;
	position:relative;
}
.pixel_poster_con .pixel_poster_no:after{
	position:absolute;
	width:1px;
	height:40px;
	background-color:#ff2965;
	content:"";
	right:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}
.pixel_poster_info {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    padding-left: 40px;
}
.pixel_poster_btn {
    height: 50px;
    background-color: #fff;
    padding: 0px 51px;
    display: inline-block;
    line-height: 52px;
    border-radius: 25px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ff2965;
    border: 1px solid #fff;
}
.pixel_poster_btn:hover{
	background-color:transparent;
	color:#fff;
}
/*============Key Heading Css Start=============*/
.pixel_key_heading {
    display: flex;
    align-items: center;
}
.pixel_key_heading_box {
    width: 190px;
    height: 190px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
	z-index:1;
    justify-content: center;
	background:#319bff;
}
.pixel_key_head_no {
    font-size: 72px;
    font-weight: 900;
    width: 100%;
    line-height: 55px;
}
.pixel_key_head_name {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: bold;
    padding-top: 20px;
}
.pixel_key_heading_text {
    background-color: #fff;
    padding: 25px 30px 25px 60px;
    border-radius: 37px;
    margin-left: -40px;
	display:flex;
    flex: 1;
}
.pixel_key_heading_text h3 {
    font-size: 22px;
    font-weight: bold;
}
.pixel_key_heading_right {
    flex-direction: row-reverse;
}
.pixel_key_heading_right .pixel_key_heading_text {
    margin-left: 0px;
    margin-right: -40px;
	padding: 25px 60px 25px 30px;
}
/*========Social Icons Css Start======*/
.pixel_so_icons ul li {
    display: inline-block;
}
.pixel_so_icons ul {
    padding:0px;
}
.pixel_so_icons ul li a {
    color: #222;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #222;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 100%;
}
.pixel_so_icons ul li:hover a{
	background-color:#222;
	color:#fff;
}
/*=================Input Information=========*/
.pixel_input_wrap{
	position:relative;
}
 .pixel_input_info {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1000;
    cursor: pointer;
    margin-top: -11px;
}
.pixel_input_info_icon {
    font-size: 20px;
    color: #4a4545;
}
.pixel_input_info .pixel_input_tooltip {
    position: absolute;
    top: -100%;
    left: 50%;
    z-index: 10;
    min-width: 300px;
    background-color: #222;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    padding: 22px;
    text-align: left;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: default;
    transform: translate(-50% , -90%);
}
.pixel_input_info .pixel_input_tooltip:after{
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid #222;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #222;
}
 .pixel_input_info:hover .pixel_input_tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
/*========header css start=====*/
.pixel_search_wrapper > .pixel_search_input {
    margin: 0 auto;
    max-width: 1000px;
    background-color: transparent;
    padding: 20px;
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
}
.pixel_search_wrapper > .pixel_search_input input {
    display: inline-block;
    width: calc(100% - 100px);
    height: 50px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    line-height: 50px;
    padding-left: 30px;
}
.pixel_search_wrapper > .pixel_search_input .search-submit {
    display: inline-block;
    width: 80px;
    float: right;
    height: 50px;
    border-radius: 50px;
    padding: 0;
    line-height: 50px;
    text-align: center;
}
.pixel_search_wrapper{
    background: rgba(0, 0, 0, 0.7);
	background-image:none;
}
/*========header css end=====*/
/*===Error Page start===*/
.blog_error_data {
    padding: 0 0 33px 150px;
    text-align: center;
}
.blog_error_data h1 {
    font-size: 300px;
    font-weight: 700;
    color: #ededed;
}
.blog_error_data h2 {
    font-size: 300px;
    font-weight: 700;
    margin-top: -210px;
    color: #ff3657;
}
.blog_error_data h3 {
    font-size: 55px;
    color: #3d4c83;
    font-weight: 700;
    margin-bottom: 28px;
    margin-top: -47px;
}
.blog_error_img {
    text-align: center;
    margin-top: 43px;
    margin-bottom: 46px;
}
/*===Error Page end===*/
/*============================Woocommerce Css Start=======================*/
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    margin-top: 20px;
    padding: 10px 0;
}
.woocommerce-page .pixel-content {
    padding-top: 50px;
}
.woocommerce .woocommerce-result-count {
    margin-bottom: 30px;
}
.woocommerce .woocommerce-result-count {
    margin-bottom: 30px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
}
.woocommerce .woocommerce-ordering select.orderby {
    height: 40px;
    padding-left: 15px;
	    border-color: #ebebeb;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 26px;
    font-weight: 600;
}
.woocommerce ul.products li.product a img {
    border: 1px solid #cdcdcd;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product .star-rating {
    display: inline-block;
}
.woocommerce ul.products li.product .onsale, .woocommerce .type-product .onsale {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 22px;
    line-height: 20px;
    min-height: inherit;
    border-radius: 100px;
    padding: 0;
    font-size: 13px;
}
.woocommerce .type-product .onsale {
    left: 15px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.pixel_mini_cart .pixel_cart_box .woocommerce-mini-cart__buttons a {
    line-height: 1;
    padding: 12px 15px;
    border-radius: 0px;
    color: #222;
    background-color: transparent;
    border: 1px solid #222;
    margin-top: 0 !important;
	height:40px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #5575E3;
    color: #ffffff;
    border-color: #5575E3;
}
.pixel_mini_cart .pixel_cart_box .woocommerce-mini-cart__buttons a:hover{
	background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    border: 1px solid #cdcdcd;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.woocommerce-billing-fields h3 {
    margin-bottom: 20px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 70%;
    max-width: 100%;
    padding: 0px;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rende#cccccc {
    color: #444;
    line-height: 36px;
    padding-left: 10px;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding-left: 10px;
}
h3#order_review_heading {
    margin: 10px 0px 20px 0px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 30%;
    max-width: 100%;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    width: 100%;
    height: 100px;
    resize: none;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}
/***------------Product Single Css Start--------------****/
.utl_woocommerce {
    /* padding: 0px 0 0px; */
}
.single-product.woocommerce.woocommerce-page h1 {
    font-size: 30px;
    margin-bottom: 15px;
}
.woocommerce-product-gallery__image.flex-active-slide {
    padding-bottom: 20px;
    display: block;
}
.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 30px;
}
.woocommerce div.product div.images img {
    border: 1px solid #ccc;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0px 10px 10px 0px;
}
span.woocommerce-Price-amount.amount {
    /* margin-bottom: 15px; */
    display: block;
    font-weight: bold;
}
.widget.woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0;
}
.widget.woocommerce ul.product_list_widget li {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.widget.woocommerce ul.product_list_widget li:first-child {
    padding-top: 0;
}
.woocommerce-product-detaipixel__short-description {
    display: block;
    margin-bottom: 15px;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 36px;
}
.woocommerce div.product form.cart .button {
    background-color: #77a464;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0px;
	border-radius: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display:none;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #5575E3;
    background-color: #5575E3;
    border-radius: 0px;
    font-size: 15px;
	padding: 0 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-bottom-color: #5575E3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #5575E3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
	    padding: 4px 0;
}
.woocommerce-product-gallery__image {
    padding: 5px;
}
.woocommerce div.product div.summary {
    margin-top: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    margin-top: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 22px;
}
.product_list_widget li:before {
    display: none !important;
}
section.related.products h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #515151;  
}
div#tab-additional_information h2 {
    margin-bottom: 20px;
}
.woocommerce #reviews #comment {
    height: 120px;
    resize: none;
}
p.comment-form-author label, p.comment-form-email label {
    width: 100%;
}
p.comment-form-author input#author, p.comment-form-email input#email {
    width: 100%;
    height: 40px;
}
.woocommerce-Reviews p.form-submit {
    margin-top: 20px !important;
}
.woocommerce .woocommerce-breadcrumb {
    padding: 50px;
    font-size: 17px;
    color: #222;
    background-color: #f7f7f7;
}
/*section#woocommerce_product_search-2 input#woocommerce-product-search-field-0 {
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding-left: 10px;
    font-size: 13px;
}*/
form.woocommerce-product-search {
    position: relative;
}
form.woocommerce-product-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    font-size: 14px;
    background-color: #ffa167;
    color: #fff;
    border: none;
    cursor: pointer;
}
.woocommerce  h2.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 23px;
}
/* .woocommerce  h2.widget-title:after{ */
	/* position:absolute; */
	/* width:50px; */
	/* height:2px; */
	/* background-color:#5575E3; */
	/* bottom:0px; */
	/* left:0px; */
	/* content:""; */
	/* margin:0; */
/* } */
.widget.woocommerce {
    margin-bottom: 40px;
}
.widget.woocommerce ul.product-categories li {
    margin-bottom: 10px;
}
.widget.woocommerce ul.product-categories li a {
    color: #707070;
	position:relative;
}
.widget.woocommerce ul.product-categories li a:hover{
	color: #5575E3;
}
.widget.woocommerce ul.product-categories li a:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-right: 2px solid #5575E3;
    border-bottom: 2px solid #5575E3;
    margin-right: 15px;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.widget.woocommerce ul.product-categories li:last-child{
	margin-bottom:0px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 60px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-top: 4px;
}
.widget.woocommercespan .product-title {
    font-size: 15px;
}
.woocommerce .star-rating {
    font-size: 12px;
    margin: 5px 0px;
}
.widget.woocommerce span.woocommerce-Price-amount.amount {
    display: inline;
    font-size: 14px;
	font-weight:500;
}
.widget.woocommerce ins span.woocommerce-Price-amount.amount {
    display: inline-block;
}
.sidebar_corporate .widget.woocommerce.widget_products ul.product_list_widget li a:before {
    display: none;
}
.widget.woocommerce span.reviewer {
    font-size: 14px;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
    background: #5575E3;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.product-name a {
    color: #222;
    font-weight: 600;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.actions .coupon {
    width: 50%;
    position: relative;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.actions .coupon .input-text {
    width: calc(100% - 140px);
    border-radius: 5px;
    padding: 0px 15px;
    height: 40px;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.actions .coupon button.button {
    position: absolute;
    right: 0;
    padding: 0px 10px;
    width: 130px;
	border-radius:5px;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 0;
    background: #5575E3;
    border-color: #5575E3;
    line-height: 45px;
    height: 50px;
    border-radius: 5px;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background: transparent;
    color: #5575E3;
}
.woocommerce-cart .wpb_wrapper .shop_table tr td.actions button.button {
    border-radius: 5px;
}
.woocommerce-message:before, .woocommerce-info:before {
    color: #5575E3;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: #5575E3;
}
.woocommerce-checkout .wpb_wrapper .woocommerce .col2-set .col-1, .woocommerce-checkout .wpb_wrapper .woocommerce .col2-set .col-2 {
    width: 50%;
}
.woocommerce-checkout .wpb_wrapper .woocommerce .col2-set .col-2 {
    padding-left: 30px;
    padding-right: 0;
}
.woocommerce-checkout .wpb_wrapper table.shop_table thead tr th {
    background: #5575E3;
    color: #fff;
}
.woocommerce-checkout .wpb_wrapper table.shop_table {
    border-collapse: collapse;
}
.woocommerce-checkout .wpb_wrapper .woocommerce-checkout-payment .button {
    background: #5575E3;
    border-color: #5575E3;
}
.woocommerce-checkout .wpb_wrapper .woocommerce-checkout-payment .button:hover {
    background: transparent;
    color: #5575E3;
}
/* ================== mini cart css start ======================== */
.pixel_header_icon .pixel_cart_main{
	position:relative;
}
.pixel_cart_main .pixel_mini_cart{
    position:absolute;
    top:100%;
    right: 0;
    width:300px;
    background: #100f0f;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
	text-align: left; 
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px); 
    transform: translateY(-20px);
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.pixel_cart_main:hover .pixel_mini_cart{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility:visible;
}
.pixel_cart_main .pixel_cart_box li{
    width: 100%; 
    border-bottom: 1px solid #333333;
	padding: 15px 35px 15px 20px !important;
}
.woocommerce.widget_shopping_cart .cart_list li:first-child{
	padding-top:0;
}
.pixel_cart_main .pixel_cart_box li:last-child{
	border:none;
}
.pixel_mini_cart .pixel_cart_box .mini_cart_item:after{
    content:"";
    width:100%;
    display: table;
}
.pixel_mini_cart .pixel_cart_box .mini_cart_item{
    text-align: left;
	position: relative;
}
.pixel_mini_cart .pixel_cart_box .product_list_widget:after{
	content:"";
	width:100%;
	display:table;
}
.pixel_mini_cart .pixel_cart_box .product_list_widget{
	max-height: 250px;
    overflow-x: hidden;
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.pixel_mini_cart .pixel_cart_box .product_list_widget::-webkit-scrollbar{
	width:5px;
}
.pixel_mini_cart .pixel_cart_box .product_list_widget::-webkit-scrollbar-thumb{
	background:#383838;
}
.pixel_mini_cart .pixel_cart_box .product_list_widget li a img{
	border: 1px solid #e1e1e1;
    width: 50px;
    height: auto;
    margin: 4px 15px 0 0;
    float: left;
} 
.pixel_cart_box .product_list_widget li a.remove {
    position: absolute;
    display: inline-block;
    background: #df2828;
    color: #ffffff !important;
    border-radius: 100%;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    line-height: 14px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
}
.pixel_mini_cart .pixel_cart_box .mini_cart_item > a {
    font-weight: 500;
    font-size: 16px;
	color: #ffa167;
}
.pixel_mini_cart .pixel_cart_box .mini_cart_item .quantity {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}
.pixel_mini_cart .pixel_cart_box .mini_cart_item .quantity .woocommerce-Price-amount.amount {
    display: inline-block;
    font-weight: inherit;
    margin: 0;
}
.pixel_mini_cart .pixel_cart_box .total{
    padding: 20px 20px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333; 
	text-align:left;
}
.pixel_mini_cart .pixel_cart_box .total strong{
    font-size: 16px;
    color:#ffffff;
}
.pixel_mini_cart .pixel_cart_box .total span{
    font-size: 16px;
    float: right;
	color: #ffffff;
}
.pixel_mini_cart .pixel_cart_box .woocommerce-mini-cart__buttons{
	text-align:center;
	padding: 20px 0px;
}
.pixel_mini_cart .pixel_cart_box .woocommerce-mini-cart__buttons a {
    margin: 0 10px;
}
.pixel_mini_cart .pixel_cart_box .woocommerce-mini-cart__buttons a {
    border: 1px solid #eaeaea;
    color: #ffffff;
    height: 35px;
    padding: 0 20px;
    line-height: 32px;
    display: inline-block;
}
.pixel_mini_cart .pixel_cart_box .woocommerce-mini-cart__buttons a:hover{
	background-color:#ffa167;
	border-color:#ffa167;
	color:#ffffff;
}
.woocommerce-mini-cart__empty-message {
    padding: 20px;
    color: #ffffff;
}
.pixel_header_icon ul li.pixel_cart_main a {
    position: relative;
}
.pixel_header_icon ul li.pixel_cart_main a span {
    position: absolute;
    top: 0;
    right: -15px;
    background: #ffffff;
    border-radius: 100px;
    color: #ff8f00;
    font-size: 12px;
    line-height: initial;
    padding: 1px 5px;
}
/* ================== mini cart css end ======================== */
/*========woo-commerce css start=====*/
.woocommerce span.onsale, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color:#5575E3;
    border: 1px solid transparent;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color:#f7f7f7;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
    color: #5575E3;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    font-size: 18px;
    font-weight: 600;
}
.widget.woocommerce.widget_product_search .search-field {
    height: 40px;
    padding: 0px 15px;
    width: 100%;
    padding-right: 50px;
    border: 1px solid #eaeaea;
    border-radius: 20px;
}
.widget.woocommerce.widget_product_search button {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    border-radius: 0px 20px 20px 0;
    background: #5575E3;
    border: 1px solid transparent;
}
.widget.woocommerce.widget_product_search button:hover{
	background-color:#222222;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background:#222222;
	color:#fff;
}
.woocommerce .woocommerce-breadcrumb{
    padding: 0px; 
    font-size: 16px;
    color: #ffffff;
    background-color: transparent;
    margin-bottom: 0;
}
.woocommerce .cart .quantity input {
    width: 100%;
    text-align: left;
    padding: 0px 15px;
    height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
    background: #5575E3;
    height: 40px;
    padding: 0;
    width: 140px;
    border-color: #5575E3;
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover{
	background:transparent;
	color:#5575E3;
}
.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
/*======woo-commerce widget start===*/
.widget-area .woocommerce.widget_price_filter .button {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 15px;
}
.woocommerce .woocommerce-breadcrumb a{
	color:#ffffff;
}
/*======woo-commerce widget end===*/

/*****==============Product Slider=============*****/
/**-----------------------------*/
.pixel_pro_slider .slick-slide{
	margin:0px 15px;
}
.pixel_pro_box{
	margin-bottom:30px;
	position: relative;
}
.pixel_pro_img{
	overflow:hidden;
}
.pixel_pro_img{ 
    border: 1px solid #f0f0f0;
}
.pixel_pro_img img {
    width: 100%;
	-webkit-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
	-webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pixel_pro_data {
    border: 1px solid #f0f0f0;
    border-width: 0px 1px 1px 1px;
    padding: 20px;
    align-items: center;
    width: 100%;
	background-color: #fff;
}
.pixel_pro_box:hover .pixel_pro_img img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pixel_pro_data h1 {
    font-size: 16px;
    padding-bottom: 5px;
}
.pixel_pro_data h1 a{
	color:#000;
}
.pixel_pro_data .pixel_pro_price {
    font-size: 16px;
    font-weight: bold;
}
.pixel_pro_data del span {
    margin-right: 10px;
    opacity: 0.5;
    font-size: 18px;
    font-weight: 400;
}
.pixel_pro_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 5px;
}
.pixel_pro_slider .slick-dots li button:before {       
    font-size: 12px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    color: #666;
}
.pixel_pro_slider .slick-dots li.slick-active button:before {
    color: #666;
}
.pixel_pro_slider .slick-dots {
    bottom: -60px;
}
.pixel_pro_slider .slick-dots li {    
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.pixel_pro_info_box .pixel_pro_data {
    border: 1px solid #e3e3e3;
    border-width: 1px; 
    padding: 16px 20px;
    width: 86%;
    margin-top: -40px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pixel_pro_info_box .pixel_pro_data h1 {
    font-size: 16px;
    padding-bottom: 7px;
}
.pixel_pro_info_box .pixel_pro_data .pixel_pro_price {
    font-size: 16px;
}
.pixel_pro_info_box .pixel_pro_img img, .pixel_pro_info_box .pixel_pro_box:hover .pixel_pro_img img{
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
}
.sr_extra_class .pixel_border_section{
    min-height:220px;
}
.woocommerce .pixel_page_content_wrapper {
    margin-bottom: 16px;
}
/*========woo-commerce css end=====*/ 
.sidebar_default .pixel_nav > ul > li > ul > li {
    padding-left: 0;
}
 
.pixel_blog .pixel_blog_detail > h3.entry-title {
    word-break: break-word;
}
.cb_banner_wrapper .wpb_column {
    padding-left: 15px;
}

/*-------Multi Color Header Start-------*/
.pixel_multicolor {
    background: #222222;
    position: relative;
}
.pixel_multicolor .pixel_left_section {
    position: absolute;
    left: -50px;
    top: 0;
    width: 40%;
    height: 100%;
    background: #ff5150;
    transform: skewX(30deg);
}
.pixel_multicolor .pixel_logo {
    padding: 20px 0;
	/*background: #ff5150;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg); */
    min-height: 74px;
}
.pixel_multicolor .pixel_logo a {
    display: inline-block;
    /*transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);*/
}
.pixel_multicolor .pixel_menu {
	display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    align-items: center;
}
.pixel_multicolor .pixel_menu .pixel_nav {
    flex: 1;
    text-align: right;
}
.pixel_multicolor .pixel_menu .pixel_nav ul.navbar-nav {
    padding: 0;
    margin: 0;
}
.pixel_multicolor .pixel_menu .pixel_nav ul.navbar-nav li {
    display: inline-block;
    list-style: none;
    position: relative;
}
.pixel_multicolor .pixel_menu .pixel_nav ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin: 0px 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.pixel_multicolor .pixel_menu .pixel_nav > ul > li > a:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 2px; 
    top: 100%;
    transform: translateX(-50%);
    background: #ff5150;
    width: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.pixel_multicolor .pixel_menu > .pixel_nav > ul> li:hover >a{
	color:#ff5150;
}
.pixel_multicolor .pixel_menu .pixel_nav ul li:hover a:after, .pixel_multicolor .pixel_menu .pixel_nav ul li:hover a:after, .pixel_multicolor .pixel_menu .pixel_nav ul li.current_page_item a:after {
    width: 100%;
}
.pixel_multicolor .pixel_menu .pixel_nav ul li ul.sub-menu {
	position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    text-align: left;
    top: 100%;
    min-width: 200px;
    background: #ff5051;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.pixel_multicolor .pixel_menu .pixel_nav ul  li ul.sub-menu li {
    width: 100%;
}
.pixel_multicolor .pixel_menu .pixel_nav ul  li ul.sub-menu li a {
    color: #fff;
    margin: 0;
    padding: 8px 12px;
}
.pixel_multicolor .pixel_menu .pixel_nav ul  li ul.sub-menu li:hover a{
	padding-left:10px;
}
.pixel_multicolor .pixel_menu .pixel_nav ul  li:hover ul.sub-menu li a:after {
    display: none;
}
.pixel_multicolor .pixel_menu .pixel_nav ul  li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.pixel_multicolor .pixel_menu .pixel_header_icon {
    text-align: right;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right {
    margin: 0;
    padding: 0;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li {
    display: inline-block;
    list-style: none;
    position: relative;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin: 0px 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart {
	position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    text-align: left;
    top: 100%;
    min-width: 250px;
    background: #ff5051;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    padding: 10px;
    z-index: 1;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li:hover .pixel_cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart{
	margin:0px;
	padding:0px;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart li {
    width: 100%;
    margin-bottom: 10px;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart li:last-child {
    margin-bottom: 0;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart li .pixel_left {
    float: left;
    width: 50px;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart li .pixel_left a, .pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart li .pixel_right h3 a {
    padding: 0;
    margin: 0;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart li .pixel_right {
    float: left;
    width: calc(100% - 50px);
    padding-left: 20px;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart li .pixel_right h3 {
    margin: 0;
    margin-bottom: 5px;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart li .pixel_right a.remove {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 16px;
	font-weight:500;
    background: #222;
    text-align: center;
    border-radius: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;	
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart ul.woocommerce-mini-cart li .pixel_right a.remove:hover {
	background:#fff;
	color:#ff5051;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart p.woocommerce-mini-cart__total.total {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    text-align: left;
    margin: 10px 0;
    color: #fff;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    float: right;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart p.woocommerce-mini-cart__buttons.buttons {
    margin: 0;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart p.woocommerce-mini-cart__buttons.buttons a.button {
    display: inline-block;
    padding: 8px 20px;
    margin: 0;
    background: #fff;
	border:1px solid #fff;
    border-radius: 30px;
    color: #ff5051;
    text-transform: capitalize;
    font-size: 14px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart p.woocommerce-mini-cart__buttons.buttons a.button.checkout {
    float: right;
}
.pixel_multicolor .pixel_menu .pixel_header_icon ul .navbar-right li .pixel_cart p.woocommerce-mini-cart__buttons.buttons a.button:hover{
	background:transparent;
	color:#fff;
}
.pixel_multicolor .pixel_menu .tagcloud a{
	text-align:center;
	display:inline-block;
}
.mv4_header_btn {
    margin-left: 20px;
}
.mv4_header_btn .pixel_btn {
    height: 40px;
    line-height: 40px;
}
/*-------Multi Color Header End-------*/
/*------- Header With Center Logo ---------*/
.pixel_centerlogo {
    background: #222;
}
.pixel_centerlogo .pixel_menu {
    display: flex;
}
.pixel_centerlogo .pixel_menu .pixel_nav {
    text-align: left;
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  {
    margin: 0;
    padding: 0;
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  li {
    display: inline-block;
    list-style: none;
	position:relative;
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  li a {
    padding: 20px 20px 23px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    font-size: 18px;
    text-decoration: none;
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  li:hover a {
    color: #ff5051;
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  li ul.sub-menu {
    position: absolute;
    z-index: 10;
    background-color: #222;
    left: 0;
    min-width: 200px;
    top: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    z-index: 1;
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  li ul.sub-menu li {
    width: 100%;
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  li ul.sub-menu li a {
    color: #fff;
    padding: 10px 20px;
    position: relative;
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  li ul.sub-menu li a:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 100%;
    left: 0;
    top: 0;
    background: #ff5051;
    transition: all 0.3s linear;
    z-index: -1; 
}
.pixel_centerlogo .pixel_menu .pixel_nav ul  li ul.sub-menu li:hover a:before {
    width: 100%;
}
.pixel_centerlogo .pixel_logo {
    padding: 11px 20px;
    margin: 0px 20px;
}
.pixel_logo a {
    display: inline-block;
}
.pixel_centerlogo .pixel_menu .pixel_nav.nav-right {
    text-align: right;
}
.pixel_res_logo {
    display: none;
}
.pixel_main_menu_inner {
    display: flex;
    width: 100%;
	align-items: center;
}
/*-------Header With Center Logo End---------*/
/*------- toggle header css start --------*/
.pixel_toggle_header 
 .mv4_header_btn {
    display: inline-block;
}
/*------- header css start -------*/
.pixel_toggle_header{
	position: absolute;
    left: 0;
    right: 0;
    top: 0px;
	z-index: 100;
	padding: 0 100px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.pixel_menu_section {
    text-align: right;
    padding: 15px 0;
}
.pixel_menu_section .pixel_mini_cart {
    text-align: left;
}
.admin-bar .pixel_toggle_header{
	top:32px;
}
.pixel_toggle_header .pixel_logo_box{
	text-align: left;
	margin: 15px 0;
}
.pixel_toggle_header .pixel_toggle_box{
    width: 30px;
    padding: 7px 7px 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
	display:inline-block;
	margin-left:13px;
}
.pixel_toggle_header .pixel_toggle_box span{
    display: block;
    height: 2px;
    border-radius: 3px;
    background-color: #ffffff;
    margin-bottom: 3px;
	position: relative;
    z-index: -1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.pixel_toggle_header .pixel_menu_close{
    font-size: 23px;
    z-index: 51;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pixel_menu_open .pixel_toggle_header .pixel_toggle_box{
	visibility:hidden;
	opacity:0;
}
.pixel_menu_open .pixel_toggle_header .pixel_menu_close{
	visibility:visible;
	opacity:1;
	color:#ffffff;
}
.pixel_toggle_header .pixel_menu_logo{
	text-align: center;
    padding: 80px 0;
}
.trans_center_menu .pixel_menu_box{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	visibility:hidden;
	opacity:0;
	text-align:center;
	-webkit-transition: all 0.5s cubic-bezier(1.000, 1.500, 0.000, 0.800);
    -moz-transition: all 0.5s cubic-bezier(1.000, 1.500, 0.000, 0.800);
    transition: all 0.5s cubic-bezier(1.000, 1.500, 0.000, 0.800);	
	z-index:20;
	overflow-x: hidden;    
	display: flex;
    justify-content: center;
    align-items: center;
}
.pixel_menu_open .trans_center_menu .pixel_menu_box{
	visibility:visible;
	opacity:1;
}
.trans_center_menu .pixel_menu_box::-webkit-scrollbar {
    width: 5px;
}
.trans_center_menu .pixel_menu_box::-webkit-scrollbar-thumb {
  background-color: #ff5150;
}
.pixel_toggle_header .pixel_menu ul li{
	margin-right: -50px;
	-webkit-transition:all 0.3s ease-in-out 0.4s;
	-moz-transition:all 0.3s ease-in-out 0.4s;
	-ms-transition:all 0.3s ease-in-out 0.4s;
	transition:all 0.3s ease-in-out 0.4s;
	visibility:hidden;
	opacity:0;
}
.pixel_toggle_header .pixel_menu li:hover .sub-menu li{
	visibility:visible;
	opacity:1;
}
.trans_center_menu .pixel_menu ul li .sub-menu li{
	padding-left:0;
}
.pixel_menu_open .pixel_toggle_header .pixel_menu > ul > li{
	margin-right:0;
	visibility:visible;
	opacity:1; 
}
.pixel_toggle_header .pixel_menu ul li:nth-child(1){
	-webkit-transition:all 0.3s ease-in-out 0.1s;
	-moz-transition:all 0.3s ease-in-out 0.1s;
	-ms-transition:all 0.3s ease-in-out 0.1s;
	transition:all 0.3s ease-in-out 0.1s;
}
.pixel_toggle_header .pixel_menu ul li:nth-child(2){
	-webkit-transition:all 0.3s ease-in-out 0.2s;
	-moz-transition:all 0.3s ease-in-out 0.2s;
	-ms-transition:all 0.3s ease-in-out 0.2s;
	transition:all 0.3s ease-in-out 0.2s;
}
.pixel_toggle_header .pixel_menu ul li:nth-child(3){
	-webkit-transition:all 0.3s ease-in-out 0.3s;
	-moz-transition:all 0.3s ease-in-out 0.3s;
	-ms-transition:all 0.3s ease-in-out 0.3s;
	transition:all 0.3s ease-in-out 0.3s;
}
.pixel_toggle_header .pixel_menu ul li:nth-child(4){
	-webkit-transition:all 0.3s ease-in-out 0.4s;
	-moz-transition:all 0.3s ease-in-out 0.4s;
	-ms-transition:all 0.3s ease-in-out 0.4s;
	transition:all 0.3s ease-in-out 0.4s;
}
.pixel_toggle_header .pixel_menu ul li:nth-child(5){
	-webkit-transition:all 0.3s ease-in-out 0.5s;
	-moz-transition:all 0.3s ease-in-out 0.5s;
	-ms-transition:all 0.3s ease-in-out 0.5s;
	transition:all 0.3s ease-in-out 0.5s;
}
.pixel_toggle_header .pixel_menu ul li:nth-child(6){
	-webkit-transition:all 0.3s ease-in-out 0.6s;
	-moz-0transition:all 0.3s ease-in-out 0.6s;
	-ms-transition:all 0.3s ease-in-out 0.6s;
	transition:all 0.3s ease-in-out 0.6s;
}
.pixel_toggle_header .pixel_menu ul{
	list-style:none;
	padding:0;
	margin:0;
}
.pixel_toggle_header .pixel_menu > ul > li > a{
	padding: 0 0 30px;
    display: inline-block;
    font-size: 22px;
	position:relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pixel_toggle_header .pixel_menu ul li a.menu_dropdown:after{
	content: '\f0d7';
    font-family: 'fontawesome';
    font-weight: 600;
    margin-left: 10px;
    font-size: 15px;
	display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pixel_toggle_header .pixel_menu ul li a.menu_dropdown.category_open:after{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.pixel_toggle_header .pixel_menu .sub-menu{
	display:none;
}
.pixel_toggle_header .pixel_menu_overlay{
	position: fixed;
    height: 4500px;
    width: 4500px;
    top: -2191px;
    right: -2157px;
    background: #222222;
    transform: scale(0);
	border-radius:100%;
	z-index:20;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.trans_center_menu .pixel_menu_overlay{
	transition:all 0.5s ease-in-out;
}
.pixel_menu_open .pixel_toggle_header .pixel_menu_overlay{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.pixel_toggle_header .pixel_menu_close {
    visibility: hidden;
    opacity: 0;
}
.trans_center_menu .pixel_menu_close {
    width: 40px;
    right: 30px;
    left: auto;
    top: 30px;
    position: fixed;
}
.admin-bar .trans_center_menu .pixel_menu_close{
	top:62px;
}
.trans_center_menu .pixel_menu_box .pixel_logo_box{
	display:none;
}
.trans_center_menu .pixel_header_social {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0; 
    text-align: center;
    padding: 10px 0;
	transition:all 0.5s 0.3s;
}
.pixel_menu_open .trans_center_menu .pixel_header_social {
	visibility:visible;
	opacity:1;
}
/*---- right menu css ------*/
.admin-bar .trans_right_menu .pixel_menu_wrapper,.admin-bar .trans_left_menu .pixel_menu_wrapper {
    top: 32px;
}
.pixel_toggle_header .pixel_header_icon {
    display: inline-block;
	border:none;
}
.trans_right_menu .pixel_menu ul li a.menu_dropdown:after,.trans_left_menu .pixel_menu ul li a.menu_dropdown:after{
	position:absolute;
	top:5px;
	right:0;
}
.trans_right_menu .pixel_menu_box .pixel_logo_box, .trans_left_menu .pixel_menu_box .pixel_logo_box {
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}
.trans_right_menu .pixel_menu_wrapper,.trans_left_menu .pixel_menu_wrapper {
    position: fixed;
    top: 0;
    right: -1500px;
    bottom: 0;
	z-index:100;
    width: 350px;
	background: #222;
	text-align: left;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s; 
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	overflow-x: hidden;
}
.trans_left_menu .pixel_menu_wrapper{
	left:-1500px;
	right:auto;
}
.pixel_menu_open .trans_left_menu .pixel_menu_wrapper{
	left:0;
}
.pixel_menu_open .trans_right_menu .pixel_menu_wrapper{
	right:0;
}
.trans_right_menu .pixel_menu_box,.trans_left_menu .pixel_menu_box {
    position: relative;
    z-index: 20;
    padding: 80px 0 50px;
}
.trans_right_menu .pixel_header_social, .trans_left_menu .pixel_header_social {
    padding: 0 20px;
}
.trans_right_menu .pixel_menu ul li,.trans_left_menu .pixel_menu ul li {
    padding: 0 20px;
    padding-left: 80px;
}
.trans_right_menu .pixel_menu > ul > li a,.trans_left_menu .pixel_menu > ul > li a{
    display: block;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.pixel_menu_open .trans_right_menu .pixel_menu ul li,.pixel_menu_open .trans_left_menu .pixel_menu ul li {
    padding-left: 20px;
}
.trans_right_menu .pixel_menu_overlay,.trans_left_menu .pixel_menu_overlay{
	display:none;
}
.pixel_menu_open .trans_left_menu .pixel_toggle_box {
    visibility: visible;
    opacity: 1;
}
/*------ bottom header ------*/
.trans_bottom_menu .pixel_menu_wrapper {
    position: fixed;
    bottom: -300px;
    left: 0;
    right: 0;
    background: #222222;
    transition: all 0.3s;
}
.trans_bottom_menu .pixel_menu_wrapper .pixel_menu_overlay {
    display: none;
}
.trans_bottom_menu .pixel_menu {
    text-align: center;
}
.pixel_toggle_header.trans_bottom_menu .pixel_menu > ul > li {
    display: inline-block;
	margin:0;
    margin: 0 20px;
    padding: 20px 0px;
	 position:relative;
}
.pixel_toggle_header.trans_bottom_menu .pixel_menu > ul > li.has-mega-menu {
	position:static;
}
.trans_bottom_menu .pixel_menu_wrapper .pixel_logo_box {
    display: none;
}
.trans_bottom_menu .pixel_menu ul li a {
    padding-bottom: 0;
}
.pixel_menu_open .trans_bottom_menu .pixel_menu_wrapper {
    bottom: 0;
}
.trans_bottom_menu .pixel_menu_close {
    right: 10px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.trans_bottom_menu .pixel_menu_close .fa-long-arrow-left:before {
    content: "\f00d";
}
.pixel_menu_open .trans_bottom_menu .pixel_toggle_box{
	visibility:visible;
	opacity:1;
}
/*----- top header css -----*/
.trans_top_menu .pixel_header_social,.trans_bottom_menu .pixel_header_social {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #222;
    right: 0; 
    margin: 0;
}
.trans_top_menu .pixel_header_social ul, .trans_bottom_menu .pixel_header_social ul{
	padding:10px 0;
}
.trans_top_menu .pixel_header_social ul li,.trans_bottom_menu .pixel_header_social ul li {
    display: block;
    margin: 0;
    padding: 3px 15px;
}
.trans_top_menu .pixel_header_social ul li a,.trans_bottom_menu .pixel_header_social ul li a{
	width:auto;
}
.trans_top_menu .pixel_menu_overlay {
    display: none;
}
.trans_top_menu .pixel_menu_box .pixel_logo_box {
    display: none;
}
.pixel_toggle_header.trans_top_menu .pixel_menu > ul > li {
    display: inline-block;
	margin: 0 10px;
	position:relative;
}
.pixel_toggle_header.trans_top_menu .pixel_menu > ul > li:has-mega-menu{
	position:static;
} 
.pixel_toggle_header.trans_top_menu .pixel_menu > ul > li a,.pixel_toggle_header.trans_bottom_menu .pixel_menu > ul > li a{
	font-size:18px;
}
.pixel_toggle_header.trans_bottom_menu .pixel_menu > ul > li{
	margin:0 10px;
}
.trans_top_menu .pixel_menu_wrapper {
    display: inline-block;
    margin-right: 30px;
}
.pixel_header_wrapper.trans_top_menu {
    text-align: right;   
}
.trans_top_menu .pixel_menu > ul > li > a {
    color: inherit;
    padding: 0;
}
.trans_top_menu .pixel_menu_wrapper .pixel_menu_close {
    display: none;
}
.pixel_menu_open .trans_top_menu .pixel_menu > ul > li {
    visibility: visible;
    opacity: 1;
}
.pixel_menu_open .trans_top_menu .pixel_toggle_box {
    visibility: visible;
    opacity: 1;
}
.pixel_menu_open .trans_top_menu .pixel_toggle_box span:nth-child(1) {
    width: 11px;
    -webkit-transform: rotate(-34deg) translate(-2px,2px);
    -moz-transform: rotate(-34deg) translate(-2px,2px);
    -ms-transform: rotate(-34deg) translate(-2px,2px);
    transform: rotate(-34deg) translate(-2px,2px);
}
.pixel_menu_open .trans_top_menu .pixel_toggle_box span:nth-child(2) {
    width: 100%;
    margin-left: 0;
}
.pixel_menu_open .trans_top_menu .pixel_toggle_box span:nth-child(3) {
    width: 10px;
    -webkit-transform: rotate(34deg) translate(-1px,-2px);
    -moz-transform: rotate(34deg) translate(-1px,-2px);
    -ms-transform: rotate(34deg) translate(-1px,-2px);
    transform: rotate(34deg) translate(-1px,-2px);
}
.pixel_toggle_header .pixel_header_icon > ul > li > a {
    width: auto;
} 
.pixel_toggle_header .pixel_header_icon ul li.pixel_cart_main a span {
    left: 8px;
}
.pixel_footer .pixel_list ul li a {
    font-size: inherit;
}
.pixel_sidebar_wrapper .widget.widget_media_gallery figure.gallery-item {
    margin-bottom: 0;
}
.pixel_sidebar_wrapper .widget.widget_media_gallery .gallery {
    margin-bottom: 10px;
}
.pixel_toggle_header .pixel_menu .pixel-mega-menu-ul{
	display:none;
	margin-bottom:20px;
	visibility:visible;
	opacity:1;
}
.pixel_toggle_header .pixel-mega-menu-ul li {
    border: none;
    padding: 0;
}
.pixel_toggle_header .pixel-mega-menu-ul li .widgettitle {
    color: #ffffff;
}
.pixel_toggle_header .pixel_menu .pixel-mega-menu-ul li a {
    font-size: 17px;
    margin-bottom: 0;
}
.pixel_header_top .pixel_cart_main .pixel_mini_cart {
    left: 0;
}
/*----- mega menu css  -------*/
.pixel_nav > ul > li > .pixel-mega-menu-ul .widget_nav_menu ul li {
    margin-bottom: 20px;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul .widget_nav_menu ul li:last-child {
    margin: 0;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul .widget_nav_menu ul li a {
    font-size: 14px;
}
.pixel_nav > ul > li.has-mega-menu {
    position: static;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul ,.pixel_menu > ul > li > .pixel-mega-menu-ul{
    padding: 30px;
    min-width: inherit; 
	background:#ffffff;
	display:flex;
	flex-wrap: wrap; 
	right:0;
	left:auto;
	top: 65px;
	max-width: 100%;
	max-height: 500px;
    overflow-x: hidden;
	z-index: 10;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	opacity:0;
	visibility:hidden;
}
.pixel_nav > ul > li:hover > .pixel-mega-menu-ul,.pixel_menu > ul > li:hover > .pixel-mega-menu-ul{
	opacity:1;
	visibility:visible;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul >li,.pixel_menu > ul > li > .pixel-mega-menu-ul> li {
    width: auto; 
    padding: 0;
	margin:0;
    padding-right:20px;
    border-right: 1px solid #e1e1e1;
	border:none;
    border-radius: 0;
	/* display: none;   */
	margin-bottom: 30px;
}
.pixel_nav > ul > li:hover > .pixel-mega-menu-ul >li,.pixel_menu > ul > li:hover > .pixel-mega-menu-ul > li{
	display:inline-block;
	opacity:1;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul >li:first-child,.pixel_menu > ul > li > .pixel-mega-menu-ul > li:first-child{
	padding-left:0;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul >li:last-child,.pixel_menu > ul > li > .pixel-mega-menu-ul > li:last-child{
	margin:0;
	padding:0;
	border:none;
}
/* .pixel_nav > ul > li > .pixel-mega-menu-ul >li div { 
    display: inline-block; 
	} */
.pixel_nav > ul > li > .pixel-mega-menu-ul >li ul ,.pixel_menu > ul > li > .pixel-mega-menu-ul > li ul{
    position: static;
    visibility: hidden;
    opacity: 0;
    transform: none;
    box-shadow: none;
    padding: 0;
	min-width:inherit;
	background: transparent;
	z-index: -1;
}
.pixel_nav > ul > li:hover > .pixel-mega-menu-ul >li ul ,.pixel_menu > ul > li:hover > .pixel-mega-menu-ul > li ul{
	visibility: visible;
    opacity: 1;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul >li ul li a ,.pixel_menu > ul > li > .pixel-mega-menu-ul > li ul li a{
    padding: 0;
}
.pixel_single_layout {
    width: 100%;
	padding: 0 15px;
}
.sidebar_blog  .widget.widget_nav_menu ul li a:before,.sidebar_blog  .widget.widget_pages ul li a:before,.pixel-mega-menu-ul .widget > ul > li a:before{
	display:none;
}
.sticky_header_class .pixel_toggle_header{
    background: rgba(0,0,0,0.5);
    position: fixed;
}   
.pixel_custom_header .pixel_nav > ul > li > .pixel-mega-menu-ul {
	top: 85%;
}  
.sidebar_default .pixel_nav > ul > li > .pixel-mega-menu-ul > li{
	padding-left:20px;   
} 
.pixel_nav > ul > li > .pixel-mega-menu-ul >li ul li{
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 0;
	margin-bottom: 10px;
}
.pixel-mega-menu-ul .widgettitle {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
	visibility:hidden;
	opacity:0;
}
.pixel_nav > ul > li:hover > .pixel-mega-menu-ul .widgettitle {
	visibility:visible;
	opacity:1;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul >li ul li .children li a {
    font-size: 14px;
    padding-left: 10px;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul >li ul li a:before,.pixel-mega-menu-ul .widget.woocommerce ul.product-categories li a:before {
	display:none;   
}
.pixel-mega-menu-ul .pixel_blog_posts .pixel_blog_box.recent_blog2 {
    padding: 0;
    box-shadow: none;
    display: flex;
    margin-bottom: 20px;
}
.widget_recent_reviews .product_list_widget li:before,.widget_top_rated_products .product_list_widget li:before,.widget_recent_reviews .product_list_widget li a:before,.widget_top_rated_products .product_list_widget li a:before,.widget_recently_viewed_products .product_list_widget li a:before,.widget_recently_viewed_products .product_list_widget li:before{
    display:none !important;
}
.sidebar_blog .widget.woocommerce .widget-title {
    /* padding: 0; */
    position: relative;
}
.sidebar_blog .widget.woocommerce .widget-title:after {
    left: auto;
}
.pixel-mega-menu-ul .pixel_blog_img {
    width: 50px; 
    vertical-align: top;
    margin-right: 10px;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul .pixel_blog_box {
    display: flex;
}
.pixel-mega-menu-ul .pixel_blog_data {
    flex: 1;
}
.pixel-mega-menu-ul .pixel_blog_data .post_title a {
    font-size: 18px;
}
.pixel-mega-menu-ul .pixel_blog_meta ul li {
    font-size: 14px;
}
.pixel_menu_section .pixel-mega-menu-ul{
	text-align:left; 
}
.pixel_mega_menu .trans_right_menu .pixel_menu_wrapper,.pixel_mega_menu .trans_left_menu .pixel_menu_wrapper {
    overflow: inherit;
}
.pixel_mega_menu .trans_right_menu .pixel_menu_box,.pixel_mega_menu .trans_left_menu .pixel_menu_box {
    position: static;
}	
.pixel-mega-menu-ul .newsletter_form {
    position: relative;
}
.pixel-mega-menu-ul .newsletter_form input {
    height: 40px;
    border: none;
    padding: 0 50px 0 15px;
    width: 100%;
    border-radius: 100px;
}
.pixel-mega-menu-ul .newsletter_form .newsletter_widget_submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
}
.pixel_mega_menu .pixel_header_main > .pixel_header_main_inner{
	position:relative;
}
.pixel_nav > ul.pixel-mega-menu > li > ul.pixel-mega-menu-ul > li > ul > li > a:hover,.pixel_custom_header .pixel_nav > ul.pixel-mega-menu > li ul.pixel-mega-menu-ul a:hover{
	background:transparent; 
}
.pixel-mega-menu-ul::-webkit-scrollbar{
	width:5px;
}
.pixel-mega-menu-ul::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.4); 
}
.trans_top_menu .pixel-mega-menu-ul .widget_categories ul li{
    width:100%;
}
.pixel_nav > ul > li > .pixel-mega-menu-ul .pixel_blog_data .post_title{
	visibility:hidden !important;
	opacity:0 !important;
}
.pixel_nav > ul > li:hover > .pixel-mega-menu-ul .pixel_blog_data .post_title{
	visibility:visible !important;
	opacity:1 !important;
}
/*------ toggle mega menu -------*/
.trans_left_menu .pixel_menu > ul > li > .pixel-mega-menu-ul,.trans_right_menu .pixel_menu > ul > li > .pixel-mega-menu-ul {
    position: absolute;
    left: 100%;
    width: 1100px;
    visibility: visible;  
    opacity: 1;
    max-width: inherit; 
}
.trans_right_menu .pixel_menu > ul > li > .pixel-mega-menu-ul {
	left:auto;
	right:100%;
}

.trans_left_menu .pixel_menu > ul > li > .pixel-mega-menu-ul > li ul ,.trans_right_menu .pixel_menu > ul > li > .pixel-mega-menu-ul > li ul {
    opacity: 1;
} 
.trans_left_menu .pixel-mega-menu-ul,.trans_left_menu .pixel-mega-menu-ul li,.trans_right_menu .pixel-mega-menu-ul,.trans_right_menu .pixel-mega-menu-ul li{
	transition:unset !important;
}
.pixel_toggle_header .pixel-mega-menu-ul .widget {
    width: 25%;
    float: left;
}
.trans_left_menu li .pixel-mega-menu-ul .widgettitle,.trans_right_menu .pixel-mega-menu-ul .widgettitle{
	visibility:visible;
	opacity:1;
}
.trans_left_menu .pixel_menu ul.pixel-mega-menu-ul .widget li ,.trans_right_menu .pixel_menu ul.pixel-mega-menu-ul .widget li {
    padding: 0;
	width:100%;
} 
.trans_left_menu .pixel_menu ul.pixel-mega-menu-ul .widget li ul li ,.trans_right_menu .pixel_menu ul.pixel-mega-menu-ul .widget li ul li {
    padding-left: 15px;
}
.pixel_toggle_header .pixel-mega-menu-ul .widget_search .searchform {
    position: relative;
}
.pixel_toggle_header .pixel-mega-menu-ul .widget_search .searchform input {
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: none;
    padding: 0 35px 0 15px;
}
.pixel_toggle_header .pixel-mega-menu-ul .widget_search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.pixel-mega-menu-ul a.menu_dropdown:after{
	display:none !important;
}
.pixel-mega-menu-ul .widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 5px 14px;
    margin-bottom: 10px !important;
}
.trans_center_menu .pixel-mega-menu-ul {
	visibility:visible;
	opacity:1;
}
.trans_center_menu .pixel_menu > ul > li > .pixel-mega-menu-ul > li ul{
	opacity:1;
}
.trans_top_menu .pixel_menu_section {
    position: relative;
}
.trans_top_menu .pixel_menu_section {
    position: relative;
}
.trans_top_menu .pixel-mega-menu-ul li,.pixel_menu_open .trans_top_menu .pixel-mega-menu-ul li{
	visibility:hidden;
	opacity:0;
}
.trans_top_menu li:hover .pixel-mega-menu-ul li,.pixel_menu_open .trans_top_menu li:hover .pixel-mega-menu-ul li{
	visibility:visible;
	opacity:1;
}
.trans_left_menu .pixel_menu > ul > li:hover .pixel-mega-menu-ul .widgettitle,.trans_left_menu .pixel_menu > ul > li:hover .pixel-mega-menu-ul li ,.trans_right_menu .pixel_menu > ul > li:hover .pixel-mega-menu-ul .widgettitle,.trans_right_menu .pixel_menu > ul > li:hover .pixel-mega-menu-ul li,.trans_right_menu .pixel_menu > ul > li:hover .pixel-mega-menu-ul,.trans_bottom_menu .pixel_menu > ul > li .pixel-mega-menu-ul li,.trans_bottom_menu .pixel_menu > ul > li .pixel-mega-menu-ul li ul,.trans_bottom_menu .pixel_menu > ul > li .pixel-mega-menu-ul,.trans_center_menu .pixel_menu > ul > li .pixel-mega-menu-ul li,.trans_center_menu .pixel_menu > ul > li .pixel-mega-menu-ul {
	visibility:visible;
	opacity:1;
}
.trans_top_menu .pixel_menu ul li:hover .pixel-mega-menu-ul .widgettitle,.pixel_toggle_header.trans_left_menu .pixel_menu ul li,.pixel_toggle_header.trans_right_menu .pixel_menu ul li>.trans_top_menu .pixel_menu ul li:hover .pixel-mega-menu-ul .widgettitle,.pixel_toggle_header.trans_left_menu .pixel_menu ul li,.trans_center_menu .pixel_menu ul li:hover .pixel-mega-menu-ul .widgettitle,.trans_bottom_menu .pixel_menu ul li:hover .pixel-mega-menu-ul .widgettitle{
	visibility:visible; 
	opacity:1; 
} 
.pixel_toggle_header .pixel_menu > ul > li > .pixel-mega-menu-ul .widget li ul{
	padding-left:15px;
}
/*-------- toggle header mega menu end ---------*/

.pixel_footer .widget {
    margin-bottom: 30px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 5px;
}
.single-pixel_portfolio .pixel_portfolio {
    overflow: visible;
}

.sidebar_blog .widget.woocommerce.widget_products ul li:before {
    display: none;
}
.sidebar_blog .widget.woocommerce.widget_product_categories ul.product-categories li a {
    display: inline-block;
}

.sidebar_blog .widget.woocommerce.widget_rating_filter ul li, .sidebar_blog .widget.woocommerce.woocommerce-widget-layered-nav ul li {
    position: relative;
    padding-left: 15px;
}
.sidebar_blog .widget.woocommerce.widget_rating_filter ul li a, .sidebar_blog .widget.woocommerce.woocommerce-widget-layered-nav ul li a {
    display: inline-block;
}
.woocommerce nav.woocommerce-pagination {
    text-align: left;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
    background: #ffffff;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.1);
    width: auto;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li{
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    border-right: 1px solid #ededed;
    padding: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers:before, .woocommerce nav.woocommerce-pagination ul.page-numbers:after{
	display:none;
}
.widget.woocommerce ul.product-categories li .count {
    display: inline-block; 
    float: right;
} 
.widget.woocommerce ul.product-categories li a {
    display: inline-block;
}
.pixel_form_render .checkbox.form-group .pixel_label {
    display: block;
}
.utl_woocommerce .content-area {
    margin-bottom: 57px;
}
.woocommerce-checkout-review-order{
	margin-bottom:80px; 
}
.pixel_header_icon_none {
    display: none;
}
/*------- header style 6 -------*/
.header_style6 .pixel_header_main {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px 30px;
    border-radius: 60px;
}
.header_style6 .mv4_header_btn ,.header_style6 .pixel_menu_wrapper ,.header_style6 .pixel_header_icon{
    display: inline-block;
}
.header_style6 .pixel_header_box {
    text-align: right;
}
.header_style6 .pixel_logo {
    text-align: left;
	padding: 9px 0;
}
.pixel_header.header_style6{
	box-shadow:none;
}
.pixel_header.header_style6 {
    top: 20px;
	position:absolute;
	left:0;
	right:0;
}
.admin-bar .pixel_header.header_style6 {
    top: 52px;
} 
/*------- header style7 --------*/
.header_style7 .pixel_centerlogo .pixel_logo a{
    background: #5575e3;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 10px 20px 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 100px 100px;
}
.header_style7 .pixel_centerlogo .pixel_logo {
    width: 200px;
    padding: 0;
    margin: 0;
}
.header_style7 .pixel_centerlogo .pixel_logo a img {
    width: 120px;
}
.header_style7 .pixel_centerlogo .pixel_menu .pixel_nav ul li a {
    padding: 30px 20px;
}
/*------ header style8 --------*/
.pixel_custom_header.header_style8{
box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.admin-bar .pixel_custom_header.header_style8{
	top:32px;
}
.pixel_custom_header.header_style8 .pixel_header_main {
    padding: 20px 30px;
    position: relative;
    border-radius: 0 0 10px 10px;
}

.pixel_custom_header.header_style8 .pixel_header_main:before,.pixel_custom_header.header_style8 .pixel_header_main:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    background: #313131;
    width: 50px;
    -webkit-transform: skewX(18deg);
    -moz-transform: skewX(18deg);
    -ms-transform: skewX(18deg);
    transform: skewX(18deg);
    z-index: -1;
    border-radius: 0 0 0 10px;
}
.pixel_custom_header.header_style8 .pixel_header_main:after {
    right: -15px;
    left:auto;
    -webkit-transform: skewX(-18deg);
    -moz-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg);
    border-radius: 0 0 10px 0;
}
.pixel_fixed_header.sticky_header_class .pixel_header.header_style8 .pixel_header_main:after,.pixel_fixed_header.sticky_header_class .pixel_header.header_style8 .pixel_header_main:before {display: none;}
.pixel_fixed_header.sticky_header_class .pixel_header.header_style8 .pixel_header_main {
    border-radius: 0;
}
/*------ header style9 --------*/
.header_style9 .pixel_logo {
    position: absolute;
    background: #5575e3;
    top: 0;
    padding: 20px;
}
.header_style9 .pixel_header_main {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header_style9.pixel_custom_header .pixel_header_main {
    position: relative;
}
.header_style9 .pixel_logo > a > img {
    max-width: 140px;
	max-height: 77px;
}
.header_style9 .pixel_logo:after ,.header_style9 .pixel_logo:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: -40px;
    border-left: 20px solid #335be1;
    border-right: 20px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 36px solid transparent;
    z-index: -1;
    opacity: 0.85;
}
.header_style9 .pixel_logo:before{
    left: -40px;
    right:auto;
    border-left: 20px solid transparent;
    border-right: 20px solid #335be1;
    border-top: 0px solid transparent;
    border-bottom: 36px solid transparent;
}
.pixel_mega_menu .header_style9 .pixel_header_main > .pixel_header_main_inner{
	position:static;
}
/*------ custom menu css --------*/
.mt4_custom_header_wraper .menu-main-menu-container {
    margin-top: 10px;
}
.mt4_custom_header_wraper .menu-main-menu-container > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.mt4_custom_header_wraper .menu-main-menu-container > ul > li {
    display: inline-block;
    margin-left: 20px;
} 
.mt4_custom_header_wraper .menu-main-menu-container > ul > li:first-child {
    margin-left: 0;
}

/*-------- under construction css start --------*/
.page-template-pixel-underconstruction .pixel_copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; 
}
.mt4_construction_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.mt4_construction_data h1 {
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 800;
}
.mt4_construction_data p {
    margin: 20px 0;
}
.mt4_construction_data h3{
	margin-bottom:20px;
}
.mt4_construction_data .subscribe input[type="text"] {
    height: 50px;
    width: 100%;
    padding: 0 20px;
}
.mt4_construction_data .subscribe input.btn {
    position: absolute;
    top: 0;
    right: 0;
}
.mt4_construction_data .subscribe {
    position: relative;
}
.mt4_construction_data .ce-countdown {
    padding: 20px 0 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin: 30px 0;
}
.mt4_construction_data .mt4_uc_social {
    margin-top: 20px;
}
/*------ construction style2 -------*/
.con_style2 .mt4_construction_data {
    text-align: center;
}
.mt4_construction_wrapper.con_style2 {
    background: #dcdcdc;
    padding: 100px 0;
}
.con_style2 .mt4_construction_data .ce-countdown {
    border: none;
    padding: 0;
}
/*------ construction style3 --------*/
.con_style3 .mt4_construction_img {
    position: absolute;
    right: 100px;
    bottom: 70px;
}
.mt4_construction_wrapper.con_style3 {
    position: fixed;
    padding-bottom: 150px;
}
.con_style3 .mt4_construction_data .subscribe input.btn {
    position: static;
    margin-top: 20px;
}
.con_style3 .mt4_construction_data h1 {
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1.2;
}
/*-------- construction style4 ---------*/
.con_style4{
	background-size:cover;
    padding: 240px 0 100px;
}
.con_style4 .mt4_construction_data{
	text-align:center;
}
.con_style4 .mt4_construction_data h1 {		
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 800;
} 
.con_style4 .mt4_construction_data p {
    font-weight: 600;
}
/*-------- construction style4 ---------*/
.con_style5{
	background-size:cover;
    padding: 200px 0; 
}
.con_style5 .mt4_construction_data{
    text-align: center;
    background: rgba(0,0,0,0.8);
    padding: 50px 50px;
}
.con_style5 .mt4_construction_data h1{
	font-size:35px;
}
.con_style5 .mt4_construction_data p,.con_style5 .mt4_construction_data h3{
	color:#ffffff;
}
.mt4_construction_data .mt4_uc_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mt4_construction_data .mt4_uc_social ul li{
	display: inline-block;
	margin-right:10px;
}
.mt4_construction_data .mt4_uc_social ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.con_style5 .mt4_construction_data .ce-countdown {
    border: none;
}
/*-------- under construction css end --------*/
/*------- woocommerce single css ------*/
.woocommerce div.product form.cart {
    margin-top: 20px;
    display: flex;
}
.woocommerce div.product form.cart div.quantity {
    width: 90px;
    margin-right: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 40px;
}
.woocommerce-product-details__short-description p {
    margin-top: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}
.widget_products ul.product_list_widget li a:before ,.woocommerce .widget_shopping_cart ul li a:before {
    display: none;
}
.woocommerce-privacy-policy-text p {
    margin-bottom: 20px;
}
.price span.woocommerce-Price-amount.amount {
    display: inline-block;
}
.woocommerce-grouped-product-list {
    display: block;
    margin-bottom:20px;
}
.woocommerce div.product form.cart {
    display: block;
}
.woocommerce-grouped-product-list del,.woocommerce-grouped-product-list ins {
    display: inline-block;
}
.woocommerce div.product form.cart .variations select {
    height: 30px;
    border-color: #e4e4e4;
}
/*-------- woo square styles ---------*/
.woo_square .utl_woocommerce .site-main {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
}
.woo_square.woocommerce ul.products li.product .onsale ,.woo_square.woocommerce .type-product .onsale {
    border-radius: 0px; 
} 
.woo_square.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border-radius: 0;
}
/*-------- woo curve styles ---------*/
.woo_curve .utl_woocommerce .site-main{
	    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    border-radius: 14px;
}
.woo_curve .woocommerce-tabs.wc-tabs-wrapper {
    background: #ededed;
	border-radius: 15px;
}
.woo_curve.woocommerce div.product .woocommerce-tabs ul.tabs li ,.woo_curve.woocommerce .cart .quantity input ,.woo_curve.woocommerce .woocommerce-ordering select.orderby {
    border-radius: 100px;
}
.woo_curve.woocommerce div.product div.images img ,.woo_curve.woocommerce ul.products li.product a img{
    border-radius: 10px;
}
/*------- woo dark style --------*/
.woo_dark .utl_woocommerce .site-main{
	background: #121213;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: none;
}
.woo_dark .woocommerce-tabs.wc-tabs-wrapper {
    background: rgba(255,255,255,0.02);
	border-radius: 15px;
}
.woo_dark.woocommerce div.product .woocommerce-tabs ul.tabs li ,.woo_dark.woocommerce .cart .quantity input ,.woo_dark.woocommerce .woocommerce-ordering select.orderby {
    border-radius: 100px;
}
.woo_dark.woocommerce div.product div.images img ,.woo_dark.woocommerce ul.products li.product a img{
    border-radius: 10px;
}
.woo_dark h1.woocommerce-products-header__title.page-title ,.woo_dark.single-product.woocommerce.woocommerce-page h1,.woo_dark.woocommerce div.product .woocommerce-tabs .panel h2,.woo_dark section.related.products h2{
    color: #ffffff;
}
.woo_dark.woocommerce #review_form #respond textarea{
	border-radius:20px;
}
.woo_dark .woocommerce-cart-form__contents tr th,.woo_dark .woocommerce-cart-form__contents tr td {
    border: none;
    border-bottom: 1px solid #232323;
    padding: 20px 10px;
    background: #121213;
}
.woocommerce-cart-form__contents tr:last-child td{
	border:none;
}
.woo_dark .woocommerce .cart .quantity input {
    border-radius: 100px;
}
.woocommerce-page table.cart .actions .coupon input {
    width: 200px;
}
.woo_dark.woocommerce-page table.cart .actions .coupon input {
    border-radius: 100px;
}
.woo_dark.woocommerce .cart-collaterals .cart_totals, .woo_dark.woocommerce-page .cart-collaterals .cart_totals {
    background: #121213;
    padding: 30px;
}
.woo_dark.woocommerce .cart-collaterals table tr th,.woo_dark.woocommerce .cart-collaterals table tr td {
    border-color: #232323;
    border-top-color: #232323 !important;
}
.woo_dark .woocommerce-error,.woo_dark  .woocommerce-info, .woo_dark .woocommerce-message {
    background: #121213;
    color: #ffffff;
}
.woo_dark .woocommerce-billing-fields__field-wrapper input {
    background: #121213;
    border: none;
    color: #ffffff;
}
.woo_dark .woocommerce-checkout-review-order-table tr th,.woo_dark .woocommerce-checkout-review-order-table tr td {
    border-color: #232323;
}
.woo_dark #add_payment_method #payment, .woo_dark .woocommerce-cart #payment, .woo_dark .woocommerce-checkout #payment {
    background: #121213;
}
.fa, .fab, .fad, .fal, .far, .fas {
    font-family: "Font Awesome 5 Free","FontAwesome","Font Awesome 5 Brands";
}

.woocommerce-account form.woocommerce-form .form-row-wide {
    width: 100%;
}
.woocommerce-account form.woocommerce-form .form-row-wide .password-input {
    width: 100%;
}

.woocommerce-account form.woocommerce-form .form-row-wide input {
    border: 1px solid #dedede;
}
.woocommerce-account form.woocommerce-form .form-row .woocommerce-form-login__rememberme {
    width: 100%;
}

.pixel_custom_header .pixel_nav > ul > li > .pixel-mega-menu-ul {
    left: 0;
    right: 0;
    min-width: auto;
    max-width: fit-content;
    margin: auto;
}
.pixel_custom_pagetitle_wrapper {
    overflow: hidden;
}