
 /* Main Kaya Page Widget Section Start here */
/* Icon Boxes */
.icon-box {
    display: inline !important;
    margin: 0 auto !important;
    text-align: center;
}
.icon-box .figure {
   border-radius: 100%;
    display: inline-block;
    padding:5px;
    position: relative;
    z-index: 1;
}
.icon-box .time {
   -moz-box-sizing: border-box;
    background-color: #EDEDED;
    border-radius: 100%;
    color: #000000;
    display: block;
    height: 100px;
    letter-spacing: inherit;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.icon-box span.teaser i {
	text-align: center;
}
.icon-box .figure > em {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border-color: rgba(0, 0, 0, 0) #29ccbe #29ccbe;
	border-radius:100%;
	border-style: solid;
	border-width: 21px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-90deg);
	-webkit-transform:  rotate(-90deg);
	-moz-transform:  rotate(-90deg);
	-ms-transform:  rotate(-90deg);
	-o-transform:  rotate(-90deg);
	width: 100%;
	z-index:-1;
    -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon-box .figure:hover > em{
    transform: rotate(90deg);
    -webkit-transform:  rotate(90deg);
    -moz-transform:  rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.longshadow {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000', GradientType=1);
	z-index:-23;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    height: 90px;
    left: 47px;
    position: absolute;
    top: 52px;
    transform: rotate(45deg);
    width: 100px;
    z-index: -23;
    -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  background-color:rgba(0, 0, 0, 0);
  background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0));
  background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.10)), to(rgba(0, 0, 0, 0)));
  background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0));
  background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0));
  background-image:linear-gradient(to right, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0));
  background-repeat:repeat-x;
}
.icon-box p, .dropcap p {
    margin: 0;
    padding: 0;
}
span.teaser i{
color:#eee;
}

span.teaser a{
	text-decoration:none;
	position:relative;
}
.icon-box h3{
    text-align: center;
}
.icon-box .left .readmore-1{
  float: left;
}
.icon-box .right .readmore-1{
  float: right;
}
.icon-box .readmore-1 {
    margin-top: 30px;
}
/* Show Details */
.post_content {
    background-color: #f1f1f1;
    margin-bottom: 10px;
    padding: 20px;
     color: #757575;
}
.portfolio-container
{
    position: relative;
}
.show-details:hover img
{
    position: relative;
    z-index: 99;
}
.post_description
{
    padding: 210px 10px 0;
    position: absolute;
    z-index: 20;
    top: -10px;
    left: -10px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    display:none;
     background-color: #29CCBE;
}
#kaya_portfolio_widget_slider{
  z-index: 1;
}
.portfolio3 .post_description, .tax-portfolio_category .portfolio3 .post_description  {
    padding-top: 89% !important;
}
.portfolio2 .post_description ,  .tax-portfolio_category .portfolio2 .post_description{
    padding-top: 69% !important;
}
.portfolio4 .post_description, #relatedposts .post_description  {
    padding-top: 88% !important;
}
.show-details:hover .post_description, .portfolio-container img
{
    display:block;
}
.portfolio-container p
{
    font-size: 12px;
}
 .portfolio_title{
 margin-bottom:40px!important;
 }
 .portfolio_title_inner{
  width: 70%;
  margin: 0 auto;
 }
 .portfolio_title h2{
  font-weight: normal;
  margin-bottom: 0;
 }
 .portfolio_title.kaya_title_center {
    margin: 0 auto;
}
 .portfolio_title.kaya_title_right {
    float:right;
}
.widget_kaya-portfolio-widget {
    position: relative;
    z-index: 2;
}
.portfolio-container .post_content h4{
  margin-bottom: 5px;
  color: #333333!important;
}
.widget_kaya-portfolio-slider-widget{
  z-index: 9;
  position: relative;
}
/* Testimonial style2 */
.testimonial_img2{
 border: 1px solid #EEEEEE;
    border-radius: 100%;
    height: 50px !important;
    margin-bottom: 0;
    padding: 4px;
    width: 50px !important;
     display: inline-block;
       -moz-border-radius: 100%;

}
.testimlonial_content{
   background-color: #F5F5F5;
    display: table;
    margin-left: 80px;
    position: relative;
     border-radius: 5px;
}

.testimlonial_content strong {
    color: #333333;
    display: block;
    font-style: italic;
    text-align: right;
    margin-top:10px;
}

.testimlonial_content .description:after {
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid #F5F5F5;
    border-top: 8px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    top: 30%;
}

.testimlonial_content i{
 display: block;
    font-size: 40px;
    opacity: 0.1;
    position: absolute;
    right: 6px;
    text-align: right;
    top: 5px;
}
.testimonial_slider_img.alignleft {
 margin-top: -25px;
    position: absolute;
    top: 30%;

}
.testimlonial_content .description{
    padding: 30px;
}
.testimonial_item{
  margin:0px 10px;
  
}
.testimonial_slider_wrapper {
     overflow: hidden;
}
.testimlonial_content a {
    display: block;
    text-align: right;
}
.designation {
    margin-top: 10px;
    text-align: right;
}
.designation strong{
  margin-right: 10px;
  text-align: right;
}
/* Testimonial */
.testimonial_img{
    border-radius: 12px 0;
    height: 100px !important;
    margin-bottom: 0;
    width: 100px !important;

}

.testimonial_wrapper strong {
    color: #252525;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}
.testimonial_wrapper strong span {
    color: #26CCBE;
 }
  .testimonial_wrapper:hover img {
        -webkit-box-shadow:5px 5px 0px  #26CCBE;
        -moz-box-shadow:   5px 5px 0px  #26CCBE;
        box-shadow:         5px 5px 0px  #26CCBE;
    }
.testimonial_wrapper:hover img {
  -moz-transition: -moz-box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.1s;
  -o-transition:  box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.widget_kaya-testimonials, .widget_kaya-rolling{
    margin: 0 !important;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
.widget_kaya-testimonials, .widget_kaya-rolling{
    border-top: 1px dashed rgba(127, 127, 127, 0.5);
    }
   .kaya-testimoial-parent .panel-first-child, .kaya-rollnumber-parent .panel-first-child{
    border-top:0!important;
    padding-top: 0;
    }
    .kaya-testimoial-parent .panel-last-child, .kaya-rollnumber-parent .panel-last-child{
    padding-bottom: 0;
    }
.kaya-testimoial-parent, .kaya-rollnumber-parent {
	margin:0px;
  padding-left: 30px!important;
  padding-right: 30px!important;
	border-left: 1px dashed rgba(127, 127, 127, 0.5);
}
 
 .panel-grid .kaya-testimoial-parent:first-child ,  .panel-grid  .kaya-rollnumber-parent:first-child{
	 border-left:0px;

 }
.panel-grid  .kaya-rollnumber-parent:last-child,  .panel-grid .kaya-testimoial-parent:last-child{
   padding-right: 15px!important;
 }
.rolling_numbers .timer{
    font-size: 7em;
    line-height: 1em;
    color:#dedede;
    font-weight:400;
    margin-bottom:0;
}
.rolling_numbers h4{
  color:#afafaf;
}
/* Counters */
.counters{
  text-align: center;
}

.counters i {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
     text-shadow :1px 4px rgba(0, 0, 0, 0.2);
}
.counters h2 {
    font-size: 3.5em;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow :2px 2px rgba(0, 0, 0, 0.3);
}

.counters h2:after {
    border-bottom: 4px solid rgba(0, 0, 0, 0.5);
    content: " ";
    display: block;
    margin: 30px auto 0;
    width: 100px;
}
 /* Twitter */
#twitter_slide li, .twitter_container{
    text-align:center;
    color:#333;
 }
#twitter_slide li a{
    color:#26ccbe;

 }
.twitter_container i
{
 background-color: #14B9D6;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 32px;
    height: 32px;
    line-height: 33px;
    margin: 15px;
    padding: 10px;
    width: 32px;

}
/* Custom Title */
.custom_title {
    clear: both;
    display: table;
}
.title_border{
    margin:0px 0 15px;
    display:block;
}
.title_bottom_line {
    background-color: #333333;
    display: block;
    height: 2px;
    margin: 20px auto;
    opacity: 0.5;
    width: 150px;
    position: relative;
}
.custom_title h2{
  font-size: 30px;
  margin-top: 15px;
}
.kaya_title_left .title_line_left{
  float:left;
}
.kaya_title_left p{
  display: inline-block!important;
}
.kaya_title_right p{
  float: right;
}
.kaya_title_right .title_line_right{
    float:right
}
 .custom_title p{
 background-color: #FF0000;
    color: #FFFFFF;
    display: table;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 auto !important;
    padding: 5px 10px !important;
}
.kaya_title_left h2:before {
    height: 0 !important;
    width: 0 !important;
}
.kaya_title_right h2:after {
    height: 0 !important;
    width: 0 !important;
}
.kaya_title_right {
  float: right;
}
.kaya_title_center{
  margin: 0px auto;
}
.custom_title h2:before {
    background-color: rgba(127, 127, 127, 0.3);
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 10px;
    width: 50px;
    position: relative;
    top: -10px;
}
.custom_title h2:after {
    background-color: rgba(127, 127, 127, 0.3);
    content: "";
    display: inline-block;
    height: 1px;
    margin-left: 10px;
    width: 50px;
    position: relative;
    top: -10px;    
}
.custom_title1 h2{
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 33px;
}
/* Services */
.services_wrapper{
  background-color: #f5f5f5;
  padding:7%;
  text-align: center;

}
.services_wrapper p{
  display: block;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}
.services_img{
  min-height:50px;
}
.services_icon{
  display: block;
  padding :10%;
    width: 80%;
  height: 80%;
}

/* Skill Set */
/* Pie Cahrt Skill Set
------------------------------------------------------*/
.easyPieChart {
    position: relative;
    text-align: center;
	font-size:4.5em;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
	border:none!important;
	border-radius: 100% 100% 100% 100%;
}
.chart{
    color: #333;
    display: table;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow:hidden;
    clear: both!important;
    min-height: 200px;
}

.chart:after {
  position: absolute;
  content: "";
  height: 60%;
  left: 20%;
  right: 20%;
  bottom: -28%;
  box-shadow: 0 0 10px 10px hsla(0, 0%, 0%, .075),
              0 0 40px 20px hsla(0, 0%, 0%, .075),
              inset 0 0 50px 100px hsla(0, 0%, 0%, .15);
  border-radius: 50%;
      -webkit-transform: rotateX(86deg);
    -moz-transform: rotateX(86deg);
    -ms-transform: rotateX(86deg);
    transform: rotateX(86deg);
  transform: rotateX(86deg);
  z-index: -10;
}
.chart h4{
    color: #333;
	 margin-top: 15px;
    font-size: 16px;
	}
.chart .label{
    left: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 77px;
}
    .skills{
  border: 28px solid rgba(127,127,127,.3);
    border-radius: 100%;
    bottom: 0;
    height: 150px;
    left: 7px;
    line-height: 115px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 150px;
    text-align: center;
    }
.chart{
  margin-bottom: 30px;
}

/* Our Team */
.team_name {
    background-color: #26CCBE;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: #FFFFFF;
    display: table;
    margin: 0 auto 10px;
    padding: 8px 20px;
}
 .ourclient_wrapper{
   overflow:hidden;
   margin-bottom:15px;
 }
.ourclient_wrapper img.team_image{
  border-radius: 15px 0;
  cursor: pointer;
}

.team_designation{
      background-color: #3f3f3f;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display:table;
    margin: 0 auto;
    padding: 6px 20px;
    text-align: center;
}
.team_img{
  overflow: hidden;
    position: relative;
}
h4.social_icons{
  margin-bottom: 0;
}
img.team_image {
  display: block;
}
.social_icons a{
  padding:0 5px;
}
.team_img a img.team_image{
  display:block;
}

.social_icons{
  position:absolute;
  background: #191919;
  padding:4% 4% 2%;
  clear:both;
  bottom:0px;
  color:#fff;
  width: 92%;
  text-align:center;
  border-radius:0 0 15px 0;
}
/* Promo Box */
.promobox_wrapper{
	position:relative;
	text-align:center;
  height: 100%;
     }
.promobox_content{
	display: block;
    padding: 0;

}
.promobox_content h2{
font-size:4em;
line-height:120%;
margin:15px 0!important;
font-weight: bold;

}

.promobox_content h4{
  font-size: 25px;
}
.promobox_content h3{
  font-size: 28px;
}
.promo_bg_img {
    display: block !important;
    position: relative !important;
}
.promobox_content{
  width: 68%!important;
}
.videoBG {
    height: 100% !important;
      opacity: .4!important;
       width: 100%!important;
}
.videoBG video1{
  width: 100%!important;

}
.promobox_video{
    height: 100%;
    width: 100%!important;
}
.panel-grid {
    margin-bottom: 100px!important;
}
.promobox_bottom{
  margin-bottom: 0!important;
}
.rotate_text  .rotate{
	color:#26ccbe;
}
a.dropcap_bg {
   -o-transition:all 0.7s ease 0s;
  -ms-transition:all 0.7s ease 0s;
  -moz-transition:all 0.7s ease 0s;
  -webkit-transition:all 0.7s ease 0s;
/*
  ...and now override with proper CSS property 
  transition:color .2s ease-out, background 1s ease;
  -webkit-box-shadow: 0px 4px 0px 0px #F54324;
     -moz-box-shadow:0px 4px 0px 0px #F54324;
          box-shadow:0px 3px 0px 0px #F54324; */
          transition: all 0.7s ease 0s;
}

a:hover .dropcap_bg{
  /* -o-transition:color .2s ease-out, background .02s ease;
  -ms-transition:color .2s ease-out, background .02s ease;
  -moz-transition:color .2s ease-out, background .02s ease;
  -webkit-transition:color .2s ease-out, background .02s ease;
  ...and now override with proper CSS property 
  transition:color .2s ease-out, background 0.2s ease; */
  
}
.dropcap_bg{
     margin-bottom: 15px;
  color:#fff;
}
.dropcap_bg{
    border-radius: 100%;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}
.dropcap .description{
  text-align: center;
  color:#464847;
}
.dropcap .description h3{
  color: #fff;
}

.kaya-drocap-parent:first-child{
  border: none;
  margin-left: -47px;
}
.dropcap_left .alignleft{
  margin-right: 15px;
}
.dropcap_right .alignright{
  margin-left: 15px;
}

.dropcap_left .readmore{
  float: left;
}
.dropcap_right .readmore{
  float: right;
}
.dropcap_center .readmore {
    margin: 20px auto 0;
}
/*Image boxes */
.circle_image img{
  border-radius: 100%;
}
.image-boxes .figure {
  border-radius:100%;
   display: inline-block;
  padding: 9px;
  position: relative;
  z-index: 1;
}
   .image-boxes em{

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
   border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #6e6e6e;
    border-radius: 100%;
    border-style: solid;
    border-width: 21px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  transform: rotate(24deg);
  -webkit-transform:  rotate(24deg);
  -moz-transform:  rotate(24deg);
  -ms-transform:  rotate(24deg);
  -o-transform: rotate(24deg);
  width: 100%;
  z-index:-1;
      -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }

.image-boxes .figure:hover > em{
    transform: rotate(388deg);
    -webkit-transform:  rotate(388deg);
    -moz-transform:  rotate(388deg);
    -o-transform: rotate(388deg);
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.image-boxes .aligncenter{
  display: table!important;
}


  .image-boxes img{
    border-radius: 100%;
  }
  .image-boxes h3{
    margin-top: 15px;
  }
  .widget_kaya-slider{
    opacity: 0;
  }
  #div_demo{
    width: 100%;
    display: block;
  }
/* Sudo Slider */
#sidebar #sudo_slider_wrapper ul li{
  background: none;
  padding-left: 0;
}