
/*******************************************************
	Blog Widget
*******************************************************/
/* blog style 1 */

.blog-style-1 .hkangles-post-meta .post-comment{
    position: relative;
}
.blog-style-1 .hkangles-post-meta-inner {
    justify-content: space-between;
    display: flex;
}
.blog-style-1 .hkangles-post-wrapper .hkangles-post-title-wrap h3{
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 18px;
    margin: 0 0 15px;
    border-bottom: 1px solid #dce3de;
}
.blog-style-1 .hkangles-post-desc p {
    margin-bottom: 0;
}
.blog-style-1 .hkangles-post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.blog-style-1 .hkangles-post-content-area {
    padding: 25px 20px 0;
}
.blog-style-1 .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;
    border-radius: 15px;
}
.blog-style-1 .hkangles-post-slide:hover .hkangles-post-thumbnail-wrapper .hkangles-post-image-container img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-style-1  .hkangles-post-description p {
    margin-bottom: 15px;
}
.blog-style-1 .post-meta-item {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
}
.blog-style-1 span.coronia-project-category.entry-meta {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    border-radius: 50px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
}
.blog-style-1 .post-meta-item i,
.blog-style-1 span.coronia-project-category.entry-meta i {
    color: var(--hkangles-primary-color);
    font-size: 17px;
}
.blog-style-1 .hkangles-post-date-wrap {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.blog-style-1 .post-meta-item .hkangles-post-date-inner {
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 14px;
    display: block;
    padding: 5px 13px;
    border-radius: 10px 10px 0 0;
    font-weight: 500 !important;
}
.blog-style-1 span.hkangles-post-day {
    font-size: 18px;
    line-height: 18px;
}

/* blog style 2 */
.blog-style-2 .hkangles-post-meta .post-comment{
    position: relative;
    margin-left: 12px;
}
.blog-style-2 .hkangles-post-wrapper .hkangles-post-title-wrap h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin: 6px 0 20px;
}
.blog-style-2 .hkangles-post-desc p {
    margin-bottom: 0;
}
.blog-style-2 .hkangles-post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.blog-style-2 .hkangles-post-content-area {
    padding-top: 14px;
}
.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;
    border-radius: 15px;
}
.blog-style-2 .hkangles-post-slide:hover .hkangles-post-thumbnail-wrapper .hkangles-post-image-container img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    
}
.blog-style-2  .hkangles-post-description p {
    margin-bottom: 15px;
}
.blog-style-2 .post-meta-item {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.blog-style-2 .post-meta-item span.coronia-project-category.entry-meta {
    background: transparent;
    color: inherit;
    padding: 0 !important;
    padding-right: 22px !important;
    position: relative;
}
.blog-style-2 .post-meta-item span.coronia-project-category.entry-meta::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background-color: var(--hkangles-primary-color);
}
.blog-style-2 .post-meta-item.hkangles-post-category i {
    font-size: 8px;
    position: absolute;
    left: 0;
    top: -3px;
}
.blog-style-2 .post-meta-item i{
    font-size: 15px;
    padding-right: 5px;
}
.blog-style-2 .hkangles-post-date {
    padding-left: 12px;
}
.blog-style-2 .hkangles-post-date .hkangles-post-month {
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
    display: block;
}
.blog-style-2 span.hkangles-post-day {
    font-size: 20px;
    font-weight: 400;
}
.blog-style-2 .read-more-link a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--hkangles-quaternary-color);
    display: inline-block;
}
.blog-style-2 .read-more-link a:hover {
    color: var(--hkangles-primary-color);
}
.blog-style-2 .read-more-link a i {
    display: inline-block;
    font-size: 14px;
    position: relative;
    transform: rotate(-45deg);
}
.blog-style-2 .read-more-link a i::before {
    font-weight: 600;
}
/* blog style 3 */

.blog-style-3 .hkangles-post-wrapper {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 15PX;
}
.blog-style-3 .hkangles-post-image-container{
    position: relative;
}
.blog-style-3 .hkangles-post-meta .post-author,
.blog-style-3 .hkangles-post-meta .hkangles-post-date{
    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-content-area {
    padding: 35PX 0 0 40PX;
    flex: 1.10 0%;
    position: relative;
}
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-author a{
    position: relative;
    padding-right: 27px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-author i, 
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .hkangles-post-date i{
    padding-right: 5px;
}
.blog-style-3 .post-meta-item.hkangles-post-date {
    padding-right: 40px;
    position: relative;
} 
.blog-style-3 .post-meta-item.hkangles-post-date:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 1.5px;
    right: 15px;
    top: 50%;
    background-color: #606060;
} 
.blog-style-3 span.hkangles-post-category {
    position: relative;
}
.blog-style-3 span.hkangles-post-category {
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-author i,
.blog-style-3 span.hkangles-post-category i{
    color: var(--hkangles-primary-color);
    font-size: 14px;
}
.blog-style-3 .hkangles-post-wrapper .hkangles-post-title-wrap h3{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 25px;
    font-weight: 700;
}
.blog-style-3 .hkangles-post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    flex: .95 0%;
}
.blog-style-3 .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-3 .hkangles-post-slide:hover .hkangles-post-thumbnail-wrapper .hkangles-post-image-container img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-style-3 .post-meta-item {
    font-size: 13px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-style-3 .hkangles-post-meta {
    margin-top: 4px;
}
.blog-style-3 .read-more-link {
    position: absolute;
    bottom: 50px;
    left: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.blog-style-3 .read-more-link i::before {
    display: inline-block;
    transform: rotate(-45deg);
    font-weight: 600;
    margin: 0;
}
/* blog Style 4 */
.blog-style-4.blog-layout-grid .hkangles-ele:nth-child(odd)  {
    padding-right: 55px;
}
.blog-style-4.blog-layout-grid .hkangles-ele:nth-child(even)  {
    padding-right: 90px;
}
.blog-style-4 .hkangles-post-post-thumbnail-wrapper img {
    width: 200px;
    height: auto;
    position: absolute;
    top: -15px;
    RIGHT: 120PX;
    opacity: 0;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}
.blog-style-4 .blog-img-active .hkangles-post-post-thumbnail-wrapper img {
    opacity: 1;
}

.blog-style-4 .hkangles-post-slide h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 3px;
    margin-bottom: 0;
}
.blog-style-4 .hkangles-post-post-wrapper {
    position: relative;
}
.blog-style-4 .post-meta-item.hkangles-post-category {
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 37PX;
    position: relative;
}
.blog-style-4 .post-comment span,
.blog-style-4 span.hkangles-post-date-inner {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-style-4 .post-comment span {
    position: relative;
}
.blog-style-4 .post-meta-item.hkangles-post-category span::after {
    content: '';
    position: absolute;
    right: -21.5px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3.1px;
    background-color: var(--hkangles-primary-color);

}
.blog-style-4 span.hkangles-post-date-inner i {
    padding-right: 7px;
}
.blog-style-4 .hkangles-ele:last-child .hkangles-post-slide,
.blog-style-4 .hkangles-ele:nth-last-child(2) .hkangles-post-slide {
    border-bottom: none;
}
.blog-style-4.blog-layout-grid .hkangles-post-slide {
    margin-bottom: 60px;
}
/*******************************************************
	Client Widget
*******************************************************/

/* Client Style 1 */
.client-style-1 .client-item{
    text-align: center;

}
.client-style-1.client-layout-grid .client-item{
    padding: 60px 0;
    border-left: 0px;
    float: left;
}
.client-style-1.client-layout-grid.column-6 .client-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.client-style-1.client-layout-grid .hkangles-clients-grid-wrapper {
    display: flex;
    width: 100%;
}
.client-style-1 .client-item img {
    display: inline;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    filter: grayscale(100%);
}
.client-style-1 .client-item img:hover {
    filter: 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;
}
.counter-style-1 .hkangles-counter-icon,
.services-style-4 .hkangles-service-icon{
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.counter-style-1:hover .hkangles-counter-icon{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.counter-style-1 .hkangles-counter-number:before {
    position: absolute;
    right: -34px;
    top: 50%;
    content: "+";
    font-size: 50px;
    line-height: 0;
}
.counter-style-1 .hkangles-counter-number {
    font-size: 46px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    color: var(--hkangles-quaternary-color);
}
.cd-bg-color-primary .counter-style-1 .hkangles-counter-icon,
.cd-bg-color-primary .counter-style-1 .hkangles-counter-title {
    color: #fff;
}
.counter-style-1 .hkangles-counter-icon {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -1.3px;
    display: inline-block;
    color: #fff;
    padding-right: 7px;
}
.counter-style-1 .hkangles-counter-content {
    display: block;
    align-items: flex-end;
}
.counter-style-1 .hkangles-counter-title-wrapper {
    border-top: 1px solid hsl(0deg 0% 100% / 15%);
    margin-top: 8px;
    padding-top: 15px;
}
.counter-style-1 .hkangles-counter-title {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    letter-spacing: 1px;
    color: #666;
    font-weight: 500 !important;

}
/*! Counter Style 2 */
.counter-style-2 .hkangles-counter-wrapper{
    position: relative;
}
.counter-style-2 .hkangles-counter-number:before {
    position: absolute;
    right: -35px;
    top: 11px;
    content: "+";
    font-size: 50px;
    line-height: 25px;
}
.counter-style-2 .hkangles-counter-number {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    display: inline-block;
}
.cd-bg-color-primary .counter-style-2 .hkangles-counter-number:before,
.cd-bg-color-primary .counter-style-2 .hkangles-counter-number,
.cd-bg-color-secondary .counter-style-2 .hkangles-counter-number:before,
.cd-bg-color-secondary .counter-style-2 .hkangles-counter-number {
    color: #fff;
}
.counter-style-2 .hkangles-counter-icon {
    font-size: 26px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    margin-top: 5px;
}
.counter-style-2 .hkangles-counter-content {
    display: block;
}
.counter-style-2 .hkangles-counter-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    color: #fff !important;
    padding-left: 0;
    letter-spacing: 1px;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #ffffff9e;
}
/*! Counter Style 3 */
.counter-style-3 .hkangles-counter-wrapper{
	position: relative;
    transition: all 0.6s ease-in-out;
}
.counter-style-3 .hkangles-counter-wrapper:hover{
    transform: translateY(-5px);
}
.counter-style-3 .hkangles-counter-icon,
.services-style-4 .hkangles-service-icon{
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    color: var(--hkangles-primary-color);
}
.counter-style-3 .hkangles-counter-number:before {
    position: absolute;
    right: -39px;
    top: 50%;
    margin-top: -3px;
    content: "+";
    font-size: 60px;
    line-height: 0;
}
.counter-style-3 .hkangles-counter-number {
    font-size: 60px;
    line-height: 60px;
    margin-top: 17px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    color: var(--hkangles-quaternary-color);
}
.counter-style-3 .hkangles-counter-icon {
    font-size: 55px;
    line-height: 65px;
    display: inline-block;
}
.counter-style-3 .hkangles-counter-content {
    display: block;
    padding-top: 18px;
    border-top: 1px solid #e3d8d8;
    align-items: flex-end;
    position: relative;
    transition: all 0.6s ease-in-out;
}
.counter-style-3 .hkangles-counter-content::after {
    content: "";
    position: absolute;
    background-color: var(--hkangles-primary-color);
    width: 0%;
    height: 1px;
    top: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
}
.counter-style-3:hover .hkangles-counter-content::after {
    width: 100%;
}
.counter-style-3 .hkangles-counter-title {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
    color: #666;
}
.counter-style-3 .hkangles-counter-title::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--hkangles-primary-color);
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.counter-style-3-second .hkangles-counter-content {
    background: #f5f5f5;
    border-radius: 25px 0 0 0;
    padding: 28px 50px 25px;
}
.counter-style-3-second .hkangles-counter-content::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 25px;
    bottom: -15px;
    left: -50px;
    rotate: 90deg;
    box-shadow: inset -30px 30px 0 0 #f5f5f5;

}
.counter-style-3-second .hkangles-counter-content::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 25px;
    top: -50px;
    rotate: 90deg;
    right: -30px;
    z-index: -1;
    box-shadow: inset -30px 30px 0 0 #f5f5f5;
}
/*! 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: 100px;
    line-height: 80px;
    color: #fff;
    display: inline-block;
    margin: 0;
    -webkit-text-stroke: 1px hsl(0deg 0% 100% / 85%);
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    margin-left: -8px;
}
.counter-style-5 .hkangles-counter-title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 14px;

}
.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: 100px;
    line-height: 40px;
    font-weight: 500;
    position: absolute;
    right: -58px;
    top: 14px;
    font-weight: bolder;
}
/*******************************************************
	Custom Heading
*******************************************************/
.custom-heading-style-1 {
	margin-bottom: 20px;
}
.custom-heading-style-1.gaiding-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: 12px;
    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-style-1 .hkangles-heading-subtitle-wrapper .heading-subtitle {
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 50px;
    padding: 0px 20px;
    color: #666;
}
.cd-bg-color-white .custom-heading-style-1 .hkangles-heading-subtitle-wrapper .heading-subtitle {
    background-color: var(--hkangles-tertiary-color);
}
/*******************************************************
    Custom Heading style2
*******************************************************/
.custom-heading-style-2 {
    margin-bottom: 20px;
}
.custom-heading-style-2.gaiding-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.gaiding-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-icon{
    font-size: 36px;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: var(--hkangles-primary-color);
}
.infobox-style-1 .hkangles-infobox-icon svg {
    width: 40px;
    height: 40px;
    fill: var(--hkangles-primary-color);
}
.infobox-style-1 .hkangles-infobox-wrapper {
	position: relative;
    overflow: hidden;
    text-align: left;
    -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-1:hover .hkangles-infobox-wrapper {
    transform: translateY(-5px);
}
.infobox-style-1 span.hkangles-infobox-step {
    position: absolute;
    right: 0px;
    font-weight: 700;
    font-size: 70px;
    line-height: 65px;
    color: transparent;
    -webkit-text-stroke: 1px #e5e5e5;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.infobox-style-1:hover span.hkangles-infobox-step {
    -webkit-text-stroke:transparent
}
.infobox-style-1 .hkangles-infobox-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.cd-bg-color-primary .infobox-style-1 .hkangles-infobox-text,
.cd-bg-color-primary .infobox-style-1 .hkangles-infobox-title {
    color: #fff;
}
.infobox-style-1 .hkangles-infobox-more-icon a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--hkangles-quaternary-color);
    padding-top: 22px;
    letter-spacing: 1px;
    font-weight: 600;
}
.infobox-style-1 .hkangles-infobox-more-icon a:hover i,
.infobox-style-1 .hkangles-infobox-more-icon a:hover { 
    color: var(--hkangles-primary-color);
}
.infobox-style-1 .hkangles-infobox-more-icon i {
    display: block;
    font-size: 17px;
    transform: rotate(-45deg);
    color: var(--hkangles-quaternary-color);
    margin-left: 3px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cd-bg-color-primary .infobox-style-1:hover .hkangles-infobox-more-icon a {
    color: #fff;
}
.contact-uspage-box .infobox-style-1 .hkangles-infobox-wrapper {
    text-align: center;
}
/*! Infobox Style 2 */
.infobox-style-2 .hkangles-infobox-icon {
    color: #fff;
    min-width: 102px;
    height: 102px;
    background-color: var(--hkangles-tertiary-color);
    display: inline-table;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.infobox-style-2 svg text {
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.infobox-style-2 .hkangles-infobox-icon i::before {
    line-height: 102px;
    font-size: 45px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.infobox-style-2 .hkangles-infobox-text {
    color: #7a7a7a;
}
.infobox-style-2 .hkangles-infobox-wrapper {
    position: relative;
    margin-left: -25px;
    display: inline-block;
}
.infobox-style-2 .hkangles-infobox-wrapper .hkangles-infobox-big-round svg {
    width: 180px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
}
.infobox-style-2 .hkangles-infobox-big-round svg text {
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 500;
    text-transform: uppercase;
    fill: var(--hkangles-quaternary-color);
}
.infobox-style-2 .hkangles-infobox-big-round {
    display: inline-block;
    position: relative;
}
.infobox-style-2 .hkangles-infobox-img-second img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
/*! Infobox Style 3 */
.infobox-style-3 .hkangles-infobox-icon i{
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
}
.infobox-style-3 .hkangles-infobox-icon {
    z-index: 2;
}
.infobox-style-3 .hkangles-infobox-wrapper {
	position: relative;
    overflow: hidden;
    text-align: left;
    -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 span.hkangles-infobox-step {
    position: absolute;
    right: 0px;
    font-weight: 700;
    font-size: 80px;
    line-height: 75px;
    color: transparent;
    -webkit-text-stroke: 1px #e5e5e5;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.infobox-style-3:hover span.hkangles-infobox-step {
    -webkit-text-stroke:transparent
}
.infobox-style-3 .hkangles-infobox-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 185px;
    margin-bottom: 27px;
    color: #fff !important;
}
.infobox-style-3 .hkangles-infobox-title span {
    font-size: 15px;
    text-decoration: underline;
}
.infobox-style-3 .hkangles-infobox-text {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
}
.cd-bg-color-tertiary .infobox-style-3 .hkangles-infobox-icon i,
.cd-bg-color-tertiary .infobox-style-3 .hkangles-infobox-title {
    color: var(--hkangles-quaternary-color)  !important;
}
.cd-bg-color-tertiary .infobox-style-3 .hkangles-infobox-text {
    color: #666;
}
.cd-bg-color-tertiary .infobox-style-3 .hkangles-infobox-more-icon a{
    border: solid 1px var(--hkangles-quaternary-color);
    color: var(--hkangles-quaternary-color);
    
}
.infobox-style-3 .hkangles-infobox-more-icon a{
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50px;
    border: solid 1px #fff;
    color: #fff;
}
.infobox-style-3 .hkangles-infobox-more-icon a:hover {
    background-color: var(--hkangles-primary-color);
    border-color: var(--hkangles-primary-color);
    color: #fff;
}
.cd-bg-color-primary .infobox-style-3 .hkangles-infobox-more-icon a:hover {
    background-color: var(--hkangles-quaternary-color);
    border-color: var(--hkangles-quaternary-color);
}
.infobox-style-3 .hkangles-infobox-more-icon a i::before {
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 16px;
    font-weight: 500;
}
/*! Infobox Style 4 */
.infobox-style-4{
    position: relative;
}
.hkangles-contact-infobox .infobox-style-4 .hkangles-infobox-content .hkangles-infobox-text {
    color: #595959;
}
.infobox-style-4 .hkangles-infobox-icon{
    text-align: center;
    font-size: 40PX;
    line-height: 90PX;
    display: inline-block !important;
    display: table;
    -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;
    color: var(--hkangles-primary-color);
    background-color: var(--hkangles-tertiary-color);
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.infobox-style-4 .hkangles-infobox-wrapper.d-flex {
    align-items: center;
}
.infobox-style-4:hover .hkangles-infobox-icon{
    transform: translateY(-5px);
}
.cd-bg-color-primary .infobox-style-4 .hkangles-infobox-text,
.cd-bg-color-primary .infobox-style-4 .hkangles-infobox-title {
    color: #fff;
}
.infobox-style-4 .hkangles-infobox-title{
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0px;
    color: var(--hkangles-quaternary-color);
}
.infobox-style-4 .hkangles-infobox-text {
    padding: 10px 0 0px;
}
.infobox-style-4 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-4 .hkangles-infobox-count {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    color: var(--hkangles-primary-color);
}

/*! Infobox Style 5 */

.infobox-style-5 {
    position: relative;
}
.cd-bg-color-primary .infobox-style-5 .hkangles-infobox-text,
.cd-bg-color-primary .infobox-style-5 .hkangles-infobox-title {
    color: #fff;
}
.infobox-style-5 .hkangles-infobox-icon {
    display: inline-block;
    position: relative;
    padding-top: 0;
    width: 40px;
    height: 40px;
    line-height: 47px;
    font-size: 20px;
    background: #ffff;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
}
.infobox-style-5 .hkangles-infobox-wrapper i {
   font-size: 20px;
}
.infobox-style-5 .hkangles-infobox-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #ffff;
    margin-bottom: 0;
}
.infobox-style-5 .hkangles-list-wrapper ul li {
    margin-bottom: 5px;
}
.infobox-style-5 span.icon-number {
    font-size: 150px;
    line-height: 150px;
    position: absolute;
    top: -10px;
    left: 160px;
    font-weight: 700;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgb(44 53 99 / 18%);
}
.infobox-style-5:hover .hkangles-infobox-wrapper {
    transform: translateY(-5px);
}
.infobox-style-5 .hkangles-infobox-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
    border-radius: 10px;
    align-items: center;
    -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;
    background: linear-gradient(90deg, var(--hkangles-primary-color) 0%, var(--hkangles-primary-color) 15%, var(--hkangles-secondary-color) 100%);
}
/*! Infobox Style 6 */
.infobox-style-6{
    position: relative;
}
.hkangles-contact-infobox .infobox-style-6 .hkangles-infobox-content .hkangles-infobox-text {
    color: #595959;
}
.infobox-style-6 .hkangles-infobox-icon{
    text-align: center;
    font-size: 36PX;
    line-height: 84PX;
    display: inline-block !important;
    display: table;
    -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;
    color: #fff;
    background: linear-gradient(90deg, var(--hkangles-primary-color) 0%, var(--hkangles-primary-color) 15%, var(--hkangles-secondary-color) 100%);
    margin-right: 20px;
    width: 75px;
    height: 75px;
    border-radius: 20px;
}
.infobox-style-6-dark .infobox-style-6 .hkangles-infobox-icon {
    background: var(--hkangles-primary-color);
}
.infobox-style-6:hover .hkangles-infobox-icon{
    transform: translateY(-5px);
}
.cd-bg-color-primary .infobox-style-6 .hkangles-infobox-text,
.cd-bg-color-primary .infobox-style-6 .hkangles-infobox-title {
    color: #fff;
}
.infobox-style-6 .hkangles-infobox-title{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    color: var(--hkangles-quaternary-color);
}
.infobox-style-6 .hkangles-infobox-text {
    padding: 12px 0 0px;
    font-size: 16px;
    line-height: 24px;
}
.infobox-style-6 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-6 .hkangles-infobox-count {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    color: var(--hkangles-primary-color);
}
.infobox-style-6-process-step .infobox-style-6 .hkangles-infobox-title {
    font-size: 24px;
    line-height: 24px;
}
.infobox-style-6-process-step .infobox-style-6 .hkangles-infobox-text {
    font-size: 17px;
    line-height: 26px;
}
.infobox-style-6-process-step .infobox-style-6 .hkangles-infobox-icon {
    font-size: 15px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #f9f7f0;
    color: var(--hkangles-quaternary-color);
    border-radius: 20px;
    border: 1px solid #dad9d1;
    font-weight: 600;
}
.infobox-style-6-process-step .infobox-style-6:hover .hkangles-infobox-icon { 
    background-color: var(--hkangles-primary-color);
    color: #fff;
}
.infobox-style-6-process-step .elementor-element::after {
    content: '';
    position: absolute;
    width: 1px; 
    height: 120%;
    left: 20px;
    top: 0;
    background-color: #dad9d1;
}
.infobox-style-6-process-step .elementor-element:last-child:after {
    display: none;
}
/*******************************************************
	Infobox style-7
*******************************************************/
.infobox-style-7 .hkangles-infobox-wrapper {
    position: relative;
}
.infobox-style-7 h3.hkangles-infobox-title {
    color: #fff;
    font-size: 42px;
    text-transform: capitalize;
    line-height: 50px;
    font-weight: 700;
    margin: 0 15px 0 0;
    padding-right: 15px;
    border-right: 1px solid hsl(0deg 0% 100% / 12%);
}
.infobox-style-7 .hkangles-infobox-img {
    line-height: 22px;
}
.infobox-style-7 .hkangles-infobox-icon {
    display: inline-block;
    position: relative;
}
.infobox-style-7 .hkangles-infobox-icon i {
    font-size: 60px;
    line-height: 60px;
}
.infobox-style-7 .hkangles-infobox-text {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding-top: 9px;
}
.infobox-style-7-second .infobox-style-7 .hkangles-infobox-text {
    font-size: 14px;
    line-height: 14px;
}
@keyframes marquee-left {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

/*! Infobox Style 8 */
.infobox-style-8 {
    -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-8 .hkangles-infobox-title {
    font-size: 42px;
    line-height: 46px;
    margin: 0 15px 0 0px;
    padding-bottom: 0px;
    color: #fff;
    font-weight: 700;
}
.infobox-style-8 .hkangles-infobox-content .hkangles-infobox-text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.infobox-style-8 .hkangles-infobox-content{
    width: 100%;
    align-items: center;
}
.infobox-style-8 .hkangles-infobox-wrapper {
    position: relative;
}
.infobox-style-8 .hkangles-infobox-img img {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}
.infobox-style-8 .hkangles-infobox-text {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.hkangles-testimonials-title-wrap-iconlist .infobox-style-8 {
    text-align: center ;
}
.hkangles-testimonials-title-wrap-iconlist .infobox-style-8 .hkangles-infobox-content {
    display: ruby !important;
}
.hkangles-testimonials-title-wrap-iconlist .infobox-style-8 .hkangles-infobox-title {
    color: var(--hkangles-quaternary-color);
    margin: 0 10px 0 0px;
}
.hkangles-testimonials-title-wrap-iconlist .infobox-style-8 .hkangles-infobox-text {
    color: #666666;
    line-height: 30px;
}
.hkangles-testimonials-title-wrap-iconlist .infobox-style-8 .hkangles-infobox-img img {
    margin-top: -20px;
    background-color: #fac12e;
    padding: 6px 10px;
}

/*! Infobox Style 9 */
.infobox-style-9 {
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.infobox-style-9:hover {
    transform: translateY(-8px);
}
.infobox-style-9 .hkangles-infobox-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 7px;
    padding-bottom: 0px;
}
.infobox-style-9 .hkangles-infobox-content .hkangles-infobox-text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.infobox-style-9 .hkangles-infobox-content{
    width: 100%;
}
.infobox-style-9 .hkangles-infobox-wrapper {
    background: #fff;
    padding: 40px 30px 35px;
    border-radius: 20px;
    position: relative;
}
.infobox-style-9 .hkangles-infobox-img,
.infobox-style-9 .hkangles-infobox-icon i {
    display: inline-block;
    text-align: center;
    font-size: 65px;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.infobox-style-9 .hkangles-infobox-img {
    line-height: 45px;
}
.infobox-style-10{
    position: relative;
    overflow: hidden;
}

.infobox-style-10 .hkangles-infobox-icon {
    font-size: 30px;
    line-height: 50px;
    display: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.infobox-style-10 .hkangles-infobox-wrapper {
    padding: 50px 180px 55px 60px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.infobox-style-10 .hkangles-infobox-title{
    font-size: 34px;
    line-height: 42px;
    text-transform: capitalize;
    color: #fff;
    padding-top: 2px;
}
.infobox-style-10 .hkangles-infobox-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.infobox-style-10-second .infobox-style-10 .hkangles-infobox-text {
    color: #000;
}
.infobox-style-10 .hkangles-infobox-button {
    display: inline-block;
    font-size: 20px;
    margin-top: 20px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: absolute;
    color: #fff;
    bottom: 54px;
}
.infobox-style-10 .hkangles-infobox-button a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.infobox-style-10 .hkangles-infobox-button i {
    padding-left: 10px;
}
.infobox-style-10 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-10 .hkangles-infobox-sharp-image {
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
	position: absolute;
	right: 40px;
	top: 110px;
	opacity:0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.infobox-style-10 .hkangles-infobox-sharp-image h3.hkangles-infobox-title {
	font-size: 200px;
    line-height: 200px;
    text-transform: uppercase;
    font-weight: 800;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hkangles-custom-icon .elementor-icon-wrapper {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px !important;
    border-radius: 50%;
    padding: 10px;
}
.hkangles-custom-icon .elementor-icon i {
    width: 80px;
    line-height: 80px;
    height: 80px;;
    text-align: center !important;
    border-radius: 50%;
    background: #ffffff1c;
    /* display: inherit; */
}
.hkangles-custom-icon1 .elementor-icon i {
    width: 80px;
    line-height: 80px;
    height: 80px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.hkangles-new-infobox .elementor-column:first-child .hkangles-infobox-wrapper {
    border-radius: 6px 0 0 0;
}
.hkangles-new-infobox .elementor-column:last-child .hkangles-infobox-wrapper {
    border-radius: 0 6px 0 0;
}
.hkangles-infobox-custom .infobox-style-14 .hkangles-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
/*******************************************************
	List Heading
*******************************************************/
.hkangles-list-wrapper-home1 .hkangles-list-wrapper .list-item a {
    font-size: 16px;
}
.hkangles-list-wrapper-home1 .hkangles-list-wrapper ul li i {
    font-size: 13px;
    line-height: 13px;
    margin-right: 10px;
}
.hkangles-list-wrapper-home1 .hkangles-list-wrapper ul li {
    margin-bottom: 8px;
}
.hkangles-list-wrapper .list-item a {
    font-size: 17px;
    line-height: 28px;
    padding-left: 0px;
    position: relative;
    color: var(--hkangles-quaternary-color);
}
.hkangles-list-wrapper-style-home3 .hkangles-list-wrapper .list-item a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400 !important;
}
.hkangles-list-wrapper-style-home3 .hkangles-list-wrapper ul li i {
    margin-right: 10px;
}
.hkangles-list-wrapper-style-home3 .hkangles-list-wrapper ul li {
    margin-bottom: 5px;
}
.hkangles-list-wrapper-style-5 .hkangles-list-wrapper .list-item a {
    font-size: 18px;
    font-weight: 400 !important;
}
.hkangles-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hkangles-list-wrapper-style-2 .hkangles-list-wrapper .list-item a {
    padding: 0;
    font-size: 18px;
  }
.hkangles-list-wrapper-style-2 .hkangles-list-wrapper ul li i {
font-size: 15px;
line-height: 15px;
}
.hkangles-list-wrapper-style-2  .hkangles-list-wrapper .list-item a:after {
content: none;
}
.hkangles-list-wrapper-style-2 .hkangles-list-wrapper ul li {
margin-bottom:  15px;
}
.hkangles-list-wrapper-style-3.hkangles-list-wrapper-style-2 .hkangles-list-wrapper ul li {
    margin-bottom: 0;
    padding: 17px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.hkangles-list-wrapper-style-4 .hkangles-list-wrapper ul li svg,
.hkangles-list-wrapper-style-4 .hkangles-list-wrapper ul li i {
    font-size: 16px;
    margin-right: 10px;
}
.hkangles-list-wrapper-style-4 .hkangles-list-wrapper ul li svg {
    width: 15px;
    stroke: var(--hkangles-primary-color);
}
.hkangles-list-wrapper-style-4 .hkangles-list-wrapper ul li {
    margin-bottom: 11px;
}
.hkangles-list-wrapper-style-4-second.hkangles-list-wrapper-style-4 .hkangles-list-wrapper ul li svg,
.hkangles-list-wrapper-style-4-second.hkangles-list-wrapper-style-4 .hkangles-list-wrapper ul li i {
    margin-right: 10px;
    color: var(--hkangles-quaternary-color);
}
.hkangles-list-wrapper-white.hkangles_list_wrapper-style2 .hkangles-list-wrapper .list-item i {
    background-color: #fff;
}
.hkangles-list-wrapper-style-3 .hkangles-list-wrapper .list-item a {
    font-size: 20px;
}
.hkangles-list-wrapper-style-4 .hkangles-list-wrapper .list-item a {
    font-size: 17px;
}
.single-service .hkangles-list-wrapper-style-4 .hkangles-list-wrapper .list-item a {
    font-size: 18px;
}
.single-service .hkangles-list-wrapper-style-4 .hkangles-list-wrapper ul li {
    margin-bottom: 7px;
}
.hkangles-list-wrapper-style-3 .hkangles-list-wrapper ul li {
    margin-bottom: 7px;
}
.hkangles-list-wrapper-style-team.hkangles-list-wrapper-style-4 .hkangles-list-wrapper ul li i {
    font-size: 18px;
    margin-right: 10px;
}
.hkangles-list-wrapper-style-team.hkangles-list-wrapper-style-4 .hkangles-list-wrapper ul li {
    margin-bottom: 5px;
}
.hkangles-list-round-arrow .hkangles-list-wrapper .list-item a:after {
display: none;
}
.hkangles-list-round-arrow .hkangles-list-wrapper .list-item a {
    padding-left: 20px
}
.hkangles-list-round-arrow .hkangles-list-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 50%;
    margin: 0;
}
.hkangles-list-icon svg path {
    fill: var(--hkangles-primary-color);
}
.hkangles-list-round-arrow .hkangles-list-wrapper ul li {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.single-post .hkangles-list-wrapper {
   position: relative;
}
.single-post .hkangles-infobox-content-wrapper {
    padding-left: 65px;
}
.hkangles-list-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.hkangles-list-wrapper ul li i {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    margin-right: 15px;
    text-align: center;
}
.hkangles-list-wrapper ul li p {
    padding: 0;
    margin: 0;
}
.hkangles_list_wrapper-style2 .hkangles-list-wrapper .list-item i {
    color: #1d2150;
}
.hkangles_list_wrapper-style2 .hkangles-list-wrapper ul li i {
    vertical-align: middle;
    font-size: 10px;
    width: 27px;
    line-height: 29px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    text-align: center
}
.hkangles_list_wrapper-style2 .hkangles-list-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
/*******************************************************
	Progress Bar Heading
*******************************************************/

/*! Progress Bar */
.progress-bar-style-1 .hkangles-progress-bar-wrapper {
	margin-bottom: 25px;
}
.progress-bar-style-1 .hkangles-progress-bar {
    background: var(--hkangles-tertiary-color);
    border-radius: 50px;
}
.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: var(--hkangles-primary-color);
    position: relative;
    border-radius: 50px 0 0 50px;
}
.progress-bar-style-1 .hkangles-progress-bar-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
    display: inline-block;
}
.progress-bar-style-1 .hkangles-progress-bar-value {
    position: relative;
    float: right;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    color: var(--hkangles-quaternary-color);
}

/*! 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;
    border-radius: 8px;
}
.progress-bar-style-2 .hkangles-progress-bar-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-family: 'Viga';
}
.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: 16px;
    font-family: 'Viga';
}
/*******************************************************
	Projects Widget
*******************************************************/

/* Projects Style 1 */
.projects-style-1 .hkangles-project-thumbnail-wrapper {
    position: relative;
    padding: 25px 0 15px;
    border-bottom: 1px solid #dedede;
}
.projects-style-1.projects-layout-grid .hkangles-project-slide {
    margin-bottom: 0px;
}
.projects-style-1 .hkangles-project-thumbnail-wrapper img{
    width: 100%;
    height: auto;
}
.projects-style-1 .hkangles-project-content-cover .hkangles-project-content-inner{
    position: relative;
    height: 100%;
    z-index: 9;
}
.projects-style-1 .hkangles-project-title-wrap{
    z-index: 2;
    visibility: visible;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-title-wrap h3{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0;
}
.projects-style-1 .hkangles-project-title-wrap .hkangles-project-category{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}
.projects-style-1 .hkangles-project-title-wrap .hkangles-project-category:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    left: 17px;
    background: #fff;
    top: 50%;
    transform: rotate(20deg);
    border: 0 solid;
    margin-top: -8px;
}
.projects-style-1 .hkangles-project-title-wrap-inner {
    position: relative;
    padding-top: 0px;
}
.projects-style-1 .hkangles-project-image-container {
    position: absolute;
    Z-INDEX: 1;
    top: 50px;
    right: 12%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px) rotate(0deg) skewY(-10deg);
    transform-origin: top center;
    transition: all .45s;
}
.projects-style-1 .hkangles-project-thumbnail-wrapper:hover .hkangles-project-image-container {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1) rotate(-10deg);
    visibility: visible;
    Z-INDEX: 11;
}
.projects-style-1 a.hkangles-project-link {
    font-size: 24px;
    transform: rotate(-45deg);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.projects-style-1 .hkangles-project-thumbnail-wrapper:hover a.hkangles-project-link {
    transform: rotate(0deg);
}
.projects-style-1 .hkangles-project-main-title.p-2 {
    padding-left: 0 !important;
}
/* 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;
    width: 100%;
    border-radius: 20px;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap{
    text-align: left;
    padding: 25px 25px 30px 30px;
    -webkit-transition: all 0.35s ease-out 0.35s;
    -moz-transition: all 0.35s ease-out 0.35s;
    -ms-transition: all 0.35s ease-out 0.35s;
    -o-transition: all 0.35s ease-out 0.35s;
    transition: all 0.35s ease-out 0.35s;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-title-wrap{
    -webkit-transition: all 0.35s ease-out 0.35s;
    -moz-transition: all 0.35s ease-out 0.35s;
    -ms-transition: all 0.35s ease-out 0.35s;
    -o-transition: all 0.35s ease-out 0.35s;
    transition: all 0.35s ease-out 0.35s;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap h3{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 3px;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap h3 a {
    color: #fff;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap h3 a:hover {
    color: var(--hkangles-secondary-color);
}
.projects-style-2 .hkangles-project-slide {
    position: relative;
    margin-bottom: 20px;
}
.projects-style-2 .hkangles-project-content-inner {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.35s ease-out 0.35s;
    -moz-transition: all 0.35s ease-out 0.35s;
    -ms-transition: all 0.35s ease-out 0.35s;
    -o-transition: all 0.35s ease-out 0.35s;
    transition: all 0.35s ease-out 0.35s;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap span{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: var(--hkangles-secondary-color);
    text-transform: uppercase;
    position: relative;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-icon {
    color: #FFF;
}
.projects-style-2 .hkangles-project-content-cover {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    -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;
    background-color: var(--hkangles-quaternary-color);
    opacity: 0;
    border-radius: 20px;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-content-cover {
    opacity: 0.9;
    border-radius: 20px;
}
.projects-style-2 .hkangles-project-thumbnail-wrapper::after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 5%) 35%, rgb(0 0 0 / 38%) 80%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.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: 'Viga', sans-serif;
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.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;
    left: 30px;
    font-size: 35px;
    background-color: #fff;
    display: inline-block;
    border-radius: 8px;
}
.projects-style-2 .hkangles-project-icon a {
    font-size: 32px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    line-height: 60px;
    text-align: center;
    width: 100%;
    left: 0;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-out 0.2s;
    -moz-transition: all 0.2s ease-out 0.2s;
    -ms-transition: all 0.2s ease-out 0.2s;
    -o-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
}
.projects-style-2 .hkangles-project-icon a.hkangles-icon-arrow { 
    font-size: 22px;
}
.projects-style-2 .hkangles-project-icon a.hkangles-icon-arrow {
    opacity: 0;
    left: -20px;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-icon a.hkangles-icon-arrow {
    opacity: 1;
    left: 0;
    color: #FFF;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-icon a.hkangles-icons {
    opacity: 0;
    left: 35px;
}
.projects-style-2 .hkangles-second-row-111 > .row .col-lg-6.col-lg-6.col-md-12.col-sm-12:first-child{
    padding: 0 0 0 15px;
}
.projects-style-2 .col-lg-6.col-lg-6.col-md-12.col-sm-12.hkangles-second-row-spacing{
    padding: 0 0 0 10px;
}
.projects-style-2 .hkangles-second-row-111 > .row .col-lg-6.col-lg-6.col-md-12.col-sm-12 {
    padding: 0 0 0 15px;
}
.projects-style-2 .col-lg-6.col-lg-6.col-md-12.col-sm-12.hkangles-first-row-spacing {
    padding: 0 10px 0 0px;
}

/* Projects Style 3 */

.projects-style-3 .hkangles-project-thumbnail-wrapper {
    position: relative;
}
.projects-style-3 .hkangles-project-image-container {
    overflow: hidden;
}
.projects-style-3 .hkangles-project-thumbnail-wrapper img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.projects-style-3 .hkangles-project-slide:hover .hkangles-project-thumbnail-wrapper img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.projects-style-3.projects-layout-grid .hkangles-project-slide {
    margin-bottom: 25px;
}
.projects-style-3 h3.hkangles-project-title {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0 7px 0;
}
.projects-style-3 span.hkangles-project-category {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-left: 60px;
}
.projects-style-3 span.hkangles-project-category::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 50%;
}
.projects-style-3 .hkangles-ele:nth-child(even) .hkangles-project-slide{
    margin-top: 60px;
}
.projects-style-3 .hkangles-ele{
    padding-left: 30px;
    padding-right: 30px;
}
/*******************************************************
	Services Widget
*******************************************************/

.services-layout-scroll-slider .hkangles-custom-heading-wrapper {
    width: 20vw;
    flex-shrink: 0;
    padding-left: 0;
}

.services-layout-scroll-slider .hkangles-service1-wrapper {
    position: relative;
    width: 100%;
    height: 72vh;
    z-index: 1;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
    transform: translate(0px, 0px);
    display: flex;
    align-items: center !important;
}

.services-layout-scroll-slider .hkangles-service1-swiper-slide {
    position: relative;
    margin-left: 30px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    min-width: 375px;
}
.services-layout-scroll-slider .swiper.hkangles-swiper-slider.hkangles-service-wrapper {
    overflow: visible;
}
.services-layout-scroll-slider .hkangles-heading-title-wrapper h3 {
    font-size: 120px;
    line-height: 130px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.services-layout-scroll-slider .hkangles-heading-title-wrapper a {
    margin-left: -15px;
    font-size: 95px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.services-layout-scroll-slider .hkangles-heading-title-wrapper a i::before {
    transform: rotate(45deg);
}

/*! Services Style 1 */

.services-style-1 .hkangles-service-title-wrap h3{
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 32px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px;
    position: relative;
}
.services-style-1 .hkangles-service-title-wrap h3 a {
    position: relative;
}
.services-style-1 .hkangles-service-title-wrap h3 a:after{
    content: "\f14c";
    font-family: flaticon !important;
    position: absolute;
    bottom: 15px;
    right: -32px;
    line-height: 0;
    transform: rotate(-45deg);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    padding: 0 0 0 0;

}
.services-style-1 .hkangles-service-thumbnail-wrapper img {
    border-radius: 10px;
}
.services-style-1 h3.hkangles-service-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    padding: 12px 0px 7px;
    background-color: #fff;
    margin-bottom: 0;
}
.services-style-1 a.hkangles-service-link {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.services-style-1 a.hkangles-service-link i::before {
    display: inline-block;
    transform: rotate(-45deg);
    font-weight: 600;
    font-size: 15px;
    margin-left: 5px;
}
.services-style-1 a.hkangles-service-link:hover i::before {
    color: var(--hkangles-primary-color);
}
.services-style-1 a.hkangles-service-link:hover::after {
    background-color: var(--hkangles-primary-color);
}
.services-style-1 .hkangles-service-content-cover {
    text-align: center;
    padding: 0 30px 35px;
}
.services-style-1 .hkangles-service-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50px;
    font-size: 35px;
    border: 5px solid #fff;
    text-align: center;
    color: #fff;
    background-color: var(--hkangles-primary-color);
    display: inline-block;
    margin-top: -42px;
}
.services-style-1 .hkangles-service-content p {
    margin-bottom: 17px;
}
.services-style-1.services-layout-scroll-slider .row.hkangles-elementor-widgets {
    display: block;
}
.services-style-1 .hkangles-service-slide {
    margin-bottom: 30px;
}
.services-style-4 .owl-prev:after {
	left: 20px;
}
.services-style-4 .owl-next:after {
	right: 20px;
}
.services-style-4  button.owl-prev {
    margin-right: 0;
}
.services-style-1 .hgkangles-service-small-des {
    display: none;
}
.services-style-1 .hgkangles-main-hover-faded {
    min-height: 625px;
}
.services-style-1 .hkangles-service-wrapper {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    background-color: #fff;
}
.services-style-1-after::after {
    content: '';
    position: absolute;
    right: -45px;
    width: 30px;
    height: 100%;
    z-index: 1;
    background: #f9f7f0;
  }
/*! Services Style 2 */
.services-style-2.services-layout-slider .swiper-wrapper  {
    padding-bottom: 47px;
}
.services-style-2 .hkangles-service-wrapper {
    position: relative;
}
.services-style-2 .hkangles-service-title-wrap h3{
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 32px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px;
    position: relative;
}
.services-style-2 .hkangles-service-title-wrap h3 a {
    position: relative;
}
.services-style-2 .hkangles-service-title-wrap h3 a:after{
    content: "\f14c";
    font-family: flaticon !important;
    position: absolute;
    bottom: 15px;
    right: -32px;
    line-height: 0;
    transform: rotate(-45deg);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    padding: 0 0 0 0;

}
.services-style-2 .hkangles-service-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.services-style-2 .hkangles-service-thumbnail-wrapper img {
    border-radius: 15px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-style-2 .hkangles-service-wrapper:hover .hkangles-service-thumbnail-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.services-style-2 .hkangles-service-image-container::after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 5%) 35%, rgb(0 0 0 / 60%) 90%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.services-style-2 h3.hkangles-service-title {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}
.services-style-2 h3.hkangles-service-title a {
    color: #fff;
}
.services-style-2 h3.hkangles-service-title a:hover {
    color: var(--hkangles-primary-color);
}
.services-style-2 span.hkangles-project-category {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #fff;
}
.services-style-2 .hkangles-service-content-cover {
    position: absolute;
    bottom: 28px;
    left: 30px;
    width: 270px;
}
.services-style-2 .hkangles-service-icon {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 58px;
    z-index: 1;
    color: #fff;
}
.services-style-2.services-layout-scroll-slider .row.hkangles-elementor-widgets {
    display: block;
}
.elementor-element .services-style-2 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}
.services-style-2 .read-more-link a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffffff6e;
    text-align: center;
    transform: rotate(-45deg);
    color: #fff;
    backdrop-filter: blur(20px);
}
/*! Services Style 3 */
.services-style-3 .hkangles-service-wrapper {
    text-align: center;
}
.services-style-3 .hkangles-service-title-wrap h3 {
    position: relative;
    z-index: 0;
    font-size: 50px;
    line-height: 60px;
    padding-right: 180px;
    font-style: italic;
    text-transform: inherit;
    transition: 0.4s ease-in-out;
    text-underline-offset: 0.1em;
    margin-bottom: 0px;
    padding-bottom: 100px;
}
.services-style-3 .service-active h3 a span,
.services-style-3 .service-active h3 a {
    color: var(--hkangles-primary-color);
}
.services-style-3 .hkangles-service-title-wrap h3:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    right: 55px;
    top: 32px;
    border: 0 solid;
    background-color: var(--hkangles-secondary-color);
}
.services-style-3 .hkangles-service-title-wrap h3 a{ 
    position: relative;
}
.services-style-3 .row.hkangles-elementor-widgets {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.services-style-3.services-layout-grid .hkangles-service-slide {
    margin-bottom: 0;
}
.services-style-3 .hkangles-title-data-hover .hkangles-title-inner:visited {
    color: transparent;
}
.services-style-3 .hkangles-hover-inner{
    list-style-type: none;
    padding: 115px 0 0 100px;
}

.services-style-3 .swiper-hover-slide-images {
    flex: 0 0 auto;
    width: 44.666667%;
    padding: 0 20px 0 0;
}
.services-style-3 .hkangles-hover-image img {
    border-radius: 25px 25px 250px 250px;
}
.services-style-3 .hkangles-title-data-hover{
	font-size: 28px !important;
    line-height: 30px;
    position: relative;
   color: var(--hkangles-quaternary-color);
    z-index: 0;
    margin-bottom: 37px;
}
.services-style-3 .hkangles-title-data-hover span {
    position: relative;
    padding-right: 5px;
}
.services-style-3 .hkangles-title-data-hover span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--hkangles-primary-color);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-3 .hkangles-title-data-hover i {
    font-size: 23px;
    transform: rotate(-45deg);
    display: inline-block;
    color: var(--hkangles-primary-color);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-3 .service-active .hkangles-title-data-hover i,
.services-style-3 .service-active .hkangles-title-data-hover span::after {
    opacity: 1;
}
.services-style-3 .hkangles-hover-inner li:nth-child(odd) {
    width: 58%;
}
.hkangles-hover-inner li .read-more-link,
img.hkangles-service-image-responsive {
    display: none;
}
.hkangles-service-image-responsive-wrap {
    position: relative;
}
.hkangles-service-image-responsive-wrap img{
    border-radius: 25px 25px 0 25px;
    margin-bottom: 17px;
}
/*! Services Style 4 */
.services-style-4 .hkangles-service-title-wrap h3{
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 32px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px;
    position: relative;
}
.services-style-4 .hkangles-service-title-wrap h3 a {
    position: relative;
}
.services-style-4 .hkangles-service-thumbnail-wrapper {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.services-style-4 .hkangles-service-thumbnail-wrapper img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    -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-wrapper:hover .hkangles-service-thumbnail-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.services-style-4 h3.hkangles-service-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    padding: 0;
    background-color: #fff;
    margin-bottom: 26px;
}
.services-style-4 span.hkangles-service-category {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    font-weight: 500 !important;
    margin-bottom: 0;
    margin-top: 20px;
    display: inline-block;
}
.services-style-4 a.hkangles-service-link {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500 !important;
    display: block;
}
.services-style-4 a.hkangles-service-link i::before {
    display: inline-block;
    transform: rotate(-45deg);
    font-weight: 600;
}
.services-style-4 a.hkangles-service-link:hover i::before {
    color: var(--hkangles-primary-color);
}
.services-style-4 a.hkangles-service-link:hover::after {
    background-color: var(--hkangles-primary-color);
}
.services-style-4 .hkangles-service-content-cover {
    padding: 0 25px 25px;
}
.services-style-4 .hkangles-service-content p {
    margin-bottom: 17px;
}
.services-style-4.services-layout-scroll-slider .row.hkangles-elementor-widgets {
    display: block;
}
.services-layout-grid.services-style-4 .hkangles-service-slide {
    margin-bottom:20px;
}

.services-style-4 .hkangles-service-wrapper {
    border-radius: 15px;
    background-color: #fff;
}
.services-style-4.services-layout-slider .hkangles-service-slide {
    margin-bottom: 50px;
}
.services-style-4.services-layout-slider .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -5px;
}
/*! Services Style 5 */
.services-style-5 .hkangles-service-slide{
    overflow:hidden;
}
.services-style-5.services-layout-slider .hkangles-service-slide {
    margin-bottom: 75px;
    text-align: center;
}
.services-style-5 .hkangles-service-wrapper {
    position: relative;
    text-align: center;
    display: inline-block;
}
.services-style-5.services-layout-scroll-slider .hkangles-swiper-slider.hkangles-service-wrapper {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.services-style-5 .hkangles-service-wrapper .hkangles-service-image-container,
.services-style-5 .hkangles-service-wrapper img {
    border-radius: 50%;
    width: 280px;
    height: auto;
    position: relative;
}
.services-style-5 .hkangles-service-wrapper .hkangles-service-image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: var(--hkangles-primary-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-5 .hkangles-service-slide:hover .hkangles-service-image-container::after {
    opacity: .7;
}
.services-style-5 .hkangles-service-content-cover {
    margin-top: 22px;
}
.services-style-5 h3.hkangles-service-title a {
    font-size: 24px;
    line-height: 34px;
    position: relative;
    display: block;
}
.services-style-5 h3.hkangles-service-title {
    margin-bottom: 3px;
    line-height: 0;
}
.services-style-5 .read-more-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    transform: rotate(-45deg);
    z-index: 2;
    margin-top: -22px;
    margin-left: -27px;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-5 .hkangles-service-slide:hover .read-more-link {
    opacity: 1;
}
.services-style-5 .read-more-link i {
    color: #fff;
}
.services-style-5.services-layout-scroll-slider .hkangles-swiper-slider.hkangles-service-wrapper::after {
    display: none;
}
.services-style-5 span.hkangles-project-category {
    color: var(--hkangles-primary-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.services-style-5 .hkangles-service-title-wrap h3 {
    margin: 0;
    line-height: 28px;
    font-size: 22px;
    margin-top: 15px;
}
.services-style-5 .hkangles-service-title-wrap{
    position: relative;
    text-align: left;
    z-index: 1;
}
.services-style-5 .hkangles-service-content p {
    z-index: 1;
    font-size: 15px;
}
.services-style-5 .hkangles-list-wrapper ul li {
    margin-bottom: 10px;
    display: flex;
}
.services-style-5 .hkangles-list-wrapper ul{
    margin-bottom: 50px;
    display: block !important;
}
.hkangles_services_wrappers .hkangles-list-wrapper ul {
    display: none;
}
.services-style-5-arrow .owl-carousel .owl-nav  {
    top: -85px;
    margin-top: -30px;
    right: 0;
    width: 8%;
}
.services-style-5-arrow .owl-carousel .owl-nav button i {
    background-color: #fff;
    color: #162b62;
    font-size: 15px;
    -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;
}
.services-style-5-arrow .owl-carousel .owl-nav button i:hover {
    color: #fff;
}
.cursorIcon i.flaticon.flaticon-right-arrow {
    color: #fff;
    font-size: 70px;
    transform: rotate(-120deg);
    position: absolute;
    left: -9px;
} 
/*******************************************************
	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 {
    -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-content-cover-inner {
    background: #fff;
    padding: 22px 25px 25px;
    border-radius: 0 0 15px 15px;
}
.team-style-1 .hkangles-heading-title-wrapper a {
    text-transform: uppercase;
    padding: 17px 40px;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    background-color: #000;
}
.team-style-1 .hkangles-teammember-main-wrapper{
    position: relative;
}
.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-wrapper {
    position: relative;
}
.team-style-1 .hkangles-teammember-wrapper img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.team-style-1 .hkangles-teammember-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-style-1 .hkangles-teammember-thumbnail-wrapper {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.team-style-1 h3.hkangles-teammember-title {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 2px;
}
.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: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #666;
    letter-spacing: .5px;
    font-weight: 500 !important;
    margin-bottom: 27px;
}
.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.team-layout-grid .hkangles-teammember-slide,
.blog-layout-grid .hkangles-post-slide,
.projects-layout-grid .hkangles-project-slide {
    margin-bottom: 30px;
}
.team-style-1.team-layout-slider .hkangles-teammember-slide{
    margin-bottom: 50px;
}
.team-style-1 .read-more-link a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.team-style-1 .read-more-link a i::before {
    display: inline-block;
    transform: rotate(-45deg);
    font-weight: 600;
    margin-left: 0;
}
.team-style-1 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px !important;
}
/* Team Style 2 */
.team-style-2 .hkangles-teammember-wrapper{
    position: relative;
    overflow: hidden;
}
.team-style-2 .hkangles-teammember-wrapper img{
   border-radius: 20px;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.team-style-2 .hkangles-teammember-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-style-2 .hkangles-teammember-image-container {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.team-style-2 .hkangles-teammember-content-cover {
    position: relative;
}
.team-style-2 .hkangles-teammember-title-wrap{
    padding: 14px 15px 0 0px;
    position: relative;
    z-index: 1;
}
.team-style-2 .hkangles-teammember-wrapper:hover .hkangles-teammember-title-wrap {
    border: none;
}
.team-style-2 .hkangles-teammember-title-wrap h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.team-style-2 .hkangles-teammember-title-wrap h5{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}
.team-style-2 .hkangles-teammember-title-wrap img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.team-style-2 .hkangles-teammember-social-profiles-container{
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    color: var(--hkangles-quaternary-color);
}
.team-style-2 .hkangles-teammember-social-profiles-container:hover {
    background-color: var(--hkangles-primary-color);
    color: #fff;
}
.team-style-2 .hkangles-teammember-social-links{
    position: absolute;
    bottom: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.team-style-2 .hkangles-teammember-social-profiles-container:hover .hkangles-teammember-social-links{
    opacity: 1;
    visibility: visible;
}
.team-style-2 .hkangles-teammember-social-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-style-2  .hkangles-teammember-social-profile{
    display: block;
    margin-right: 0;
    padding-bottom: 5px;
}
.team-style-2 .hkangles-teammember-social-profile a{
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    color: var(--hkangles-quaternary-color);
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
}
.team-style-2 .hkangles-teammember-social-profile a:hover{
    color: #fff !important;
    background-color: var(--hkangles-primary-color);
}
.team-layout-grid .hkangles-teammember-slide {
    margin-bottom: 30px;
}
.hkangles-team-arrow .team-style-2 .owl-carousel .owl-nav  {
    width: auto;
    position: absolute;
    top: -85px;
    right: 0;
}
.hkangles-service-arrow-up .services-style-4 .owl-carousel .owl-nav  {
    width: auto;
    position: absolute;
    top: -85px;
    right: 366px;
}
.hkangles-team-arrow .team-style-2 .owl-carousel button.owl-next {
    opacity: 0.8;
}
.hkangles-service-arrow-up .services-style-4 .owl-carousel button.owl-next {
    opacity: 0.8;
}
.team-style-2 .hkangles-teammember-thumbnail-wrapper {
    position: relative;
}
.team-style-2.team-layout-grid .hkangles-ele {
    padding-right: 25px;
    padding-left: 25px;
}
.team-style-2.team-layout-grid .row {
    margin-right: -25px;
    margin-left: -25px;
}
.team-style-2 .hkangles-teammember-slide {
    margin-bottom: 75px;
}
/* Team Style 3 */
.team-style-3 .swiper-wrapper{
    transition-timing-function: linear !important;
  }
.team-style-3 .hkangles-teammember-social-links{
   -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s; 
}

.team-style-3 .hkangles-teammember-wrapper{
    position: relative;
    overflow: hidden;
}
.team-style-3 .hkangles-teammember-title{
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 220px;
    -webkit-transition: all 0.4s ease-out 0.4s;
    -moz-transition: all 0.4s ease-out 0.4s;
    -ms-transition: all 0.4s ease-out 0.4s;
    -o-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s; 
}
.team-style-3 .hkangles-teammember-title h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    margin-top: 0;
}
.team-style-3 .hkangles-teammember-thumbnail-wrapper img {
    width: 100%;
    border-radius: 15px;
}
.team-style-3 .hkangles-teammember-title span{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}
.team-style-3 .hkangles-teammember-content-cover {
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0.4s;
    -moz-transition: all 0.4s ease-out 0.4s;
    -ms-transition: all 0.4s ease-out 0.4s;
    -o-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s; 
}
.team-style-3.team-layout-grid .hkangles-teammember-slide {
    margin-bottom: 0px;
}
.hkangles-team-event-post .team-style-3 .hkangles-ele:nth-child(even) .hkangles-teammember-wrapper,
.hkangles-team-event-post .team-style-3 .swiper-slide:nth-child(even) .hkangles-teammember-wrapper {
    margin-top: -40px;
}
.team-style-3 .hkangles-teammember-thumbnail-wrapper::after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 5%) 54%, rgb(255 255 255 / 100%) 88%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0.4s;
    -moz-transition: all 0.4s ease-out 0.4s;
    -ms-transition: all 0.4s ease-out 0.4s;
    -o-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s; 
}
.team-style-3 .hkangles-teammember-wrapper:hover .hkangles-teammember-content-cover,
.team-style-3 .hkangles-teammember-wrapper:hover .hkangles-teammember-thumbnail-wrapper::after {
    opacity: 1;
}
/*******************************************************
	Testimonials Widget
*******************************************************/

/* Testimonials Style 1 */
.testimonials-style-1 .hkangles-testimonial-slide {
    margin-bottom: 30px;
}
.testimonials-style-1-space .testimonials-style-1 .hkangles-testimonial-slide {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.testimonials-style-1 .hkangles-testimonial-image-container img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.testimonials-style-1 .hkangles-testimonial-content p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
    color: var(--hkangles-quaternary-color);
}
.testimonials-style-1 .hkangles-testimonials-title-wrap{
	margin-left: 10px;
}
.testimonials-style-1 .hkangles-testimonials-title-wrap h3 {
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.testimonials-style-1 span.hkangles-testimonial-designation {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.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: #fff;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.testimonials-style-1 .hkangles-testimonial-main-wrapper{
    position: relative;
}
.testimonials-style-1 .hkangles-testimonial-wrapper {
    position: relative;
    padding: 15px 30px 30px 52px;
}
.testimonials-style-1 .hkangles-testimonial-content-cover {
    padding: 40px 40px 43px 40px;
    text-align: center;
    border-radius: 20px;
    position: relative;
}
.testimonials-style-1 .hkangles-testimonial-content-cover::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 15px;
    transform: skew(-7deg, 0deg);
}
.testimonials-style-1 .hkangles-testimonial-content-cover::before {
    content: '';
    position: absolute;
    background-color: var(--hkangles-primary-color);
    width: 100%;
    height: 100%;
    left: -25px;
    bottom: -25px;
    z-index: -1;
    border-radius: 15px;
    transform: skew(-7deg, 0deg);
}
.testimonials-style-1 .hkangles-testimonial-wrapper:after {
    text-align: center;
    position: absolute;
    right: 35px;
    top: 4px;
    z-index: 2;
    font-size: 40px;
    content: "\f14d";
    font-family: flaticon_mycollection !important;
}
.testimonials-style-1 .hkangles-testimonial-heading {
    border-radius: 10px;
    position: relative;
    padding: 10px 40px 10px 10px;
    width: max-content;
    margin: 50px 0 0 17px;
    backdrop-filter: blur(150px);
    border-left: 3px solid #fff;
}
.testimonials-style-1 .hkangles-testimonial-heading::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -3px;
    top: 0;
    border-radius: 10px;
    z-index: -1;
}
.testimonials-style-1 .swiper-button-next,
.testimonials-style-1 .swiper-button-prev {
    background: none;
}
.testimonials-style-1 .swiper-button-next:after {
    content: "\f157";
    font-family: flaticon !important;
    position: absolute;
    bottom: -72px;
    right: 45px;
    font-size: 30px;
    line-height: 0;
}
.testimonials-style-1 .swiper-button-prev {
    right: 30px;
    left: auto;
}
.testimonials-style-1 .swiper-button-prev:after  {
    content: "\f156";
    font-family: flaticon !important;
    position: absolute;
    bottom: -72px;
    right: 52px;
    font-size: 30px;
    line-height: 0;

}
.testimonials-style-1 .hkangles-testimonial-rating {
    padding-top: 20px;
}
.testimonials-style-1 .hkangles-testimonial-rating span.fas.fa-star.checked{
    color: #ffa500;
}
.testimonials-style-1 .hkangles-testimonial-rating span.fas.fa-star {
    color: #ffa500;
    font-size: 15px;
}
/* Testimonials Style 2 */
/* Testimonials Style 3 */
.testimonials-style-2 .hkangles-testimonial-image-container,
.testimonials-style-2 .hkangles-testimonial-image-container img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}
.testimonials-style-2 .hkangles-testimonial-wrapper:after,
.testimonials-style-2 .hkangles-testimonial-wrapper:after {
    color: #fff;
}
.testimonials-style-2 .hkangles-testimonial-content-cover {
    position: relative;
}
.testimonials-style-2 .hkangles-testimonial-slide {
    position: relative;
}
.testimonials-style-2.testimonials-layout-grid .hkangles-testimonial-slide {
    margin-bottom: 40px;
}
.testimonials-style-2 .hkangles-testimonial-content p {
    font-size: 20px;
    line-height: 35px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    color: var(--hkangles-quaternary-color);
}
.cd-bg-color-quaternary .testimonials-style-2 span.hkangles-testimonial-designation,
.cd-bg-color-primary .testimonials-style-2 span.hkangles-testimonial-designation,
.cd-bg-color-quaternary .testimonials-style-2 h3.hkangles-testimonial-title,
.cd-bg-color-quaternary .testimonials-style-2 .hkangles-testimonial-content p,
.cd-bg-color-primary .testimonials-style-2 h3.hkangles-testimonial-title,
.cd-bg-color-primary .testimonials-style-2 .hkangles-testimonial-content p {
    color: #fff;
}
.testimonials-style-2 h3.hkangles-testimonial-title {
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    font-weight: 700;
}
.testimonials-style-2 span.hkangles-testimonial-designation {
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 1px;
}
.testimonials-style-2 .testimonial-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.testimonials-style-2 .hkangles-testimonials-title-wrap .testimonial-designation{
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
}
.testimonials-style-2 .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    width: auto;}
.testimonials-style-2 .owl-dots .owl-dot {
    background: var(--hkangles-tertiary-color);
    width: 8px;
    height: 8px;
    outline: none;
    display: inherit;
    margin: 0 3px;
}
.testimonials-style-2 .owl-nav {
    text-align: right;
    position: absolute;
    bottom: -150px;
    top: inherit;
    left: -11px;
    width: 100px;
}
.testimonials-style-2 .owl-carousel .owl-nav button i {
    font-size: 18px;
    color: var(--hkangles-quaternary-color);
    margin-right: 0px;
    background-color: #fff;
}
.testimonials-style-2 .owl-carousel .owl-nav button i:hover {
    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;
}
.testimonials-style-2 button.owl-prev {
    margin-right:10px;
}

.testimonials-style-2.testimonials-layout-slider .swiper-button-next, 
.testimonials-style-2.testimonials-layout-slider .swiper-button-prev {
    top: inherit !important;
    bottom: 10px;
    background-color: var(--hkangles-tertiary-color);
}
.testimonials-style-2.testimonials-layout-slider .swiper-button-next:hover, 
.testimonials-style-2.testimonials-layout-slider .swiper-button-prev:hover {
    background-color: var(--hkangles-primary-color);
    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;
}
.testimonials-style-2.testimonials-layout-slider .swiper-button-prev {
    left: auto;
    right: 50px;
    bottom: 0;
}
.testimonials-style-2.testimonials-layout-slider .swiper-button-next {
    right: 0px;
    bottom: 0;
}
.testimonials-style-2.testimonials-layout-slider .swiper-button-next-prev {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.hkangles-testimonial-drag-arrow {
    width: 80px !important;
    height: 80px;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 1.2px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
}
.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: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}
.testimonials-style-3 .hkangles-testimonial-wrapper:after,
.testimonials-style-3 .hkangles-testimonial-wrapper:after {
    color: #fff;
}
.testimonials-style-3 .hkangles-testimonial-content-cover {
    position: relative;
}
.testimonials-style-3.testimonials-layout-slider .hkangles-testimonial-content-cover {
    padding-bottom: 103px;
    padding-right: 40px;
}
.testimonials-style-3 .hkangles-testimonial-slide {
    position: relative;
}
.testimonials-style-3 .hkangles-testimonial-content p {
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 20px;
    color: var(--hkangles-quaternary-color);
}
.cd-bg-color-quaternary .testimonials-style-3 span.hkangles-testimonial-designation,
.cd-bg-color-primary .testimonials-style-3 span.hkangles-testimonial-designation,
.cd-bg-color-quaternary .testimonials-style-3 h3.hkangles-testimonial-title,
.cd-bg-color-quaternary .testimonials-style-3 .hkangles-testimonial-content p,
.cd-bg-color-primary .testimonials-style-3 h3.hkangles-testimonial-title,
.cd-bg-color-primary .testimonials-style-3 .hkangles-testimonial-content p {
    color: #fff;
}
.testimonials-style-3 h3.hkangles-testimonial-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.testimonials-style-3 span.hkangles-testimonial-designation {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
}
.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: absolute;
    bottom: -150px;
    top: inherit;
    left: -11px;
    width: 100px;
}
.testimonials-style-3 .owl-carousel .owl-nav button i {
    font-size: 18px;
    color: #162b62;
    margin-right: 0px;
    background-color: #fff;
}
.testimonials-style-3 .owl-carousel .owl-nav button i:hover {
    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;
}
.testimonials-style-3 button.owl-prev {
    margin-right:10px;
}

.testimonials-style-3.testimonials-layout-slider .swiper-button-next, 
.testimonials-style-3.testimonials-layout-slider .swiper-button-prev {
    top: inherit !important;
    bottom: 10px;
    background-color: var(--hkangles-tertiary-color);
    -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;
}
.testimonials-style-3.testimonials-layout-slider .swiper-button-next:hover, 
.testimonials-style-3.testimonials-layout-slider .swiper-button-prev:hover {
    background-color: var(--hkangles-primary-color);
    color: #fff;
}
.testimonials-style-3.testimonials-layout-slider .swiper-button-prev {
    left: auto;
    right: 75px;
}
.testimonials-style-3.testimonials-layout-slider .swiper-button-next {
    right: 25px;
}
.testimonials-style-3.testimonials-layout-slider .swiper-button-next-prev {
    display: inline-block;
    padding: 12px 25px;
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 140px;
    height: 65px;
    text-align: center;
    border-radius: 15px 15px 0 0;
}
.testimonials-style-3.testimonials-layout-slider .swiper-button-next-prev::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -30px;
    left: -82px;
    box-shadow: inset -30px -30px 0 0 #f9f7f0;
}
.testimonials-style-3.testimonials-layout-slider .swiper-button-next-prev::before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -30px;
    right: -82px;
    box-shadow: inset 30px -30px 0 0 #f9f7f0;
}
/* Testimonials Style 4 */
.testimonials-style-4 .hkangles-testimonial-image-container,
.testimonials-style-4 .hkangles-testimonial-image-container img {
    width: 80px;
    height: 80px;
    border-radius:50%;
    margin-right: 20px;
}
.testimonials-style-4 .hkangles-testimonial-content-cover {
    position: relative;
    padding-bottom: 16px;
}
.testimonials-style-4 .hkangles-testimonial-content-cover-inner {
    position: relative;
    justify-content: space-between;
}
.testimonials-style-4 h3.hkangles-testimonial-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.testimonials-style-4 .hkangles-testimonial-wrapper {
    background: #fff;
    padding: 33px 40px 30px 40px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.testimonials-style-4  span.hkangles-testimonial-designation {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 14px;
    color: #666;
}
.testimonials-style-4 .hkangles-testimonial-content p {
    margin-bottom: 5px;
    padding-right: 0;
    font-size: 17px;
    font-style: italic;
    font-weight: 600 !important;
    line-height: 28px;
}
.testimonials-style-4 .hkangles-testimonial-rating span.fas.fa-star {
    font-size: 12px;
    line-height: 12px;
}
.testimonials-style-4 .hkangles-testimonial-rating {
    margin-top: -6px;
}
.testimonials-style-4 .hkangles-testimonial-rating span.fas.fa-star.checked{
    color: #f8d059;
}
.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 .swiper-button-prev {
    left: 0;
    right: auto;
}
.testimonials-style-4 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: 70px;
    right: auto;
}
.testimonials-style-4 .swiper-button-next,
.testimonials-style-4 .swiper-button-prev {
    bottom: 0px;
    top: inherit;
    width: 60px;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    height: 60px;
}
.testimonials-style-4 .swiper-button-next:after, 
.testimonials-style-4 .swiper-button-prev:after {
    font-size: 17px;
}
.testimonials-style-4 .swiper-button-next:after {
    content: '\e867';
    font-family: hkangles-base-icons;
}
.testimonials-style-4 .swiper-button-prev:after {
    content: '\e868';
    font-family: hkangles-base-icons;
}
.hkangles-testimonial-stroke h2.elementor-heading-title {
    color: transparent !important;
    -webkit-text-stroke: 1px rgb(255 255 255 / 5%) !important;
}
a.testimonial-button {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: var(--hkangles-primary-color);
    color: #fff !important;
    position: relative;
    -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;
}
a.testimonial-button i {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 28px;
    margin-top: -14px;
}
a.testimonial-button i::before {
    transform: rotate(-45deg);
}
span.testimonial-button-text {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 15px;
}
a.testimonial-button:hover {
    background-color: var(--hkangles-secondary-color);
}
/*******************************************************
    timetile style 1
*******************************************************/
.timeline-style-1 .hkangles-timeline-wrapper {
    position: relative;
}
.thsb-icon-wrapper .elementor-icon-wrapper{
    position: relative;
}
.timeline-style-1 .hkangles-timeline-wrapper i {
    font-size: 22px;
    line-height: 32px;
}
.timeline-style-1 .hkangles-timeline-list {
    padding: 0px;
    margin: 0;
    font-weight: 400;
}
.timeline-style-1 .hkangles-timeline-list li {
    list-style: none;
    padding: 0px 0px 18px 0;
    color: var(--hkangles-quaternary-color);
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.timeline-style-1 .hkangles-timeline-title {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin-bottom: 19px;
    padding-bottom: 17px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 15%);
}
.timeline-style-1 .hkangles-timeline-list li:last-child {
	border-bottom: none;
}
.timeline-style-1 span.hkangles-timeline-value {
    float: right;
    padding-left: 5px;
}
.thsb-bg-color.elementor-column{
		background: transparent !important;
}
.cd-bg-color-secondary .timeline-style-1 .hkangles-timeline-title,
.cd-bg-color-primary .timeline-style-1 .hkangles-timeline-title,
.cd-bg-color-quaternary .timeline-style-1 .hkangles-timeline-title,
.cd-bg-color-secondary .timeline-style-1 .hkangles-timeline-list li,
.cd-bg-color-primary .timeline-style-1 .hkangles-timeline-list li,
.cd-bg-color-quaternary .timeline-style-1 .hkangles-timeline-list li {
    color: #fff;
}
.cd-bg-color-secondary .timeline-style-1 .hkangles-timeline-title,
.cd-bg-color-primary .timeline-style-1 .hkangles-timeline-title,
.cd-bg-color-quaternary .timeline-style-1 .hkangles-timeline-title {
    border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
}
/*******************************************************
    Tab Widget
*******************************************************/
.hkangles_tabs_wrapper{
    border-radius: 5px;
    display: flex;
}
.hkangles-tab-list {
    display: inline-block;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    z-index: 1;
    width: 50%;
    padding-right: 40px;
}
.hkangles-list-tab {
    flex: 1;
    z-index: 2;
    position: relative;
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    animation: fadeIn 1s;
}
.hkangles-list-tab:before {
    position: absolute;
    counter-increment: section;
    content: "0" counter(section);
    top: -7px;
    right: -15px;
    font-size: 14px;
    font-weight: bold;
    color: var(--hkangles-quaternary-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    animation: fadeIn 0.5s;
  }
  .cd-active-tab-link.hkangles-list-tab:before {
    color: var(--hkangles-primary-color);
  }
.gaiding-tab-content .hkangles-tab-contant-title h4 {
    font-weight: 600;
    line-height: 34px;
    font-size: 22px;
    margin-bottom: 14px;
}
.gaiding-tab-content a.hlangles-tab-button {
    padding: 15px 40px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-top: 38px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}
.gaiding-tab-content .hkangles-tab-content-list img {
    width: 100%;
    z-index: 1;
    margin-bottom: 25px;
    border-radius: 15px;
}
.gaiding-tab-content {
    width: 50%;
    padding-left: 100px;
}
.gaiding-tab-content .hkangles-tab-content-list {
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    animation: fadeIn 1s;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.gaiding-tab-content .hkangles-tab-content-list.cd-active-tab {
    opacity: 1;
    visibility: visible;
    animation: fadeIn 1s;
    top: 0;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}
.gaiding-tab-content .hkangles-tab-content-list{
    display: none;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}
.gaiding-tab-content .hkangles-tab-content-list.cd-active-tab{
    display: block;
}
.hkangles-list-tab {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.hkangles-list-tab a {
    display: block;
    margin-bottom: 50px;
    font-size: 70px;
    line-height: 70px;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.hkangles-list-tab.cd-active-tab-link a{
    text-shadow: 1px 1px 0 var(--hkangles-primary-color), -1px -1px 0 var(--hkangles-primary-color), 1px -1px 0 var(--hkangles-primary-color), -1px 1px 0 var(--hkangles-primary-color), 1px 1px 0 var(--hkangles-primary-color);
    -webkit-text-fill-color: #f9f7f0;
    -webkit-text-stroke-width: 0;
    color: transparent;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.hkangles-tab-content-heading,
.hkangles-tab-content-area {
    color: #fff;
}
.hkangles-tab-content-heading {
    font-size: 26px;
    margin-bottom: 13px;
}
.hkangles-single-image-redius img {
    border-radius: 8px;
}
img.hkangles-tab-image {
    border-radius:  15px;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
/* style2 */
.hkangles_tabs_style2 .hkangles-list-tab a {
    padding: 16px 30px;
    color: #1d2150 !important;
    background: #fff;
    margin: 0 15px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
}
.hkangles_tabs_style2 .hkangles-list-tab:first-child a {
    margin-left: 0;
}
.hkangles_tabs_style2 .hkangles-list-tab:last-child a {
    margin-right: 0;
}
.hkangles_tabs_style2 .hkangles-list-tab.cd-active-tab-link a {
    color: #fff !important;
}
.hkangles_tabs_style2 .hkangles-tab-list {
    border: none;
}
.hkangles_tabs_style2 .gaiding-tab-content .elementor-section .elementor-container {
margin-left: 0;
}
.hkangles_tabs_style2  .infobox-style-3 .hkangles-infobox-button a {
    color: #fff !important;
  }
.hkangles_tabs_style2  .infobox-style-3 .hkangles-infobox-button a:after {
    background-color: #fff;
}
.hkangles_tabs_style2 .gaiding-tab-content {
    padding-top: 55px;
}
/* Pricing table style1 */
.hkangles_pricing_wrapper.pricing-style-1 .ptable-col{
    position: relative;
    width: 100% !IMPORTANT;
    DISPLAY: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 54px 0 54px 30px;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-pricing-table-featured-col .hkangles-pricing-table-box {
    border: none;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-symbol,
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    display: inline-block;
    
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-symbol {
    font-size: 20px;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-hkangles-ptable-heading {
    line-height: 30px;
    font-size: 30px;
    position: relative;
    display: inline;
}
.hkangles_pricing_wrapper.pricing-style-1  span.hkangles-ptable-description {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-pricing-table-featured-col  {
    overflow: hidden;
    z-index: 1;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-heqading {
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-pricing {
    text-align: end;
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-hkangles-ptable-heading span{
    padding-left: 5px;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-frequency {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #1d2150;
    /* text-transform: uppercase; */
    padding-left: 2px;
}
.hkangles_pricing_wrapper.pricing-style-1 .pricing-table-line {
    font-size: 17px;
    padding-bottom: 6px;
    float: left;
    width: 50%;
}
.hkangles_pricing_wrapper.pricing-style-1 .pricing-table-line span {
    font-weight: 500;
    color: var(--hkangles-quaternary-color);
    padding-left: 12px;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-heqading-wrap {
    width: 26%;
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-heqading-wrap .ptable-btn {
    opacity: 0;
    visibility: hidden;
    right: 30px;
}
.pricing-style-1 .ptable-col.pricing-active  .hkangles-ptable-heqading-wrap .ptable-btn {
    opacity: 1;
    visibility: visible;
    right: 0px;
}
.pricing-style-1 .ptable-col .hkangles-ptable-heqading-wrap .ptable-btn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--hkangles-primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 19px;
    text-align: center;
}
.pricing-style-1 .ptable-col {
    transition: 0.6s;
}
.pricing-style-1 .ptable-col.pricing-active {
    background-color: var(--hkangles-tertiary-color);
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-pricing-table-box-iner {
    width: 50%;
    margin-right: 12.6%;
}
.hkangles_pricing_wrapper.pricing-style-1 .pricing-table-line:last-child {
    border: none;
}
.hkangles_pricing_wrapper.pricing-style-1 .pricing-table-line i{
    text-transform: capitalize;
    font-size: 13px;
    padding: 10px 10px 10px 0;
    display: none;
}
.pricing-style-1 .gaiding-sep {
    display: none;
} 
.pricing-style-1 .hkangles-ptable-heqading-wrap > .hkangles-ptable-price {
    padding: 0 15px;
    background: #fff;
    z-index: 1;
    border-radius: 0;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-pricing-table-icon-wrapper i {
	line-height: 80px;
    font-size: 55px;
	color: #282727;
}
.hkangles_pricing_wrapper.pricing-style-1 .ptable-btn a i {
    font-size: 32px;
    display: block;
    transform: rotate(-45deg);
}

.hkangles_pricing_wrapper.pricing-style-1 .ptable-btn {
    transition: 0.3s;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}
.pricing-style-1 .ptable-col.pricing-active .ptable-btn {
    opacity: 0;
    visibility: hidden;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-pricing-table-icon-type-image img {
    border-radius: 150px;
    max-width: 200px;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-pricing-table-icon  {
    transition: 0.6s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.pricing-style-1 .ptable-col.pricing-active .hkangles-pricing-table-icon {
    opacity: 1;
    visibility: visible;
    right: 30px;
}
/* Pricing table style2 */
.hkangles_pricing_wrapper.pricing-style-2 .ptable-col{
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-box {
    text-align: center;
}
.pricing-style-2-white .hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-box {
    background-color: #FFF;
    border-radius: 25px;
    min-height: 650px;
}
.pricing-style-2 .hkangles-pricing-table-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--hkangles-tertiary-color);
    border-radius: 50%;
    size: 30px;
    text-align: center;
    margin-bottom: 22px;
    }
.pricing-style-2 .hkangles-pricing-table-icon img {
    width: 30px;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-symbol,
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-price {
    font-size: 45px;
    line-height: 50px;
    display: inline-block;
    font-weight: 700 !important;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-hkangles-ptable-heading {
    line-height: 25px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.2px;
    position: relative;
    display: inline;
    margin-bottom: 0;
    color: var(--hkangles-quaternary-color);
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-description {
    line-height: 25px;
    font-size: 13px;
    font-weight: 600 !important;
    letter-spacing: 0.6px;
    position: relative;
    display: inline;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--hkangles-quaternary-color);
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-frequency {
    color: var(--hkangles-quaternary-color);
    font-size: 14px;
    font-weight: 500 !important;
    display: inline-block;
    padding-left: 2px;
    text-transform: uppercase;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-hkangles-ptable-heading {
    padding-bottom: 10px;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-description-wrapp {
    padding-bottom: 18px;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-pricing {
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--hkangles-tertiary-color);
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-hkangles-ptable-heading span{
    padding-left: 5px;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-box-iner {
    padding: 40px 37px 40px 40px;
    text-align: left;
    background-color: #fff;
    border-radius: 15px;
    transition: all 0.49s ease 0s;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-tablebox-featured-w {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
    height: 30px;
    width: 172px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    position: absolute;
    z-index: 1;
    top: 33px;
    right: -36px;
    padding: 9px 35px;
    background: linear-gradient(90deg, var(--hkangles-primary-color) 0%, var(--hkangles-primary-color) 12%, var(--hkangles-secondary-color) 100%);
    transform: rotate(45deg);
    color: #fff;
    clip-path: polygon(18% 0, 82% 0, 100% 100%, 0% 100%);
}
.hkangles-pricing-tablebox-featured-wrapper {
    position: absolute;
    right: 0;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-box {
    -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;
    position: relative;
    overflow: hidden;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-box:hover {
    transform: translateY(-5px);
}
.hkangles_pricing_wrapper.pricing-style-2 .pricing-table-line {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 37px;
    color: var(--hkangles-quaternary-color);
}
.hkangles_pricing_wrapper.pricing-style-2 .pricing-table-line:last-child {
    border: none;
}
.hkangles_pricing_wrapper.pricing-style-2 .pricing-table-line i{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    padding: 0px 4px 10px 0;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-icon-wrapper i {
    line-height: 78px;
    font-size: 35px;
    color: var(--hkangles-primary-color);
}
.hkangles_pricing_wrapper.pricing-style-2 .ptable-btn a {
    display: inline-block;
    color: #fff;
    background-color: var(--hkangles-primary-color);
    padding: 16px 25px 18px;
    border-radius: 50px;
    line-height: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-2 .ptable-btn a i {
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 16px;
}
.hkangles_pricing_wrapper.pricing-style-2 .ptable-btn a::after {

}
.hkangles_pricing_wrapper.pricing-style-2 .ptable-btn a:hover {
   background-color: var(--hkangles-secondary-color);
   color: #fff;
}
.hkangles_pricing_wrapper.pricing-style-2 .ptable-btn {
    padding-top: 30px;
}
/* accordion*/
.elementor-accordion .elementor-accordion-item {
    margin:0;
    border: none !important;
}
 .elementor-accordion .elementor-tab-title {
    padding: 20px 0px !important;
    border-bottom:1px solid hsl(0deg 0% 13.33% / 15%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.elementor-accordion .elementor-tab-title.elementor-active {
    padding: 20px 0 10px 0 !important;
}
.elementor-accordion .elementor-tab-content p {
	margin: 0;
}
.elementor-accordion .elementor-tab-content {
    border: none !important;
    border-bottom: 1px solid hsl(0deg 0% 13.33% / 15%) !important;
}
.elementor-accordion .elementor-accordion-item i {
    font-size: 13px;
    line-height: 25px;
    position: relative;
}
.elementor-accordion .elementor-accordion-item:last-child {
    margin-bottom:0;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    margin-top: 5px;
    margin-right: 10px;
}
.elementor-accordion11 .elementor-accordion .elementor-accordion-item {
    margin: 0;
    padding: 32px 0 22px;
    border: none !important;
    border-bottom: 1px solid rgb(255 255 255 / 31%) !important;
 }
 .elementor-accordion11 .elementor-accordion .elementor-tab-content {
    position: relative;
 }
 .elementor-accordion11 .hkangles-tab-read-more a {
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 3px 25px;
    border-radius: 50px;
    bottom: 0;
    left: -10px;
    border: 1px solid #fff;
}
.elementor-accordion11 .hkangles-tab-read-more a i {
    transform: rotate(145deg);
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
}
.elementor-accordion11 .elementor-accordion span.hkangles-title-span {
    font-size: 16px;
    line-height: 0;
    color: #fff;
    padding-right: 5px;
    top: -12px;
    position: relative;
    font-weight: 500 !important;
}
.elementor-accordion11 .elementor-accordion .hkangles-tab-image-wrap {
    text-align: right;
}
/* woocommerce*/
.gaiding-woocommerce-product-slide.woocommerce {
    margin-bottom: 40px;
}
.gaiding-woocommerce-product-slide.woocommerce {
    text-align: center;
    border: 1px solid #dce3de;
    padding: 10px 10px 30px;
    position: relative;
    border-radius: 20px;
}
.gaiding-woocommerce-product-slide.woocommerce h2.woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 30px;
}
.gaiding-woocommerce-product-slide.woocommerce .hkangles-product-price bdi {
    font-size: 34px;
    font-weight: 800;
    font-family: Barlow Condensed;
}
.gaiding-woocommerce-product-slide.woocommerce .hkangles-product-content {
	background-color: #fff;
    padding: 160px 20px 50px;
    margin-top: -120px;
	border-radius: 0 80px 0;
}
.gaiding-woocommerce-product-thumbnail-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 50%;
}
.gaiding-woocommerce-product-slide.woocommerce .hkangles-add-to-cart-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.gaiding-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;
}
.gaiding-woocommerce-product-slide.woocommerce .hkangles-add-to-cart-button a { 
	color: #fff;
}
.gaiding-woocommerce-product-slide.woocommerce .hkangles-product-description p {
    margin-bottom: 30px;
}
.products-style-1 .woocommerce a.button {
    padding: 8px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
}
.products-style-1 div.product{
    text-align: center;
}
.products-style-1 div.product a.woocommerce-loop-product__link{
    display: block;
}
.products-style-1 .woocommerce-loop-product__title{
    margin: 25px 0 7px;
}

.products-style-1 div.product a.woocommerce-loop-product__link img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    background: #e0eae2;
    max-height: 260px;
}
.products-style-1 .product .price {
    font-size: 13px;
    margin-bottom: 25px;
    display: block;
}
.products-style-1 .woocommerce div.product span.price bdi {
    font-weight: 500;
    font-size: 17px;
}
.products-style-1 .woocommerce div.product span.price ins bdi {
    text-decoration: inherit;
}
.products-style-1 .woocommerce div.product span.price del bdi {
    font-size: 13px;
}

/* Products Style 2  */
.products-style-2 .woocommerce a.button {
    padding: 4px 20px 4px 43px;
    border-radius: 50px;
    text-transform: uppercase;
    background: transparent;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    position: relative;
}
.products-style-2 .woocommerce a.button:hover {
    color: #fff;
    border-color: transparent;
}
.products-style-2 .woocommerce a.button::after {
    position: absolute;
    left: 20px;
    top: 7px;
    font-size: 16px;
    line-height: 16px;
    content: "\e873";
    font-family: hkangles-base-icons !important;
}
.products-style-2 div.product{
    text-align: center;
}
.products-style-2 .woocommerce div.product p.price ins, 
.products-style-2 .woocommerce div.product span.price ins {
    text-decoration: none;
}
.products-style-2 div.product a.woocommerce-loop-product__link{
    display: block;
}
.products-style-2 .woocommerce-loop-product__title{
    margin: 25px 0 7px;
    font-size: 22px !important;
    line-height: 30px !important;
}

.products-style-2 div.product a.woocommerce-loop-product__link img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.products-style-2 .product .price {
    font-size: 13px;
    margin-bottom: 25px;
    display: block;
}
.products-style-2 .woocommerce div.product span.price bdi {
    font-weight: 600;
    font-size: 18px;
}
.products-style-2 .woocommerce div.product span.price ins bdi {
    text-decoration: inherit;
}
.products-style-2 .woocommerce div.product span.price del bdi {
    font-size: 13px;
    font-weight: 600;
    color: #797979;
}
.products-style-2 .gaiding-woocommerce-product-slide.woocommerce {
    border: none;
    background-color: #fff;
}
.products-style-2.products-layout-slider .gaiding-woocommerce-product-slide.woocommerce {
    margin-bottom: 70px;
}
.elementor-element .products-style-2 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}
.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 5px 5px;
}


/* History  */

.hkangles-ourhistory-content span.label {
    font-size: 80px;
    line-height: 60px;
    color: #E5E5E5 !important;
}
.hkangles-ourhistory-content {
    padding: 0px 20px 144px;
    z-index: 1;
}
.hkangles-ourhistory-content .hkangles-infobox-icon-title.d-flex {
    align-items: center;
    padding-bottom: 22px;
}
.hkangles-ourhistory-content .hkangles-infobox-icon {
    width: 50px;
    height: 50px;
    line-height: 57px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-right: 15px;
    background: linear-gradient(90deg, var(--hkangles-primary-color) 0%, var(--hkangles-primary-color) 10%, var(--hkangles-secondary-color) 100%);
}
.hkangles-ourhistory-content .history-content h4 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 0;
}
.hkangles-ourhistory-content .simple-text {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin-right: 30px;
}
.hkangles_history_wrapper.history-layout-slider {
	position: relative;
}
.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 ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.hkangles-ourhistory-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    width: 50%;
    align-items: center;
    margin-bottom: 13px;
}
.hkangles-ourhistory-content .hkangles-list-icon i {
    font-size: 13px;
    line-height: 13px;
    padding-right: 11px;
}
.hkangles-ourhistory-content .gaiding-history-button a i::before {
    display: inline-block;
    transform: rotate(-45deg);
    font-weight: 600;
    margin: 0px 0 0 4px;
}
.hkangles-ourhistory-content ul li p {
    margin-bottom: 0;
    font-weight: 400;
}
.hkangles-ourhistory-content .gaiding-history-button a {
    padding: 0 30px;
    line-height: 50px;
    display: block;
    border-radius: 50px;
    position: relative;
    color: var(--hkangles-quaternary-color);
    background-color: #fff;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
}
.hkangles-ourhistory-content .gaiding-history-button a:hover {
    background-color: var(--hkangles-primary-color);
    color: #fff;
}
.hkangles_history_wrapper .swiper-button-next:hover,
.hkangles_history_wrapper .swiper-button-prev:hover {
    background: var(--hkangles-primary-color);
}
.hkangles_history_wrapper .swiper-button-next:hover:after,
.hkangles_history_wrapper .swiper-button-prev:hover:after {
    color: #fff;
}

.hkangles_history_wrapper .swiper-button-next:after {
    bottom: 55px;
    right: -80px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color:  var(--hkangles-quaternary-color);
}
.hkangles_history_wrapper .swiper-button-next-prev {
    display: inline-block;
    padding: 12px 25px;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 140px;
    height: 65px;
    text-align: center;
    border-radius: 15px 15px 0 0;
}
.hkangles_history_wrapper .swiper-button-next, 
.hkangles_history_wrapper .swiper-button-prev {
    top: inherit !important;
    bottom: 10px;
    background-color: var(--hkangles-tertiary-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.hkangles_history_wrapper .swiper-button-next {
    right: 25px;
}
.hkangles_history_wrapper .swiper-button-prev {
    left: auto;
    right: 75px;
}
.hkangles_history_wrapper .swiper-button-prev:after  {
    bottom: 55px;
    right: -120px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: var(--hkangles-quaternary-color);
}
.hkangles_history_wrapper .swiper-button-next-prev::before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -30px;
    right: -82px;
    box-shadow: inset 30px -30px 0 0 #f9f7f0;
}
.hkangles_history_wrapper .swiper-button-next-prev::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -30px;
    left: -82px;
    box-shadow: inset -30px -30px 0 0 #f9f7f0;
}
/* marquee style-1  */
.marquee-style-1 .hkangles-marquee-slide {
    font-weight: 400;
    text-align: center;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    padding: 0 25px;
}
.marquee-style-1 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.marquee-style-1 .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    
    transition-timing-function:linear!important; 
    position: relative;
  }

  /* marquee style-2  */
.marquee-style-2 .hkangles-marquee-slide {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    display: flex;
    letter-spacing: 0;
    justify-content: center;
    width: auto;
    position: relative;
    padding: 0 75px;
    color: var(--hkangles-quaternary-color)
}
.marquee-style-2 .hkangles-marquee-slide::after { 
    content: "\e874";
    position: absolute;
    font-family: "hkangles-base-icons";
    font-size: 16px;
    top: -2px;
    left: -6px;
}
.marquee-style-2 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.marquee-style-2 .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    
    transition-timing-function:linear!important; 
    position: relative;
}

/* marquee style-3  */
.marquee-style-3 .hkangles-marquee-slide {
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    letter-spacing: 1.4px;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    padding: 16px 50px;
    font-weight: bold;
}
.marquee-style-3 .hkangles-marquee-slide a {
    color: #fff;
}
.marquee-style-3 .hkangles-marquee-slide:after {
    content: '*';
    position: absolute;
    font-size: 13px;
    right: -8.5px;
    top: 50%;
    z-index: 1;
    margin-top: -7.5px;
}
.marquee-style-3 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.marquee-style-3 .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    
    transition-timing-function:linear!important; 
    position: relative;
}

/* marquee style-4  */
.marquee-style-4 .hkangles-marquee-slide {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #fff;    
    text-transform: uppercase;
    display: flex;
    letter-spacing: 1.4px;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    padding: 27px 50px;
}
.marquee-style-4 .hkangles-marquee-slide:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: -7.5px;
    top: 50%;
    z-index: 1;
    margin-top: -7.5px;
    transform: rotate(-45deg);
}
.marquee-style-4 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.marquee-style-4 .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    
    transition-timing-function:linear!important; 
    position: relative;
  }
/* Shortable Category */

.hkangles-sortable-list-ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 42px;
    display: block;
}
.hkangles-sortable-list-ul li {
    display: inline-block;
    margin: 0 0;
}
.hkangles-sortable-list a {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    margin-left: 15px;
    background-color: #000;
    display: block;
}

