
/*******************************************************
	Blog Widget
*******************************************************/
/* blog style 1 */
.blog-style-1  .hkangles-post-post-thumbnail-wrapper{
    position: relative;
}
.blog-style-1 .hkangles-post-date {
    position: absolute;
    top: 0;
    right: 15px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 8px 12px 12px;
}
.blog-style-1 .hkangles-post-title-wrap{
    padding: 25px 15px 0px 0;
}
.blog-style-1 .hkangles-post-slide .hkangles-post-meta .hkangles-post-meta-inner{
	position: relative;
    display: flex;
    margin-bottom: 10px;
}
.blog-style-1 .hkangles-post-meta .hkangles-post-meta-inner .post-author{
    position: relative;
    padding-right: 25px;
}
.blog-style-1 .hkangles-post-meta .hkangles-post-meta-inner .post-author a {
    color: #888888;
}
.blog-style-1 .hkangles-post-meta .hkangles-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 .hkangles-post-meta .hkangles-post-meta-inner .post-author i, 
.blog-style-1 .hkangles-post-meta .hkangles-post-meta-inner .post-comment i{
    padding-right: 5px;
}
.blog-style-1 .hkangles-post-category{
    margin-bottom: 30px;
}
.blog-style-1 .hkangles-post-category a{
	padding: 8px 12px;
}
.blog-style-1 .hkangles-post-date span {
    display: block;
    font-family: 'Barlow';
    font-weight: 700;
    line-height: 24px;
}
.blog-style-1 .hkangles-post-post-wrapper {
    position: relative;
}
.hkangles-post-post-thumbnail-wrapper:before {
    position: absolute;
    content: "";
    -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    width: 80%;
    left: 10%;
    height: 100px;
    bottom: 0;
}
.blog-style-1 .hkangles-post-slide h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
}
.blog-style-1 .hkangles-post-date .hkangles-post-month {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
}
.blog-style-1 .hkangles-post-date .hkangles-post-day {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.5px;
}
/* blog style 2 */
.blog-style-2 .hkangles-post-meta .hkangles-post-date,
.blog-style-2 .hkangles-post-meta .post-comment{
    display: inline-block;
}
.blog-style-2 .hkangles-post-slide .hkangles-post-meta .hkangles-post-meta-inner{
	position: relative;
    display: inline-block;
    width: 100%;
    display: flex;
    font-family: 'Titillium Web';
}
.blog-style-2 .hkangles-post-meta .hkangles-post-meta-inner .hkangles-post-date{
    position: relative;
    width: 50%;
    padding: 5px;
    text-align: center;
  
    font-family: 'Titillium Web';
    text-transform: uppercase;
}
.blog-style-2 .hkangles-post-meta .hkangles-post-meta-inner .post-comment{
    width: 50%;
    text-align: center;
    padding: 5px;
    background: #fff;
    color: #000;
}
.blog-style-2 .hkangles-post-meta,
.blog-style-2 .hkangles-post-meta .hkangles-post-meta-inner .hkangles-post-date a {
    color: #fff;
    position: relative;
}
.blog-style-2 .hkangles-post-meta .hkangles-post-meta-inner .hkangles-post-date i, 
.blog-style-2 .hkangles-post-meta .hkangles-post-meta-inner .post-comment i{
    padding-right: 5px;
    color:  #fff;
}
.blog-style-2 .hkangles-post-wrapper .hkangles-post-title-wrap h3{
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 15px;
}
.blog-style-2 .hkangles-post-title-wrap {
    border: 1px solid #dbddd1;
    border-top: none;
    padding: 20px 30px;
}
.blog-style-2 .hkangles-post-wrapper .hkangles-post-title-wrap h3 a{
    color: #020f10;
}
.blog-style-2 .hkangles-post-wrapper .read-more-link a{
    font-size: 16x;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 600;
}
.blog-style-2 .hkangles-post-wrapper .read-more-link i{
    margin-left: 4px;
}
.blog-style-2 .hkangles-post-desc p {
    margin-bottom: 0;
}
.blog-style-2 .hkangles-post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.blog-style-2 .hkangles-post-thumbnail-wrapper .hkangles-post-image-container img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-style-2 .hkangles-post-slide:hover .hkangles-post-thumbnail-wrapper .hkangles-post-image-container img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.blog-style-2  .hkangles-post-description p {
    margin-bottom: 15px;
}
.blog-style-2 .post-meta-item {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 32px;
}

/* blog style 3 */
.blog-style-3 .hkangles-post-content-area {
    padding: 20px 15px 30px 30px;
    bottom: 0;
    background-color: #fff;
}
.blog-style-3 .hkangles-post-wrapper {
    position: relative;
}
.blog-style-3 .hkangles-post-image-container{
    position: relative;
}
.blog-style-3 .hkangles-post-image-container:after {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
}
.blog-style-3 .hkangles-post-meta .post-author,
.blog-style-3 .hkangles-post-meta .post-comment{
    display: inline-block;
}
.blog-style-3 .hkangles-post-slide .hkangles-post-meta .hkangles-post-meta-inner{
    position: relative;
    display: inline-block;
}
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-author{
    position: relative;
    padding-right: 15px;
}
.blog-style-3 .hkangles-post-meta,
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-author a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-author i, 
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-comment i{
    padding-right: 5px;
}
.blog-style-3 .hkangles-post-wrapper .hkangles-post-title-wrap h3{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
}
.blog-style-3 .hkangles-post-wrapper .hkangles-post-title-wrap h3 a{
    color: #000;
}
.blog-style-3 .hkangles-post-wrapper .read-more-link a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.blog-style-3 .hkangles-post-wrapper .read-more-link i{
    margin-left: 10px;
}
.blog-style-3 .hkangles-post-desc p {
    margin-bottom: 0;
}
.blog-style-3 .hkangles-post-thumbnail-wrapper {
    position: relative;
}
.blog-style-3 .hkangles-post-thumbnail-wrapper .hkangles-post-image-container img{
    width: 100%;
}
.blog-style-3 .hkangles-post-date {
    position: absolute;
    bottom: 0;
    left: 30px;
    padding: 10px 20px 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.blog-style-3 .hkangles-post-date span.hkangles-post-date-month {
    font-size: 14px;
    line-height: 24px;
}
.blog-style-3 .hkangles-post-date span.hkangles-post-date-month i {
    padding-right: 5px;
}
.blog-style-3 .hkangles-post-date span {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.blog-style-1 .hkangles-post-date span {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
.blog-style-3 .post-meta-item {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-style-3 .hkangles-post-meta {
    border-bottom: 1px solid #dbddd1;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.blog-style-3 .hkangles-post-description p {
    margin: 10px 0 0;
}
/*******************************************************
	Client Widget
*******************************************************/

/* Client Style 1 */
.client-style-1 .client-item{
    text-align: center;
}
.client-style-1.client-layout-grid .client-item{
    padding: 30px 0px;
    width: 25%;
    border-left: 0px;
    float: left;
}
.client-style-1.client-layout-grid .hkangles-clients-grid-wrapper {
    display: inline-block;
    width: 100%;
}
.client-style-1 .client-item img {
    max-width: 170px;
    display: inline;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -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 .hkangles-counter-wrapper{
	position: relative;
    background-color: #fff;
    padding: 25px 30px;
    box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 6%);
    border: 1px solid #eee;
}
.counter-style-1 .hkangles-counter-wrapper:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 160px;
    top: 50%;
    left: 0;
    margin-top: -80px;
}
.counter-style-1 .hkangles-counter-icon,
.services-style-4 .hkangles-service-icon,
.services-style-1 .hkangles-service-icon {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-1 .hkangles-service-slide:hover .hkangles-service-icon,
.counter-style-1:hover .hkangles-counter-icon,
.hkangles-service-slide:hover .hkangles-service-icon{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.infobox-style-13 .hkangles-infobox-icon {
    transform: scale(1);
    transition: all 200ms linear;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.infobox-style-13:hover .hkangles-infobox-icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.counter-style-1 .hkangles-counter-number:before {
    position: absolute;
    right: -20px;
    top: -25px;
    content: "+";
    font-size: 25px;
    font-weight: normal;
    font-family: 'Frank Ruhl Libre';
}
.counter-style-1 .hkangles-counter-number {
    font-size: 50px;
    line-height: 55px;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.counter-style-1 .hkangles-counter-icon {
    font-size: 55px;
    line-height: 65px;
    display: inline-block;
}
.counter-style-1 .hkangles-counter-content {
    display: block;
}
.counter-style-1 .hkangles-counter-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666666;
    letter-spacing: 1px;
    padding-left: 25px;
    position: relative;
}
.counter-style-1 .hkangles-counter-title:after {
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    font-style: italic;
    margin-top: -5px;
    transform: rotate(15deg);
}
.counter-style-1 .hkangles-counter-title:before {
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    left: 8px;
    top: 50%;
    font-style: italic;
    margin-top: -5px;
    transform: rotate(15deg);
}
/*! Counter Style 2 */
.counter-style-2 .hkangles-counter-wrapper{
    position: relative;
    align-items: center;
}
.counter-style-2 .hkangles-counter-number:before {
    position: absolute;
    right: -20px;
    font-weight: 700;
    top: 0px;
    content: "+";
    font-size: 30px;
    font-weight: 700;
}
.counter-style-2 .hkangles-counter-number {
    font-size: 36px;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
    display: inline-block;
}
.counter-style-2 .hkangles-counter-icon {
    font-size: 47px;
    line-height: 55px;
    display: inline-block;
    padding-right: 15px;
    color: #fff;
}
.counter-style-2 .hkangles-counter-content {
    display: block;
}
.counter-style-2 .hkangles-counter-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
}
.hkangle-infobox-second-style .counter-style-2 .hkangles-counter-title{

}
/*! Counter Style 3 */
.counter-style-3 {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
.counter-style-3:after { 
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
}
.counter-style-3 .hkangles-counter-icon {
    margin-bottom: 10px;
}
.counter-style-3 .hkangles-counter-wrapper .hkangles-counter-number {
    font-size: 46px;
    line-height: 56px;
    font-weight: 400;
    margin: 0;
    display: inline;
}
.counter-style-3 .hkangles-counter-icon i {
    font-size: 60px;
    line-height: 65px;
}
.counter-style-3 .hkangles-counter-number {
    position: relative;
}
.counter-style-3 .hkangles-counter-number:before {
    position: absolute;
    right: -20px;
    top: -25px;
    content: "+";
    font-size: 25px;
    font-weight: normal;
    font-family: 'Frank Ruhl Libre';
}
.counter-style-3 .hkangles-counter-title{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.counter-style-3 .hkangles-counter-title:after {
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    background-color: #000;
    transform: rotate( 15deg);
}
.counter-style-3 .hkangles-counter-title:before {
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #000;
    transform: rotate( 15deg);
}
/*! Counter Style 4 */
.counter-style-4{
    text-align: center;
    color: #fff;
}
.counter-style-4 .hkangles-counter-number {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: #fff;
}
.counter-style-4 .hkangles-counter-number:before{
    content: "+";
    position: absolute;
    top: -30px;
    right: -18px;
    font-size: 30px;
}
.counter-style-4 .hkangles-counter-title{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}
/*! Counter Style 5 */
.counter-style-5 .hkangles-counter-number {
    position: relative;
    font-size: 50px;
    line-height: 58px;
    color: #fff;
    display: inline-block;
    margin: 0;
}
.counter-style-5 .hkangles-counter-title{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}
.counter-style-5 .hkangles-counter-content {
   margin-left: 15px;
}
.counter-style-5 .hkangles-counter-icon {
    font-size: 60px;
    color: #fff
}
.counter-style-5 .hkangles-counter-number:after {
    content: "+";
    font-size: 22px;
    line-height: 16px;
    font-weight: 500;
    position: absolute;
    right: -17px;
    top: -2px;
}
/*******************************************************
	Custom Heading
*******************************************************/
.custom-heading-style-1 {
	margin-bottom: 20px;
}
.custom-heading-style-1.planto-light-space {
	margin-bottom: 30px;
}
.about-heading-title .hkangles_custom_heading_wrapper .hkangles-heading-title-wrapper .heading-title {
    font-size: 46px;
    line-height: 52px;
}
.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.subtitle-text-capitalize .heading-subtitle,
.custom-heading-style-1.title-text-capitalize .heading-title {
	text-transform: capitalize;
}
.hkangles_custom_heading_wrapper .hkangles-heading-subtitle-wrapper .heading-subtitle {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.custom-heading-style-1.heading-alignment-center{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.custom-heading-style-1.heading-alignment-right{
    text-align: right;
}
.custom-heading-style-1.heading-alignment-left{
    text-align: left;
} 
.hkangles-heading-color .heading-subtitle:before,
.hkangles-heading-color .hkangles-list-wrapper p.hkangles-list-info a,
.hkangles-heading-color .custom-heading-style-1 .heading-title,
.hkangles-heading-color .custom-heading-style-1 .heading-subtitle {
    color: #fff !important;
}
.hkangles-heading-color .hkangles-list-wrapper ul li {
    margin-bottom: 20px;
}

/*******************************************************
    Custom Heading style2
*******************************************************/
.custom-heading-style-2 {
    margin-bottom: 20px;
}
.custom-heading-style-2.planto-light-space {
    margin-bottom: 30px;
}
.custom-heading-style-2.subtitle-text-uppercase .heading-subtitle,
.custom-heading-style-2.title-text-uppercase .heading-title {
    text-transform: uppercase;
}
.custom-heading-style-2.subtitle-text-lowercase .heading-subtitle,
.custom-heading-style-2.title-text-lowercase .heading-title {
    text-transform: lowercase;
}
.custom-heading-style-2.subtitle-text-capitalize .heading-subtitle,
.custom-heading-style-2.title-text-capitalize .heading-title {
    text-transform: capitalize;
}
.custom-heading-style-2 .heading-title {
    color: #fff
}
.custom-heading-style-2 .hkangles-heading-subtitle-wrapper .heading-subtitle {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.custom-heading-style-2.heading-alignment-center{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.custom-heading-style-2.heading-alignment-right{
    text-align: right;
}
.custom-heading-style-2.heading-alignment-left{
    text-align: left;
} 

/*******************************************************
    Custom Heading style2
*******************************************************/
.custom-heading-style-3.planto-light-space {
    margin-bottom: 30px;
}
.custom-heading-style-3.subtitle-text-uppercase .heading-subtitle,
.custom-heading-style-3.title-text-uppercase .heading-title {
    text-transform: uppercase;
}
.custom-heading-style-3.subtitle-text-lowercase .heading-subtitle,
.custom-heading-style-3.title-text-lowercase .heading-title {
    text-transform: lowercase;
}
.custom-heading-style-3.subtitle-text-capitalize .heading-subtitle,
.custom-heading-style-3.title-text-capitalize .heading-title {
    text-transform: capitalize;
}
.hkangles_custom_heading_wrapper.custom-heading-style-3 .hkangles-heading-title-wrapper .heading-title {
    color: #fff;
    line-height: 68px;
    font-size: 58px;
    margin: 0;
}
.hkangles_custom_heading_wrapper.custom-heading-style-3 .hkangles-heading-subtitle-wrapper .heading-subtitle {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    padding:0;
}
.custom-heading-style-3 .hkangles-heading-subtitle-wrapper .heading-subtitle {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.custom-heading-style-3.heading-alignment-center{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.custom-heading-style-3.heading-alignment-right{
    text-align: right;
}
.custom-heading-style-3.heading-alignment-left{
    text-align: left;
} 
/*******************************************************
	Infobox Heading
*******************************************************/

/*! Infobox Style 1 */
.infobox-style-1 .hkangles-infobox-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0px;
}
.infobox-style-1 .hkangles-infobox-content {
    padding-left: 30px;
}
.infobox-style-1 .hkangles-infobox-icon {
    background-color: #dfe1cc;
    min-width: 80px;
    height: 80px;
    text-align: center;
    display: inline-table;
}
.infobox-style-1 .hkangles-infobox-icon i {
    font-size: 50px;
    line-height: 72px;
}
.infobox-style-1  .hkangles-infobox-text {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.infobox-style-1 .hkangles-infobox-wrapper {
    position: relative;
}
/*! Infobox Style 2 */
.infobox-style-2 .hkangles-infobox-main-wrapper {
    padding: 50px 0 50px 50px;
    background: #f4f4f4;
}
.infobox-style-2{
    position: relative;
}
.infobox-style-2:before{
    position: absolute;
    content: "";
    -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    width: 80%;
    left: 10%;
    height: 100px;
    bottom: 0;
    z-index: -1;
}
.infobox-style-2 .hkangles-infobox-content {
    width: 65%;
}
.infobox-style-2 .hkangles-infobox-icon{
    width: 100px;
    top: 50%;
    margin-top: -50px;
    right: 0;
    position: absolute;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: inline-block !important;
}
.infobox-style-2 .hkangles-infobox-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}
.infobox-style-2 .hkangles-infobox-wrapper{
    position: relative;
}
.infobox-style-2 .hkangles-infobox-icon i{
    position: relative;
    z-index: 2;
    font-size: 55px;
    color: #282727;
}
.infobox-style-2 span.hkangles-infobox-subtitle {
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7d7c7c;
    letter-spacing: 1px;
    font-family: 'Titillium Web', sans-serif;
}
/*! Infobox Style 3 */
.infobox-style-3 .hkangles-infobox-icon i{
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    width: 50px !important;
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.12);
}
.infobox-style-3 .hkangles-infobox-icon {
    z-index: 2;
}
.infobox-style-3 .hkangles-infobox-wrapper {
    position: relative;
    overflow: hidden;
}
.infobox-style-3 .hkangles-infobox-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;   
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #fff;
}
.infobox-style-3 .hkangles-infobox-text {
	color: #282727;
}
.infobox-style-3 .hkangles-infobox-button {
    padding-top: 65px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.infobox-style-3 .hkangles-infobox-button a {
    position: relative;
    font-size: 14px;
    -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-3 .hkangles-infobox-button a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #000;
    -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-3 .hkangles-infobox-button a:hover:after {
    background: #fff;
}
.hkangles-video-circle {
    clip-path: polygon(100% 0%, 88% 53%, 100% 100%, 0% 100%, 0% 0%, 25% 0%);
}
.infobox-style-3 .hkangles-infobox-button a:hover {
    color: #fff;
}
.infobox-style-3-white .infobox-style-3 .hkangles-infobox-title {
    color: #fff;
}
/*! Infobox Style 4 */
.infobox-style-4{
    position: relative;
    overflow: hidden;
}
.infobox-style-4 .hkangles-infobox-content .hkangles-infobox-text {
    color: #fff;
}
.hkangles-contact-infobox .infobox-style-4 .hkangles-infobox-content .hkangles-infobox-text {
    color: #595959;
}
.infobox-style-4 .hkangles-infobox-wrapper {
    text-align: center;
    padding: 10px;
    border: 1px solid #dbddd1;
}
.infobox-style-4 .hkangles-infobox-icon{
    text-align: center;
    font-size: 25px;
    display: inline-block !important;
    display: table;
    line-height: 80px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    -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-4 .hkangles-infobox-title{
	font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
	margin-bottom: 20px;
}
.hkangles-contact-infobox .infobox-style-4 .hkangles-infobox-title {
    margin-bottom: 10px;
}
.hkangles-contact-infobox .infobox-style-4 .hkangles-infobox-title {
    color: #282727;
}
.infobox-style-4 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-4 .hkangles-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 .hkangles-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 {
    text-align: center;
}
.elementor-column:last-child .infobox-style-5.hkangles-elementor-widgethkangles_infobox_wrapper .hkangles-infobox-wrapper:after {
    display: none;
}
.infobox-style-5. .hkangles-infobox-wrapper {
    position: relative;
}
.infobox-style-5 .hkangles-infobox-icon{
    margin-bottom: 15px;
}
.infobox-style-5 .hkangles-infobox-icon i{
	font-size: 40px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    width: 80px;
    margin-right: 25px;
    height: 80px;
    color: #fff;
    -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-5 .hkangles-infobox-more-icon i {
    transform: rotate(30deg);
    display: inline-block;
    font-size: 21px;
    -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-5:hover .hkangles-infobox-more-icon i {
    transform: rotate(0deg);
}
.infobox-style-5 .hkangles-infobox-title {
    margin-top: 30px;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 32px;
    margin-bottom: 15px;
}
.infobox-style-5 .hkangles-infobox-img img {
    height: 87px;
}
.hkangles-infobox-custom .infobox-style-5 .hkangles-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}

/*! Infobox Style 6 */
.infobox-bottm-border .infobox-style-6 {
   border-bottom: 5px solid;
}
.infobox-style-6 .hkangles-infobox-icon{
    margin-right: 25px;
    font-size: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
}
.infobox-style-6 .hkangles-infobox-icon:after {
    content: '';
    position: absolute;
    width: 60px;
    z-index: -1;
    height: 60px;
    top: 0px;
    right: 42%;
    border-radius: 50%;
}
.single-service .infobox-style-6 .hkangles-infobox-icon:after {
    display: none;
}
.single-se .infobox-style-6 .hkangles-infobox-icon {
    margin-right: 20px;
}
.infobox-style-6 .hkangles-infobox-title{
	font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.infobox-style-6 .hkangles-infobox-text {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.infobox-style-6 .hkangles-infobox-wrapper{
    position: relative;
}
.infobox-style-6 .hkangles-infobox-button a {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: 'Poppins';
}
.infobox-style-6 .hkangles-infobox-button a:after {
    content: " ";
    position: absolute;
    bottom: 3px;
    left: -25px;
    width: 1px;
    height: 56px;
    top: 50%;
    margin-top: -30px;
    background: #f4f4f4;
}
.infobox-style-6 .hkangles-infobox-button i{
  font-size: 25px;
}
.infobox-style-6 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-6 .hkangles-infobox-step {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #7d7c7c;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.infobox-style-6 .hkangles-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 .hkangles-infobox-button {
    font-size: 15px;
    padding-left: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
/*******************************************************
	Infobox style-7
*******************************************************/
.infobox-style-7 {
    text-align: center;
}
.infobox-style-7 .hkangles-infobox-wrapper {
    position: relative;
}
.infobox-style-7 .hkangles-infobox-content {
    color: #fff;
}
.infobox-style-7 h3.hkangles-infobox-title {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 36px;
    margin: 20px 0 10px;
}
.infobox-style-7 .hkangles-infobox-button {
    margin-top: 40px;
    font-size: 15px;
    text-transform: capitalize;
}
.infobox-style-7 .hkangles-infobox-button a {
	position: relative;
    display: inline-block;
}
.infobox-style-7 .hkangles-infobox-button a {
	position: relative;
}
.infobox-style-7 .hkangles-infobox-img img {
	border-radius: 15px;
}
.infobox-style-7 .hkangles-infobox-icon {
    display: inline-block;
    position: relative;
}
.infobox-style-7 .hkangles-infobox-icon:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
    background-color: rgb(255 255 255 / 10%);
    transform: rotate(50deg);
}
.infobox-style-7 .hkangles-infobox-icon:before {
    content: '\f11f';
    font-family: flaticon !important;
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    top: -12px;
    right: -75px;
}

.infobox-style-7 .hkangles-infobox-icon i {
    font-size: 60px;
    line-height: 60px;
}
.infobox-style-7 .hkangles-infobox-title span {
    padding-right: 10px;
    font-weight: 700;
}
.infobox-title-darkcolor .counter-style-2 .hkangles-counter-icon {
    color: #000;
}
.hkangles-infobox-7-second .infobox-style-7 h3.hkangles-infobox-title {
    color: #000;
}
.hkangles-infobox-7-second .infobox-style-7 .hkangles-infobox-content {
    color: #666;
}
.hkangles-infobox-7-second  .infobox-style-7 .hkangles-infobox-icon:after {
    background-color: rgb(183 183 183 / 10%);
}

/*! Infobox Style 8 */
.infobox-style-8 .hkangles-infobox-icon{
    z-index: 99;
    position: relative;
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
}
.infobox-style-8 .hkangles-infobox-icon:after {
    content: '';
    position: absolute;
    width: 50px;
    z-index: -1;
    height: 50px;
   
    top: 10px;
    left: 50%;
    border-radius: 50%;
}
.infobox-style-8 .icon-count-number {
    position: absolute;
    right: 30px;
    font-size: 70px;
    line-height: 70px;
    top: 20px;
    color: #e7e9ec;
    border-radius: 50%;
    font-family: 'Frank Ruhl Libre';
}
.infobox-style-8 .hkangles-infobox-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e7e9ec;
    margin-top: 25px;
}
.thsb-infobox-style-8 .elementor-widget-container {
    padding: 25px 25px 25px 25px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.infobox-style-8 .hkangles-infobox-text a{
	text-decoration: underline;
}
.infobox-style-8 .hkangles-infobox-img img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.infobox-style-8 .hkangles-infobox-wrapper {
    padding-right: 40px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 6%);
}
.hkangles-infobox-custom .infobox-style-8 .hkangles-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
/*! Infobox Style 9 */
.infobox-style-9 .hkangles-infobox-icon{
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.infobox-style-9 .hkangles-infobox-icon i{
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    margin-right: 25px;
    display: inline-block;
}
.infobox-style-9 .hkangles-infobox-title {
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.infobox-style-9 .hkangles-infobox-img img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.infobox-style-9 .hkangles-infobox-content .hkangles-infobox-text {
    margin-top: 10px;
    position: relative;
}
.infobox-style-9 .hkangles-infobox-content{
    width: 100%;
}
.infobox-style-9 .hkangles-infobox-content .hkangles-infobox-text i {
    top: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    font-size: 8px;
    margin-left: 5px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
}
.infobox-style-9 .hkangles-infobox-img {
    margin-right: 25px;
}
.infobox-style-9-secound .infobox-style-9 .hkangles-infobox-title {
    font-size: 28px;
    line-height: 20px;
}
/*! Infobox Style 10 */
.infobox-style-10{
    padding: 40px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    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-10 .hkangles-infobox-content .hkangles-infobox-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.infobox-style-10 .hkangles-infobox-icon img{
    max-width: 50px;
    height: auto;
}
.infobox-style-10 .hkangles-infobox-content {
    padding-left: 25px;
}
.infobox-style-10 .hkangles-infobox-title{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.infobox-style-10 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-10 .hkangles-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 .hkangles-infobox-inner:after{
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -85px;
    top: -85px;
    position: absolute;
    background: #000;
}
/*! Infobox Style 11 */
.infobox-style-11 .hkangles-infobox-icon img{
    max-width: 50px;
    height: auto;
}
.infobox-style-11  .hkangles-infobox-icon {
    font-size: 40px;
    line-height: 75px;
    margin-right: 20px;
    min-width: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #000;
}
.infobox-style-11 .hkangles-infobox-title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;

}
.infobox-style-11 .hkangles-infobox-text {
    font-size: 15px;;
}
.infobox-style-11 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-11 .hkangles-infobox-icon i{
    font-size: 40px;
}
.infobox-style-11 .hkangles-infobox-icon i{
    color: #fff;
}

/*! Infobox Style 1 */
.infobox-style-12 .hkangles-infobox-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0px;
}
.infobox-style-12 .hkangles-infobox-content {
    padding-left: 15px;
}
.infobox-style-12 .hkangles-infobox-image img {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.infobox-style-12 .hkangles-infobox-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.infobox-style-12 .hkangles-infobox-icon i{
  line-height: 42px; 
  font-size: 22px;  
}
.infobox-style-12 .hkangles-infobox-content-icon {
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.infobox-style-12 .hkangles-infobox-icon {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    margin-left: -15px;
}
.infobox-style-12 .hkangles-infobox-wrapper {
    position: relative;
}
/*! Infobox Style 13 */
.infobox-style-13 {
    padding: 20px 30px 15px;
    background: #b68c5a;
    position: relative;
}

.infobox-style-13:after{
    content: "";
    position: absolute;
    z-index: 1;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #b68c5a;
    left: 28px;
    bottom: -18px;
}
.infobox-style-13 h3.hkangles-infobox-title {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}
.infobox-style-13. .hkangles-infobox-wrapper {
    position: relative;
}
.infobox-style-13 .hkangles-infobox-icon{
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    padding-right: 25px;
}
.infobox-style-13 .hkangles-infobox-more-icon i {
    transform: rotate(30deg);
    display: inline-block;
    font-size: 21px;
    -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-13:hover .hkangles-infobox-more-icon i {
    transform: rotate(0deg);
}
.infobox-style-13 .hkangles-infobox-title {
    font-size: 21px;
    text-transform: capitalize;
    line-height: 28px;
    margin-bottom: 5px;
}
.infobox-style-13 .hkangles-infobox-content .hkangles-infobox-text {
    font-size: 15px;
    line-height: 24px;
    color: rgb(255 255 255 / 60%);
}

/*******************************************************
	List Heading
*******************************************************/

.hkangles-list-wrapper .list-item a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Titillium Web;
    color: #fff;
}
.hkangles-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-post .hkangles-list-wrapper ul {
    margin-top: -10px;
}
.single-post .hkangles-list-wrapper {
   position: relative;
}
.single-post .hkangles-list-wrapper:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e7e9ec;
    top: 0;
    z-index: -1;
    left: 24px;
}
.single-post .hkangles-infobox-content-wrapper {
    padding-left: 65px;
}
.hkangles-list-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}
.hkangles-list-wrapper ul li i {
    vertical-align: middle;
    font-size: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #fff;
    margin-right: 10px;
    text-align: center;
    border-radius: 2px;
}
.hkangles-list-wrapper ul li p {
    padding: 0;
    margin: 0;
}
.hkangles-list-wrapper p.hkangles-list-info {
    color: #000;
    font-weight: 600;
    font-family: 'muli';
}
.hkangles_list_wrapper-style2 .hkangles-list-wrapper .list-item a {
    color: #000;
}
.hkangles_list_wrapper-style2 .hkangles-list-wrapper ul li i {
    background: #fff;
}
/*******************************************************
	Progress Bar Heading
*******************************************************/

/*! Progress Bar */
.progress-bar-style-1 .hkangles-progress-bar-wrapper {
	margin-bottom: 25px;
}
.progress-bar-style-1 .hkangles-progress-bar {
    background: #fff;
}
.progress-bar-style-1 .hkangles_progress_bar_wrapper .hkangles-progress-bar {
	width: 100%;
    background-color: rgb(221 221 221 / 18%);
}
.progress-bar-style-1 .hkangles-progress-bar-inner {
	width: 0%;
	height: 5px;
	background-color: #fff;
    position: relative;
}
.progress-bar-style-1 .hkangles-progress-bar-inner:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 0;
    margin-top: -3px;
}
.progress-bar-style-1 .hkangles-progress-bar-title {
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 1px;
}
.progress-bar-style-1 .hkangles-progress-bar-value {
    position: relative;
    float: right;
    font-weight: 700;
    line-height: 24px;
    font-size: 15px;
}

/*! Progress Bar  2*/
.progress-bar-style-2 .hkangles-progress-bar-wrapper {
    margin-bottom: 20px;
}
.progress-bar-style-2 .hkangles_progress_bar_wrapper .hkangles-progress-bar {
    width: 100%;
    background-color: rgb(221 221 221 / 18%);
}
.progress-bar-style-2 .hkangles-progress-bar-inner {
    width: 0%;
    height: 5px;
    background-color: #fff;
    position: relative;
}
.progress-bar-style-2 .hkangles-progress-bar-inner:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -3px;
}
.progress-bar-style-2 .hkangles-progress-bar-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
}
.progress-bar-style-2 .hkangles-progress-bar {
    background-color: #f8f3ee;
}
.progress-bar-style-2 .hkangles-progress-bar-value {
    position: relative;
    float: right;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}
/*******************************************************
	Projects Widget
*******************************************************/

/* Projects Style 1 */
.projects-style-1 .hkangles-project-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.projects-style-1 .hkangles-project-thumbnail-wrapper img{
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.projects-style-1 .hkangles-project-thumbnail-wrapper:hover img{ 
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.projects-style-1 .hkangles-project-content-cover .hkangles-project-content-inner{
    position: relative;
    height: 100%;
    z-index: 9;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-action-icons{
    font-size: 15px;
    color: #000;
    z-index: 9;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
   
}
.projects-style-1 .hkangles-project-thumbnail-wrapper:hover .hkangles-project-action-icons{ 
    opacity: 1;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.projects-style-1 .hkangles-project-image-container {
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
    position: relative;
    overflow: hidden;
}
.projects-style-1 .hkangles-project-image-container:after {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0%;
     transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.projects-style-1 .hkangles-project-thumbnail-wrapper:hover .hkangles-project-image-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 5px;
    border: 1px solid;
    top: 0;
    opacity: 93%;
    -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;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-action-icons a i{
	font-size: 24px;
    color: #000;
    transform: rotate(40deg);
    display: block;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-title-wrap{
    z-index: 2;
    visibility: visible;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-title-wrap h3{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-title-wrap h3 a:hover {
    color: #000;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-title-wrap .hkangles-project-category{
	font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.projects-style-1 .hkangles-project-title-wrap-inner {
    position: relative;
    padding-top: 20px;
}
.projects-style-1 .owl-nav {
    position: absolute;
    bottom: 0;
    left: -430px;
}
.projects-style-1 button.owl-prev {
    margin-right: 10px;
}
.projects-style-1 .owl-carousel .owl-nav button i {
    background-color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
}
/* Projects Style 2 */

.projects-style-2 .hkangles-project-thumbnail-wrapper{
    text-align: center;
    position: relative;
}
.projects-style-2 .hkangles-project-details {
    position: absolute;
    bottom: 0;
}
.projects-style-2 .hkangles-project-thumbnail-wrapper .hkangles-project-image-container img{
    position: relative;
    overflow: hidden;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap{
    text-align: left;
    padding: 25px;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap h3{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap h3 a {
    color: #fff;
}
.projects-style-2 .hkangles-project-slide {
    position: relative;
}
.projects-style-1 .hkangles-project-content-inner {
    width: 100%;
}
.projects-style-2 .read-more-link {
    padding: 10px 25px;
    width: 100%;
}
.projects-style-2 .read-more-link a {
    font-size:  15px;
    list-style: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px; 
}
.projects-style-2 .read-more-link a i{ 
    font-size: 18px;
    padding-left: 7px;
}
.projects-style-2 .hkangles-project-content-inner {
    position: relative;
    width: 100%;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap span{
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;  
    text-transform: uppercase;
    letter-spacing: 1px;
}
.projects-style-2 .hkangles-project-content-cover {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -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;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-content-cover {
    opacity: 0.8;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-content-inner .hkangles-project-action-icons a i{
    position: relative;
    bottom: 30px;
    right: 24px;
    color: #7d7c7c;   
}
.projects-style-2 .hkangles-project-details .hkangles-project-detail {
    padding: 10px 0;
    display: block;
    text-align: left !important;
}
.projects-style-2 .hkangles-project-details .hkangles-project-detail:last-child {
    margin-top: 0;
}
.projects-style-2 .hkangles-project-detail {
    width: 180px;
}
.projects-style-2 .hkangles-project-details {
    padding: 30px 30px 20px;
    position: absolute;
    width: 75%;
    bottom: 0;
    background: #fff;
    opacity: 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);
}
.projects-style-2 .hkangles-project-details .hkangles-details-arrow a {
    position: absolute;
    right: -50px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #282727;
}
.projects-style-2 .hkangles-project-details .hkangles-details-arrow a:hover {
    background-color: #282727;
    color: #fff;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-details {
    opacity: 1;
}
.projects-style-2 .hkangles-project-detail-title {
    padding-bottom: 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.projects-style-2 .hkangles-project-details .hkangles-project-detail-value {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}
.projects-style-2 .hkangles-project-slide .hkangles-project-image-container{
    position: relative;
}
.projects-style-2 .owl-carousel .owl-nav {
    position: absolute;
    top: -105px;
    margin-top: -30px;
    width: auto;
    right: 0;
    display: flex;
}
.projects-style-2 .owl-carousel .owl-nav.disabled {
    display: none;
}
.projects-style-2 .owl-carousel .owl-nav .owl-next {
    opacity: 85%;
}
.projects-style-2 .hkangles-project-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    display: inline-block;
}
/* Projects Style 3 */
.projects-style-3 .hkangles-project-content-inner,
.projects-style-3 .hkangles-project-content-cover .hkangles-project-content-inner:after,
.projects-style-3 .hkangles-project-content-inner .hkangles-project-title-wrap,
.projects-style-3 .hkangles-project-content-inner .hkangles-project-action-icons a {
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
}
.projects-style-3 .hkangles-project-thumbnail-wrapper {
    position: relative;
}
.projects-style-3 .hkangles-project-thumbnail-wrapper img{
    width: 100%;
}
.projects-style-3 .hkangles-project-content-cover{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.projects-style-3 .hkangles-project-content-cover .hkangles-project-content-inner{
    position: relative;
    height: 100%;
    z-index: 9;
}
.projects-style-3 .hkangles-project-content-cover .hkangles-project-content-inner:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-action-icons a{
    position: absolute;
    left: 0px;
    top: -60px;
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    color: #fff;
    z-index: 99999;
    display: inline-block;
    text-align: center;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-action-icons a i{
    font-size: 13px;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-title-wrap{
    position: absolute;
    left: 30px;
    bottom: -25px;
    z-index: 2;
    visibility: visible;
    left: 0;
    margin-left: 20px;
    background-color: #fff;
    border-bottom: solid 4px;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-title-wrap h3{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-action-icons a:hover {
    background-color: #000;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-title-wrap .hkangles-project-category{
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.projects-style-3 .hkangles-project-title-wrap-inner {
    position: relative;
    margin: 40px 30px 30px;
}
.projects-style-3.projects-layout-grid .hkangles-project-slide {
    margin-bottom: 60px;
}

/*******************************************************
	Services Widget
*******************************************************/

/*! Services Style 1 */
.services-style-1 .hkangles-service-image-container{
    position: relative;
}
.services-style-1 .hkangles-service-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.services-style-1 .hkangles-service-service-wrapper:hover .read-more-link {
    height: 35px;
}
.services-style-1 .hkangles-service-content p {
	margin:0;
    color: #fff;
}
.services-style-1 .hkangles-service-title-wrap h3{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.services-style-1 .hkangles-service-content-inner .hkangles-service-content a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.services-style-1 .hkangles-service-image-overlap {
    position: relative;
    width: 100%;
    height: 100%;
}
.services-style-1 .hkangles-service-service-wrapper:hover .hkangles-service-image-overlap {
    opacity: 0.6;
    transform: scaleY(1.0);
}
.services-style-1 .hkangles-service-service-wrapper .hkangles-service-image-overlap {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
}
.services-style-1 .owl-carousel .owl-nav button i {
	color: #fff;
    height: 50px;
    display: block;
}
.services-style-1 span.hkangles-project-category {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 25px;
}
.services-style-1 .hkangles-service-content-cover {
    padding-top: 20px;
}
.services-style-1 .owl-carousel .owl-nav button.owl-next {
    opacity: 85%;
}
.services-style-1 .owl-carousel .owl-nav button.owl-next,
.services-style-4 .owl-carousel .owl-nav button.owl-next{
	text-align: center;
}

.services-style-1 .owl-carousel .owl-nav button.owl-prev i,
.services-style-4 .owl-carousel .owl-nav button.owl-prev i {
	text-align: center;
}
.services-style-1 .owl-carousel .owl-nav button i:hover,
.services-style-4 .owl-carousel .owl-nav button i:hover {
    background: #000;
}
.services-style-1 .owl-carousel .owl-nav {
    position: absolute;
    bottom: 20px;
    top: inherit;
    margin: 0 ;
    margin-top: 0;
    left: -618px;
    z-index: 9999999;
    display: flex;
}
.services-style-1 .owl-prev:after,
.services-style-4 .owl-prev:after {
	left: 20px;
}
.services-style-1 .owl-next:after,
.services-style-4 .owl-next:after {
	right: 20px;
}
.services-style-1  button.owl-prev,
.services-style-4  button.owl-prev {
    margin-right: 0;
}
.hkangles-project-thumbnail-border-top{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.hkangles-project-thumbnail-border-top:before {
    left: 15px;
    top: 15px;
    bottom: 15px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition-duration: 0.35s;
    animation-duration: 0.35s;
    background-color: #c6ac82;
    transition-delay: 0.2s;
    opacity: 0;
}
.hkangles-project-thumbnail-wrapper:hover .hkangles-project-thumbnail-border-top:before{
    opacity: 1;
    transform: scale(1);
}
.hkangles-project-thumbnail-border-top:after {
    left: auto;
    top: 15px;
    bottom: 15px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition-duration: 0.35s;
    animation-duration: 0.35s;
    background-color: #c6ac82;
    transition-delay: 0.2s;
    right: 15px;
}
.hkangles-project-thumbnail-wrapper:hover .hkangles-project-thumbnail-border-top:after{
    opacity: 1;
    transform: scale(1);
}
.hkangles-project-thumbnail-border-right{
 position: relative;
}

.hkangles-project-thumbnail-border-right:before {
    top: 15px;
    content: "";
    position: absolute;
    z-index: 4;
    height: 1px;
    left: 15px;
    right: 15px;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition-duration: 0.35s;
    animation-duration: 0.35s;
    background-color: #c6ac82;
    transition-delay: 0.2s;
}
.hkangles-project-thumbnail-wrapper:hover .hkangles-project-thumbnail-border-right:before {
    opacity: 1;
    transform: scale(1);
}
.hkangles-project-thumbnail-border-right {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.hkangles-project-thumbnail-border-right:after {
    bottom: 15px;
    content: "";
    position: absolute;
    z-index: 4;
    height: 1px;
    left: 15px;
    right: 15px;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition-duration: 0.35s;
    animation-duration: 0.35s;
    background-color: #c6ac82;
    transition-delay: 0.2s;
}
.hkangles-project-thumbnail-wrapper:hover .hkangles-project-thumbnail-border-right:after {
    opacity: 1;
    transform: scale(1);
}

/*! Services Style 2 */
.services-style-2 .hkangles-service-slide{
	overflow:hidden;
}
.services-style-2 .hkangles-service-wrapper {
    padding: 50px 30px 30px;
    position: relative;
    background: #fff;
    transition: all 0.6s ease-in-out;
    text-align: center;
}
.services-style-2 .hkangles-service-icon img{
    width: 50px;
    height: auto;
}
.services-style-2 .hkangles-service-slide:hover .read-more-link a,
.services-style-2 .hkangles-service-slide:hover .hkangles-service-content,
.services-style-2 .hkangles-service-slide:hover .hkangles-service-icon {
    color: #fff;
}
.services-style-2 .hkangles-service-slide:hover .hkangles-service-icon:after {
    opacity: 0.3;
}
.services-style-2 .hkangles-service-slide:hover .read-more-link a:after{
    background-color: #fff;
}
.services-style-2 .hkangles-service-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 1;
}
.services-style-2 .hkangles-service-icon:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    left: -30px;
    z-index: -1;
    top: 10px;
}
.services-style-2 .hkangles-service-icon i {
    font-size: 70px;
    line-height: 70px;
}
.services-style-2 h3.hkangles-service-title a {
    font-size: 26px;
    line-height: 32px;
}
.services-style-2 .hkangles-service-slide:hover .hkangles-service-button i,
.services-style-2 .hkangles-service-slide:hover h3.hkangles-service-title a {
    color: #fff;
}
.services-style-2 .hkangles-service-title-wrap h3 {
    margin: 0;
    line-height: 32px;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.services-style-2 .hkangles-service-title-wrap{
    position: relative;
}
.services-style-2 .hkangles-service-content {
    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-2 .hkangles-service-content p {
    margin-bottom: 15px;
}
.services-style-2 .read-more-link a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}
.services-style-2 .read-more-link a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}
/*! Services Style 3 */
.services-style-3 .hkangles-service-slide .hkangles-service-wrapper .hkangles-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 .hkangles-service-wrapper {
    position: relative;
}
.services-style-3 .hkangles-service-icon {
	position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 55px;
    color: #fff;
    z-index: 1;
}
.services-style-3 .hkangles-service-slide:hover .hkangles-service-icon{
    color: #fff;
}
.services-style-3 .hkangles-service-icon {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-3 .hkangles-service-slide:hover .hkangles-service-icon {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg );
}
.services-style-3 .hkangles-service-title-wrap{
    padding: 25px 30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.services-style-3 .hkangles-service-title-wrap .hkangles-service-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
}
.services-style-3 .hkangles-service-content p {
    margin: 0;
}
.services-style-3 .hkangles-service-title-wrap-inner {
    position: relative;
}
.services-style-3 .hkangles-service-action-icons {
	position: absolute;
    bottom: -25px;
    right: -30px;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 40px;
}
.services-style-3 span.hkangles-project-category {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    padding: 8px 15px;
    z-index: 1;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-3 .service-title {
	font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}
.services-style-3 .hkangles-service-slide .hkangles-service-wrapper:hover .hkangles-service-date i{
    color: #fff; 
}
.services-style-3 .hkangles-service-content span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.services-style-3 .hkangles-service-slide .hkangles-service-image-container { 
    overflow: hidden;
    position: relative;
}
.services-style-3 .hkangles-service-slide .hkangles-service-image-container img{ 
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-style-3 .hkangles-service-slide:hover .hkangles-service-image-container img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.services-style-3 .hkangles-service-image-container{
    position: relative;
}
.services-style-3 .hkangles-service-image-container:after {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(1, 31, 76, 0) 0%, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1, 31, 76, 0)), color-stop(100%, #f0f2f5));
    background: -webkit-linear-gradient(top, rgb(1 31 76 / 0%) 0%, #000 100%);
    background: -o-linear-gradient(top, rgba(1, 31, 76, 0) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(1, 31, 76, 0) 0%, #000 100%);
    background: linear-gradient(to bottom, rgb(1 31 76 / 0%) 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=0);
}
/*! Services Style 4 */

.services-style-4 .hkangles-service-slide .hkangles-service-wrapper .hkangles-service-date i,
.services-style-4 .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-4 .hkangles-service-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.services-style-4 .hkangles-service-icon {
    font-size: 38px;
    color: #fff;
    width: 60px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 9;
}
.services-style-4 .hkangles-service-wrapper .hkangles-service-image-container img{
    width: 100%;
}
.services-style-4 .hkangles-service-slide .hkangles-service-wrapper .hkangles-service-date i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 30%;
    left: 40%;
    right: 0;
    text-align: center;
    right: 0;
    font-size: 30px;
    background-color: #ffffff;
}
.services-style-4 .hkangles-service-content-cover{
    position: absolute;
    bottom: -55px;
    width: 90%;
    padding: 20px 20px 20px 20px;
    border-top: none;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    left: 5%;
    text-align: center;
}
.services-style-4 .hkangles-service-wrapper{
    position: relative;
}
.services-style-4 .service-title a {
    font-size: 26px;
    line-height: 31px;
    color: #282727;
    margin-bottom: 0;
}
.services-style-4 .service-title {
    margin-bottom: 0;
}
.services-style-4 .hkangles-service-title-wrap .hkangles-service-content p{
    margin: 0;
    padding: 0px 0 15px;
}
.services-style-4 .read-more-link a{
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.services-style-4 .read-more-link a i {
    padding-left: 7px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
.services-style-4 .hkangles-service-image-container{
    position: relative;
}
.services-style-4 .hkangles-service-title {
    line-height: 36px;
    font-size: 26px;
    margin-bottom: 5px;
}
.services-style-4 .hkangles-service-slide {
    padding-bottom: 80px;
}
.services-style-4 .hkangles-service-slide .hkangles-service-image-container img{ 
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-style-4 .hkangles-service-slide:hover .hkangles-service-image-container img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*! Services Style 5 */
.services-style-5 .hkangles-service-slide{
    overflow:hidden;
}
.services-style-5 .hkangles-service-wrapper {
    padding: 30px 30px 23px;
    position: relative;
    background: #fff;
}
.services-style-5 .hkangles-service-slide:hover .hkangles-service-wrapper {
    z-index: 1;
}
.services-style-5 .hkangles-service-slide:hover .hkangles-service-wrapper:before {
    bottom: 0;
    z-index: -1;
}
.services-style-5 .hkangles-service-wrapper:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .9s cubic-bezier(.68,1.55,.265,.55);
    -moz-transition: .9s cubic-bezier(.68,1.55,.265,.55);
    -ms-transition: .9s cubic-bezier(.68,1.55,.265,.55);
    -o-transition: .9s cubic-bezier(.68,1.55,.265,.55);
    transition: .9s cubic-bezier(.68,1.55,.265,.55);
}
.services-style-5 .hkangles-service-icon img{
    width: 50px;
    height: auto;
}
.services-style-5 .hkangles-service-slide:hover .read-more-link a,
.services-style-5 .hkangles-service-slide:hover .hkangles-service-title-wrap .hkangles-project-category,
.services-style-5 .hkangles-service-slide:hover .hkangles-service-content {
    color: #fff;
}
.services-style-5 .hkangles-service-slide:hover .hkangles-service-icon:after {
    opacity: 0.3;
}
.services-style-5 .hkangles-service-slide:hover .read-more-link a:after{
    color: #fff;
}
.services-style-5 .hkangles-service-slide:hover .hkangles-service-icon-wrapper {
    border-bottom: 1px solid rgb(239 239 227 / 20%);
}
.services-style-5 .hkangles-service-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 1;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background-color: #efefe3;
    margin-right: 20px;
}
.services-style-5 .hkangles-service-icon-wrapper {
    padding-bottom: 30px;
    border-bottom: 1px solid #efefe3;
    margin-bottom: 26px;
    z-index: 1;
}
.services-style-5 span.hkangles-project-category {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Titillium Web;
    letter-spacing: 1px;
}
.services-style-5 .hkangles-service-icon i {
    font-size: 50px;
}
.services-style-5 h3.hkangles-service-title a {
    font-size: 26px;
    line-height: 32px;
}
.services-style-5 .hkangles-service-slide:hover .hkangles-service-button i,
.services-style-5 .hkangles-service-slide:hover h3.hkangles-service-title a {
    color: #fff;
}
.services-style-5 .hkangles-service-title-wrap h3 {
    margin: 0;
    line-height: 32px;
    font-size: 26px;
}
.services-style-5 .hkangles-service-title-wrap{
    position: relative;
    text-align: left;
    z-index: 1;
}
.services-style-5 .hkangles-service-content p {
    margin-bottom: 15px;
    z-index: 1;
}
.services-style-5 .read-more-link a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.services-style-5 .read-more-link a:after{
    position: absolute;
    right: -16px;
    font-weight: 600;
    top: -2px;
    content: "+";
    font-size: 17px;
    color: #000;
}
/*******************************************************
	Team Widget
*******************************************************/

/* Team Style 1 */
.team-style-1 .hkangles-teammember-image-container:before,
.team-style-1 .hkangles-teammember-content-cover:before,
.team-style-1 .hkangles-teammember-content-cover .hkangles-teammember-social-links,
.team-style-1 .hkangles-teammember-social-profiles-container:hover .hkangles-teammember-social-links,
.team-style-1 .hkangles-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 .hkangles-teammember-main-wrapper{
    position: relative;
}
.team-style-1 .hkangles-teammember-main-wrapper:before{
    position: absolute;
    content: "";
    -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    width: 80%;
    left: 10%;
    height: 100px;
    bottom: 0;
}
.team-style-1 .teammember-title {
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.team-style-1 .teammember-title a {
	color: #282727;	
}
.team-style-1 .hkangles-teammember-content-cover .hkangles-teammember-share{
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}
.team-style-1 .hkangles-teammember-wrapper {
    position: relative;
    border-bottom: 5px solid;
}
.team-style-1 .hkangles-teammember-slide:hover .hkangles-teammember-social-links{
    bottom: 50px;
    opacity: 1;
}
.team-style-1 h3.hkangles-teammember-title {
    line-height: 32px;
    font-size: 26px;
    margin-bottom: 10px;
}
.team-style-1 .hkangles-teammember-content-cover {
    position: relative;
    text-align: center;
    border-bottom: 1px solid transparent;
    background-color: #fff;
}
.team-style-1 .hkangles-teammember-designation{
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
	color: #7d7c7c;
    margin-top: 6px;
    letter-spacing: 1px;
}
.team-style-1 .hkangles-teammember-social-inner {
    clear: both;
    text-align: center;
    display: inline-block;
}
.team-style-1 .hkangles-teammember-social-profiles-container{
    position: absolute;
    right: 15px;
    top: -20px;
}
.team-style-1 .hkangles-teammember-wrapper:hover .hkangles-teammember-content-cover:before {
    height: 100%;
}
.team-style-1  .hkangles-teammember-social-profiles {
    padding: 0;
    margin: 0;
}
.team-style-1 .hkangles-teammember-social-profiles li {
    display: block;
    margin: 0;
    padding: 0;
}
.team-style-1 .hkangles-teammember-social-profiles li a {
	display: block;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    color: #000;
    background: #fff;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: -1px;
}
.team-style-1 .hkangles-teammember-social-profiles li:last-child a {
    margin-right: 0;
}
.team-style-1 .hkangles-teammember-social-profiles li a:hover {
    color: #fff;
}
.team-style-1.team-layout-grid .hkangles-teammember-slide,
.blog-layout-grid .hkangles-post-slide,
.projects-layout-grid .hkangles-project-slide {
    margin-bottom: 30px;
}
.hkangles-teammember-bottom .team-style-1.team-layout-grid .hkangles-teammember-slide{
    margin-bottom: 30px;
}
.services-layout-grid .hkangles-service-slide {
    margin-bottom: 40px;
}
.services-layout-grid.services-style-2 .hkangles-service-slide {
    margin-bottom: 30px;
}
.services-style-4 .hkangles-service-content {
    opacity: 0;
    height: 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);
}
.services-style-4 .hkangles-service-slide:hover .hkangles-service-content{
    opacity: 1;
    height: 72px;
}
.team-style-1 .hkangles-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 .hkangles-teammember-wrapper:hover .hkangles-teammember-show-details {
	left: 0;
}
.team-style-1 .hkangles-teammember-wrapper:hover .hkangles-teammember-show-details {
	opacity: 1;
}
.team-style-1 .hkangles-teammember-show-details a {
    font-size: 14px;
    color: #fff;
}
.team-style-1 .hkangles-teammember-content-cover-inner {
    position: relative;
    padding: 25px 0 20px;
}
/* Team Style 2 */
.team-style-2 .hkangles-teammember-social-links{
    opacity: 0;
    -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);
    overflow: hidden;
}

.team-style-2 .hkangles-teammember-wrapper:hover .hkangles-teammember-social-links{
    opacity: 1;
    height: 40px;
}
.team-style-2 .hkangles-teammember-content-cover{
    transform: translateY(0);
    -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);
    overflow: hidden;
}
.team-style-2 .hkangles-teammember-wrapper:hover .hkangles-teammember-content-cover{
    transform: translateY(-40px);
}

.team-style-2 .hkangles-teammember-wrapper{
    position: relative;
    overflow: hidden;
}
.team-style-2 .hkangles-teammember-social-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-style-2 .hkangles-teammember-social-profile a{
    display: block;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    position: relative;
    width: 30px;
    height: 40px;
}
.team-style-2 li.hkangles-teammember-social-profile {
    display: inline-block;
}
.team-style-2 .hkangles-teammember-social-profile a:hover{
    color: #fff;
}
.team-style-2 .hkangles-teammember-title-wrap{
    padding: 15px;
    position: relative;
    background: #fff;
    text-align: center;
}
.team-style-2 .hkangles-teammember-social-inner {
    width: 100%;
    text-align: center;
}
.team-style-2 .hkangles-teammember-title-wrap h3{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.team-style-2 .hkangles-teammember-title-wrap h5{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin-top: 3px;
    font-weight: 600;
}
.team-style-2 .hkangles-teammember-title-wrap img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.team-layout-grid .hkangles-teammember-slide {
    margin-bottom: 30px;
}

/*******************************************************
	Testimonials Widget
*******************************************************/

/* Testimonials Style 1 */
.testimonials-style-1 .hkangles-testimonial-slide {
    margin-bottom: 30px;
}
.testimonials-style-1 .hkangles-testimonial-image-container img {
	width: 70px;
    height: 70px;
}
.testimonials-style-1 .hkangles-testimonial-content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 22px;
    font-style: italic;
    margin-bottom: 20px;
    font-family: Titillium Web;
}
.owl-carousel .owl-nav button i {
	color: #fff;
}
.testimonials-style-1 .hkangles-testimonials-title-wrap{
	margin-left: 25px;
}
.testimonials-style-1 .hkangles-testimonials-title-wrap h3 {
    line-height: 28px;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
}
.testimonials-style-1 span.hkangles-testimonial-designation {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.testimonials-style-1 .testimonial-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}
.testimonials-style-1 span.testimonial-designation {
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    color: #595959;
    font-weight: 700;
    letter-spacing: 1px;
}
.testimonials-style-1 .hkangles-testimonial-main-wrapper{
    position: relative;
}
.testimonials-style-1 .hkangles-testimonial-wrapper {
    padding: 10px;
    position: relative;
    margin: 25px 25px 0 0;
    background-color: #fff;
    box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 6%);
}
.testimonials-style-1  .hkangles-testimonial-content-cover {
    border: 1px solid #f3f3f3;
    padding: 25px 20px 30px;
}
.testimonials-style-1 .hkangles-testimonial-wrapper:after {
    text-align: center;
    position: absolute;
    right: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -25px;
    font-size: 20px;
    line-height: 50px;
    content: "\f127";
    font-family: Flaticon;
    color: #fff;
    border-radius: 50%;
}
.testimonials-style-1 .hkangles-testimonial-heading {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    border-top: 2px dashed #c9c9c9;
}
/* Testimonials Style 2 */
.testimonials-style-2 .hkangles-testimonial-image-container,
.testimonials-style-2 .hkangles-testimonial-image-container img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.testimonials-style-2 .hkangles-testimonial-content,
.testimonials-style-2 .hkangles-testimonial-content-cover {
    position: relative;
}
.testimonials-style-2 .hkangles-testimonial-content p {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
}
.testimonials-style-2 .hkangles-testimonial-rating {
    margin-top: 7px;
}
.testimonials-style-2 .hkangles-testimonial-content{
    margin-bottom: 30px;
}
.testimonials-style-2 .testimonial-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 3px;
}
.testimonials-style-2  h3.hkangles-testimonial-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: left;
}
.testimonials-style-2  span.hkangles-testimonial-designation {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonials-style-2 .hkangles-testimonials-title-wrap .testimonial-designation{
	text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Titillium Web', sans-serif;
}
.hkangles-testimonial-content h4 { 
    display: none;
}
.testimonials-style-2 .hkangles-testimonial-content h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}
.testimonials-style-2 .owl-dots {
    position: absolute;
    left: 46%;
    display: flex;
    bottom: 100px;
    margin: 0;
}
.testimonials-style-2 .owl-dots .owl-dot {
    background: #e7e9ec;
    width: 7px;
    height: 7px;
    padding-right: 5px;
    outline: none;
    display: inherit;
    margin: 0px 2px
}
.testimonials-style-2 .owl-carousel .owl-nav button i:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.testimonials-style-2 .owl-carousel .owl-nav button i {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.testimonials-style-2 .owl-dots .owl-dot.active { 
    width: 10px;
    height: 10px;
    list-style: 10px;
    margin-top: -2px;
}
.testimonials-style-2  .hkangles-testimonial-wrapper {
    padding: 200px 100px 160px;
    text-align: center;
    position: relative;
}
.testimonials-style-2 .owl-stage-outer:after {
    content: '';
    top: 0;
    z-index: -1;
    width: 570px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -285px;
    background-color: #f3f3f3;
}
.testimonials-style-2 .hkangles-testimonial-content:after {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -85px;
    font-size: 60px;
    content: "\f12d";
    color: #e7e9ec;
    font-family: flaticon !important;
}
.testimonials-style-2 .hkangles-testimonial-image-container {
    position: relative;
    display: inline-block;
}
.testimonials-style-2 .align-items-center.hkangles-testimonial-content-inner {
    display: inline-flex;
}
.testimonials-style-2 .hkangles-testimonials-title-wrap {
    text-align: left;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
 .owl-carousel button.owl-next {
    float: right;
}
.owl-carousel .owl-nav button i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    display: block;
    font-weight: normal;
}
.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: 570px;
}
/* Testimonials Style 3 */
.testimonials-style-3 .hkangles-testimonial-image-container,
.testimonials-style-3 .hkangles-testimonial-image-container img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.testimonials-style-3 .hkangles-testimonial-content-cover {
    position: relative;
    padding-left: 105px;
}
.testimonials-style-3 .hkangles-testimonial-content-cover:after {
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-top: 21px solid #ffffff;
    content: " ";
    height: 0;
    position: absolute;
    width: 13px;
    top: 64px;
    left: 34px;
}
.testimonials-style-3 .hkangles-testimonial-content:after,
.testimonials-style-3 .hkangles-testimonial-slide {
    position: relative;
}
.testimonials-style-3 .hkangles-testimonial-content:after {
    position: absolute;
    content: '\f10e';
    font-family: "hkangles-base-icons";
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 35px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}
.testimonials-style-3 .hkangles-testimonial-content p {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    font-family: Titillium Web;
    color: #fff;
    font-style: italic;
}
.testimonials-style-3-second .testimonials-style-3 .hkangles-testimonial-content p { 
    padding-right: 30px;
    font-size: 20px;
    line-height: 34px;
}
.testimonials-style-3 .hkangles-testimonial-rating {
    margin-top: 5px;
    margin-bottom: 18px;
}
.testimonials-style-3  h3.hkangles-testimonial-title {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.testimonials-style-3 span.hkangles-testimonial-designation {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonials-style-3 .testimonial-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.testimonials-style-3 .hkangles-testimonials-title-wrap .testimonial-designation{
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
}
.testimonials-style-3 .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    width: auto;}
.testimonials-style-3 .owl-dots .owl-dot {
    background: #f5f5f5;
    width: 8px;
    height: 8px;
    outline: none;
    display: inherit;
    margin: 0 3px;
}
.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;
}
/* Testimonials Style 4 */
.testimonials-style-4 .hkangles-testimonial-image-container,
.testimonials-style-4 .hkangles-testimonial-image-container img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.testimonials-style-4 .hkangles-testimonial-content-cover{
    position: relative;
}
.testimonials-style-4 .hkangles-testimonial-content-cover:after {
    text-align: center;
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 50px;
    content: "\f127";
    font-family: Flaticon;
    color: #000;
}
.testimonials-style-4 .hkangles-testimonial-content-cover {
    position: relative;
}
.testimonials-style-4 .hkangles-testimonial-content-cover-inner {
    padding: 10px 0;
    position: relative;
}
.testimonials-style-4  h3.hkangles-testimonial-title {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.testimonials-style-4  span.hkangles-testimonial-designation {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.testimonials-style-4 .hkangles-testimonial-content p {
    font-family: Titillium Web;
    color: #000;
    padding-top: 25px;
    margin-bottom: 20px;
    padding-right: 0;
    font-style: italic;
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
}
.testimonials-style-4 .hkangles-testimonial-rating span.fas.fa-star {
    color: #fff;
}
.testimonials-style-4 .hkangles-testimonial-content{
    padding-right: :25px;
}
.testimonials-style-4 .testimonial-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
}
.testimonials-style-4 .hkangles-testimonials-title-wrap .testimonial-designation{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
}
.testimonials-style-4 .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 50px;
    display: flex;
    width: auto;}
.testimonials-style-4 .owl-dots .owl-dot {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    outline: none;
    display: inherit;
    margin: 0 3px;
}
.testimonials-style-4 .owl-nav {
    position: absolute;
    top: 50%;
    left: -383px;
    margin-top: 60px;
}
.testimonials-style-4 .owl-nav button i {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 15px 25px;
}
.testimonials-style-4 .owl-nav .owl-prev i {
    padding: 15px 35px 15px 10px;
}
.testimonials-style-4 .owl-nav .owl-next i {
    padding: 15px 10px 15px 35px;
}
.testimonials-style-4 button.owl-prev {
    margin-right: 10px;
}
.testimonials-style-4 .owl-prev:after {
    left: 20px
}
.testimonials-style-4 .owl-next:after {
    left: 18px;
}
/*******************************************************
    timetile style 1
*******************************************************/
.timeline-style-1 .hkangles-timeline-wrapper {
    position: relative;
    padding: 50px 30px 20px 30px;
}
.timeline-style-1 .hkangles-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 .hkangles-timeline-wrapper i {
    font-size: 34px;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 20px;
}
.timeline-style-1 .hkangles-timeline-list {
    padding: 0px;
    margin: 0;
	color: #fff;
}
.timeline-style-1 .hkangles-timeline-list li {
    list-style: none;
    border-bottom: 1px solid #e2e4e82e;
    padding: 15px 0px;
}
.timeline-style-1 .hkangles-timeline-list li:last-child {
	border-bottom: none;
}
.timeline-style-1 .hkangles-timeline-list li .hkangles-timeline-value {
    float: right;
}
.timeline-style-1 h3.hkangles-timeline-title {
    font-size: 24px;
	margin-bottom: 35px;
    color: #fff;
}
.thsb-bg-color.elementor-column{
		background: transparent !important;
}
/*******************************************************
    Tab Widget
*******************************************************/
.hkangles_tabs_wrapper{
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    overflow: hidden;
}
.hkangles-tab-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    z-index: 1;
}
.hkangles-list-tab {
    flex: 1;
}
.planto-tab-content{
    border-radius: 10px 10px 10px 10px;
   
}
.planto-tab-content .hkangles-tab-content-list{
    display: none;
}
.planto-tab-content .hkangles-tab-content-list.cd-active-tab{
    display: block;
}
.hkangles-list-tab a {
    display: block;
    padding: 20px; 
}
.hkangles-list-tab.cd-active-tab-link a{
    background: #000;
    color: #fff;
}
/* Pricing table */
.hkangles_pricing_wrapper .ptable-col{
    position: relative;
}
.hkangles_pricing_wrapper .hkangles-pricing-table-box {
    padding: 40px 30px;
    text-align: center;
    background-color: #fff;
}
.hkangles_pricing_wrapper .hkangles-pricing-table-featured-col .pricing-table-line i,
.hkangles_pricing_wrapper .hkangles-pricing-table-featured-col .pricing-table-line {
    color: #fff;
}
.hkangles_pricing_wrapper .hkangles-ptable-symbol,
.hkangles_pricing_wrapper .hkangles-ptable-price {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    display: inline-block;
    font-family: Titillium Web;
}
.hkangles_pricing_wrapper .hkangles-hkangles-ptable-heading {
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline;
}
.hkangles_pricing_wrapper .hkangles-ptable-description-wrapp {
    padding-bottom: 35px;
}
.hkangles_pricing_wrapper .hkangles-pricing-table-featured-col .hkangles-hkangles-ptable-heading{
    color: #FFF;
}
.hkangles_pricing_wrapper .hkangles-ptable-heqading {
    position: relative;
}
.hkangles_pricing_wrapper .hkangles-ptable-pricing {
    padding-top: 35px;
}
.hkangles_pricing_wrapper .hkangles-hkangles-ptable-heading span{
    padding-left: 5px;
}
.hkangles_pricing_wrapper .hkangles-ptable-description {
    color: #000;
}
.hkangles_pricing_wrapper .hkangles-ptable-frequency {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding-left: 10px;
}
.hkangles_pricing_wrapper .pricing-table-line {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    padding-bottom: 10px;
}
.hkangles_pricing_wrapper .hkangles-pricing-table-featured-col .hkangles-ptable-frequency {
    color: #fff;
}
.hkangles_pricing_wrapper .hkangles-pricing-table-featured-col .ptable-btn a:hover {
    background-color: #fff;
    color: #000;
}
.hkangles_pricing_wrapper h3.hkangles-hkangles-ptable-heading:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    top: 50%;
    left: -85px;
}
.hkangles_pricing_wrapper h3.hkangles-hkangles-ptable-heading:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    top: 50%;
    right: -85px;
}
.hkangles_pricing_wrapper .pricing-table-line i{
    font-size: 12px;
    padding-right: 10px;
    color: #000;
}
.hkangles_pricing_wrapper .hkangles-pricing-table-icon-wrapper i {
	line-height: 80px;
    font-size: 55px;
	color: #282727;
}
.hkangles_pricing_wrapper .hkangles-pricing-table-box:after {
    content: '';
    position: absolute;
    top: -5px;
    width: 270px;
    left: 50%;
    margin-left: -135px;
    height: 5px;
    background: #000;
}
.hkangles_pricing_wrapper .ptable-btn a {
    display: inline-block;
    color: #fff;
    padding: 17px 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 14px;
}
.hkangles_pricing_wrapper .ptable-btn a:hover {
   background-color: #000;
   color: #fff;
}
.hkangles_pricing_wrapper .ptable-btn {
    padding-top: 30px;
}
.hkangles_pricing_wrapper .hkangles-pricing-table-icon-type-image img {
    margin-top: -18px;
}
/* accordion*/
.elementor-accordion .elementor-accordion-item {
    margin: 15px 0;
}
.elementor-accordion .elementor-tab-content {
    border: none;
    margin: 0 30px 30px;
}
.elementor-accordion .elementor-tab-content p {
	margin: 0;
}
.elementor-accordion .elementor-accordion-item {
    margin: 20px 0;
    background: #fff;
}
.elementor-accordion .elementor-accordion-item i {
    font-size: 13px;
    width: 35px;
    line-height: 35px;
    margin-left: -18px;
    text-align: center;
    height: 35px;
}
.elementor-accordion .elementor-accordion-item:last-child {
    margin-bottom:0;
}
.elementor-accordion .elementor-accordion-item {
    border-width: 0px;
    border-bottom: 1px solid #e7e4e4 !important;
}
.elementor-element  .elementor-active .elementor-accordion-title {
    color: #282727  !important;
}
/* woocommerce*/
.planto-woocommerce-product-slide.woocommerce {
    margin-bottom: 40px;
}
.planto-woocommerce-product-slide.woocommerce {
    text-align: center;
	position: relative;
}
.planto-woocommerce-product-slide.woocommerce h2.woocommerce-loop-product__title {
    font-size: 26px;
    line-height: 32px;
}
.planto-woocommerce-product-slide.woocommerce .hkangles-product-price bdi {
    font-size: 34px;
    font-weight: 800;
    font-family: Barlow Condensed;
}
.planto-woocommerce-product-slide.woocommerce .hkangles-product-content {
	background-color: #fff;
    padding: 160px 20px 50px;
    margin-top: -120px;
	border-radius: 0 80px 0;
}
.planto-woocommerce-product-thumbnail-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 50%;
}
.planto-woocommerce-product-slide.woocommerce .hkangles-add-to-cart-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.planto-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;
}
.planto-woocommerce-product-slide.woocommerce .hkangles-add-to-cart-button a { 
	color: #fff;
}
.planto-woocommerce-product-slide.woocommerce .hkangles-product-description p {
    margin-bottom: 30px;
}

.planto-woocommerce-product-slide-02.woocommerce {
    margin-bottom: 40px;
    border: 1px solid #edf8fe;
    padding: 5px;
    border-radius: 8px;
    margin: 0px 8px 30px 8px;
}
.planto-woocommerce-product-slide-02.woocommerce {
    text-align: center;
    position: relative;
}
.planto-woocommerce-product-slide-02.woocommerce h2.woocommerce-loop-product__title {
    font-size: 30px;
    line-height: 32px;
    color: #11325b;
}
.planto-woocommerce-product-slide-02.woocommerce .hkangles-product-price bdi {
    font-size: 24px;
    font-weight: 800;
    font-family: Barlow Condensed;
    color: #1eb2fb;
}
.planto-woocommerce-product-slide-02.woocommerce .hkangles-product-price del .woocommerce-Price-amount bdi{
    font-size: 18px;
    font-weight: 800;
    font-family: Barlow Condensed;
    color: #547094;
}
.planto-woocommerce-product-slide-02.woocommerce .hkangles-product-content {
    background-color: #fff;
    padding: 155px 20px 50px;
    margin-top: -120px;
    border-radius: 0 80px 0;
}
.planto-woocommerce-product-slide-02 .planto-woocommerce-product-thumbnail-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius:8px;
}
.planto-woocommerce-product-slide-02.woocommerce .hkangles-add-to-cart-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.planto-woocommerce-product-slide-02.woocommerce .hkangles-add-to-cart-button {
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 25%;
    width: 50%;
    height: 50px;
    line-height: 50px;
    background-color: #1eb2fb;
    border-radius: 8px;
    color: #fff !important;
}
.planto-woocommerce-product-slide-02.woocommerce .hkangles-add-to-cart-button a { 
    color: #fff;
    display: flex;
    justify-content: center!important;
    text-transform: uppercase;
}
.planto-woocommerce-product-slide-02.woocommerce .hkangles-add-to-cart-button a i{
    padding-right: 10px;
}
.planto-woocommerce-product-slide-02.woocommerce .hkangles-product-description p {
    margin-bottom: 30px;
}


.hkangles-vertical-text{
    position: absolute;
    transform: rotate(-90deg);
    left: -83px !important;
    padding: 0px 30px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    top: 23px !important;
}
.hkangles-vertical-text p{
    padding:10px 20px;
    color: #fff;
    font-weight: 600;
}

.hkangles-vertical-text .elementor-text-editor p{
    color: #ffffff;
    font-weight: 700 !important;
}
.hkangles-vertical-text .elementor-text-editor{
    border-radius: 0px 0px 8px 8px;
}

/* History  */

.hkangles-ourhistory-content span.label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: 'Karla';
    font-weight: 700;
    color: #fff;
    padding: 8px 25px;
    text-align: center;
    clip-path: polygon(100% 0%, 90% 55%, 100% 100%, 0% 100%, 0% 0%, 25% 0%);
}
.hkangles-ourhistory-content .history-content h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
.hkangles-ourhistory-content .hkangles-history-button a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.hkangles-ourhistory-content .hkangles-history-button a i{
    padding-left: 10px;
}
.hkangles-ourhistory-content .history-content {
    padding: 30px 30px 0;
    border-left: 1px solid;
}
.hkangles_history_wrapper .owl-dots {
    text-align: left;
}
.history-layout-grid .hkangles-ourhistory.hkangles-ourhistory-type2 {
    margin-bottom: 60px;
}
