
/*******************************************************
	Blog Widget
*******************************************************/
/* blog style 1 */
.blog-style-1 .pulclean-post-post-wrapper  {
    background: #fff;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
}
.blog-style-1  .pulclean-post-post-thumbnail-wrapper{
    position: relative;
}
.blog-style-1 .pulclean-post-date {
    position: absolute;
    top: 15px;
    left: 33px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 0px;
}
.blog-style-1 .pulclean-post-title{
    padding: 40px 17px 17px 30px;
}
.blog-style-1 .pulclean-post-slide .pulclean-post-meta .pulclean-post-meta-inner{
	position: relative;
    display: flex;
    margin-bottom: 10px;
}
.blog-style-1 .pulclean-post-meta .pulclean-post-meta-inner .post-author{
    position: relative;
    padding-right: 25px;
}
.blog-style-1 .pulclean-post-meta .pulclean-post-meta-inner .post-author a {
    color: #888888;
}
.blog-style-1 .pulclean-post-meta .pulclean-post-meta-inner .post-author:after{
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    content: "";
	text-align: center;
    text-transform: uppercase;
    top: 10px;
    right: 8px;
    background: #163b68;
}
.blog-style-1 .pulclean-post-meta .pulclean-post-meta-inner .post-author i, 
.blog-style-1 .pulclean-post-meta .pulclean-post-meta-inner .post-comment i{
    padding-right: 5px;
}
.blog-style-1 .pulclean-post-category{
    margin-bottom: 30px;
}
.blog-style-1 .pulclean-post-category a{
	padding: 8px 12px;
    border-radius: 0px;
    background: #287ff926;
}
.blog-style-1 .pulclean-post-date span {
    display: block;
    font-weight: 700;
    line-height: 24px;
}
.blog-style-1 .pulclean-post-slide h3 {
   font-size: 22px;
    line-height: 32px;
}

/* blog style 2 */
.blog-style-2 .pulclean-post-content-area {
	padding: 0 15px;
}
.blog-style-2 .pulclean-post-meta .post-author,
.blog-style-2 .pulclean-post-meta .post-comment{
    display: inline-block;
}
.blog-style-2 .pulclean-post-slide .pulclean-post-meta .pulclean-post-meta-inner{
	position: relative;
    display: inline-block;
}
.blog-style-2 .pulclean-post-meta .pulclean-post-meta-inner .post-author{
    position: relative;
    padding-right: 15px;
}
.blog-style-2 .pulclean-post-meta {
    border-top: 1px solid #e6f1f1;
    padding-top: 5px;
    padding-left: 75px;
}
.blog-style-2 .pulclean-post-meta,
.blog-style-2 .pulclean-post-meta .pulclean-post-meta-inner .post-author a {
    color: #9aa3a3;
}
.blog-style-2 .pulclean-post-meta .pulclean-post-meta-inner .post-author i, 
.blog-style-2 .pulclean-post-meta .pulclean-post-meta-inner .post-comment i{
    padding-right: 5px;
}
.blog-style-2 .pulclean-post-wrapper .pulclean-post-title h3{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 25px;
    color: #020f10;
}
.blog-style-2 .pulclean-post-wrapper .read-more-link a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.blog-style-2 .pulclean-post-wrapper .read-more-link i{
    margin-left: 10px;
}
.blog-style-2 .pulclean-post-desc p {
    margin-bottom: 0;
}
.blog-style-2 .pulclean-post-thumbnail-wrapper {
    position: relative;
}
.blog-style-2 .pulclean-post-thumbnail-wrapper .pulclean-post-image-container img{
    width: 100%;
}
.blog-style-2 .pulclean-post-date {
    position: absolute;
    bottom: -35px;
    left: 15px;
    padding: 8px 10px;
    min-width: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.blog-style-2 .pulclean-post-date span.pulclean-post-date-month,
.blog-style-1 .pulclean-post-date span.pulclean-post-date-month {
    font-size: 13px;
	line-height: 22px;
    letter-spacing: .5px;
}
.blog-style-2 .pulclean-post-date span,
.blog-style-1 .pulclean-post-date span {
    font-size: 24px;
    line-height: 28px;
    display: block;
    font-weight: 600;
}
.blog-style-2 .post-meta-item {
    font-size: 13px;RT4
    text-transform: capitalize;
	font-weight: 600;
}
.blog-style-2 .pulclean-read-more-link {
    padding-top: 15px;
}
.blog-style-2 .pulclean-read-more-link a{
    position: relative;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.blog-style-2 .pulclean-read-more-link a:after {
    position: absolute;
    font-family: "hkangles-base-icons";
    content: "\e84d";
    right: -23px;
    top: -5.5px;
    font-weight: 400;
}
.blog-style-2 .pulclean-read-more-link a i{
    padding-left: 10px;
    line-height: 24px;
}

/*******************************************************
	Client Widget
*******************************************************/

/* Client Style 1 */
.client-style-1 .client-item{
    text-align: center;
}
.client-style-1 .client-item img {
    max-width: 160px;
    display: inline;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
   }
.client-style-1 .client-item img:hover {
    -webkit-filter:inherit;
    filter: inherit;
    opacity: inherit;
}

/* Client Style 2 */
.client-style-2 .client-item {
	text-align: center;
}
.client-style-2 .client-item img {
	max-width: 80px;
	display: inline;
}

/*******************************************************
	Counter
*******************************************************/

/* Counter Style 1 */
.counter-style-1 .pulclean-counter-wrapper{
	position: relative;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    width: 200px;
}
.counter-style-1 .pulclean-counter-wrapper:before{
	position: absolute;
    bottom: -18px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
}
.counter-style-1 .pulclean-counter-number {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}
.counter-style-1 .pulclean-counter-icon {
    font-size: 60px;
    line-height: 70px;
    display: inline-block;
}
.counter-style-1 .pulclean-counter-content {
    display: inline-block;
}
.counter-style-1 .pulclean-counter-title {
    font-size: 14px;
    text-transform: uppercase;
}
/*! Counter Style 2 */
.counter-style-2 .pulclean-counter-number {
    position: relative;
    font-size: 42px;
    line-height: 52px;
    color: #ffffff;
    display: inline-block;
    margin: 0;
}
.counter-style-2 .pulclean-counter-title{
	font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}
.counter-style-2 .pulclean-counter-content {
   margin-left: 15px;
}
.counter-style-2 .pulclean-counter-icon {
    font-size: 60px;
	color: #fcd80f
}

/*! Counter Style 3 */
.counter-style-3 {
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;

}
.counter-style-3 .pulclean-counter-wrapper {
    display: flex;
    padding: 25px 35px;
    border-radius: 8px;
    background: #000;
}
.counter-style-3 .pulclean-counter-wrapper .pulclean-counter-number {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    display: inline;
    color: #fff;
}
.counter-style-3 .pulclean-counter-icon i {
    font-size: 60px;
    line-height: 65px;
    margin-right: 15px;
}
.counter-style-3 .pulclean-counter-number {
    position: relative;
}
.counter-style-3 .pulclean-counter-number:before {
    position: absolute;
    right: -15px;
    top: 5px;
    content: "+";
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.counter-style-3 .pulclean-counter-title{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
/*! Counter Style 4 */
.counter-style-4{
    text-align: center;
    color: #fff;
}
.counter-style-4 .pulclean-counter-number {
    position: relative;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: #fff;
}
.counter-style-4 .pulclean-counter-number:before{
    content: "+";
    position: absolute;
    top: -50px;
    right: -38px;
    font-size: 50px;
}
.counter-style-4 .pulclean-counter-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

/*******************************************************
	Custom Heading
*******************************************************/
.custom-heading-style-1 .heading-subtitle {
	color: #020f10;
}
.custom-heading-style-1 {
	margin-bottom: 0px;
}
.custom-heading-style-1.pulclean-light-space {
	margin-bottom: 30px;
}
.custom-heading-style-1 .heading-title {
	font-weight: 800;
}
.custom-heading-style-1.subtitle-text-uppercase .heading-subtitle,
.custom-heading-style-1.title-text-uppercase .heading-title {
	text-transform: uppercase;
}
.custom-heading-style-1.subtitle-text-lowercase .heading-subtitle,
.custom-heading-style-1.title-text-lowercase .heading-title {
	text-transform: lowercase;
}
.custom-heading-style-1 .heading-title{
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.custom-heading-style-1 .heading-title:before {
     background-repeat: repeat-x!important;
    animation: animatedBackground 2s linear infinite;
    -ms-animation: animatedBackground 2s linear infinite;
    -moz-animation: animatedBackground 2s linear infinite;
    -webkit-animation: animatedBackground 2s linear infinite;
}
.custom-heading-style-1 .heading-title:before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    z-index: 9;
    background-size: contain;
    width: 37px;
    height: 7px;
    background-repeat: no-repeat;
}
.custom-heading-style-1.heading-alignment-center .heading-title:before {
    left: 50%;
    margin-left: -18.05px;
}
.custom-heading-style-1.heading-alignment-center .heading-title:before, .site-footer .widget h2.widget-title:before,.sidebar .widget h2.widget-title:before {
    background-repeat: repeat-x !important; animation: animatedBackground 2s linear infinite;
    -ms-animation: animatedBackground 2s linear infinite; -moz-animation: animatedBackground 2s linear infinite; -webkit-animation: animatedBackground 2s linear infinite;}
    @keyframes animatedBackground {
        0% { background-position: 0 0; }
        100% { background-position: 20px 0; }
    }
    @-moz-keyframes animatedBackground {
        0% { background-position: 0 0; }
        100% { background-position: 20px 0; }
    }
    @-webkit-keyframes animatedBackground {
        0% { background-position: 0 0; }
        100% { background-position: 20px 0; }
    }
    @-ms-keyframes animatedBackground {
        0% { background-position: 0 0; }
        100% { background-position: 20px 0; }
    }
    @-o-keyframes animatedBackground {
        0% { background-position: 0 0; }
        100% { background-position: 20px 0; }
    }
}
.custom-heading-style-1.subtitle-text-capitalize .heading-subtitle,
.custom-heading-style-1.title-text-capitalize .heading-title {
	text-transform: capitalize;
}
.hkangles-heading-white .heading-title  {
    color: #fff;
    margin: 0;
}
.pulclean_custom_heading_wrapper .pulclean-heading-subtitle-wrapper .heading-subtitle {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
    text-transform: uppercase;
}
.custom-heading-style-1.heading-alignment-center{
    text-align: center;
}
.custom-heading-style-1.heading-alignment-right{
    text-align: right;
}
.custom-heading-style-1.heading-alignment-left{
    text-align: left;
} 
.pulclean-heading-color .pulclean-list-wrapper p.pulclean-list-info a,
.pulclean-heading-color .custom-heading-style-1 .heading-title,
.pulclean-heading-color .custom-heading-style-1 .heading-subtitle {
    color: #fff ;
}
.pulclean-heading-color .pulclean-list-wrapper ul li {
    margin-bottom: 20px;
}
/*******************************************************
	Infobox Heading
*******************************************************/

/*! Infobox Style 1 */
.infobox-style-1 .pulclean-infobox-icon .flaticon{
    font-size: 16px;
    line-height: 38px;
}
.infobox-style-1 .pulclean-infobox-title {
	font-size: 20px;
    line-height: 30px;
    font-weight: 700;
	font-family: Barlow Condensed;
    padding-left: 10px;
    margin-bottom: 10px;
}
.infobox-style-1 .pulclean-infobox-icon i{
  line-height: 30px; 
  font-size: 25px;  
}
/*! Infobox Style 2 */
.infobox-style-2{
    text-align: center;
	padding: 10px 20px;
}
.infobox-style-2 .pulclean-infobox-icon{
    position: relative;
    display: inline-block;
    font-size: 60px;
    text-align: center;
    line-height: 130px;
    width: 130px !important;
    border-radius: 50%;
    height: 130px;
    box-shadow: 0 0 20px rgba(51,51,51,.1);
    -webkit-transition: all 0.49s ease 0s;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.elementor-column .infobox-style-2 .pulclean-infobox-icon .icon-cound-number{
    color: #021033;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 700;
    top: 15px;
    right: -10px;
    z-index: 99;
    border: 2px solid #fff;
}
.infobox-style-2 .pulclean-infobox-icon:hover{
    color: #fff;
}
.infobox-style-2 .pulclean-infobox-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 25px;
    color: #021033;
}
.infobox-style-2 .pulclean-infobox-wrapper{
    margin-bottom: 9px;
}
.infobox-style-2 .pulclean-infobox-img img {
    border-radius: 50%;
}
.infobox-style-2 .pulclean-step-effect span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}
.infobox-style-2 .pulclean-step-effect span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.infobox-style-2 .pulclean-step-effect span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}
.infobox-style-2 .pulclean-step-effect {
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 60px;
    right: -35px;
}
.infobox-style-2 .pulclean-step-effect span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 5px;
    opacity: 0;
}
.elementor-column:last-child .infobox-style-2 .pulclean-step-effect{
    display: none;
}
@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}
.hkangles-pulclean-infobox-before .infobox-style-2 .pulclean-infobox-icon span{
    opacity: 0;
}
/*! Infobox Style 3 */
.infobox-style-3:after {
	content: '';
    position: absolute;
    top: -100px;
    z-index: -1;
    width: 615px;
    right: -110px;
    height: 615px;
    border-radius: 50%;
}
.infobox-style-3{
	padding: 40px 30px 40px 30px;
    overflow: hidden;
    border-radius: 0;
}
.infobox-style-3:hover{
    background: #ffffff;
    padding: 40px 30px 40px 30px;
    overflow: hidden;
    border-radius: 0;
}
.infobox-style-3 .pulclean-infobox-icon i{
    font-size: 68px;
    text-align: left;
    line-height: 45px;
    padding: 10px 0px;
    width: 75px !important;
    border-radius: 50%;
    height: 75px;
}
.infobox-style-3 .pulclean-infobox-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 6px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
}
.infobox-style-3 .pulclean-infobox-text {
	color: #000000;
    margin-bottom: 45px;
}
.infobox-style-3 .pulclean-service-action-icons {
    display: flex;
    right: 5px;
    bottom: 5px;
    position: absolute;
    z-index: 1;
    line-height: 45px;
    text-align: center;
    width: 0;
    height: 0;
    border-bottom: 70px solid #fcd80f;
    border-left: 70px solid transparent;
    opacity: 0;
}
.infobox-style-3 .pulclean-service-action-icons i{
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    right: 10px;
    bottom: -60px;
}

.infobox-style-3:hover .pulclean-service-action-icons {
    opacity: 1;
}

.ih-align-right .infobox-style-3 .pulclean-infobox-wrapper {
	text-align: right;
}
.infobox-style-3 .pulclean-infobox-button {
    text-align: right;
    padding-top: 70px;
}
.infobox-style-3 .pulclean-infobox-button a {
	color: #fff;
    font-size: 16px;
    font-family: Barlow Condensed;
    font-weight: 600;
	position: relative;
}
.infobox-style-3 .pulclean-infobox-button a:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.pulclean-play {
	width: 60px;
    text-align: center;
    line-height: 60px;
    height: 60px;
	color: #fff;
	font-size: 14px;;
}
/*! Infobox Style 4 */
.infobox-style-4{
    padding: 30px 30px 30px 40px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
	width: 75%;
	border-left: 5px solid;
	box-shadow: 0px 8px 25px 0px rgba(9, 95, 254, 0.18);
    text-shadow: 0px 8px 25px rgba(9, 95, 254, 0.18);
}
.infobox-style-4 .pulclean-infobox-content .pulclean-infobox-text {
    font-size: 24px;
    line-height: 34px;
    color: #000;
	font-family: Barlow Condensed;
    font-weight: 700;
    padding-top: 7px;
}
.infobox-style-4 .pulclean-infobox-icon{
    margin-right: 20px;
    font-size: 70px;
    line-height: 80px;
}
.infobox-style-4 .pulclean-infobox-title{
	font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
	margin-bottom: 10px;
}
.infobox-style-4 .pulclean-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-4 .pulclean-infobox-inner:before{
    content: counter(item,decimal-leading-zero) " ";
    counter-increment: item;
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 99;
}
.infobox-style-4 .pulclean-infobox-inner:after{
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -85px;
    top: -85px;
    position: absolute;
    background: #000;
}

/*! Infobox Style 5 */
.infobox-style-5 .pulclean-infobox-icon{
    margin-right: 20px;
}
.infobox-style-5 .pulclean-infobox-icon i{
	line-height: normal;
	font-size: 70px;
}
.infobox-style-5 .pulclean-infobox-title {
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
    color: #ffffff;
}
.infobox-style-5 .pulclean-infobox-img img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.infobox-style-5 .pulclean-infobox-content .pulclean-infobox-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}
.pulclean-infobox-custom .infobox-style-5 .pulclean-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
.infobox-style-5-second .infobox-style-5 .pulclean-infobox-title {
    font-size: 28px;
    color: #fff;
}
.infobox-style-5-second .infobox-style-5 .pulclean-infobox-title h3{
    font-size: 32px;
    color: #ffffff;
}
.infobox-style-5-second .infobox-style-5 .pulclean-infobox-title .pulclean-infobox-text{
    color: #ffffff;
    font-size: 18px;
}
.infobox-style-5-second .infobox-style-5 .pulclean-infobox-img img {
	margin-right: 25px;
}
.infobox-style-5-second .infobox-style-5 .pulclean-infobox-content .pulclean-infobox-text {
	color: #260f03;
    font-size: 16px;
    margin-top: 7px;
    font-weight: 500;
    text-transform: inherit;
}
.cd-bg-color-primary.infobox-style-5-second {
	background: none !important;
}

.infobox-style-5-third .infobox-style-5  h3.pulclean-infobox-title{
    color: #021033;
    font-size: 26px;
    line-height: 32px;
}

.infobox-style-5-third .infobox-style-5 .pulclean-infobox-text{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #287ff9;
}
/*! Infobox Style 6 */
.infobox-style-6  {
	padding-bottom: 25px;
}
.infobox-style-6 .pulclean-infobox-icon{
    margin-right: 20px;
    text-align: center;
    font-weight: 500;
    border-radius: 50%;
    padding: 12px;
}
.infobox-style-6 .pulclean-infobox-icon i{
    color: #fff;
    line-height: 28px;
    font-size: 28px;
}
.infobox-style-6 .pulclean-infobox-title{
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.infobox-style-6 .pulclean-infobox-wrapper{
    margin-bottom: 12px;
    align-items: center;
}
.infobox-style-6 .pulclean-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-6 .pulclean-infobox-inner:before{
    content: counter(item,decimal-leading-zero) " ";
    counter-increment: item;
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 99;
}
.infobox-style-6 .pulclean-infobox-inner:after{
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -85px;
    top: -85px;
    position: absolute;
    background: #000;
}
.infobox-style-6 .pulclean-infobox-title {
    color: #000;
}
.infobox-style-6  .pulclean-infobox-text {
color: #888888 !important;
}
/*******************************************************
	Infobox style-7
*******************************************************/
.infobox-style-7 .pulclean-infobox-wrapper {
    position: relative;
}
.infobox-style-7 .pulclean-infobox-content {
    text-transform: capitalize;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    padding: 38px 31px 50px 40px;
    color: #fff;
    background: #000000d1;
}
.infobox-style-7 .pulclean-infobox-button A,
.infobox-style-7 h3.pulclean-infobox-title {
    color: #fff;
}
.infobox-style-7 .pulclean-infobox-button {
    margin-top: 40px;
    font-size: 16px;
    text-transform: capitalize;
}
.infobox-style-7 .pulclean-infobox-button a:after {
	content: " ";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}
.infobox-style-7 .pulclean-infobox-button a {
	position: relative;
    display: inline-block;
}
.infobox-style-7 .pulclean-infobox-button a {
	position: relative;
}
.infobox-style-7 .pulclean-infobox-img img {
	border-radius: 15px;
}
.infobox-white-bg .infobox-style-7 .pulclean-infobox-content {
	text-transform: capitalize;
	position: relative;
	color: #000;
	background: #fff;
}
.infobox-white-bg .infobox-style-7 .pulclean-infobox-button a,
.infobox-white-bg .infobox-style-7 h3.pulclean-infobox-title {
    color: #000;
}
.infobox-white-bg .infobox-style-7 .pulclean-infobox-button a:after {
	background: #000;
}
/*! Infobox Style 8 */
.infobox-style-8{
    padding: 25px 23px 25px 23px;
    background-color: #fff;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border: 1px solid #efefef;
    text-align: center;
}

.infobox-style-8:hover {
    transform: translateY(-10px);
}
.infobox-style-8:hover .pulclean-infobox-icon i{
    color: #ffffff;
}
.infobox-style-8:hover .pulclean-infobox-content h3{
    color: #ffffff;
}
.infobox-style-8 .pulclean-infobox-icon{
	font-size: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
}
.infobox-style-8 .pulclean-infobox-title {
	margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}
.infobox-style-8 .pulclean-infobox-text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
	line-height: 26px;
    font-family: days one;
	text-transform: capitalize;
}
.thsb-infobox-style-8 .elementor-widget-container {
    padding: 25px 25px 25px 25px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.infobox-style-8 .pulclean-infobox-text a{
	text-decoration: underline;
}
.infobox-style-8 .pulclean-infobox-img img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.pulclean-infobox-custom .infobox-style-8 .pulclean-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
    text-align: center;
}

/*! Infobox Style 9 */
.infobox-style-9{
    padding-left: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.infobox-style-9 .pulclean-infobox-icon{
    position: relative;
    display: inline-block;
    font-size: 36px;
    text-align: center;
    line-height: 60px;
    width: 60px !important;
    border-radius: 50%;
    height: 60px;
    box-shadow: 0 0 20px rgba(51,51,51,.1);
    -webkit-transition: all 0.49s ease 0s;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.infobox-style-9 .pulclean-infobox-icon i{
    color: #fff;
}
.elementor-column .infobox-style-9 .pulclean-infobox-icon .icon-cound-number{
    color: #F0F0F0;
    font-size: 70px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 700;
    top: 5px;
    right: -130px;
    z-index: 99;
}
.infobox-style-9 .pulclean-infobox-icon:hover{
    color: #fff;
}
.infobox-style-9 .pulclean-infobox-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 28px;
    color: #021033;
}
.infobox-style-9 .pulclean-infobox-wrapper{
    margin-bottom: 9px;
}
.infobox-style-9 .pulclean-infobox-img img {
    border-radius: 50%;
}

.hkangles-pulclean-infobox-before .infobox-style-9 .pulclean-infobox-icon span{
    opacity: 0;
}

/*! Infobox Style 10 */
.infobox-style-10  {
    padding-bottom: 25px;
}
.infobox-style-10 .pulclean-infobox-icon{
    margin-right: 20px;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding: 15px;
}
.infobox-style-10 .pulclean-infobox-icon i{
    color: #fff;
    line-height: 40px;
    font-size: 40px;
}
.infobox-style-10 .pulclean-infobox-icon:hover:before {
    color: #021033;
}
.infobox-style-10 .pulclean-infobox-title{
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.infobox-style-10 .pulclean-infobox-wrapper{
    margin-bottom: 12px;
    align-items: center;
}
.infobox-style-10 .pulclean-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-10 .pulclean-infobox-inner:before{
    content: counter(item,decimal-leading-zero) " ";
    counter-increment: item;
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 99;
}
.infobox-style-10 .pulclean-infobox-inner:after{
    content: '';
    width: 120px;
    height: 120px;
    right: -85px;
    top: -85px;
    position: absolute;
    background: #000;
}
.infobox-style-10 .pulclean-infobox-title {
    color: #000;
}
.infobox-style-10  .pulclean-infobox-text {
    color: #888888 !important;
}
.infobox-style-10 .pulclean-infobox-icon:before{
  position: absolute;
  font-size: 14px;
  font-family: "hkangles-base-icons";
  content: "\e839";
  font-weight: 900;
  top: -10px;
  right: -10px;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background: #020f10;
  width: 30px;
  height: 30px;
  border:3px solid #fff;
  border-radius: 50%;
}

/*! Infobox Style 10 */
.infobox-style-11  {
    padding-bottom: 0px;
}
.infobox-style-11 .pulclean-infobox-icon{
    margin-right: 20px;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding: 15px;
    border-radius: 50%;
    width: 55px;
    height:55px;
}
.infobox-style-11 .pulclean-infobox-icon i{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}
.infobox-style-11 .pulclean-infobox-title{
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.infobox-style-11 .pulclean-infobox-wrapper{
    align-items: center;
}
.infobox-style-11 .pulclean-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-11 .pulclean-infobox-title {
    color: #000;
}
.infobox-style-11  .pulclean-infobox-text {
    color: #888888 !important;
}

/*******************************************************
	List Heading
*******************************************************/
.pulclean-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pulclean-list-wrapper ul li {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pulclean-list-wrapper ul li i {
    vertical-align: middle;
    color: #fd972e;
}
.pulclean-list-wrapper ul li p {
    padding: 0;
    margin: 0;
}
.pulclean-list-wrapper .pulclean-list-icon {
	margin-right: 10px;
    line-height: 35px;
}
.pulclean-list-wrapper p.pulclean-list-info {
    line-height: 35px;
    color: #000;
    font-weight: 600;
}


/*******************************************************
	Progress Bar Heading
*******************************************************/

/*! Progress Bar */
.pulclean-progress-bar-wrapper {
	margin-bottom: 15px;
}
.pulclean-progress-bar-wrapper:last-child {
    margin-bottom: 0px;
}
.pulclean_progress_bar_wrapper .pulclean-progress-bar {
	width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #287ff9;
    padding:2px;
}
.pulclean_progress_bar_wrapper .pulclean-progress-bar-inner {
	width: 0%;
	height: 5px;
	background-color: #fd972e;
}
.pulclean-progress-bar-title {
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
}
.pulclean-progress-bar-value {
	float: right;
    font-weight: 700;
    color: #000;
}

/*******************************************************
    Progress Bar Heading
*******************************************************/

/*! Progress Bar */
.pulclean-progress-bar-wrapper.progress-bar-style-2 {
    margin-bottom: 15px;
}
.pulclean-progress-bar-wrapper.progress-bar-style-2:last-child {
    margin-bottom: 0px;
}
.pulclean_progress_bar_wrapper .pulclean-progress-bar {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #287ff9;
    padding:2px;
}
.pulclean_progress_bar_wrapper .pulclean-progress-bar-inner {
    width: 0%;
    height: 5px;
    background-color: #fd972e;
}
.progress-bar-style-2 .pulclean-progress-bar-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}
.progress-bar-style-2 .pulclean-progress-bar-value {
    float: right;
    font-weight: 700;
    color: #fff;
}

/*******************************************************
	Projects Widget
*******************************************************/

/* Projects Style 1 */
.projects-style-1 .pulclean-project-content-inner,
.projects-style-1 .pulclean-project-content-cover .pulclean-project-content-inner:after,
.projects-style-1 .pulclean-project-content-inner .pulclean-project-title,
.projects-style-1 .pulclean-project-content-inner .pulclean-project-action-icons a {
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
}
.projects-style-1 .pulclean-project-content-inner .pulclean-project-title,
.projects-style-1 .pulclean-project-content-inner .pulclean-project-action-icons a {
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.projects-style-1 .pulclean-project-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.projects-style-1 .pulclean-project-thumbnail-wrapper img{
    width: 100%;
}
.projects-style-1 .pulclean-project-content-cover{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.projects-style-1 .pulclean-project-content-cover .pulclean-project-content-inner{
    position: relative;
    height: 100%;
    z-index: 9;
    overflow: hidden;
}
.projects-style-1 .pulclean-project-content-cover .pulclean-project-content-inner:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
}
.projects-style-1 .pulclean-project-content-inner .pulclean-project-action-icons a{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    z-index: 99999;
    visibility: hidden;
    display: inline-block;
    text-align: center;
    opacity: 0;
    border-top: 30px solid #ffe52c;
    border-left: 30px solid transparent;
    border-right: 30px solid #ffe52c;
    border-bottom: 30px solid transparent;
}
.projects-style-1 .pulclean-project-content-inner .pulclean-project-action-icons a i{
	font-size: 16px;
    position: absolute;
    top: -20px;
    right: -21px;
}
.projects-style-1 .pulclean-project-content-inner:hover .pulclean-project-action-icons a{
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
}



.projects-style-1 .pulclean-project-content-inner .pulclean-project-title{
    position: absolute;
    left: 30px;
    bottom: 0px;
    z-index: 2;
    visibility: visible;
    opacity: 0;
	left: 0;
    width: 90%;
}
.projects-style-1 .pulclean-project-content-inner:hover .pulclean-project-title{
    visibility: visible;
    opacity: 1;
    bottom: 0;
	border-radius: 0 8px 0 0;
}
.projects-style-1 .pulclean-project-content-inner .pulclean-project-title h3{
	font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}
.projects-style-1 .pulclean-project-content-inner .pulclean-project-title .pulclean-project-category{
	font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.projects-style-1 .pulclean-project-content-inner{
    width: 96%;
    align-items: center;
    margin: 0 auto;
    top: 2%;
    height: 96%;
}
.projects-style-1 .pulclean-project-content-inner:hover{
    width: 96%;
    align-items: center;
    margin: 0 auto;
    top: 2%;
    height: 96%;
    opacity: 0.9;
}
.projects-style-1 .pulclean-project-title-inner {
    position: relative;
	margin: 15px 20px;
}
/* Projects Style 2 */

.projects-style-2 .pulclean-project-thumbnail-wrapper{
    text-align: center;
}
.projects-style-2 .pulclean-project-thumbnail-wrapper .pulclean-project-image-container img{
    position: relative;
    overflow: hidden;
}
.projects-style-2 .pulclean-project-content-cover{
    background: #fff;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    position: relative;
    top: -55px;
    display: inline-block;
    padding: 20px 80px 20px 20px;
    overflow: hidden;
    width: 90%;
    transition: 0.4s ease-out 0s;
}
.projects-style-2 .pulclean-project-slide:hover .pulclean-project-content-cover{
    margin-top: -10px;
}
.projects-style-2 .pulclean-project-content-cover .pulclean-project-title{
    text-align: left;
}
.projects-style-2 .pulclean-project-content-cover .pulclean-project-title h3{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.projects-style-2 .pulclean-project-content-cover .pulclean-project-title span{
    font-size: 16px;
    line-height: 28px;
}
.projects-style-2 .pulclean-project-content-cover .pulclean-project-content-inner .pulclean-project-action-icons{
    background: #000;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    position: absolute;
    right: -55px;
    bottom: -65px;
}
.projects-style-2 .pulclean-project-content-cover .pulclean-project-content-inner .pulclean-project-action-icons a i{
    position: relative;
    bottom: 27px;
    right: 22px;
    color: #fff;   
}

/* Projects Style 3 */

.projects-style-3 .pulclean-project-thumbnail-wrapper{
    text-align: center;  
}
.projects-style-3 .pulclean-project-thumbnail-wrapper .pulclean-project-image-container img{
    position: relative;
    overflow: hidden;
}
.projects-style-3 .pulclean-project-content-cover{
    background: #fff;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    position: relative;
    top: -110px;
    opacity: 0;
    display: inline-block;
    padding: 20px 80px 20px 20px;
    overflow: hidden;
    width: 90%;
    transition: 0.3s ease-out 0s;
}
.projects-style-3 .pulclean-project-slide:hover .pulclean-project-content-cover{
    margin-top: -10px;
    opacity: 1;
}
.projects-style-3 .pulclean-project-content-cover .pulclean-project-title{
    text-align: left;
}
.projects-style-3 .pulclean-project-content-cover .pulclean-project-title h3{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.projects-style-3 .pulclean-project-content-cover .pulclean-project-title span{
    font-size: 16px;
    line-height: 28px;
}
.projects-style-3 .pulclean-project-content-cover .pulclean-project-content-inner .pulclean-project-action-icons{
    background: #000;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    position: absolute;
    right: -55px;
    bottom: -65px;
}
.projects-style-3 .pulclean-project-content-cover .pulclean-project-content-inner .pulclean-project-action-icons a i{
    position: relative;
    bottom: 27px;
    right: 22px;
    color: #fff;   
}

/*******************************************************
	Services Widget
*******************************************************/

/*! Services Style 1 */
.services-style-1 .pulclean-service-image-container{
    position: relative;
}
.services-style-1 .pulclean-service-image-container:before{
    transition: 0.3s; 
    content: " "; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    background: rgba(255, 255, 255, 0); 
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); 
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #f0f2f5)); 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); 
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); 
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=0); 
}
.services-style-1 .pulclean-service-slide:hover .pulclean-service-image-container:before{
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.35);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(96%, rgba(255, 255, 255, 0.97)), color-stop(98%, rgba(255, 255, 255, 0.99)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
}
.services-style-1 .pulclean-service-slide .pulclean-service-service-wrapper{
    border-radius: 8px; 
}
.services-style-1 .pulclean-service-slide .pulclean-service-service-wrapper img{
    border-radius: 8px;
}
.services-style-1 .pulclean-service-service-wrapper .pulclean-service-content-inner:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    z-index: 9;
    background-size: contain;
    width: 100%;
    height: 5px;
    background-repeat: repeat-x;
    opacity: 0;
    transition: all .5s ease-in-out;
    background-repeat: repeat-x!important;
    animation: animatedBackground 2s linear infinite;
    -ms-animation: animatedBackground 2s linear infinite;
    -moz-animation: animatedBackground 2s linear infinite;
    -webkit-animation: animatedBackground 2s linear infinite;
}
.services-style-1 .pulclean-service-service-wrapper.active .pulclean-service-content-inner:before,
.services-style-1 .pulclean-service-service-wrapper:hover .pulclean-service-content-inner:before{
    opacity: 1;
}
.services-style-1 .pulclean-service-service-wrapper.active .pulclean-service-content-inner,
.services-style-1 .pulclean-service-service-wrapper:hover .pulclean-service-content-inner{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.services-style-1 .pulclean-service-content-inner{
    padding: 30px 30px 50px 30px;
    position: relative;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    overflow: hidden;
}
.services-style-1 .pulclean-service-icon{
	font-size: 70px;
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 80px;
    margin-top: 27px;
}
.services-style-1 .pulclean-service-content p {
	margin:0;
}
.services-style-1 .pulclean-service-title h3{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.services-style-1 .pulclean-service-content-inner .pulclean-service-content a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.services-style-1 .owl-carousel .owl-nav button i {
	color: #fff;
}
.services-style-1 .owl-carousel .owl-nav button.owl-next {
	padding-left: 10px !important;
}
.services-style-1 .owl-carousel .owl-nav button.owl-prev i {
	background: #000;
}
.services-style-1 .pulclean-service-action-icons{
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    border-bottom: 60px solid;
    border-left: 60px solid transparent;
    text-align: center;
    position: absolute;
    right: 4px;
    bottom: 8px;
    z-index: 14;
    opacity: 0;
}
.services-style-1 .pulclean-service-action-icons i{
    position: absolute;
    bottom: -72px;
    color: #020f10;
    right: 5px;
    font-size: 18px;
}
.services-style-1 .pulclean-service-action-icons a{
    position: relative;
}
.services-style-1 .active .pulclean-service-content-inner .pulclean-service-action-icons,
.services-style-1 .pulclean-service-content-inner:hover .pulclean-service-action-icons {
    opacity: 1;
}
.services-style-1 .pulclean-service-title h3{
    margin-bottom: 
}
/*! Services Style 2 */
.services-style-2 .pulclean-service-slide{
	overflow:hidden;
}
.services-style-2 .pulclean-service-wrapper:hover .pulclean-service-icon {
    color: #020f10;
}
.services-style-2 .pulclean-service-slide .pulclean-service-wrapper .pulclean-service-date i,
.services-style-2 .service-title{
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.services-style-2 .pulclean-service-wrapper {
    position: relative;
    border-radius: 8px;
}
.services-style-2 .pulclean-service-wrapper:after{
	position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 100%;
    text-align: center;
    width: 100px;
    height: 100px;
    content: "";
}
.services-style-2 .pulclean-service-wrapper:before {
	transition: 0.3s;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 8px;
    position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 25%, rgba(0,0,0,0.62) 97%, rgba(0,0,0,0.65) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.62) 97%,rgba(0,0,0,0.65) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.62) 97%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.services-style-2 .pulclean-service-icon {
	font-size: 38px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 14px;
    z-index: 9;
}
.services-style-2 .pulclean-service-content-cover {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.services-style-2 .pulclean-service-wrapper .pulclean-service-image-container img{
    width: 100%;
}
.services-style-2 .pulclean-service-slide .pulclean-service-wrapper .pulclean-service-date i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 30%;
    left: 40%;
    right: 0;
    text-align: center;
    right: 0;
    border-radius: 8px;
    font-size: 30px;
    background-color: #ffffff;
}
.services-style-2 .pulclean-service-title{
    padding: 10px 25px 10px;
}
.services-style-2 .pulclean-service-title:after{
	content: "";
    width: 80%;
	position: absolute;
    bottom: -7px;
    left: 10%;
    border-radius: 5px;
    text-align: center;
    height: 15px;
    background-color: #fff;
}
.services-style-2 .service-title a {
	font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}
.services-style-2 .pulclean-service-slide .pulclean-service-wrapper:hover .pulclean-service-date i{
    color: #fff; 
}
.services-style-2 .pulclean-service-content {
    height: 0;
    opacity: 0;
	color: #fff;
    overflow: hidden;
	padding: 0px 25px 10px;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
     transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.services-style-2 .pulclean-service-wrapper:hover .pulclean-service-content  {
	height: 90px;
    opacity: 1;
}
/*! Services Style 2 */
.services-style-3 .pulclean-service-slide .pulclean-service-wrapper .pulclean-service-date i,
.services-style-3 .service-title{
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.services-style-3 .pulclean-service-wrapper {
    position: relative;
}
.services-style-3 .pulclean-service-icon {
	position: absolute;
    top: 0;
    font-size: 28px;
    color: #fff;
    width: 75px;
    line-height: 60px;
    border-radius: 0 0 0 90%;
    right: 0;
    text-align: center;
    height: 75px;
}
.services-style-3 .pulclean-service-content-cover {
    position: absolute;
    bottom: 0;	border-radius: 0 8px 0 0;
	width: 90%;
    background-color: #fff;
}
.services-style-3 .pulclean-service-wrapper .pulclean-service-image-container img{
    width: 100%;
}
.services-style-3 .pulclean-service-slide .pulclean-service-wrapper .pulclean-service-date i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 30%;
    left: 40%;
    right: 0;
    text-align: center;
    right: 0;
    border-radius: 8px;
    font-size: 30px;
    background-color: #ffffff;
}
.services-style-3 .pulclean-service-title{
    padding: 20px 25px 20px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}
.services-style-3 .pulclean-service-title-inner {
    position: relative;
}
.services-style-3 .pulclean-service-action-icons {
	position: absolute;
    top: -37px;
    right: 0;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    text-align: center;
    line-height: 33px;
    width: 35px;
}
.services-style-3 .pulclean-service-action-icons a.pulclean-service-link {
    color: #fff;
	font-size: 12px;
}
.services-style-3 .service-title {
	font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.services-style-3 .pulclean-service-slide .pulclean-service-wrapper:hover .pulclean-service-date i{
    color: #fff; 
}
.services-style-3 .pulclean-service-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
     transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.services-style-3 .pulclean-service-wrapper:hover .pulclean-service-content  {
	height: 75px;
    opacity: 1;
    margin-top: 10px;
}

/*! Services Style 4 */
.services-style-4 .pulclean-service-image-container{
    position: relative;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.services-style-4 .pulclean-service-image-container:before{
    transition: 0.3s; 
    content: " "; 
    width: 100%; 
    height: auto; 
    position: absolute; 
    background: rgba(255, 255, 255, 0); 
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); 
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #f0f2f5)); 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); 
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); 
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=0); 
}
.services-style-4 .pulclean-service-slide:hover .pulclean-service-image-container:before{
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.35);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(96%, rgba(255, 255, 255, 0.97)), color-stop(98%, rgba(255, 255, 255, 0.99)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.97) 96%, rgba(255, 255, 255, 0.99) 98%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
}
.services-style-4 .pulclean-service-service-wrapper .pulclean-service-content-inner:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    z-index: 9;
    background-size: contain;
    width: 100%;
    height: 5px;
    background-repeat: repeat-x;
    opacity: 0;
    transition: all .5s ease-in-out;
    background-repeat: repeat-x!important;
    animation: animatedBackground 2s linear infinite;
    -ms-animation: animatedBackground 2s linear infinite;
    -moz-animation: animatedBackground 2s linear infinite;
    -webkit-animation: animatedBackground 2s linear infinite;
}
.services-style-4 .pulclean-service-service-wrapper.active .pulclean-service-content-inner:before,
.services-style-4 .pulclean-service-service-wrapper:hover .pulclean-service-content-inner:before{
    opacity: 1;
}
.services-style-4 .pulclean-service-service-wrapper .pulclean-service-content-inner{
    background-color: #fff;
    opacity: 0.97;
}

.services-style-4 .pulclean-service-service-wrapper.active .pulclean-service-content-inner,
.services-style-4 .pulclean-service-service-wrapper:hover .pulclean-service-content-inner{
    background-color: inherit;
    background-color: #000000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.services-style-4 .pulclean-service-service-wrapper:hover .pulclean-service-content-inner h3,
.services-style-4 .pulclean-service-service-wrapper:hover .pulclean-service-content p{
    color: #ffffff;
}

.services-style-4 .pulclean-service-content-inner{
    border:1px solid #f2f2f2;
    position: absolute;
    top: 0;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    padding: 40px 0;
    height: 100%;
}
.services-style-4 .pulclean-service-icon{
    font-size: 60px;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
}
.services-style-4 .pulclean-service-content p {
    margin:0;
    padding-left: 30px;
    padding-right: 30px;
}
.services-style-4 .pulclean-service-title h3{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.services-style-4 .pulclean-service-service-wrapper:hover .pulclean-service-title h3{
    border-bottom: 1px solid #353535;
}
.services-style-4 .pulclean-service-content-inner .pulclean-service-content a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.services-style-4 .owl-carousel .owl-nav button i {
    color: #fff;
}
.services-style-4 .owl-carousel .owl-nav button.owl-next {
    padding-left: 10px !important;
}
.services-style-4 .owl-carousel .owl-nav button.owl-prev i {
    background: #000;
}
.services-style-4 .pulclean-service-action-icons{
    height: 60px;
    width: 60px;
    font-size: 30px;
    text-align: center;
    position: absolute;
    right: 4px;
    bottom: 5px;
    z-index: 14;
    opacity: 0;
}
.services-style-4 .pulclean-service-action-icons i{
    position: absolute;
    bottom: -83px;
    color: #fff;
    right: 264px;
    border-radius: 50%;
    width: 30px;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
}
.services-style-4 .pulclean-service-action-icons a{
    position: relative;
}
.services-style-4 .active .pulclean-service-content-inner .pulclean-service-action-icons,
.services-style-4 .pulclean-service-content-inner:hover .pulclean-service-action-icons {
    opacity: 1;
}
.services-style-4 .pulclean-service-slide {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}


/*******************************************************
services-style-5
*******************************************************/
.services-style-5 .pulclean-service-content-cover .pulclean-service-title{
    background: #ffffff;
    height: 215px;
}
.services-style-5 .pulclean-service-content-cover .pulclean-service-title .service-title{
    padding-top: 45px;
    font-size: 24px;
    text-align: center;
}
.services-style-5 .pulclean-service-thumbnail-wrapper .pulclean-service-image-container img{
    padding: 0px 20px 0px 20px;
    margin-top: -45px;
}
.services-style-5 .pulclean-service-icon {
    text-align: center;
}
.services-style-5 .pulclean-service-icon i{
    font-size: 46px;
    line-height: 80px;
    z-index: 99;
    position: absolute;
    margin-top: -85px;
    border-radius: 50%;
    color: #000;
    left: 39%;
    padding: 0px;
    width: 80px;
    height: 80px;
}
.services-style-5 .pulclean-service-icon:hover i{
    color: #ffffff;
}

/*******************************************************
	Team Widget
*******************************************************/

/* Team Style 1 */
.team-style-1 .pulclean-teammember-image-container:before,
.team-style-1 .pulclean-teammember-content-cover:before,
.team-style-1 .pulclean-teammember-content-cover .pulclean-teammember-social-links,
.team-style-1 .pulclean-teammember-social-profiles-container:hover .pulclean-teammember-social-links,
.team-style-1 .pulclean-teammember-content-cover {
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.team-style-1 .teammember-title {
	font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 700;
}
.team-style-1 .teammember-title a {
	color: #020f10;	
}
.team-style-1 .pulclean-teammember-content-cover .pulclean-teammember-share{
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}
.team-style-1 .pulclean-teammember-wrapper {
    position: relative;
	overflow: hidden;
	box-shadow: 0px 14px 50px 0px rgba(0, 0, 0, 0.04);
	text-shadow: 0px 14px 50px rgba(0, 0, 0, 0.04);
}
.team-style-1 .pulclean-teammember-content-cover .pulclean-teammember-social-links{
    width: calc(92% - 101px);
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: -100px;
    margin: 0px 64px 0;
    opacity: 0;
   
}
.team-style-1 .pulclean-teammember-slide:hover .pulclean-teammember-content-cover .pulclean-teammember-social-links{
    top: -47px;
}
.team-style-1 .pulclean-teammember-slide:hover .pulclean-teammember-social-links{
    bottom: 50px;
    opacity: 1;
}
.team-style-1 .pulclean-teammember-content-cover {
    position: relative;
    bottom: 0px;
    text-align: center;
    background-color: #fff;
    margin: -40px 15px 0;
    width: calc(100% - 30px);
	box-shadow: 0 30px 50px rgba(0,0,0,.03);
    border-bottom: 1px solid transparent;
}
.team-style-1 .pulclean-teammember-designation{
	font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
	color: #607071;
}
.team-style-1 .pulclean-teammember-social-links{
    bottom: 50px;
    opacity: 1;
}
.team-style-1 .pulclean-teammember-social-inner {
    clear: both;
}
.team-style-1 .pulclean-teammember-social-profiles-container{
    position: absolute;
    right: 15px;
    top: -20px;
}
.team-style-1 .pulclean-teammember-wrapper:hover .pulclean-teammember-content-cover:before {
    height: 100%;
}
.team-style-1  .pulclean-teammember-social-profiles {
    list-style: none;
    margin: 0;
	padding: 10px 10px;
}
.team-style-1 .pulclean-teammember-social-profiles li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 4px;
    margin: 1px 7px;
}
.team-style-1 .pulclean-teammember-social-profiles li a {
	display: block;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    position: relative;
    width: 30px;
    height: 25px;
}
.team-style-1 .pulclean-teammember-social-profiles li a:hover {
    color: #fff;
}
.team-style-1.team-layout-grid .pulclean-teammember-slide,
.blog-layout-grid .pulclean-post-slide,
.projects-layout-grid .pulclean-project-slide {
    margin-bottom: 30px;
}
.services-layout-grid .pulclean-service-slide {
    margin-bottom: 40px;
}
.team-style-1 .pulclean-teammember-show-details {
	position: absolute;	opacity: 0;
    top: -34px;
	left: -50%;
    background: #000;
    padding: 5px 30px 5px 30px;
	border-radius: 0 8px 0 0;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-style-1 .pulclean-teammember-wrapper:hover .pulclean-teammember-show-details {
	left: 0;
}
.team-style-1 .pulclean-teammember-wrapper:hover .pulclean-teammember-show-details {
	opacity: 1;
}
.team-style-1 .pulclean-teammember-show-details a {
    font-size: 14px;
    color: #fff;
}
.team-style-1 .pulclean-teammember-content-cover-inner {
    position: relative;
	padding: 15px 15px 15px 20px;
}
/* Team Style 2 */
.team-style-2 .pulclean-teammember-social-links{
   -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s; 
}

.team-style-2 .pulclean-teammember-wrapper{
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.08);
}
.team-style-2 .pulclean-teammember-social-profiles-container{
    width: 40px;
    height: 40px;
    top: 20px;
    right: 25px;
    line-height: 40px;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: absolute;
    background: #fff;
}
.team-style-2 .pulclean-teammember-social-links{
    position: absolute;
    top: 50px;
    opacity: 0;
    visibility: hidden;
}
.team-style-2 .pulclean-teammember-social-profiles-container:hover .pulclean-teammember-social-links{
    opacity: 1;
    visibility: visible;
}
.team-style-2 .pulclean-teammember-social-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-style-2  .pulclean-teammember-social-profile{
    display: block;
    margin-right: 0;
    padding-bottom: 5px;
}
.team-style-2 .pulclean-teammember-social-profile a{
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
}
.team-style-2 .pulclean-teammember-social-profile a:hover{
    color: #fff;
}
.team-style-2 .pulclean-teammember-title{
    padding: 20px 20px 20px 20px;
    position: relative;
}
.team-style-2 .pulclean-teammember-title h3{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.team-style-2 .pulclean-teammember-title h5{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: #757575;
    font-weight: normal;
}
.team-style-2 .pulclean-teammember-title img{
    position: absolute;
    right: 0;
    bottom: 0;
}

/*******************************************************
	Testimonials Widget
*******************************************************/

/* Testimonials Style 1 */
.testimonials-style-1 .pulclean-testimonial-wrapper{
    text-align: center;
}
.testimonials-style-1 .pulclean-testimonial-image-container {
    position: relative;
    display: inline-block;
}
.testimonials-style-1 .pulclean-testimonial-image-container:before {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    content: "\f12d";
    font-family: Flaticon;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    color: #ffffff;
}
.testimonials-style-1 .pulclean-testimonial-image-container img {
	width: 140px;
    height: 140px;
    border-radius: 50% !important;
}
.testimonials-style-1 .pulclean-testimonial-content p {
	font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 25px 200px;
    font-style: italic;
    margin-top: 25px;
}
.testimonials-style-1 .pulclean-testimonials-title{
    margin-top: 30px;
}
.testimonials-style-1 .testimonial-title {
	font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #021b2b;
    margin-bottom: 0;
}

/* Testimonials Style 2 */
.testimonials-style-2 .pulclean-testimonial-image-container,
.testimonials-style-2 .pulclean-testimonial-image-container img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.testimonials-style-2 .pulclean-testimonial-content-cover {
    position: relative;
}
.testimonials-style-2 .pulclean-testimonial-content p {
    font-size: 18px;
    line-height: 28px;
	color: #fff;
    margin-bottom: 0px;
}
.testimonials-style-2 .pulclean-testimonial-rating {
    margin-top: 7px;
}
.testimonials-style-2 .pulclean-testimonial-content{
    margin-top: 32px;
    padding-right: 60px;
}
.testimonials-style-2 .testimonial-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonials-style-2 .pulclean-testimonials-title .testimonial-designation{
	text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}
.testimonials-style-2 .owl-dots {
    position: absolute;
    right: -30px;
    bottom: 35%;
}
.testimonials-style-2 .owl-dots .owl-dot {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    outline: none;
    display: inherit;
    margin: 4px 0;
}
.testimonials-style-2 .owl-dots .owl-dot.active {
    background: #fcd80f;
}
.testimonials-style-2 .owl-nav {
	position: absolute;
	top: auto;
    right: 0;
    width: 100%;
    z-index: 9999999;
}
.testimonials-style-2 .owl-nav button i {
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 10px 15px;
}
.testimonials-style-2 button.owl-prev {
    margin-right: 25px;
}
.testimonials-style-2 .pulclean-testimonial-slide:before {
    content: "\e848";
    position: absolute;
    font-size: 230px;
    width: 90px;
    height: 0px;
    color: #ffffff1c;
    font-family: hkangles-base-icons;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 10px;
}
.hkangles-vertical-text-style-02 .elementor-widget-container h5:before {
    border-left: 30px solid #ffe52c;
    border-bottom: 40px solid #24ffeb00;
    position: absolute;
    right: 20px;
    content: "";
    top: 60px;
}

.cd-bg-color-secondary.elementor-column.hkangles-testimonial-bg {
	background: none !important;
}
.cd-bg-color-secondary.elementor-column.hkangles-testimonial-bg .elementor-column-wrap {
	width: 535px;
}
/* Testimonials Style 3 */
.testimonials-style-3 .pulclean-testimonial-image-container,
.testimonials-style-3 .pulclean-testimonial-image-container img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin-right: 30px;
}
.testimonials-style-3 .pulclean-testimonial-content-cover {
    position: relative;
}
.testimonials-style-3 .pulclean-testimonial-slide {
    margin-bottom: 35px;
    position: relative;
    padding: 40px 25px 15px 25px;
    border-radius: 8px;
    box-shadow: 0px 5px 35px 0px rgba(27, 68, 163, 0.04);
    background-color: #fff;
}
.testimonials-style-3 .pulclean-testimonial-slide:before{
position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    z-index: 9;
    background-size: contain;
    width: 100%;
    height: 5px;
    background-repeat: repeat-x;
    opacity: 1;
    transition: all .5s ease-in-out;
    background-repeat: repeat-x!important;
    animation: animatedBackground 2s linear infinite;
    -ms-animation: animatedBackground 2s linear infinite;
    -moz-animation: animatedBackground 2s linear infinite;
    -webkit-animation: animatedBackground 2s linear infinite;
}
.testimonials-style-3 .pulclean-testimonial-content p {
    font-size: 18px;
    line-height: 32px;
}
.testimonials-style-3 .pulclean-testimonial-rating {
    margin-top: 7px;
}
.testimonials-style-3 .pulclean-testimonial-content{
    margin-top: 30px;
}
.testimonials-style-3 .testimonial-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.testimonials-style-3 .pulclean-testimonials-title .testimonial-designation{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}
.testimonials-style-3 .owl-dots {
    position: absolute;
    right: 0;
    bottom: 17px;
}
.testimonials-style-3 .owl-dots .owl-dot {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    outline: none;
    display: inherit;
    margin: 4px 0;
}
.testimonials-style-3 .owl-dots .owl-dot.active {
    background: #fd972e;
}
.testimonials-style-3 .owl-nav {
    text-align: right;
    position: relative;
    margin-top: 30px;
}
.testimonials-style-3 .owl-nav button i {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 10px 15px;
}
.testimonials-style-3 button.owl-prev {
    margin-right: 25px;
}
/*******************************************************
    timetile style 1
*******************************************************/
.timeline-style-1 .pulclean-timeline-wrapper {
    position: relative;
    padding: 50px 30px 20px 30px;
}
.timeline-style-1 .pulclean-timeline-wrapper:before{
	position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.10);
    width: 100px;
    height: 100px;
    content: "";
}
.thsb-icon-wrapper .elementor-icon-wrapper{
    position: relative;
}
.thsb-icon-wrapper .elementor-icon-wrapper:before{
	position: absolute;
    top: -40px;
    right: -42px;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.10);
    width: 100px;
    height: 100px;
    content: "";
}



.timeline-style-1 .pulclean-timeline-wrapper i {
    font-size: 34px;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 20px;
}
.timeline-style-1 .pulclean-timeline-list {
    padding: 0px;
    margin: 0;
	color: #fff;
}
.timeline-style-1 .pulclean-timeline-list li {
    list-style: none;
    border-bottom: 1px solid #e2e4e82e;
    padding: 15px 0px;
}
.timeline-style-1 .pulclean-timeline-list li:last-child {
	border-bottom: none;
}
.timeline-style-1 .pulclean-timeline-list li .pulclean-timeline-value {
    float: right;
}
.timeline-style-1 h3.pulclean-timeline-title {
    font-size: 24px;
	margin-bottom: 35px;
    color: #fff;
}
.thsb-bg-color.elementor-column{
		background: transparent !important;
}
/*******************************************************
    Tab Widget
*******************************************************/
.pulclean_tabs_wrapper{
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    overflow: hidden;
}
.pulclean-tab-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    z-index: 1;
}
.pulclean-list-tab {
    flex: 1;
}
.pulclean-tab-content{
    border-radius: 10px 10px 10px 10px;
   
}
.pulclean-tab-content .pulclean-tab-content-list{
    display: none;
}
.pulclean-tab-content .pulclean-tab-content-list.cd-active-tab{
    display: block;
}
.pulclean-list-tab a {
    display: block;
    padding: 20px; 
}
.pulclean-list-tab.cd-active-tab-link a{
    background: #000;
    color: #fff;
}
/* Pricing table */
.pricing-style-1 .pricing-table-box {
    padding: 40px;
    text-align: center;
    border: 1px solid #deecf1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px -15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px -15px rgba(0,0,0,.15);
    box-shadow: 0 0 40px -15px rgba(0,0,0,.15);
}
.pricing-table-featured-col.ptable-col .pricing-style-1,
.pricing-table-featured-col .pricing-style-1 .pulclean-ptable-price,
.pricing-table-featured-col .pricing-style-1 .pulclean-ptable-heading,
.pricing-table-featured-col .pricing-style-1 .pulclean-ptable-symbol,
.pricing-table-featured-col .pricing-style-1 .pulclean-ptable-frequency,
.pricing-table-featured-col .pricing-style-1 .pricing-table-line,
.pricing-table-featured-col .pricing-style-  .pricing-table-icon-wrapper i  {
    color: #fff;
}
.pricing-style-1 .pulclean-ptable-pricing {
    display: inline-block;
    position: relative;
    padding-bottom: 40px;
}
.pricing-style-1 .pulclean-ptable-price {
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    display: inline-block;
}
.pricing-style-1 .pulclean-ptable-symbol {
    position: absolute;
    top: 0px;
    left: -19px;
    font-weight: 600;
    font-size: 20px;
}
.pricing-style-1 .pulclean-ptable-frequency {
    display: inline-block;
    color: #888;
    font-size: 14px;
    font-weight: 700;
}
.pricing-style-1 .pricing-table-line {
    padding-bottom: 13px;
}
.pricing-style-1 .pricing-table-line i {
    font-size: 14px;
    padding-right: 5px;
}
.pricing-table-featured-col .pricing-style-1  .pricing-table-box {
    background-color: #021033;
}
.pricing-style-1 .pricing-table-icon-wrapper i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}
.pricing-table-featured-col .pricing-style-1 .ptable-btn a,
.pricing-table-featured-col  .pricing-style-1 .pricing-table-icon-wrapper i{
    color: #021033;
}
.pricing-style-1 .ptable-btn a {
    padding: 18px 30px;
    color: #fff;
    line-height: 55px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.pricing-style-1 .ptable-btn {
    padding-top: 30px;
}
.pricing-style-1 h3.pulclean-ptable-heading {
    font-size: 24px;
    line-height: 35px;
    color: #021033;
    position: relative;
}

.pricing-style-1 .peicing-table-cols .ptable-col:last-child{
    padding-right: 0px;
}
.pricing-style-1 .peicing-table-cols .ptable-col:first-child{
    padding-left: 0px;
}
/* Pricing table 2 */
.pricing-style-2 .pricing-table-box {
    padding: 0 40px 40px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px -15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px -15px rgba(0,0,0,.15);
    box-shadow: 0 0 40px -15px rgba(0,0,0,.15);
}
.pricing-style-2 .pulclean-ptable-pricing {
    display: inline-block;
    position: relative;
    padding-bottom: 40px;
    margin-top: 30px;
    padding: 30px;
    width: 100%;
    border: 1px solid #deecf1;
}
.pricing-table-featured-col .pricing-style-2 .pulclean-ptable-pricing {
    background: #f7fbff;
}
.pricing-style-2 .pulclean-ptable-price {
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    display: inline-block;
}
.pricing-style-2 .pulclean-ptable-symbol {
    position: absolute;
    top: 70px;
    left: 56px;
    font-weight: 600;
    font-size: 22px;
}

.pricing-style-2 .pulclean-ptable-frequency {
    display: inline-block;
    color: #ccc;
    font-size: 14px;
    font-weight: 700;
}
.pricing-style-2 .pricing-table-line {
    padding-bottom: 13px;
}
.pricing-style-2 .pricing-table-line i {
    font-size: 14px;
    padding-right: 5px;
}
.pricing-style-2 .pricing-table-lines {
    padding-top: 30px;
}
.pricing-style-2 .pricing-table-icon-wrapper i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}
.pulclean_pricing_wrapper .pricing-style-2 .pulclean-ptable-price,
.pulclean_pricing_wrapper .pricing-style-2 .pulclean-ptable-symbol,
.pricing-table-featured-col .pricing-style-2 .pricing-table-icon-wrapper i{
    color: #021033;
}
.pricing-style-2 .ptable-btn a {
    padding: 15px 30px;
    color: #fff;
    line-height: 55px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.pricing-table-featured-col .pricing-style-2 .pulclean-ptable-pricing {
    border:none;
}
.pricing-style-2 .ptable-btn {
    padding-top: 30px;
}
.pricing-style-2 {
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.pricing-style-2:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.pricing-style-2 h3.pulclean-ptable-heading {
    font-size: 24px;
    line-height: 35px;
    color: #021033;
    position: relative;
    padding: 10px;
    margin: 0px -40px;
    border-bottom: 1px solid #deecf1;
}
.pricing-table-featured-col .pricing-style-2 h3.pulclean-ptable-heading {
    background: #ff8242;
    color: #fff;
}

.pricing-style-2 .peicing-table-cols .ptable-col:last-child{
    padding-right: 0px;
}
.pricing-style-2 .peicing-table-cols .ptable-col:first-child{
    padding-left: 0px;
}
/* accordion*/
.elementor-accordion .elementor-accordion-item {
    margin: 15px 0;
}
.elementor-element .elementor-accordion-title {
    color: #000 !important;
}
.elementor-element  .elementor-active .elementor-accordion-title {
    color: #FFFFFF  !important;
}

/*elementor-progress-percentage*/
.elementor-progress-percentage {
    padding-right: 0px;
    position: absolute;
    top: -18px;
    font-size: 15px;
    right: 0;
}
.elementor-80 .elementor-element.elementor-element-fab700a .elementor-title {
    position: relative;
    bottom: 10px;
}

/* woocommerce*/
.coronia-woocommerce-product-slide.woocommerce {
    text-align: center;
	position: relative;
}
.coronia-woocommerce-product-slide.woocommerce h2.woocommerce-loop-product__title {
    font-size: 26px;
    line-height: 32px;
}
.coronia-woocommerce-product-slide.woocommerce .hkangles-product-price bdi {
    font-size: 34px;
    font-weight: 800;
    font-family: Barlow Condensed;
}
.coronia-woocommerce-product-slide.woocommerce .hkangles-product-content {
	background-color: #fff;
    padding: 160px 20px 50px;
    margin-top: -120px;
	border-radius: 0 80px 0;
}
.coronia-woocommerce-product-thumbnail-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 50%;
}
.coronia-woocommerce-product-slide.woocommerce .hkangles-add-to-cart-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.coronia-woocommerce-product-slide.woocommerce .hkangles-add-to-cart-button {
	position: absolute;
    bottom: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #260f03;
    border-radius: 50%;
    color: #fff !important;
}
.coronia-woocommerce-product-slide.woocommerce .hkangles-add-to-cart-button a { 
	color: #fff;
}
.coronia-woocommerce-product-slide.woocommerce .hkangles-product-description p {
    margin-bottom: 30px;
}