
/*******************************************************
	Blog Widget
*******************************************************/
/* blog style 1 */
.blog-style-1 .hkangles-post-post-thumbnail-wrapper{
    position: relative;
    Z-INDEX: -1;
}
.blog-style-1 .hkangles-post-date {
    position: absolute;
    top: -20px;
    left: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 8px 9px 10px;
    background-color: #fff;
    border-top: 2px solid;
    border-radius: 0 0 10px 0;
}
.blog-style-1 .hkangles-post-title-wrap{
    padding: 66px 15px 25px 25PX;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
    margin: -44PX 0 0 20PX;
    z-index: 1;
    background: #FFF;
    border-radius: 15px 0 0 0;
    position: relative;
}
.blog-style-1 .hkangles-post-slide .hkangles-post-meta .hkangles-post-meta-inner{
	position: relative;
    display: flex;
    margin-bottom: 10px;
    padding: 10px 15px;
    left: 0;
    border-radius: 15px 0 15px 0;
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
.blog-style-1 span.coronia-project-category.entry-meta {
    padding-right: 30px;
    position: relative;
}
.blog-style-1 span.coronia-project-category.entry-meta::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    right: 14px;
    background: #ffffffd4;
    transform: rotate(15deg);
}
.blog-style-1 .hkangles-post-meta .hkangles-post-meta-inner .post-author{
    position: relative;
    padding-right: 25px;
}
.blog-style-1 .hkangles-post-meta .hkangles-post-meta-inner .post-author a {
    color: #888888;
}
.blog-style-1 .hkangles-post-meta .hkangles-post-meta-inner .post-author:after{
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    content: "";
	text-align: center;
    text-transform: uppercase;
    top: 10px;
    right: 8px;
    background: #163b68;
}
.blog-style-1 .hkangles-post-meta .hkangles-post-meta-inner .post-author i, 
.blog-style-1 .hkangles-post-meta .hkangles-post-meta-inner .post-comment i{
    padding-right: 5px;
}
.blog-style-1 .hkangles-post-category{
    margin-bottom: 30px;
}
.blog-style-1 .hkangles-post-category a{
	padding: 8px 12px;
}
.blog-style-1 .hkangles-post-date span {
    display: block;
    line-height: 24px;
}
.blog-style-1 .hkangles-post-post-wrapper {
    position: relative;
}
.hkangles-post-post-thumbnail-wrapper:before {
    position: absolute;
    content: "";
    -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    width: 80%;
    left: 10%;
    height: 100px;
    bottom: 0;
}
.blog-style-1 .hkangles-post-slide h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 7px;
}
.blog-style-1 .hkangles-post-date .hkangles-post-month {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    font-family: 'Poppins';
    color: #6c7176;
    font-weight: 600;
}
.blog-style-1 .hkangles-post-post-thumbnail-wrapper img.hkangles-post-image {
    border-radius: 8px;
    width: 100%;
}
.blog-style-1 .hkangles-post-date .hkangles-post-day {
    font-size: 20px;
    line-height: 24px;
    background-color: #fff;
}
.blog-style-1 .read-more-link a {
    font-weight: 600;
    font-size: 14px;
    position: relative;
}
.blog-style-1 .read-more-link a i {
    padding-left: 10px;
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    top: -2px;
}
.blog-style-1 .hkangles-post-description p {
    margin-bottom: 15px;
}
.blog-style-1.blog-layout-grid .hkangles-post-slide {
    margin-bottom: 50px;
}
/* blog style 2 */
.blog-style-2 .hkangles-post-wrapper {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f1f2;
}
.blog-style-2 .hkangles-post-meta .post-comment{
    position: relative;
    margin-left: 30px;
}
.blog-style-2 .hkangles-post-meta .post-comment:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    left: -15px;
    background: #1d2150;
    transform: rotate(15deg);
}
.blog-style-2 .hkangles-post-slide .hkangles-post-meta .hkangles-post-meta-inner{
	position: relative;
    width: 88%;
    text-align: center;
    margin: -22px 20px 0;
    border-radius: 6px;
    background: #fff;
    color: #1d2150;
    padding: 5px 20px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
}
.blog-style-2 .post-meta-item span {
    padding-left: 5px;
}
.blog-style-2 .hkangles-post-wrapper .hkangles-post-title-wrap h3{
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 8px;
}
.blog-style-2 .hkangles-post-title-wrap {
    padding: 25px 20px 15px;
}
.blog-style-2 .hkangles-post-wrapper .read-more-link a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.blog-style-2 .hkangles-post-wrapper .read-more-link i{
    margin-left: 4px;
}
.blog-style-2 .hkangles-post-desc p {
    margin-bottom: 0;
}
.blog-style-2 .hkangles-post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.blog-style-2 .hkangles-post-thumbnail-wrapper .hkangles-post-image-container img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 6px;
}
.blog-style-2 .hkangles-post-slide:hover .hkangles-post-thumbnail-wrapper .hkangles-post-image-container img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.blog-style-2  .hkangles-post-description p {
    margin-bottom: 15px;
}
.blog-style-2 .post-meta-item {
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
}
.blog-style-2 span.coronia-project-category.entry-meta::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    right: 14px;
    background: #ffffffd4;
    transform: rotate(15deg);
}
.blog-style-2 .hkangles-post-date {
    position: absolute;
    top: 20px;
    right: 35px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 15px 9px 10px;
    border-radius: 0 0 10px 10px;
    color: #fff;
}
.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-family: viga;
    font-size: 20px;
    font-weight: 400;
}
/* blog style 3 */
.blog-style-3 .hkangles-post-content-area {
    padding: 20px 30px 30px 30px;
    bottom: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 6%);
    text-shadow: 0px 15px 40px rgb(0 0 0 / 6%);
}
.blog-style-3 .hkangles-post-wrapper {
    position: relative;
}
.blog-style-3 .hkangles-post-image-container{
    position: relative;
}
.blog-style-3 .hkangles-post-image-container:after {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31d21501d2150', endColorstr='#1d21501d215000',GradientType=0 );
}
.blog-style-3 .hkangles-post-meta .post-author,
.blog-style-3 .hkangles-post-meta .post-comment{
    display: inline-block;
}
.blog-style-3 .hkangles-post-slide .hkangles-post-meta .hkangles-post-meta-inner{
    position: relative;
    display: inline-block;
}
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-author{
    position: relative;
    padding-right: 15px;
}
.blog-style-3 .hkangles-post-meta,
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-author a {
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-author i, 
.blog-style-3 .hkangles-post-meta .hkangles-post-meta-inner .post-comment i{
    padding-right: 5px;
}
.blog-style-3 .hkangles-post-wrapper .hkangles-post-title-wrap h3{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
}
.blog-style-3 .hkangles-post-wrapper .hkangles-post-title-wrap h3 a{
    color: #222;
}
.blog-style-3 .hkangles-post-wrapper .read-more-link a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.blog-style-3 .hkangles-post-wrapper .read-more-link i{
    margin-left: 10px;
}
.blog-style-3 .hkangles-post-desc p {
    margin-bottom: 0;
}
.blog-style-3 .hkangles-post-thumbnail-wrapper {
    position: relative;
}
.blog-style-3 .hkangles-post-thumbnail-wrapper .hkangles-post-image-container img{
    width: 100%;
    border-radius: 5px;
}
.blog-style-3 .hkangles-post-date {
    position: absolute;
    bottom: 0;
    left: 30px;
    padding: 6px 15px 6px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}
.blog-style-3 .hkangles-post-date span.hkangles-post-date-month {
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
}
.blog-style-3 .hkangles-post-date span.hkangles-post-date-month i {
    padding-right: 5px;
}
.blog-style-3 .hkangles-post-date span {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.blog-style-1 .hkangles-post-date span {
    font-size: 20px;
    line-height: 32px;
    display: block;
    font-family: 'Viga', sans-serif;
    font-weight: 400;
}
.blog-style-3 .post-meta-item {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-style-3 .hkangles-post-meta {
    border-bottom: 1px solid rgb(182 183 177 / 35%);
    padding-bottom: 15px;
    margin-bottom: 14px;
}
.blog-style-3 .hkangles-post-description p {
    margin: 10px 0 0;
}
/*******************************************************
	Client Widget
*******************************************************/

/* Client Style 1 */
.client-style-1 .client-item{
    text-align: center;
    border-right: 1px solid #dedede;
}
.client-style-1 .client-item:last-child{
    border: none;
}
.client-style-1.client-layout-grid .client-item{
    padding: 45px 20px;
    width: 33.3%;
    border-left: 0px;
    float: left;
}
.client-style-1.client-layout-grid .hkangles-clients-grid-wrapper {
    display: inline-block;
    width: 100%;
}
.client-style-1 .client-item img {
    max-width: 150px;
    display: inline;
}
.client-style-1 .client-item img:hover {
    -webkit-filter:inherit;
    filter: inherit;
    opacity: inherit;
}

/* Client Style 2 */
.client-style-2 .client-item {
	text-align: center;
}
.client-style-2 .client-item img {
	max-width: 80px;
	display: inline;
}

/*******************************************************
	Counter
*******************************************************/

/* Counter Style 1 */
.counter-style-1 .hkangles-counter-wrapper{
	position: relative;
}
.counter-style-1 .hkangles-counter-icon,
.services-style-4 .hkangles-service-icon,
.services-style-1 .hkangles-service-icon {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-1 .hkangles-service-slide:hover .hkangles-service-icon,
.counter-style-1:hover .hkangles-counter-icon{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.infobox-style-13 .hkangles-infobox-icon {
    transform: scale(1);
    transition: all 200ms linear;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.infobox-style-13:hover .hkangles-infobox-icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.counter-style-1 .hkangles-counter-number:before {
    position: absolute;
    right: -10px;
    top: -30px;
    content: "+";
    font-size: 24px;
    font-family: 'Viga';
    font-weight: 700;
}
.counter-style-1 .hkangles-counter-number {
    font-size: 60px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
.counter-style-1 .hkangles-counter-icon {
    font-size: 55px;
    line-height: 65px;
    display: inline-block;
}
.counter-style-1 .hkangles-counter-content {
    display: block;
    align-items: flex-end;
}
.counter-style-1 .hkangles-counter-title {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}
/*! Counter Style 2 */
.counter-style-2 .hkangles-counter-wrapper{
    position: relative;
    align-items: center;
}
.counter-style-2 .hkangles-counter-number:before {
    position: absolute;
    right: -20px;
    font-weight: 400;
    top: 0px;
    content: "+";
    font-size: 35px;
}
.counter-style-2 .hkangles-counter-number {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
    font-weight: 400;
}
.counter-style-2 .hkangles-counter-icon {
    font-size: 58px;
    line-height: 58px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.counter-style-2 .hkangles-counter-content {
    display: block;
}
.counter-style-2 .hkangles-counter-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6d6d6d;
    position: relative;
    padding-left: 0;
}
.counter-style-2-two .counter-style-2 .hkangles-counter-title {
    text-transform: none;
}
.counter-style-2-two .counter-style-2 .hkangles-counter-title {
    font-size: 14px;
}
.counter-style-2-two .counter-style-2 .hkangles-counter-number {
    font-size: 34px; 
}
.counter-style-2-two .counter-style-2 .hkangles-counter-icon{
    font-size: 50px;
    line-height: 50px;
}
.hkangles-counter-2-cleaning .counter-style-2 .hkangles-counter-number {
    font-size: 34px;
    font-weight: 700;
}
.hkangles-counter-2-cleaning .counter-style-2 .hkangles-counter-title {
    text-transform: inherit;
    font-weight: 500;
}
.counter-style-2-home-five .counter-style-2 .hkangles-counter-number {
    font-size: 34px; 
    font-weight: 700;
}
.counter-style-2-home-five .counter-style-2 .hkangles-counter-title {
    font-size: 14px;
    text-transform: none;
}
.counter-style-2-home-five .counter-style-2 .hkangles-counter-icon {
    font-size: 50px;
    line-height: 50px;
}
.counter-style-2-home-five {
    position: relative;
}
.counter-style-2-home-five:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -19px;
    right: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #1d2150;
    border-top: 0px solid transparent;
}
.counter-style-2-home-11 .counter-style-2 .hkangles-counter-number,
.counter-style-2-home-11 .counter-style-2 .hkangles-counter-number:before {
    font-weight: 700;
}
.counter-style-2-home-11 .counter-style-2 .hkangles-counter-icon {
    color: #fff;
}
/*! Counter Style 3 */
.counter-style-3 {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
.counter-style-3:after { 
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
}
.counter-style-3 .hkangles-counter-icon {
    margin-bottom: 10px;
}
.counter-style-3 .hkangles-counter-wrapper .hkangles-counter-number {
    font-size: 46px;
    line-height: 56px;
    font-weight: 400;
    margin: 0;
    display: inline;
}
.counter-style-3 .hkangles-counter-icon i {
    font-size: 60px;
    line-height: 65px;
}
.counter-style-3 .hkangles-counter-number {
    position: relative;
}
.counter-style-3 .hkangles-counter-number:before {
    position: absolute;
    right: -20px;
    top: -25px;
    content: "+";
    font-size: 25px;
    font-weight: normal;
    font-family: 'Frank Ruhl Libre';
}
.counter-style-3 .hkangles-counter-title{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.counter-style-3 .hkangles-counter-title:after {
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    background-color: #1d2150;
    transform: rotate( 15deg);
}
.counter-style-3 .hkangles-counter-title:before {
    content: '';
    width: 4px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #1d2150;
    transform: rotate( 15deg);
}
/*! Counter Style 4 */
.counter-style-4{
    text-align: center;
    color: #fff;
}
.counter-style-4 .hkangles-counter-number {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: #fff;
}
.counter-style-4 .hkangles-counter-number:before{
    content: "+";
    position: absolute;
    top: -30px;
    right: -18px;
    font-size: 30px;
}
.counter-style-4 .hkangles-counter-title{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}
/*! Counter Style 5 */
.counter-style-5 .hkangles-counter-number {
    position: relative;
    font-size: 50px;
    line-height: 58px;
    color: #fff;
    display: inline-block;
    margin: 0;
}
.counter-style-5 .hkangles-counter-title{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}
.counter-style-5 .hkangles-counter-content {
   margin-left: 15px;
}
.counter-style-5 .hkangles-counter-icon {
    font-size: 60px;
    color: #fff
}
.counter-style-5 .hkangles-counter-number:after {
    content: "+";
    font-size: 22px;
    line-height: 16px;
    font-weight: 500;
    position: absolute;
    right: -17px;
    top: -2px;
}
/*******************************************************
	Custom Heading
*******************************************************/
.custom-heading-style-1 {
	margin-bottom: 20px;
}
.custom-heading-style-1.hendy-light-space {
	margin-bottom: 30px;
}
.about-heading-title .hkangles_custom_heading_wrapper .hkangles-heading-title-wrapper .heading-title {
    font-size: 46px;
    line-height: 52px;
}
.custom-heading-style-1.subtitle-text-uppercase .heading-subtitle,
.custom-heading-style-1.title-text-uppercase .heading-title {
	text-transform: uppercase;
}
.custom-heading-style-1.subtitle-text-lowercase .heading-subtitle,
.custom-heading-style-1.title-text-lowercase .heading-title {
	text-transform: lowercase;
}
.custom-heading-style-1.subtitle-text-capitalize .heading-subtitle,
.custom-heading-style-1.title-text-capitalize .heading-title {
	text-transform: capitalize;
}
.hkangles_custom_heading_wrapper .hkangles-heading-subtitle-wrapper .heading-subtitle {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.custom-heading-style-1.heading-alignment-center{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.custom-heading-style-1.heading-alignment-right{
    text-align: right;
}
.custom-heading-style-1.heading-alignment-left{
    text-align: left;
} 
.hkangles-heading-color .heading-subtitle:before,
.hkangles-heading-color .hkangles-list-wrapper p.hkangles-list-info a,
.hkangles-heading-color .custom-heading-style-1 .heading-title,
.hkangles-heading-color .custom-heading-style-1 .heading-subtitle {
    color: #fff !important;
}
.hkangles-heading-color .hkangles-list-wrapper ul li {
    margin-bottom: 20px;
}

/*******************************************************
    Custom Heading style2
*******************************************************/
.custom-heading-style-2 {
    margin-bottom: 20px;
}
.custom-heading-style-2.hendy-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.hendy-light-space {
    margin-bottom: 30px;
}
.custom-heading-style-3.subtitle-text-uppercase .heading-subtitle,
.custom-heading-style-3.title-text-uppercase .heading-title {
    text-transform: uppercase;
}
.custom-heading-style-3.subtitle-text-lowercase .heading-subtitle,
.custom-heading-style-3.title-text-lowercase .heading-title {
    text-transform: lowercase;
}
.custom-heading-style-3.subtitle-text-capitalize .heading-subtitle,
.custom-heading-style-3.title-text-capitalize .heading-title {
    text-transform: capitalize;
}
.hkangles_custom_heading_wrapper.custom-heading-style-3 .hkangles-heading-title-wrapper .heading-title {
    color: #fff;
    line-height: 68px;
    font-size: 58px;
    margin: 0;
}
.hkangles_custom_heading_wrapper.custom-heading-style-3 .hkangles-heading-subtitle-wrapper .heading-subtitle {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    padding:0;
}
.custom-heading-style-3 .hkangles-heading-subtitle-wrapper .heading-subtitle {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.custom-heading-style-3.heading-alignment-center{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.custom-heading-style-3.heading-alignment-right{
    text-align: right;
}
.custom-heading-style-3.heading-alignment-left{
    text-align: left;
} 
/*******************************************************
	Infobox Heading
*******************************************************/

/*! Infobox Style 1 */
.infobox-style-1 .hkangles-infobox-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.infobox-style-1 .hkangles-infobox-icon {
    color: #fff;
    min-width: 100px;
    height: 100px;
    display: inline-table;
    border-radius: 5px;
}
.infobox-style-1 .hkangles-infobox-icon i {
    font-size: 50px;
    line-height:94px;
}
.infobox-style-1 .hkangles-infobox-text {
    color: #6c7176;
}
.infobox-style-1 .hkangles-infobox-button {
    font-size: 14px;
    font-family: 'Viga';
    margin-top: 15px;
}
.infobox-style-1 .hkangles-infobox-button a {
    position: relative;
}
.infobox-style-1 .hkangles-infobox-button a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5px;
    bottom: 0;
    left: 0;
}
.infobox-style-1 .hkangles-infobox-wrapper {
    background: #fff;
    display: inline-block;
    padding: 25px;
    border-radius: 15px 15px 0 15px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
    position: relative;
}
.infobox-style-1 .hkangles-infobox-wrapper:after {
    content: "\f10d";
    font-family: flaticon !important;
    position: absolute;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    top: 14px;
    left: -14px;
    margin-top: -30px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 2;
}
.infobox-style-1 .icon-count-number {
    font-family: 'Viga';
    font-size: 38px;
    line-height: 48px;
    padding-right: 14px;
}
/*! Infobox Style 2 */
.infobox-style-2{
    position: relative;
}
.infobox-style-2 .hkangles-infobox-icon{
    width: 50px;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block !important;
    border-radius: 50%;
}
.infobox-style-2 .hkangles-infobox-title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 35px;
    color: #fff;
    position: relative;
    z-index: -1;
}
.infobox-style-2 .hkangles-infobox-wrapper{
    position: relative;
    height: 700px;
    z-index: 1;
}
.infobox-style-2 .hkangles-infobox-content {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 85px;
}
.infobox-style-2 .hkangles-infobox-icon i{
    position: relative;
    z-index: 2;
    font-size: 25px;
    line-height: 52px;
    color: #ffffff;
}
.infobox-style-2 span.hkangles-infobox-subtitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    font-family: 'Viga';
    color: #fff;
}
.infobox-style-2 .hkangles-infobox-img-second img {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
}
.infobox-style-2 .hkangles-infobox-button a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    font-family: 'Viga';
    font-size: 28px;
    color: #fff;
} 
.infobox-style-2 .hkangles-infobox-img::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(15 32 45 / 40%);
}
.infobox-style-2 .hkangles-infobox-wrapper:hover .hkangles-infobox-img::after {
    background: hsl(235deg 47% 21% / 90%);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.06, 0.6, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.06, 0.6, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.06, 0.6, 1);
}
.infobox-style-2 .hkangles-infobox-text {
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.06, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.06, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.06, 0.355, 1);
}
.infobox-style-2 .hkangles-infobox-wrapper:hover .hkangles-infobox-text {
    opacity: 1;
    height: 135px;
    margin-bottom: 35px;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.06, 0.6, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.06, 0.6, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.06, 0.6, 1);
}
.infobox-style-2 .hkangles-list-wrapper .list-item a {
 color: #fff;
}
.infobox-style-2 .hkangles-infobog-img-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -15%;
    width: 98%;
    height: 100%;
    opacity: .6;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
}
.infobox-style-2 .hkangles-infobox-img.d-flex.align-items-center {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(12deg,0);
    transform: skew(12deg,0);
    overflow: hidden;
    background-color: #333;
    margin-left: 22px;
    width: calc(130% + 68px);
    margin-left: -80px;
    position: absolute;
}
.infobox-style-2 .hkangles-infobox-wrapper-inner {
    height: 100%;
}
.infobox-style-2 .hkangles-list-wrapper ul li i {
    font-size: 14px;
    line-height: 25px;
    margin-right: 15px;
}
.infobox-style-2 .hkangles-list-wrapper ul li {
    margin-bottom: 7px;
}
.hkangles-infobog-img-bg-child .elementor-column:last-child .infobox-style-2 .hkangles-infobox-img {
    margin-left: 0px;
    left: inherit;
    right: -300px;
}
.hkangles-infobog-img-bg-child .elementor-column:nth-child(2) .infobox-style-2 .hkangles-infobox-img {
    left: 60px;
}
/*! Infobox Style 3 */
.infobox-style-3 .hkangles-infobox-icon i{
    font-size: 70px;
    line-height: 70px;
    display: inline-block;
    color: #fff;
}
.infobox-style-3 .hkangles-infobox-icon {
    z-index: 2;
}
.infobox-style-3 .hkangles-infobox-wrapper {
    position: relative;
    overflow: hidden;
}
.infobox-style-3 .hkangles-infobox-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0;
    color: #fff;
    margin-bottom: 0;
}
.infobox-style-3 .hkangles-infobox-text {
	color: #fff;
    font-family: 'Viga';
}
.infobox-style-3 .hkangles-infobox-button {
    padding-top: 12px;
    color: #fff;
    font-size: 15px;
}
.infobox-style-3 .hkangles-infobox-button a {
    position: relative;
    font-size: 14px;
    font-family: 'Viga';
    font-weight: 400;
    color: #fff;
}
.hkangles-home2-infobox-style-3 .infobox-style-3 .hkangles-infobox-button a {
    color: #fff;
}
.hkangles-home2-infobox-style-3 .infobox-style-3 .hkangles-infobox-button a:after {
    background-color: #fff;
}
.infobox-style-3 .hkangles-infobox-button a:after {
 content: '';
 position: absolute;
 width: 100%;
 height: 1px;
 bottom: 0;
 left: 0;
}
.infobox-style-3 .hkangles-infobox-button a:hover {
    color: #fff;
}
.infobox-style-3-white .infobox-style-3 .hkangles-infobox-title {
    color: #fff;
}
.infobox-style-3-second .infobox-style-3 {
    text-align: center;
}
.infobox-style-3-second .infobox-style-3 .hkangles-infobox-text {
    font-size: 18px;
}
/*! Infobox Style 4 */
.infobox-style-4{
    position: relative;
}
.infobox-style-4 .hkangles-infobox-content .hkangles-infobox-text {
    font-size: 14px;
    line-height: 22px;
}
.infobox-style-4-second .infobox-style-4 .hkangles-infobox-content .hkangles-infobox-text {
    font-size: 15px;
    line-height: 24px;
}
.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: 55px;
    line-height: 55px;
    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;
    margin-right: 20px;
}
.infobox-style-4:hover .hkangles-infobox-icon{
    transform: translateY(-5px);
}
.infobox-style-4 span.icon-number {
    font-family: 'Viga';
    font-weight: 400;
    font-size: 50px;
    line-height: 0;
}
.infobox-style-4 .hkangles-infobox-title{
	font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 5px;
}
.hkangles-contact-infobox .infobox-style-4 .hkangles-infobox-title {
    margin-bottom: 10px;
}
.hkangles-contact-infobox .infobox-style-4 .hkangles-infobox-title {
    color: #282727;
}
.infobox-style-4 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-4 .hkangles-infobox-inner:before{
    content: counter(item,decimal-leading-zero) " ";
    counter-increment: item;
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 99;
}
.infobox-style-4 .hkangles-infobox-inner:after{
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -85px;
    top: -85px;
    position: absolute;
    background: #1d2150;
}
.infobox-style-4-two .infobox-style-4 .hkangles-infobox-content .hkangles-infobox-text {
    font-size: 15px;
    line-height: 24px;
}
.infobox-style-4-third .infobox-style-4 .hkangles-infobox-title {
    color: #fff;
    margin-bottom: 10px;
}
.infobox-style-4-third .infobox-style-4 .hkangles-infobox-content .hkangles-infobox-text {
    color: #ffff;
}
.infobox-style-4-third .infobox-style-4 span.icon-number {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 26px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.infobox-style-4-third .infobox-style-4 .hkangles-infobox-icon {
    line-height: 0;
}
/*! Infobox Style 5 */

.infobox-style-5 {
    position: relative;
    height: 170px;
}
.infobox-style-5 .hkangles-infobox-icon i{
    position: relative;
	font-size: 62px;
    line-height: 62px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    color: #fff;
    z-index: 1;
}
.infobox-style-5 .hkangles-infobox-icon i::after{ 
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: -15px;
    z-index: -1;
    top: -10px;
    background-color: #e6ebf4;
}
.infobox-style-5 .hkangles-infobox-more-icon i {
    display: inline-block;
    font-size: 14px;
    width: 70px;
    height: 70px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding: 0 15px 0 0;
}
.infobox-style-5 .hkangles-infobox-more-icon {
    position: absolute;
    bottom: -16px;
    right: -7px;
    opacity: 0;
}
.infobox-style-5.active .hkangles-infobox-more-icon {
    opacity: 1;
    -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);
}
.infobox-style-5 .hkangles-infobox-title {
    margin-top: 5px;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}
.hkangles-infobox-custom .infobox-style-5 .hkangles-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
.infobox-style-5 .hkangles-list-wrapper ul li {
    margin-bottom: 5px;
}
.infobox-style-5 .hkangles-list-wrapper ul {
    height: 1px;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.infobox-style-5.active .hkangles-list-wrapper ul {
    height: 110px;
    visibility: visible;
}
.infobox-style-5 .hkangles-infobox-wrapper {
    padding: 50px 60px 50px 30px;
    overflow: hidden;
}
.infobox-style-5.active .hkangles-infobox-wrapper {
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
    text-shadow: 0px 20px 40px rgb(0 0 0 / 4%);
    padding: 60px 60px 57px 30px;
    background: #fff;
    border-radius: 50px;
    -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);
    position: relative;
    min-width: 230px;
}

/*! Infobox Style 6 */
.infobox-bottm-border .infobox-style-6 {
   border-bottom: 5px solid;
}
.infobox-style-6 .hkangles-infobox-icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 40px;
    transform: translateY(-50%);
}
.infobox-style-6 .hkangles-infobox-title{
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.infobox-style-6 .hkangles-infobox-text {
    font-size: 16px;
    line-height: 26px;
}
.infobox-style-6 .hkangles-infobox-wrapper {
    overflow: visible;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    padding: 65px 50px 30px 40px;
    position: relative;
    margin-top: 50px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    border-top: 3px solid;
}
.infobox-style-6 .hkangles-infobox-button a {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: 'Poppins';
}
.infobox-style-6 .hkangles-infobox-button i{
  font-size: 25px;
}
.infobox-style-6 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-6 .hkangles-infobox-button {
    font-size: 15px;
    padding-left: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
} 
.infobox-style-6 ul.hkangles-infobox-6-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 30px;
}
.infobox-style-6 ul.hkangles-infobox-6-list li {
    display: flex;
    align-items: center;
    border-top: 1px solid #e4e7ee;
    line-height: 55px;
    font-size: 16px;
    color: #6c7176;
}
.infobox-style-6 .hkangles-infobox-6-list li i {
    font-size: 18px;
    margin-right: 15px;
}

/*******************************************************
	Infobox style-7
*******************************************************/
.infobox-style-7 {
    text-align: center;
    padding: 40px 30px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.infobox-style-7:hover{    
    background: #FFF;
    border-radius: 15px;
}
.infobox-style-7 .hkangles-infobox-wrapper {
    position: relative;
}
.infobox-style-7 h3.hkangles-infobox-title {
    font-size: 24px;
    text-transform: capitalize;
    line-height: 36px; 
    margin: 10px 0 0;
}
.infobox-style-7 .hkangles-infobox-button {
    margin-top: 40px;
    font-size: 15px;
    text-transform: capitalize;
}
.infobox-style-7 .hkangles-infobox-button a {
	position: relative;
    display: inline-block;
}
.infobox-style-7 .hkangles-infobox-button a {
	position: relative;
}
.infobox-style-7 .hkangles-infobox-img,
.infobox-style-7 .hkangles-infobox-icon {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.infobox-style-7:hover .hkangles-infobox-img, 
.infobox-style-7:hover .hkangles-infobox-icon {
    background-color: #f6f6f6;
}
.infobox-style-7 .hkangles-infobox-icon i {
    font-size: 52px;
    line-height: 100px;
}
.infobox-style-7 .hkangles-infobox-title span {
    padding-right: 10px;
    font-weight: 700;
}
.infobox-title-darkcolor .counter-style-2 .hkangles-counter-icon {
    color: #1d2150;
}

/*! Infobox Style 8 */
.infobox-style-8 .hkangles-infobox-icon{
    z-index: 99;
    position: relative;
    font-size: 52px;
    line-height: 100px;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 10px 0 10px 10px;
    background-color: #fff;
}
.infobox-style-8 .icon-count-number {
    font-family: 'Viga';
    position: absolute;
    right: -33px;
    font-size: 18px;
    line-height: 35px;
    top: -36px;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-weight: 400;
    z-index: 9;
}
.infobox-style-8 .hkangles-infobox-text {
    color: #fff;
}

.infobox-style-8 .hkangles-infobox-title {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 23px;
}
.thsb-infobox-style-8 .elementor-widget-container {
    padding: 25px 25px 25px 25px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.infobox-style-8 .hkangles-infobox-text a{
	text-decoration: underline;
}
.infobox-style-8 .hkangles-infobox-img img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.infobox-style-8 .hkangles-infobox-wrapper {
    text-align: center;
}
.hkangles-infobox-custom .infobox-style-8 .hkangles-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
/*! Infobox Style 9 */

.infobox-style-9 .hkangles-infobox-title {
    font-size: 15px;
    line-height: 15px;
    color: #6c7176;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.infobox-style-9 .hkangles-infobox-content .hkangles-infobox-text {
    margin-top: 6px;
    position: relative;
    font-family: 'Viga';
    font-size: 18px;
}
.infobox-style-9 .hkangles-infobox-content{
    width: 100%;
}
.infobox-style-9 .hkangles-infobox-icon i {
    display: inline-block;
    line-height: 37px;
    font-size: 37px;
    margin-right: 15px;
}
.infobox-style-9 .hkangles-infobox-img {
    margin-right: 25px;
}
.infobox-style-9-second .infobox-style-9{
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
    background-color: #fff;
    padding: 35px 30px;
    position: relative;
    display: inline-block;
    border-radius: 6px;
}
.infobox-style-9-second .infobox-style-9:after{
    content: '';
    position: absolute;
    height: 70px;
    width: 3px;
    background-color: #1d2150;
    left: 0;
    margin-top: -35px;
    top: 50%;
}
.infobox-style-9-second .infobox-style-9 .hkangles-infobox-title {
    font-family: 'Outfit';
    font-weight: 500;
    color: #1d2150;
}
.infobox-style-9-second .hkangles-infobox-content .hkangles-infobox-text {
    font-family: 'Outfit';
    font-weight: 700;
}
/*! Infobox Style 10 */
.infobox-style-10{
    position: relative;
    overflow: hidden;
}
.infobox-style-10 .hkangles-infobox-content .hkangles-infobox-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.infobox-style-10 .hkangles-infobox-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.infobox-style-10 .hkangles-infobox-icon a{
    color: #fff;
}
.hkangles-infibox-style10-second .infobox-style-10 .hkangles-infobox-icon-wrap {
    z-index: 1;
    padding: 10px;
    border-radius: 50%;
    background: #f6f9fd;
}
.infobox-style-10 .hkangles-infobox-wrapper {
    align-items: center;
}
.infobox-style-10 .hkangles-infobox-icon img{
    max-width: 50px;
    height: auto;
}
.infobox-style-10 .hkangles-infobox-content {
    padding-left: 15px;
}
.infobox-style-10 .hkangles-infobox-title{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.hkangles-infibox-style10-second .infobox-style-10 .hkangles-infobox-title {
    font-size: 16px;
}
.hkangles-infibox-style10-second .infobox-style-10 .hkangles-infobox-icon {
    font-size: 15px;
    line-height: 52px;
}
.infobox-style-10 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-10 .hkangles-infobox-inner:before{
    content: counter(item,decimal-leading-zero) " ";
    counter-increment: item;
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 99;
}
.infobox-style-10 .hkangles-infobox-inner:after{
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -85px;
    top: -85px;
    position: absolute;
    background: #1d2150;
}
.infobox-style-10 .hkangles-infobox-img-second {
    width: 52px;
    height: 52px;
    border: 2px solid;
    border-radius: 50%;
    padding: 2px;
    margin-left: -10px;
}
.infobox-style-10 .hkangles-infobox-img-second img {
    min-width: 44px;
    border-radius: 50%;
    height: 44px;
    z-index: -1;
}
.hkangles-infobox-icon-wrap {
    z-index: 1;
}
.hkangles-infibox-style10-third .infobox-style-10 .hkangles-infobox-title {
    font-size: 18px;
    font-weight: 700;
}
.infobox-style-10 .hkangles-infobox-icon {
    fon
}
/*! Infobox Style 11 */

.infobox-style-11  .hkangles-infobox-icon {
    display: inline-block;
    font-size: 60px;
}
.infobox-style-11 .hkangles-infobox-title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 57px;

}
.infobox-style-11 .hkangles-infobox-wrapper:hover .hkangles-infobox-icon {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.infobox-style-11 .hkangles-infobox-text {
    font-size: 14px;
    padding: 45px 15px 0 30px;
}
.infobox-style-11 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-11 .hkangles-infobox-wrapper-inner {
    padding: 35px 50px 40px 40px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
    border: 1px solid #efefef;
    border-radius: 20px 20px 0 20px;
    position: relative;
    z-index: 2;
}
.infobox-style-11 .hkangles-infobox-wrapper-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(241 239 246 / 50%);
    border-radius: 20px 20px 65%;
    z-index: -1;
    top: 0px;
    left: 0;
}
.infobox-style-11 .hkangles-list-wrapper ul li {
    margin-bottom: 6px;
}
.infobox-style-11 .hkangles-infobox-button a {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}
.infobox-style-11 .hkangles-infobox-button {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -14px;
    width: 28px;
    height: 28px;
    line-height: 30px;
    left: 40px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.infobox-style-11 span.icon-count-number {
    font-family: 'Viga';
    font-size: 60px;
    position: absolute;
    bottom: 35px;
    right: 30px;
    color: #00000000 !important;
    -webkit-text-stroke: 1px rgb(22 43 98 / 50%) !important;
}
/*! Infobox Style 1 */
.infobox-style-12 .hkangles-infobox-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.infobox-style-12 .hkangles-infobox-content {
    padding-left: 35px;
}
.infobox-style-12 .hkangles-infobox-image img {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.infobox-style-12 .hkangles-infobox-text {
    font-size: 14px;
    color: #6c7176 !important;
}
.infobox-style-12 .hkangles-infobox-content-icon {
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.infobox-style-12 .hkangles-infobox-icon {
    color: #fff;
    min-width: 87px;
    height: 80px;
    line-height: 80px;
    font-size: 45px;
    text-align: center;
    border-radius: 8px;
}
.infobox-style-12 .hkangles-infobox-wrapper {
    position: relative;
}
/*! Infobox Style 13 */
.infobox-style-13 {
    position: relative;
}
.infobox-style-13 h3.hkangles-infobox-title {
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    padding-bottom: 5px;
    margin: 0;
}
.infobox-style-13 .hkangles-infobox-img img {
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #ebebeb;
    margin-right: 25px;
}
.infobox-style-13 .hkangles-infobox-wrapper {
    position: relative;
}
.infobox-style-13 .hkangles-infobox-icon{
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    padding-right: 25px;
}
.infobox-style-13 .hkangles-infobox-more-icon i {
    transform: rotate(30deg);
    display: inline-block;
    font-size: 21px;
    -webkit-transition: all 0.49s ease 0s;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.infobox-style-13:hover .hkangles-infobox-more-icon i {
    transform: rotate(0deg);
}
.infobox-style-13 .hkangles-infobox-title {
    font-size: 21px;
    text-transform: capitalize;
    line-height: 28px;
    margin-bottom: 5px;
}
.infobox-style-13 .hkangles-infobox-content .hkangles-infobox-text {
    font-size: 15px;
    line-height: 24px;
    color: #6c7176;
}
.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;
}

/*! Infobox Style 14 */
.infobox-style-14 {
    text-align: center;
}
.elementor-column:last-child .infobox-style-14.hkangles-elementor-widgethkangles_infobox_wrapper .hkangles-infobox-wrapper:after {
    display: none;
}
.infobox-style-14 .hkangles-infobox-wrapper {
    position: relative;
    padding: 35px 20px 55px;
    border-radius: 8px;
    -webkit-transition: all 0.49s ease 0s;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}

.infobox-style-14 .hkangles-infobox-icon{
    margin-bottom: 5px;
}
.infobox-style-14 .hkangles-infobox-icon i{
	font-size: 64px;
    line-height: 62px;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.49s ease 0s;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.infobox-style-14 .hkangles-infobox-more-icon i {
    transform: rotate(30deg);
    display: inline-block;
    font-size: 21px;
    -webkit-transition: all 0.49s ease 0s;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.infobox-style-14:hover .hkangles-infobox-more-icon i {
    transform: rotate(0deg);
}
.infobox-style-14 .hkangles-infobox-text {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.infobox-style-14 .hkangles-infobox-title {
    padding: 10px 15px;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 32px;
    margin-bottom: 0;
    background: #fff;
    position: absolute;
    bottom: -52px;
    right: 50%;
    transform: translate(50%,-50%);
    width: 80%;
    border-radius: 6px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 4%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}
.infobox-style-14 .hkangles-infobox-img img {
    height: 87px;
}
.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;
}
/*! Infobox Style 15 */

.infobox-style-15 .hkangles-infobox-wrapper {
    padding: 95px 40px 35px 40px;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
    border: 1px solid #f3f4f6;
    border-radius: 0 0 6px 6px;
    text-align: center;
    position: relative;
    margin-top: 80px;
    background-color: #fff;
}
.infobox-style-15 .hkangles-infobox-icon {
    display: inline-block;
    width: 96px;
    height: 78px;
    line-height: 52px;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    border-radius: 0 0 6px 6px;
    margin-left: -48px;
}
.infobox-style-15 .hkangles-infobox-icon:after {
    width: 140px;
    height: 62px;
    content: '';
    position: absolute;
    top: -62px;
    left: -22px;
    -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
}
.infobox-style-15 .hkangles-infobox-icon::before {
    width: 26px;
    height: 50px;
    content: '';
    position: absolute;
    top: -50px;
    right: -10px;
}
.infobox-style-15 .hkangles-infobox-more-icon i {
    display: inline-block;
    font-size: 14px;
    width: 70px;
    height: 70px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding: 0 15px 0 0;
}
.infobox-style-15 .hkangles-infobox-more-icon {
    position: absolute;
    bottom: -16px;
    right: -7px;
    opacity: 0;
}
.infobox-style-15 .hkangles-infobox-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}
.hkangles-infobox-custom .infobox-style-15 .hkangles-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
.infobox-style-15 .hkangles-list-wrapper ul li {
    margin-bottom: 5px;
}
.infobox-style-15 .hkangles-infobox-button {
    padding-top: 20px;
}
.infobox-style-15 .hkangles-infobox-button a {
    font-size: 14px;
    font-weight: 600;
}
.infobox-style-15 .hkangles-infobox-button a i {
    padding-left: 5px;
    font-size: 16px;
}

/*! Infobox Style 16 */
.infobox-style-16 .hkangles-infobox-icon i{
    font-size: 48px;
    line-height: 40px;
    display: inline-block;
    font-family: outfit;
}
.infobox-style-16 .hkangles-infobox-text-wrap {
    margin-left: 30px;
    margin-top: 13px;
}
.infobox-style-16 .hkangles-infobox-text span {
    font-size: 17px;
    padding: 0 5px 0 8px;
}
.infobox-style-16 .hkangles-infobox-wrapper {
    position: relative;
    overflow: hidden;
}
.infobox-style-16 .hkangles-infobox-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
.infobox-style-16 .hkangles-infobox-text {
	font-family: outfit;
    font-weight: 700;
    font-size: 22px;
    font-style: italic;
    padding-right: 10px;
}

/*! Infobox Style 17 */
.infobox-style-17{
    position: relative;
}
.infobox-style-17 .hkangles-infobox-content .hkangles-infobox-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.infobox-style-17 .hkangles-infobox-icon {
    width: 86px;
    height: 86px;
    line-height: 86px;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #1d2150;
}
.infobox-style-17 .hkangles-infobox-icon-wrap {
    z-index: 1;
    width: 100px;
    height: 100px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    padding: 7px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.15);
}
.infobox-style-17 .hkangles-infobox-button {
    top: 0;
    right: 10px;
    width: 37px;
    height: 37px;
    font-size: 16px;
    line-height: 37px;
    position: absolute;
    font-family: viga;
    color: #1d2150;
    border-radius: 50%;
}
.infobox-style-17 .hkangles-infobox-icon a{
    color: #fff;
}
.hkangles-infibox-style10-second .infobox-style-17 .hkangles-infobox-icon-wrap {
    z-index: 1;
    padding: 10px;
    border-radius: 50%;
    background: #f6f9fd;
}
.infobox-style-17 .hkangles-infobox-wrapper {
    align-items: center;
}
.infobox-style-17 .hkangles-infobox-icon img{
    max-width: 50px;
    height: auto;
}
.infobox-style-17 .hkangles-infobox-content {
    padding-left: 15px;
}
.infobox-style-17 .hkangles-infobox-title{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.hkangles-infibox-style10-second .infobox-style-17 .hkangles-infobox-title {
    font-size: 16px;
}
.hkangles-infibox-style10-second .infobox-style-17 .hkangles-infobox-icon {
    font-size: 15px;
    line-height: 52px;
}
.infobox-style-17 .hkangles-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-17 .hkangles-infobox-img-second {
    width: 52px;
    height: 52px;
    border: 2px solid;
    border-radius: 50%;
    padding: 2px;
    margin-left: -10px;
}
.infobox-style-17 .hkangles-infobox-img-second img {
    min-width: 44px;
    border-radius: 50%;
    height: 44px;
    z-index: -1;
}


/*! Infobox Style 18 */
.infobox-style-18 {
    text-align: center;
}
.infobox-style-18 .hkangles-infobox-wrapper {
    position: relative;
    background-color: #ffff;
    border-radius: 6px;
    padding: 40px 20px 35px;
    border-radius: 10px;
}

.infobox-style-18 .hkangles-infobox-icon{
    margin-bottom: 25px;
}
.infobox-style-18 .hkangles-infobox-icon i{
	font-size: 64px;
    line-height: 62px;
    display: inline-block;
    text-align: center;
    color: #fff;

}
.infobox-style-18 .hkangles-infobox-more-icon i {
    display: inline-block;
    font-size: 21px;
}
.infobox-style-18 .hkangles-infobox-text {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.infobox-style-18 .hkangles-infobox-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
}
.hkangles-infobox-custom .infobox-style-18 .hkangles-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}

/*******************************************************
	List Heading
*******************************************************/

.hkangles-list-wrapper .list-item a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}
.hkangles-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-post .hkangles-list-wrapper ul {
    margin-top: -10px;
}
.single-post .hkangles-list-wrapper {
   position: relative;
}
.single-post .hkangles-list-wrapper:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e7e9ec;
    top: 0;
    z-index: -1;
    left: 24px;
}
.single-post .hkangles-infobox-content-wrapper {
    padding-left: 65px;
}
.hkangles-list-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.hkangles-list-wrapper ul li i {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    margin-right: 11px;
    text-align: center;
}
.hkangles-list-wrapper ul li p {
    padding: 0;
    margin: 0;
}
.hkangles-list-wrapper p.hkangles-list-info {
    font-weight: 600;
}
.hkangles_list_wrapper-style2 .hkangles-list-wrapper .list-item a {
    color: #1d2150;
}
.hkangles_list_wrapper-style2 .hkangles-list-wrapper ul li i {
    background: #fff;
}

.hkangles-list-home4 .hkangles-list-wrapper ul li i {
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    margin-right: 20px;
}
.hkangles-list-home4 .hkangles-list-wrapper ul li {
   align-items: center;
   margin-bottom: 35px;
}
.hkangles-list-home4 .hkangles-list-wrapper .list-item a,
.hkangles-list-wrapper .list-item p {
    color: #fff;
    font-weight: 400;
}
/*******************************************************
	Progress Bar Heading
*******************************************************/

/*! Progress Bar */
.progress-bar-style-1 .hkangles-progress-bar-wrapper {
	margin-bottom: 25px;
}
.progress-bar-style-1 .hkangles-progress-bar {
    background: rgb(255 255 255 / 13%);
    border-radius: 6px;
}
.progress-bar-style-1 .hkangles_progress_bar_wrapper .hkangles-progress-bar {
	width: 100%;
    background-color: rgb(221 221 221 / 18%);
}
.progress-bar-style-1 .hkangles-progress-bar-inner {
	width: 0%;
	height: 5px;
	background-color: #fff;
    position: relative;
    border-radius: 6px;
}
.progress-bar-style-1-color .progress-bar-style-1 .hkangles-progress-bar-title {
    color: #222b34;
}
.progress-bar-style-1 .hkangles-progress-bar-title {
    font-family: 'Viga';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #fff;
    display: inline-block;
}
.progress-bar-style-1 .hkangles-progress-bar-value {
    position: relative;
    float: right;
    font-weight: 400;
    line-height: 24px;
    font-size: 18px;
    font-family: 'Viga';
    color: #1d2150;
}
.hkangles-progressbar-white-count .progress-bar-style-1 .hkangles-progress-bar-value {
    color: #fff;
}
/*! 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: 14px;
    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';
}
.progress-bar-style-2-first .progress-bar-style-2 .hkangles-progress-bar-title{
    color: #060b11;
    text-transform: capitalize;
    font-size: 16px;
}
.progress-bar-style-2-first .progress-bar-style-2 .hkangles-progress-bar-value{
    color: #060b11;
    font-size: 18px;
}
/*******************************************************
	Projects Widget
*******************************************************/

/* Projects Style 1 */
.projects-style-1 .hkangles-project-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.projects-style-1 .hkangles-project-thumbnail-wrapper img{
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.projects-style-1 .hkangles-project-thumbnail-wrapper:hover img{ 
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.projects-style-1 .hkangles-project-content-cover .hkangles-project-content-inner{
    position: relative;
    height: 100%;
    z-index: 9;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-action-icons{
    font-size: 15px;
    color: #1d2150;
    z-index: 9;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0;
   
}
.projects-style-1 .hkangles-project-thumbnail-wrapper:hover .hkangles-project-action-icons{ 
    opacity: 1;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.projects-style-1 .hkangles-project-image-container {
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
    position: relative;
    overflow: hidden;
}
.projects-style-1 .hkangles-project-image-container:after {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0%;
     transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.projects-style-1 .hkangles-project-thumbnail-wrapper:hover .hkangles-project-image-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 5px;
    border: 1px solid;
    top: 0;
    opacity: 93%;
    -webkit-transition: all 0.49s ease 0s;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-action-icons a i{
	font-size: 24px;
    color: #1d2150;
    transform: rotate(40deg);
    display: block;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-title-wrap{
    z-index: 2;
    visibility: visible;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-title-wrap h3{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-title-wrap h3 a:hover {
    color: #1d2150;
}
.projects-style-1 .hkangles-project-content-inner .hkangles-project-title-wrap .hkangles-project-category{
	font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.projects-style-1 .hkangles-project-title-wrap-inner {
    position: relative;
    padding-top: 20px;
}
.projects-style-1 .owl-nav {
    position: absolute;
    bottom: 0;
    left: -430px;
}
.projects-style-1 button.owl-prev {
    margin-right: 10px;
}
.projects-style-1 .owl-carousel .owl-nav button i {
    background-color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
}
/* Projects Style 2 */

.projects-style-2 .hkangles-project-thumbnail-wrapper{
    text-align: center;
    position: relative;
}
.projects-style-2 .hkangles-project-details {
    position: absolute;
    bottom: 0;
}
.projects-style-2 .hkangles-project-thumbnail-wrapper .hkangles-project-image-container img{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap{
    text-align: left;
    padding: 25px;
    height: 115px;
    -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;
    border-radius: 8px;
    opacity: 0;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-title-wrap {
    opacity: 1;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-title-wrap{
    text-align: left;
    padding: 25px;
    height: 120px;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap h3{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 5px;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap h3 a {
    color: #fff;
}
.projects-style-2 .hkangles-project-slide {
    position: relative;
}
.projects-style-1 .hkangles-project-content-inner {
    width: 100%;
}
.projects-style-2 .read-more-link {
    padding: 10px 25px;
    width: 100%;
}
.projects-style-2 .read-more-link a {
    font-size:  15px;
    list-style: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px; 
}
.projects-style-2 .read-more-link a i{ 
    font-size: 18px;
    padding-left: 7px;
}
.projects-style-2 .hkangles-project-content-inner {
    position: relative;
    width: 100%;
}
.projects-style-2 .hkangles-project-content-cover .hkangles-project-title-wrap span{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;  
    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;
    border-radius: 8px;
}
.projects-style-2 .hkangles-project-slide:hover .hkangles-project-content-cover {
    opacity: 0.9;
}
.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: 1px;
}
.projects-style-2 .hkangles-project-details .hkangles-project-detail-value {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}
.projects-style-2 .hkangles-project-slide .hkangles-project-image-container{
    position: relative;
}
.projects-style-2 .owl-carousel .owl-nav {
    position: absolute;
    top: -105px;
    margin-top: -30px;
    width: auto;
    right: 0;
    display: flex;
}
.projects-style-2 .owl-carousel .owl-nav.disabled {
    display: none;
}
.projects-style-2 .owl-carousel .owl-nav .owl-next {
    opacity: 85%;
}
.projects-style-2 .hkangles-project-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 30px;
    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-second .projects-style-2 .hkangles-project-slide:hover .hkangles-project-title-wrap span {
    color: #fff;
}   
/* Projects Style 3 */
.projects-style-3 .hkangles-project-content-inner,
.projects-style-3 .hkangles-project-content-cover .hkangles-project-content-inner:after,
.projects-style-3 .hkangles-project-content-inner .hkangles-project-title-wrap,
.projects-style-3 .hkangles-project-content-inner .hkangles-project-action-icons a {
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
}
.projects-style-3 .hkangles-project-thumbnail-wrapper {
    position: relative;
}
.projects-style-3 .hkangles-project-thumbnail-wrapper img{
    width: 100%;
}
.projects-style-3 .hkangles-project-content-cover{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.projects-style-3 .hkangles-project-content-cover .hkangles-project-content-inner{
    position: relative;
    height: 100%;
    z-index: 9;
}
.projects-style-3 .hkangles-project-content-cover .hkangles-project-content-inner:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-action-icons a{
    position: absolute;
    left: 0px;
    top: -60px;
    font-size: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    color: #fff;
    z-index: 99999;
    display: inline-block;
    text-align: center;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-action-icons a i{
    font-size: 13px;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-title-wrap{
    position: absolute;
    left: 30px;
    bottom: -25px;
    z-index: 2;
    visibility: visible;
    left: 0;
    margin-left: 20px;
    background-color: #fff;
    border-bottom: solid 4px;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-title-wrap h3{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-action-icons a:hover {
    background-color: #1d2150;
}
.projects-style-3 .hkangles-project-content-inner .hkangles-project-title-wrap .hkangles-project-category{
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.projects-style-3 .hkangles-project-title-wrap-inner {
    position: relative;
    margin: 40px 30px 30px;
}
.projects-style-3.projects-layout-grid .hkangles-project-slide {
    margin-bottom: 60px;
}

/*******************************************************
	Services Widget
*******************************************************/

/*! Services Style 1 */

.services-style-1 .hkangles-service-slide .hkangles-service-wrapper .hkangles-service-date i,
.services-style-1 .service-title{
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.services-style-1 .hkangles-service-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.services-style-1 .hkangles-service-icon {
    font-size: 37px;
    color: #fff;
    width: 80px;
    line-height: 80px;
    text-align: center;
    height: 80px;
    position: absolute;
    top: -40px;
    right: 30px;
    border-radius: 50%;
}
.services-style-1 .hkangles-service-wrapper .hkangles-service-image-container img{
    width: 100%;
}
.services-style-1 .hkangles-service-slide .hkangles-service-wrapper .hkangles-service-date i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 30%;
    left: 40%;
    right: 0;
    text-align: center;
    right: 0;
    font-size: 30px;
    background-color: #ffffff;
}
.services-style-1 .hkangles-service-content-cover{
    position: relative;
    border: 1px solid #f3f4f6;
    border-top: none;
}
.services-style-1 .hkangles-service-wrapper{
    position: relative;
    background: #fff;
    border-radius: 8px;
}
.services-style-1 .service-title a {
    font-size: 26px;
    line-height: 31px;
    color: #282727;
    margin-bottom: 0;
}
.services-style-1 .service-title {
    margin-bottom: 0;
}
.services-style-1 .hkangles-service-title-wrap {
    padding: 35px 35px 5px 30px;
}
.services-style-1 .hkangles-service-title-wrap .hkangles-service-content p{
    margin: 0;
    padding: 0px 0 20px;
}
.services-style-1 .read-more-link a{
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.services-style-1 .read-more-link a:after {
    position: absolute;
    font-family: "hkangles-base-icons";
    content: '\e88c';
    font-size: 17px;
    bottom: -4px;
    right: -26px;
}
.services-style-1 .read-more-link a i {
    padding-left: 7px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
.services-style-1 .read-more-link {
    padding: 14px 35px 15px;
    border-top: 1px solid #f8f8f8;
}
.services-style-1 .hkangles-service-image-container{
    position: relative;
}
.services-style-1 .hkangles-service-title {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 10px;
}
.services-style-1 .hkangles-service-slide .hkangles-service-image-container img{ 
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-style-1 .hkangles-service-slide:hover .hkangles-service-image-container img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.services-style-1 .owl-carousel .owl-nav button.owl-next i,
.services-style-4 .owl-carousel .owl-nav button.owl-next i{
	text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.services-style-1 .owl-carousel .owl-nav button i {
    font-size: 15px;
}
.services-style-1 .owl-carousel .owl-nav button.owl-prev i,
.services-style-4 .owl-carousel .owl-nav button.owl-prev i {
	text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 10px;
}
.services-style-1 .owl-carousel .owl-nav button i:hover,
.services-style-4 .owl-carousel .owl-nav button i:hover {
    background: #fff;
    color: #222;
}
.services-style-1 .owl-carousel .owl-nav {
    position: absolute;
    top: -145px;
    margin: 0;
    margin-top: 0;
    right: 0;
    width: auto;
    z-index: 9999999;
    display: table-column-group;
    display: flex;
}
.services-style-1 .owl-prev:after,
.services-style-4 .owl-prev:after {
	left: 20px;
}
.services-style-1 .owl-next:after,
.services-style-4 .owl-next:after {
	right: 20px;
}
.services-style-1  button.owl-prev,
.services-style-4  button.owl-prev {
    margin-right: 0;
}
.hkangles-project-thumbnail-border-top{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.hkangles-project-thumbnail-border-top:before {
    left: 15px;
    top: 15px;
    bottom: 15px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition-duration: 0.35s;
    animation-duration: 0.35s;
    background-color: #c6ac82;
    transition-delay: 0.2s;
    opacity: 0;
}
.hkangles-project-thumbnail-wrapper:hover .hkangles-project-thumbnail-border-top:before{
    opacity: 1;
    transform: scale(1);
}
.hkangles-project-thumbnail-border-top:after {
    left: auto;
    top: 15px;
    bottom: 15px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition-duration: 0.35s;
    animation-duration: 0.35s;
    background-color: #c6ac82;
    transition-delay: 0.2s;
    right: 15px;
}
.hkangles-project-thumbnail-wrapper:hover .hkangles-project-thumbnail-border-top:after{
    opacity: 1;
    transform: scale(1);
}
.hkangles-project-thumbnail-border-right{
 position: relative;
}

.hkangles-project-thumbnail-border-right:before {
    top: 15px;
    content: "";
    position: absolute;
    z-index: 4;
    height: 1px;
    left: 15px;
    right: 15px;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition-duration: 0.35s;
    animation-duration: 0.35s;
    background-color: #c6ac82;
    transition-delay: 0.2s;
}
.hkangles-project-thumbnail-wrapper:hover .hkangles-project-thumbnail-border-right:before {
    opacity: 1;
    transform: scale(1);
}
.hkangles-project-thumbnail-border-right {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.hkangles-project-thumbnail-border-right:after {
    bottom: 15px;
    content: "";
    position: absolute;
    z-index: 4;
    height: 1px;
    left: 15px;
    right: 15px;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition-duration: 0.35s;
    animation-duration: 0.35s;
    background-color: #c6ac82;
    transition-delay: 0.2s;
}
.hkangles-project-thumbnail-wrapper:hover .hkangles-project-thumbnail-border-right:after {
    opacity: 1;
    transform: scale(1);
}

/*! Services Style 2 */
.services-style-2 .hkangles-service-wrapper {
    padding: 50px 20px 30px 30px;
    position: relative;
    background: #fff;
    transition: all 0.6s ease-in-out;
    border-radius: 8px;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
    border: 1px solid #f3f4f6;
}
.services-style-2 .hkangles-service-icon img{
    width: 50px;
    height: auto;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-2 .hkangles-service-slide:hover .read-more-link a,
.services-style-2 .hkangles-service-slide:hover .hkangles-service-content {
    color: #fff;
}
.services-style-2 .hkangles-service-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 1;
    padding-right: 20px;
    margin-left: 15px;
}
.services-style-2 .hkangles-service-icon i {
    font-size: 50px;
    line-height: 50px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-2 h3.hkangles-service-title a {
    font-size: 25px;
    line-height: 32px;
}
.services-style-2 .hkangles-service-slide:hover .hkangles-service-button i,
.services-style-2 .hkangles-service-slide:hover h3.hkangles-service-title a {
    color: #fff;
}
.services-style-2 .read-more-link {
    margin-top: 10px;
}
.services-style-2 .hkangles-service-title-wrap h3 {
    margin: 0;
    line-height: 32px;
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 12px;
}
.services-style-2 .hkangles-service-title-wrap{
    position: relative;
}
.services-style-2 .hkangles-service-content {
    overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-2 .hkangles-service-content p {
    margin-bottom: 8px;
}
.services-style-2 .read-more-link a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.services-style-2 .read-more-link a:after {
    position: absolute;
    font-family: "hkangles-base-icons";
    content: '\e88c';
    font-size: 17px;
    bottom: -4px;
    right: -26px;
}
/*! Services Style 3 */
.services-style-3 .hkangles-service-wrapper {
    position: relative;
}
.services-style-3 .hkangles-service-icon {
    width: 80px;
    height: 95px;
    font-size: 45px;
    line-height: 95px;
    color: #fff;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 40px 0 0 0;
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.services-style-3 .hkangles-service-title-wrap{
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
    border-radius: 40px 0 10px 10px;
    position: absolute;
    bottom: 0;
    border: 1px solid #f8f8f8;
    border-top: 0;
    border-left: 0;
}
.services-style-3 .hkangles-service-title-wrap .hkangles-service-title {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 28px;
}
.services-style-3 .hkangles-service-content p {
    margin: 0;
    font-size: 14px;
}
.services-style-3 .hkangles-service-title-wrap-inner {
    position: relative;
    border-left: 1px solid #f8f8f8;
    padding: 25px 20px 25px 30px;
}
.services-style-3 .hkangles-service-action-icons {
	position: absolute;
    bottom: -25px;
    right: -30px;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 40px;
}
.services-style-3 .hkangles-service-wrapper:hover .hkangles-service-icon {
    color: #fff;
}
.services-style-3 .service-title {
	font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}
.services-style-3 .hkangles-service-content span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.services-style-3 .hkangles-service-slide .hkangles-service-image-container { 
    overflow: hidden;
    position: relative;
}
.services-style-3 .read-more-link {
    text-align: center;
    font-size: 20px;
    padding: 12px 0 10px 0;
    line-height: 15px;
}
.services-style-3 img.hkangles-service-image {
    border-radius: 10px 10px 15px 15px;
}

/*! Services Style 4 */
.services-style-4 .hkangles-service-slide .hkangles-service-wrapper .hkangles-service-date i,
.services-style-4 .service-title{
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.services-style-4 .hkangles-service-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.services-style-4 .hkangles-service-icon {
    font-size: 45px;
    color: #fff;
    width: 80px;
    line-height: 85px;
    text-align: center;
    height: 85px;
    position: absolute;
    top: -65px;
    right: 0;
    border-radius: 50px 0 0 0;
    z-index: 2;
}
.services-style-4 .hkangles-service-wrapper .hkangles-service-image-container img{
    width: 100%;
}
.services-style-4 .hkangles-service-slide .hkangles-service-wrapper .hkangles-service-date i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 30%;
    left: 40%;
    right: 0;
    text-align: center;
    right: 0;
    font-size: 30px;
    background-color: #ffffff;
}
.services-style-4 .hkangles-service-content-cover{
    padding: 35px 15px 25px 10px;
    position: relative;
}
.services-style-4 .hkangles-service-wrapper{
    position: relative;
    padding: 20px 20px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
    border: 1px solid #f3f4f6;
}
.services-style-4 .service-title a {
    font-size: 26px;
    line-height: 31px;
    color: #282727;
    margin-bottom: 0;
}
.services-style-4 .service-title {
    margin-bottom: 0;
}
.services-style-4 .hkangles-service-title-wrap .hkangles-service-content p{
    margin: 0;
    padding: 0px 0 20px;
}
.services-style-4 .read-more-link a{
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.services-style-4 .read-more-link a:after {
    position: absolute;
    font-family: "hkangles-base-icons";
    content: '\e88c';
    font-size: 17px;
    bottom: -4px;
    right: -26px;
}
.services-style-4 .read-more-link a i {
    padding-left: 7px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
.services-style-4 .hkangles-service-image-container{
    position: relative;
}
.services-style-4 .hkangles-service-title {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 10px;
}
.services-style-4 .hkangles-service-slide .hkangles-service-image-container img{ 
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-style-4 .hkangles-service-slide:hover .hkangles-service-image-container img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*! Services Style 5 */
.services-style-5 .hkangles-service-slide{
    overflow:hidden;
}
.services-style-5 .hkangles-service-wrapper {
    padding: 50px 50px 60px 50px;
    position: relative;
    background: #fff;
    border-radius: 13px 13px 0 13px;
    border: 1px solid #f3f4f6;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
}

.services-style-5 .hkangles-service-slide:hover .hkangles-service-icon:after {
    opacity: 0.3;
}
.services-style-5 .hkangles-service-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 1;
}
.services-style-5 .hkangles-service-icon-wrapper {
    margin-bottom: 20px;
    font-size: 15px;
    z-index: 1;
}
.services-style-5 span.hkangles-project-category {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Viga;
    letter-spacing: 1px;
}
.services-style-5 .hkangles-service-icon i {
    font-size: 60px;
    line-height: 60px;
}
.services-style-5 h3.hkangles-service-title a {
    font-size: 22px;
    line-height: 32px;
}
.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 .read-more-link a {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 15px 30px;
    z-index: 1;
    border-radius: 50px;
    color: #fff;
}
.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;
}
/*! Services Style 6*/
.services-style-6 .hkangles-service-slide{
	overflow:hidden;
}
.hkangles-service-speacil-section .services-style-6 .hkangles-service-wrapper {
    position: relative;
    padding: 0px 30px;
    border-right: 1px solid rgb(225 225 225 / 8%);
    padding-bottom: 20px;
}
.services-style-6 .hkangles-service-wrapper:hover .hkangles-service-icon i:after,
.services-style-6 .hkangles-service-wrapper:hover .hkangles-service-icon i {
    -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-6 .hkangles-service-icon img{
    width: 50px;
    height: auto;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.hkangles-service-speacil-section .services-style-6 .hkangles-service-style-wrap {
    padding: 0;
}
.hkangles-service-speacil-section .services-style-6 .hkangles-service-style-wrap:first-child .hkangles-service-wrapper,
.hkangles-service-speacil-section .services-style-6 .hkangles-service-style-wrap:nth-child(4) .hkangles-service-wrapper{
    padding-left: 15px;
}
.hkangles-service-speacil-section .services-style-6 .hkangles-service-style-wrap:nth-child(3) .hkangles-service-wrapper,
.hkangles-service-speacil-section .services-style-6 .hkangles-service-style-wrap:nth-child(6) .hkangles-service-wrapper{ 
 border: none;
}
.hkangles-service-speacil-section .services-style-6 .hkangles-service-style-wrap:nth-child(2) .hkangles-service-slide:after,
.hkangles-service-speacil-section .services-style-6 .hkangles-service-style-wrap:nth-child(1) .hkangles-service-slide:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    right: -30px;
    bottom: 20px;
    z-index: 1;
}
.hkangles_services_wrappers.services-style-6 {
    position: relative;
}
.hkangles-service-speacil-section .hkangles_services_wrappers.services-style-6:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid rgb(225 225 225 / 8%);
    margin-top: -46px;
}
.services-style-6 .hkangles-service-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 1;
    padding-right: 20px;
}
.services-style-6 .hkangles-service-icon i {
    font-size: 46px;
    line-height: 80px;
    height: 80px;
    margin: 20px;
    display: inline-block;
    width: 80px;
    color: #fff;
    border-radius: 8px;
    background: #0f1c25;
    position: relative;
}
.services-style-6 .hkangles-service-icon i:after {
    content: '';
    position: absolute;
    width: 85px;
    height: 85px;
    border-color: rgb(135 125 125 / 33%);
    border-style: dashed;
    border-width: 2px;
    transform: rotate(50deg);
    left: -2px;
    bottom: -2px;
    border-radius: 12px;
    z-index: -1;
}

.services-style-6 h3.hkangles-service-title a {
    font-size: 22px;
    line-height: 32px;
}
.services-layout-grid.services-style-6 .hkangles-service-slide {
    margin-bottom: 80px;
}
.services-style-6 .hkangles-service-title-wrap h3 {
    margin: 0;
    line-height: 32px;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.services-style-6 .read-more-link {
    margin-top: 10px;
}
.services-style-6 .hkangles-service-title-wrap{
    position: relative;
}
.services-style-6 .hkangles-service-content {
    overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-6 .hkangles-service-content p {
    margin-bottom: 8px;
}
.services-style-6 .read-more-link a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.services-style-6 .read-more-link a:after {
    position: absolute;
    font-family: "hkangles-base-icons";
    content: '\e88c';
    font-size: 17px;
    bottom: -4px;
    right: -26px;
}

/*! Services Style 7 */
.services-style-7 .hkangles-service-slide{
	overflow:hidden;
}
.services-style-7 .hkangles-service-wrapper {
    position: relative;
    padding: 45px 30px 40px 0px;
    border-right: 1px solid #3b34301a;
}
.services-style-7 .owl-item.active:last .hkangles-service-wrapper{
    border: none;
}
.services-style-7 .owl-stage .active:last-child .hkangles-service-wrapper {
    border: none;
}
.services-style-7 .hkangles-service-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-7 .hkangles-service-slide:hover .hkangles-service-icon {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.services-style-7 .hkangles-service-icon i {
    font-size: 55px;
    line-height: 55px;
}
.services-style-7 h3.hkangles-service-title a {
    font-size: 25px;
    line-height: 32px;
}
.services-style-7 .read-more-link {
    margin-top: 10px;
}
.services-style-7 .hkangles-service-title-wrap h3 {
    margin: 0;
    line-height: 32px;
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 12px;
}
.services-style-7 .hkangles-service-title-wrap{
    position: relative;
}
.services-style-7 .hkangles-service-content {
    overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-7 .hkangles-service-content p {
    margin-bottom: 75px;
}
.services-style-7 .read-more-link a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.services-style-7 .read-more-link a:after {
    position: absolute;
    font-family: "hkangles-base-icons";
    content: '\e88c';
    font-size: 17px;
    bottom: -4px;
    right: -40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-weight: 400;
    background: #fff;
    height: 40px;
    text-align: center;
    transform: rotate(-20deg);
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-7 .hkangles-service-slide:hover .read-more-link a:after {
    transform: rotate(0deg);
}
.services-style-7 .hkangles-service-slide:hover .read-more-link a:after {
    color: #fff;
}
.services-style-7 .owl-carousel .owl-nav {
    position: absolute;
    top: -75px;
    margin-top: -30px;
    width: auto;
    right: 0;
}
.services-style-7 button.owl-prev {
    margin-right: 10px;
}
.services-style-7 .owl-carousel .owl-nav button i {
    color: #3b3430;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.services-style-7 .owl-carousel .owl-nav button i:hover { 
    color: #fff;
}
/*! Services Style 8 */
.services-style-8 .hkangles-service-wrapper {
    padding: 40px 40px 30px 40px;
    position: relative;
    background: #fff;
    transition: all 0.6s ease-in-out;
    border-radius: 6px;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
    border: 1px solid #edeef0;
}
.services-style-8 .hkangles-service-icon img{
    width: 50px;
    height: auto;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.services-style-8 .hkangles-service-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 1;
}
.services-style-8 .hkangles-service-icon i {
    font-size: 70px;
    line-height: 70px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-8 h3.hkangles-service-title a {
    font-size: 24px;
    line-height: 32px;
}
.services-style-8 .read-more-link {
    position: absolute;
    top: 37px;
    right: 40px;
}
.services-style-8 .hkangles-service-title-wrap h3 {
    margin: 0;
    line-height: 32px;
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 22px;
}
.services-style-8 .hkangles-service-title-wrap{
    position: relative;
}
.services-style-8 .hkangles-service-content {
    overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.services-style-8 .hkangles-service-content p {
    margin-bottom: 0px;
}
.services-style-8 .read-more-link a:after {
    position: absolute;
    font-family: "hkangles-base-icons";
    content: '\e868';
    right: 0;
    font-size: 44px;
    -webkit-text-stroke: 0.5px #cacdd2;
    color: transparent;
    transform: rotate(135deg);
}
.services-style-8 .owl-carousel .owl-nav  {
    top: -90px;
    margin-top: -30px;
    right: 24%;
    width: 6%;
}
/*! Services Style 9 */
.services-style-9 .hkangles-service-slide .hkangles-service-wrapper .hkangles-service-date i,
.services-style-9 .service-title{
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.services-style-9 .hkangles-service-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.services-style-9 .hkangles-service-icon {
    font-size: 60px;
    z-index: 2;
}
.services-style-9 .hkangles-service-wrapper .hkangles-service-image-container img{
    width: 100%;
}
.services-style-9 .hkangles-service-content-cover{
    padding: 35px 15px 35px 40px;
    position: absolute;
    bottom: 0;
}
.services-style-9 .hkangles-service-wrapper{
    position: relative;
}
.services-style-9 .hkangles-service-title a {
    font-size: 26px;
    line-height: 31px;
    color: #fff !important;
    margin-bottom: 0;
}
.services-style-9 .hkangles-service-title {
    margin-bottom: 0;
    color: #fff;
}
.services-style-9 .hkangles-service-title-wrap .hkangles-service-content p{
    margin: 0;
    color: #fff;
}
.services-style-9 .hkangles-service-image-container{
    position: relative;
}
.services-style-9 .hkangles-service-title {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.services-style-9 .hkangles-service-slide .hkangles-service-image-container img{ 
    border-radius: 15px;
}
.services-style-9 .hkangles-service-slide .hkangles-service-image-container:after {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(1, 31, 76, 0) 0%, #060b11 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1, 31, 76, 0)), color-stop(100%, #f0f2f5));
    background: -webkit-linear-gradient(top, rgb(1 31 85 / 0%) 0%, #060b11 100%);
    background: -o-linear-gradient(top, rgba(1, 31, 85, 0) 0%, #060b11 100%);
    background: -ms-linear-gradient(top, rgba(1, 31, 85, 0) 0%, #060b11 100%);
    background: linear-gradient(to bottom, rgb(1 31 85 / 0%) 0%, #060b11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=0);
}
.services-style-9 .owl-carousel .owl-nav {
    display: flex;
    position: absolute;
    right: 0;
    top: -101px;
    width: auto;
}
.services-style-9 button.owl-prev {
    margin-right: 10px;
}
.services-style-9 .owl-carousel .owl-nav button i {
    background: #fff;
    color: #1d2150;
    font-size: 17px;
}
.services-style-9 .owl-carousel .owl-nav button i:hover {
    color: #fff;
}
/*******************************************************
	Team Widget
*******************************************************/

/* Team Style 1 */
.team-style-1 .hkangles-teammember-image-container:before,
.team-style-1 .hkangles-teammember-content-cover:before,
.team-style-1 .hkangles-teammember-content-cover .hkangles-teammember-social-links,
.team-style-1 .hkangles-teammember-social-profiles-container:hover .hkangles-teammember-social-links,
.team-style-1 .hkangles-teammember-content-cover {
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.team-style-1 .hkangles-teammember-main-wrapper{
    position: relative;
}
.team-style-1 .hkangles-teammember-main-wrapper:before{
    position: absolute;
    content: "";
    -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
    box-shadow: 0 30px 50px rgb(0 0 0 / 12%);
    width: 80%;
    left: 10%;
    height: 100px;
    bottom: 0;
}
.team-style-1 .teammember-title {
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.team-style-1 .teammember-title a {
	color: #282727;	
}
.team-style-1 .hkangles-teammember-content-cover .hkangles-teammember-share{
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}
.team-style-1 .hkangles-teammember-wrapper {
    position: relative;
    border-bottom: 5px solid;
}
.team-style-1 .hkangles-teammember-slide:hover .hkangles-teammember-social-links{
    bottom: 50px;
    opacity: 1;
}
.team-style-1 h3.hkangles-teammember-title {
    line-height: 32px;
    font-size: 26px;
    margin-bottom: 10px;
}
.team-style-1 .hkangles-teammember-content-cover {
    position: relative;
    text-align: center;
    border-bottom: 1px solid transparent;
    background-color: #fff;
}
.team-style-1 .hkangles-teammember-designation{
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
	color: #7d7c7c;
    margin-top: 6px;
    letter-spacing: 1px;
}
.team-style-1 .hkangles-teammember-social-inner {
    clear: both;
    text-align: center;
    display: inline-block;
}
.team-style-1 .hkangles-teammember-social-profiles-container{
    position: absolute;
    right: 15px;
    top: -20px;
}
.team-style-1 .hkangles-teammember-wrapper:hover .hkangles-teammember-content-cover:before {
    height: 100%;
}
.team-style-1  .hkangles-teammember-social-profiles {
    padding: 0;
    margin: 0;
}
.team-style-1 .hkangles-teammember-social-profiles li {
    display: block;
    margin: 0;
    padding: 0;
}
.team-style-1 .hkangles-teammember-social-profiles li a {
	display: block;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    color: #1d2150;
    background: #fff;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: -1px;
}
.team-style-1 .hkangles-teammember-social-profiles li:last-child a {
    margin-right: 0;
}
.team-style-1 .hkangles-teammember-social-profiles li a:hover {
    color: #fff;
}
.team-style-1.team-layout-grid .hkangles-teammember-slide,
.blog-layout-grid .hkangles-post-slide,
.projects-layout-grid .hkangles-project-slide {
    margin-bottom: 30px;
}
.hkangles-teammember-bottom .team-style-1.team-layout-grid .hkangles-teammember-slide{
    margin-bottom: 30px;
}
.services-layout-grid .hkangles-service-slide {
    margin-bottom: 40px;
}
.services-layout-grid.services-style-2 .hkangles-service-slide {
    margin-bottom: 30px;
}
.team-style-1 .hkangles-teammember-show-details {
	position: absolute;	opacity: 0;
    top: -34px;
	left: -50%;
    background: #1d2150;
    padding: 5px 30px 5px 30px;
	border-radius: 0 5px 0 0;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.team-style-1 .hkangles-teammember-wrapper:hover .hkangles-teammember-show-details {
	left: 0;
}
.team-style-1 .hkangles-teammember-wrapper:hover .hkangles-teammember-show-details {
	opacity: 1;
}
.team-style-1 .hkangles-teammember-show-details a {
    font-size: 14px;
    color: #fff;
}
.team-style-1 .hkangles-teammember-content-cover-inner {
    position: relative;
    padding: 25px 0 20px;
}
/* Team Style 2 */
.team-style-2 .hkangles-teammember-social-links{
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.7s cubic-bezier(.645,.045,.355,1);
    transition: all 0.7s cubic-bezier(.645,.045,.355,1);
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}
.team-style-2 .hkangles-teammember-wrapper:hover .hkangles-teammember-social-links{
    opacity: 1;
    height: 50px;
    top: -45px;
}
.team-style-2 .hkangles-teammember-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.team-style-2 .hkangles-teammember-content-cover {
    position: relative;
}
.team-style-2 .hkangles-teammember-social-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-style-2 .hkangles-teammember-social-profile a{
    display: block;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    position: relative;
    width: 30px;
    height: 45px;
}
.team-style-2 li.hkangles-teammember-social-profile {
    display: inline-block;
}
.team-style-2 .hkangles-teammember-social-profile a:hover{
    color: #fff;
}
.team-style-2 .hkangles-teammember-title-wrap{
    padding: 18px 15px 20px;
    position: relative;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04);
    z-index: 1;
    border: 1px solid #edf5fc;
    border-top: none;
}
.team-style-2 .hkangles-teammember-wrapper:hover .hkangles-teammember-title-wrap {
    border: none;
}
.team-style-2 .hkangles-teammember-social-inner {
    width: 100%;
    text-align: center;
    background-color: #3182dc;
}
.team-style-2 .hkangles-teammember-title-wrap h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}
.team-style-2 .hkangles-teammember-wrapper:hover .hkangles-teammember-title-wrap h5,
.team-style-2  .hkangles-teammember-wrapper:hover .hkangles-teammember-title-wrap h3 a {
    color: #FFF;
}
.team-style-2 .hkangles-teammember-title-wrap h5{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Open Sans';
    margin-top: 3px;
    transition: all .25s ease-in-out;
}
.team-style-2 .hkangles-teammember-title-wrap img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.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 3 */
.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-social-profiles-container{
    width: 40px;
    height: 40px;
    top: -40px;
    right: 0;
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: absolute;
    color: #fff;
    border-radius: 5px 0 0 0;
}
.team-style-3 .hkangles-teammember-social-links{
    position: absolute;
    bottom: 40px;
    opacity: 0;
    right: -20px;
    visibility: hidden;
}
.team-style-3 .hkangles-teammember-image-container img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.team-style-3 .hkangles-teammember-social-profiles-container:hover .hkangles-teammember-social-links{
    opacity: 1;
    visibility: visible;
    right: 0;
}
.team-style-3 .hkangles-teammember-social-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-style-3 .hkangles-teammember-social-profile{
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    border-radius: 5px 0 0 5px;
}
.team-style-3 .hkangles-teammember-social-profile a{
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}
.team-style-3 .hkangles-teammember-social-profile a:hover{
    color: #fff;
}
.team-style-3 .hkangles-teammember-title{
    padding: 15px 10px 10px 10px;
    position: relative;
    text-align: center;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
    MARGIN: -40PX 0 40px 20PX;
    BACKGROUND: #FFF;
    BORDER-RADIUS: 10px 0 0 0;
}
.team-style-3 .hkangles-teammember-title h3{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    margin-top: 0;
}
.team-style-3 .hkangles-teammember-title span{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}
.team-style-3 .hkangles-teammember-share span {
    font-size: 18px;
    line-height: 18px;
    color: #1d2150;
}
.team-style-3 .hkangles-teammember-content-cover {
    position: relative;
}
.team-style-3 .owl-dots {
    margin-top: 0;
}
.team-style-3.team-layout-grid .hkangles-teammember-slide {
    margin-bottom: 0px;
}
.team-style-3 .owl-carousel .owl-nav {
    position: absolute;
    top: -75px;
    margin-top: -30px;
    width: auto;
    right: 0;
}
.team-style-3 button.owl-prev {
    margin-right: 10px;
}
.team-style-3 .owl-carousel .owl-nav button i:hover {
    background-color: #fff;
    color: #1d2150;
    -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; 
}
.hkangles-team-social-white .team-style-3 .hkangles-teammember-share span {
    color: #ffffff;
}
.hkangles-team-social-bg-primary .team-style-3 .hkangles-teammember-share span {
    color: #fff;
}
/*******************************************************
	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;
}
.testimonials-style-1 .hkangles-testimonial-image-container img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.testimonials-style-1 .hkangles-testimonial-content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 22px;
    font-style: italic;
    margin-bottom: 0;
}
.owl-carousel .owl-nav button i {
	color: #fff;
}
.testimonials-style-1 .hkangles-testimonials-title-wrap{
	margin-left: 25px;
}
.testimonials-style-1 .hkangles-testimonials-title-wrap h3 {
    line-height: 24px;
    font-size: 18px;
    margin: 0;
}
.testimonials-style-1 span.hkangles-testimonial-designation {
    font-weight: 600;
    font-size: 16px;
}
.testimonials-style-1 .testimonial-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}
.testimonials-style-1 span.testimonial-designation {
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    color: #595959;
    font-weight: 700;
    letter-spacing: 1px;
}
.testimonials-style-1 .hkangles-testimonial-main-wrapper{
    position: relative;
}
.testimonials-style-1 .hkangles-testimonial-wrapper {
    padding: 10px;
    position: relative;
    border-radius: 8px;
    margin: 25px 25px 0 0;
    background-color: #fff;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.04);
}
.testimonials-style-1 .hkangles-testimonial-wrapper:before {
    content: "";
    position: absolute;
    left: -14px;
    bottom: -40px;
    margin-top: 4px;
    padding: 20px 40px;
    clip-path: polygon(50% 0%, 50% 60%, 72% 0);
    background: #ffffff;
}
.testimonials-style-1 .hkangles-testimonial-content-cover {
    padding: 25px 20px 30px;
    border: 1px solid rgb(13 108 214 / 10%);
    border-radius: 6px;
}
.testimonials-style-1 .hkangles-testimonial-wrapper:after {
    text-align: center;
    position: absolute;
    right: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -25px;
    font-size: 21px;
    line-height: 50px;
    content: "\f10d";
    font-family: flaticon !important;
    color: #fff;
    border-radius: 50%;
}
.testimonials-style-1 .hkangles-testimonial-heading {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}
/* Testimonials Style 2 */
.testimonials-style-2 .hkangles-testimonial-image-container,
.testimonials-style-2 .hkangles-testimonial-image-container img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.testimonials-style-2 .hkangles-testimonial-content,
.testimonials-style-2 .hkangles-testimonial-content-cover {
    position: relative;
}
.testimonials-style-2 .hkangles-testimonial-content p {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
}
.testimonials-style-2 .hkangles-testimonial-rating {
    margin-top: 7px;
}
.testimonials-style-2 .hkangles-testimonial-content{
    margin-bottom: 30px;
}
.testimonials-style-2 .testimonial-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 3px;
}
.testimonials-style-2  h3.hkangles-testimonial-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: left;
}
.testimonials-style-2  span.hkangles-testimonial-designation {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonials-style-2 .hkangles-testimonials-title-wrap .testimonial-designation{
	text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Viga', sans-serif;
}
.hkangles-testimonial-content h4 { 
    display: none;
}
.testimonials-style-2 .hkangles-testimonial-content h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}
.testimonials-style-2 .owl-dots {
    position: absolute;
    left: 46%;
    display: flex;
    bottom: 100px;
    margin: 0;
}
.testimonials-style-2 .owl-dots .owl-dot {
    background: #e7e9ec;
    width: 7px;
    height: 7px;
    padding-right: 5px;
    outline: none;
    display: inherit;
    margin: 0px 2px
}
.testimonials-style-2 .owl-carousel .owl-nav button i:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.testimonials-style-2 .owl-carousel .owl-nav button i {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.testimonials-style-2 .owl-dots .owl-dot.active { 
    width: 10px;
    height: 10px;
    list-style: 10px;
    margin-top: -2px;
}
.testimonials-style-2  .hkangles-testimonial-wrapper {
    padding: 200px 100px 160px;
    text-align: center;
    position: relative;
}
.testimonials-style-2 .owl-stage-outer:after {
    content: '';
    top: 0;
    z-index: -1;
    width: 570px;
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -285px;
    background-color: #f3f3f3;
}
.testimonials-style-2 .hkangles-testimonial-content:after {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -85px;
    font-size: 60px;
    content: "\f12d";
    color: #e7e9ec;
    font-family: flaticon !important;
}
.testimonials-style-2 .hkangles-testimonial-image-container {
    position: relative;
    display: inline-block;
}
.testimonials-style-2 .align-items-center.hkangles-testimonial-content-inner {
    display: inline-flex;
}
.testimonials-style-2 .hkangles-testimonials-title-wrap {
    text-align: left;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
}
 .owl-carousel button.owl-next {
    float: right;
}
.owl-carousel .owl-nav button i {
    min-width: 40px;
    max-height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: block;
    font-weight: normal;
    border-radius: 50%;
    background-color: #fff;
    color: #1d2150;
}
.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: 5px;
    margin-right: 15px;
}
.testimonials-style-3 .hkangles-testimonial-content-cover {
    position: relative;
}
.testimonials-style-3 .hkangles-testimonial-slide {
    position: relative;
}
.testimonials-style-3 .hkangles-testimonial-content p {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 32px;
    font-family: 'VIGA';
    color: #FFF;
    font-style: italic;
    margin-top: 0px;
}
.testimonials-style-3-second .testimonials-style-3 .hkangles-testimonial-content p { 
    padding-right: 30px;
    font-size: 20px;
    line-height: 34px;
}
.testimonials-style-3 .hkangles-testimonial-rating {
    margin-bottom: 20px;
}
.testimonials-style-3 .hkangles-testimonial-rating span.fas.fa-star.checked {
    color: #ffd974;
}
.testimonials-style-3 h3.hkangles-testimonial-title {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}
.testimonials-style-3 span.hkangles-testimonial-designation {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.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;
}
.hkangles-testimonial-3-second .testimonials-style-3 .hkangles-testimonial-wrapper {
    padding-left: 100px;
}
.hkangles-testimonial-3-second .testimonials-style-3 .hkangles-testimonial-content p{
    color: #1d2150;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 35px;
}
.hkangles-testimonial-3-second .testimonials-style-3 h3.hkangles-testimonial-title {
    color: #1d2150;
}
.hkangles-testimonial-3-second .testimonials-style-3 .hkangles-testimonial-rating {
    margin-bottom: 25px;
}
.hkangles-testimonial-3-second .testimonials-style-3 .owl-nav {
    bottom: -75px;
    right: -10px;
    left: inherit;
}
.hkangles-testimonial-3-second .testimonials-style-3 .owl-nav button i {
    background-color: #fbfafe;
}
.hkangles-testimonial-3-second .testimonials-style-3 .hkangles-testimonial-slide:before {
    content: "\f10d";
    font-family: flaticon !important;
    position: absolute;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    z-index: 1;
    top: 30px;
    left: 0;
    margin-top: -30px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    z-index: 2;
    border-radius: 6px;
}
.hkangles-testimonial-3-second .hkangles-testimonial-image-container, 
.hkangles-testimonial-3-second .hkangles-testimonial-image-container img {
    width: 70px;
    height: 70px;
}
/* Testimonials Style 4 */
.testimonials-style-4 .hkangles-testimonial-image-container,
.testimonials-style-4 .hkangles-testimonial-image-container img {
    width: 70px;
    height: 70px;
    border-radius: 8px 8px 0 8px;
    margin-right: 18px;
}
.testimonials-style-4 .hkangles-testimonial-content-cover{
    position: relative;
}
.testimonials-style-4 .hkangles-testimonial-rating {
    position: absolute;
    top: 50%;
    right: 7px;
}
.testimonials-style-4 .hkangles-testimonial-content-cover {
    position: relative;
    margin-right: 30px;
}
.testimonials-style-4 .hkangles-testimonial-content-cover-inner {
    padding: 25px 0 0;
    position: relative;
}
.testimonials-style-4  h3.hkangles-testimonial-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}
.testimonials-style-4  span.hkangles-testimonial-designation {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.testimonials-style-4 .hkangles-testimonial-content p {
    font-family: 'Viga';
    color: #fff;
    margin-bottom: 5px;
    padding-right: 0;
    font-style: italic;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
}
.testimonials-style-4 .hkangles-testimonial-rating span.fas.fa-star {
    color: #fff;
    font-size: 15px;
}
.testimonials-style-4 .hkangles-testimonial-rating span.fas.fa-star.checked{
    color: #f8d059;
}
.testimonials-style-4 .hkangles-testimonial-content{
    padding-right:25px;
}
.testimonials-style-4 .testimonial-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
}
.testimonials-style-4 .hkangles-testimonials-title-wrap .testimonial-designation{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
}
.testimonials-style-4 .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 50px;
    display: flex;
    width: auto;}
.testimonials-style-4 .owl-dots .owl-dot {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    outline: none;
    display: inherit;
    margin: 0 3px;
}
.testimonials-style-4 .owl-nav {
    bottom: -260px;
    display: flex;
    position: absolute;
    right: 35px;
    width: auto;
}
.testimonials-style-4 .owl-carousel  .owl-nav button i {
    background: #fff;
    color: #1d2150;
    font-size: 17px;
}
.testimonials-style-4 .owl-nav button i:hover {
color: #fff;
}
.testimonials-style-4 button.owl-prev {
    margin-right: 10px;
}
.testimonials-style-4 .owl-prev:after {
    left: 20px
}
.testimonials-style-4 .owl-next:after {
    left: 18px;
}
.hkangles-testimonial-stroke h2.elementor-heading-title {
    color: transparent !important;
    -webkit-text-stroke: 1px rgb(255 255 255 / 10%) !important;
}

/* Testimonials Style 5 */

.testimonials-style-5 .hkangles-testimonial-image-container img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 18px;
}
.testimonials-style-5 .hkangles-testimonial-content-wrapper {
    padding: 0 40px 30px 40px;
}
.testimonials-style-5 .hkangles-testimonial-image-container {
    line-height: 100px;
    width: 110px;
    height: 110px;
    padding: 6px;
    border: 4px solid;
    border-radius: 50%;
    margin-right: 25px;
    margin-top: 15px;
    position: relative;
}
.testimonials-style-5 .hkangles-testimonial-image-container:after { 
    content: "\f10d";
    font-family: flaticon !important;
    position: absolute;
    font-size: 19px;
    width: 41px;
    height: 41px;
    line-height: 41px !important;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    right: 0px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 9%);
    top: -20px;
    z-index: 2;
}
.testimonials-style-5 .hkangles-testimonial-content-cover{
    position: relative;
    margin-right: 0px;
    padding: 40px 0 0;
    background: #fff;
    border-radius: 12px 12px 0 0;
}
.testimonials-style-5 .hkangles-testimonial-rating {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -12px;
}
.testimonials-style-5 .hkangles-testimonial-content-cover-inner {
    padding: 19px 40px;
    position: relative;
    border-radius: 0 0 12px 12px;
}
.testimonials-style-5  h3.hkangles-testimonial-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    font-weight: 700;
}
.testimonials-style-5  span.hkangles-testimonial-designation {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}
.testimonials-style-5 .hkangles-testimonial-content p {
    margin-bottom: 5px;
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonials-style-5 .hkangles-testimonial-rating span.fas.fa-star {
    color: #fff;
    font-size: 15px;
}
.testimonials-style-5 .hkangles-testimonial-rating span.fas.fa-star.checked{
    color: #fff;
}
.testimonials-style-5 .testimonial-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
}
.testimonials-style-5 .hkangles-testimonials-title-wrap .testimonial-designation{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
}
.testimonials-style-5 .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 50px;
    display: flex;
    width: auto;}
.testimonials-style-5 .owl-dots .owl-dot {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    outline: none;
    display: inherit;
    margin: 0 3px;
}
.testimonials-style-5 .owl-nav {
    display: flex;
    position: absolute;
    right: 0;
    top: -101px;
    width: auto;
}
.testimonials-style-5 .owl-carousel  .owl-nav button i {
    background: #fff;
    color: #1d2150;
    font-size: 17px;
}
.testimonials-style-5 .owl-nav button i:hover {
color: #fff;
}
.testimonials-style-5 button.owl-prev {
    margin-right: 10px;
}
.testimonials-style-5 .owl-prev:after {
    left: 20px
}
.testimonials-style-5 .owl-next:after {
    left: 18px;
}
/*******************************************************
    timetile style 1
*******************************************************/
.timeline-style-1 .hkangles-timeline-wrapper {
    position: relative;
}
.thsb-icon-wrapper .elementor-icon-wrapper{
    position: relative;
}
.thsb-icon-wrapper .elementor-icon-wrapper:before{
	position: absolute;
    top: -40px;
    right: -42px;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.10);
    width: 100px;
    height: 100px;
    content: "";
}



.timeline-style-1 .hkangles-timeline-wrapper i {
    font-size: 22px;
    line-height: 32px;
}
.timeline-style-1 .hkangles-timeline-list {
    padding: 0px;
    margin: 0;
    color: #0f202d;
    font-weight: 500;
    font-family: 'Viga';
}
.timeline-style-1 .hkangles-timeline-list li {
    list-style: none;
    padding: 2px 0px;
}
.timeline-style-1 .hkangles-timeline-list li:last-child {
	border-bottom: none;
}
.timeline-style-1 h3.hkangles-timeline-title {
    font-size: 22px;
    padding-left: 15px;
    line-height: 32px;
    margin-bottom: 7px;
}
.thsb-bg-color.elementor-column{
		background: transparent !important;
}
/*******************************************************
    Tab Widget
*******************************************************/
.hkangles_tabs_wrapper{
    border-radius: 5px;
    overflow: hidden;
}
.hkangles-tab-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid rgb(255 255 255 / 10%);
    position: relative;
    border-radius: 50px;
    z-index: 1;
}
.hkangles-list-tab {
    flex: 1;
}
.hendy-tab-content{
    border-radius: 10px 10px 10px 10px;
    padding-top: 40px;
   
}
.hendy-tab-content .hkangles-tab-content-list{
    display: none;
}
.hendy-tab-content .hkangles-tab-content-list.cd-active-tab{
    display: block;
}
.hkangles-list-tab a {
    display: block;
    padding: 16px 30px;
    color: #fff !important;
    font-weight: 600;
}
.hkangles-list-tab.cd-active-tab-link a{
    color: #fff;
    border-radius: 50px 0 50px 50px !important;
}
.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;
}

/* style2 */
.hkangles_tabs_style2 .hkangles-list-tab a {
    padding: 20px 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%);
    font-size: 18px;
}
.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 .hendy-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 .hendy-tab-content {
    padding-top: 55px;
}
/* Pricing table style1 */
.hkangles_pricing_wrapper.pricing-style-1 .ptable-col{
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-pricing-table-box {
    background-color: #fff;
    padding: 30px 30px 40px;
    border-radius: 0 25px 25px 25px;
    overflow: hidden;
}
.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: 35px;
    font-weight: 400;
    line-height: 35px;
    display: inline-block;
    font-family: Viga;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-symbol {
    font-size: 17px;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-hkangles-ptable-heading {
    line-height: 30px;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    display: inline;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-description-wrapp {
    padding-bottom: 30px;
}
.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 {
    padding: 12px 30px 7px 0;
    margin-top: 25px;
    border-radius: 0 15px 0 0;
    display: inline-block;
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-pricing:after {
    content: '';
    width: 100px;
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-hkangles-ptable-heading span{
    padding-left: 5px;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-description {
    color: #1d2150;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-ptable-frequency {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #1d2150;
    font-family: 'Viga';
    /* text-transform: uppercase; */
    padding-left: 2px;
}
.hkangles_pricing_wrapper.pricing-style-1 .pricing-table-line {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    color: #6c7176;
    padding-bottom: 10px;
}
.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: 14px;
    padding: 10px 10px 10px 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 {
    display: inline-block;
    color: #fff;
    padding: 6px 6px 6px 25px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Viga';
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 50px;
    line-height: 14px;
}
.hkangles_pricing_wrapper.pricing-style-1 .ptable-btn a:hover {
   background-color: #1d2150;
   color: #fff;
}
.hkangles_pricing_wrapper.pricing-style-1 .ptable-btn a i:hover {
    color: #fff;
}
.hkangles_pricing_wrapper.pricing-style-1 .ptable-btn a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #1d2150;
    border-radius: 50%;
    display: inherit;
    text-align: center;
    margin-left: 13px;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-pricing-table-featured-col .ptable-btn a {
    color: #fff;
}
.hkangles_pricing_wrapper.pricing-style-1 .ptable-btn {
    padding-top: 30px;
    text-align: center;
}
.hkangles_pricing_wrapper.pricing-style-1 .hkangles-pricing-table-icon-type-image img {
    margin-top: -18px;
}
.hkangles-tab-column-width.hkangles-tab-cleaning .hkangles_tabs_style2 .hkangles-list-tab.cd-active-tab-link a {
    color: #1d2150 !important;
    font-size: 18px;
    font-weight: 700;
}
.hkangles-tab-column-width.hkangles-tab-cleaning .hkangles_tabs_style2 .hkangles-list-tab a {
    color: #1d2150 !important;
    font-size: 18px;
    font-weight: 700;
}
/* Pricing table style2 */
.hkangles_pricing_wrapper.pricing-style-2 .ptable-col{
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-box {
    background-color: #fff;
    padding: 80px 30px 50px 40px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 28px 0px rgb(0 0 0 / 6%);
    border: 1px solid #f8f8f8;
}
.pricing-style-2 .hkangles-pricing-table-icon-wrapper {
    width: 80px;
    height: 85px;
    line-height: 85px;
    font-size: 36px;
    left: 50%;
    margin-left: -40px;
    top: -80px;
    position: absolute;
    border-radius: 0 0 50px 50px;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-symbol,
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-price {
    font-size: 40px;
    font-weight: 400;
    line-height: 68px;
    display: inline-block;
    font-family: Viga;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-hkangles-ptable-heading {
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: inline;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-description-wrapp {
    padding-bottom: 10px;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-heqading {
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-pricing {
    margin-top: 30px;
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-hkangles-ptable-heading span{
    padding-left: 5px;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-description {
    color: #1d2150;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-ptable-frequency {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #1d2150;
    font-family: 'Viga';
    /* text-transform: uppercase; */
    padding-left: 2px;
}
.hkangles_pricing_wrapper.pricing-style-2 .pricing-table-line {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    color: #6c7176;
    margin-bottom: 8px;
}
.hkangles_pricing_wrapper.pricing-style-2 .pricing-table-line:last-child {
    border: none;
}
.hkangles_pricing_wrapper.pricing-style-2 .pricing-table-line i{
    text-transform: capitalize;
    font-size: 13px;
    padding: 0px 10px 0 0;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-icon-wrapper i {
    line-height: 75px;
    font-size: 42px;
    color: #fff !important;
}
.hkangles_pricing_wrapper.pricing-style-2 .ptable-btn a {
    display: inline-block;
    color: #fff;
    padding: 18px 35px 18px 25px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Viga';
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 5px;
    line-height: 14px;
}
.hkangles_pricing_wrapper.pricing-style-2 .ptable-btn a:hover {
   background-color: #1d2150;
   color: #fff;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-featured-col .ptable-btn a {
    color: #fff;
}
.hkangles_pricing_wrapper.pricing-style-2 .ptable-btn {
    padding-top: 30px;
}
.hkangles_pricing_wrapper.pricing-style-2 .hkangles-pricing-table-icon-type-image img {
    margin-top: -18px;
}

/* Pricing table style3 */
.hkangles_pricing_wrapper.pricing-style-3 .ptable-col{
    position: relative;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-pricing-table-box {
    padding: 40px 30px 35px;
    border-radius: 20px;
    overflow: hidden;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-pricing-table-featured-col .hkangles-pricing-table-box {
    border: none;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-ptable-symbol,
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-ptable-price {
    font-size: 43px;
    font-weight: 700;
    line-height: 35px;
    display: inline-block;
    font-family: outfit;
    color: #fff;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-ptable-symbol {
    font-size: 22px;
    color: #fff;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-pricing-table-featured-col .hkangles-ptable-symbol,
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-pricing-table-featured-col .hkangles-ptable-price,
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-pricing-table-featured-col .hkangles-ptable-frequency {
    color: #1d2150;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-hkangles-ptable-heading {
    line-height: 30px;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    display: inline;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-ptable-description-wrapp {
    padding-bottom: 30px;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-ptable-heqading {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-ptable-pricing {
    display: inline-block;
    position: ABSOLUTE;
    top: -15px;
    WIDTH: 135PX;
    right: 40px;
    height: 135px;
    text-align: center;
    color: #fff;
    clip-path: polygon(-15% 0, 100% 0%, 100% 58%, 50% 100%, 0 58%);
    padding: 22px 20px 0;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-ptable-pricing:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -15px;
    border-top: 15px solid transparent;
    border-right: 15px solid #2850b8;
    border-bottom: 0px solid transparent;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-pricing-table-featured-col .hkangles-ptable-pricing:after { 
    border-right: 15px solid #887117;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-hkangles-ptable-heading span{
    padding-left: 5px;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-ptable-description {
    color: #1d2150;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-ptable-frequency {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.hkangles_pricing_wrapper.pricing-style-3 .pricing-table-line {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    color: #6c7176;
    padding-bottom: 10px;
}
.hkangles_pricing_wrapper.pricing-style-3 .pricing-table-line:last-child {
    border: none;
}
.hkangles_pricing_wrapper.pricing-style-3 .pricing-table-line i{
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 10px 10px 0;
}
.hkangles_pricing_wrapper.pricing-style-3 .hkangles-pricing-table-icon-wrapper i {
	line-height: 80px;
    font-size: 55px;
	color: #282727;
}
.hkangles_pricing_wrapper.pricing-style-3 .ptable-btn a {
    display: inline-block;
    color: #1d2150;
    font-weight: 600;
    font-size: 15px;
}
.hkangles_pricing_wrapper.pricing-style-3 .ptable-btn a i {
    color: #1d2150;
    text-align: center;
}
.hkangles_pricing_wrapper.pricing-style-3 .ptable-btn {
    padding-top: 30px;
    text-align: center;
}
.pricing-style-3 .hkangles-pricing-table-icon-type-image img {
    width: 100px;
}

/* accordion*/
.elementor-accordion .elementor-accordion-item {
    margin: 20px 0;
    border-radius: 5px;
}
.elementor-accordion .elementor-tab-content p {
	margin: 0;
}
.elementor-accordion .elementor-accordion-item i {
    font-size: 13px;
    line-height: 25px;
    position: relative;
}
.elementor-accordion .elementor-accordion-item i:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    left: -20px;
    top: 50%;
    margin-top: -15px;
    background-color: #d9dbe7;
}
.elementor-accordion .elementor-accordion-item:last-child {
    margin-bottom:0;
}
.elementor-element  .elementor-active .elementor-accordion-title {
    color: #282727  !important;
}
.elementor-accordion .elementor-tab-content,
.elementor-accordion .elementor-tab-title {
    border-radius: 50px;
}
.elementor-accordion .elementor-tab-title.elementor-active {
    border-radius: 50px 0 50px 50px;
}
.hkangles-elementor-accordion-2 .elementor-accordion .elementor-accordion-item {
    margin: 20px 0 45px;
}
.hkangles-elementor-accordion-2 .elementor-accordion .elementor-accordion-item i {
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(252 77 69 / 20%);
}
.hkangles-elementor-accordion-2 .elementor-accordion .elementor-accordion-item i:after {
    display: none;
}
/* woocommerce*/
.hendy-woocommerce-product-slide.woocommerce {
    margin-bottom: 40px;
}
.hendy-woocommerce-product-slide.woocommerce {
    text-align: center;
	position: relative;
}
.hendy-woocommerce-product-slide.woocommerce h2.woocommerce-loop-product__title {
    font-size: 26px;
    line-height: 32px;
}
.hendy-woocommerce-product-slide.woocommerce .hkangles-product-price bdi {
    font-size: 34px;
    font-weight: 800;
    font-family: Barlow Condensed;
}
.hendy-woocommerce-product-slide.woocommerce .hkangles-product-content {
	background-color: #fff;
    padding: 160px 20px 50px;
    margin-top: -120px;
	border-radius: 0 80px 0;
}
.hendy-woocommerce-product-thumbnail-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 50%;
}
.hendy-woocommerce-product-slide.woocommerce .hkangles-add-to-cart-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.hendy-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;
}
.hendy-woocommerce-product-slide.woocommerce .hkangles-add-to-cart-button a { 
	color: #fff;
}
.hendy-woocommerce-product-slide.woocommerce .hkangles-product-description p {
    margin-bottom: 30px;
}

.hendy-woocommerce-product-slide-02.woocommerce {
    margin-bottom: 40px;
    border: 1px solid #edf8fe;
    padding: 5px;
    border-radius: 8px;
    margin: 0px 8px 30px 8px;
}
.hendy-woocommerce-product-slide-02.woocommerce {
    text-align: center;
    position: relative;
}
.hendy-woocommerce-product-slide-02.woocommerce h2.woocommerce-loop-product__title {
    font-size: 30px;
    line-height: 32px;
    color: #11325b;
}
.hendy-woocommerce-product-slide-02.woocommerce .hkangles-product-price bdi {
    font-size: 24px;
    font-weight: 800;
    font-family: Barlow Condensed;
    color: #1eb2fb;
}
.hendy-woocommerce-product-slide-02.woocommerce .hkangles-product-price del .woocommerce-Price-amount bdi{
    font-size: 18px;
    font-weight: 800;
    font-family: Barlow Condensed;
    color: #547094;
}
.hendy-woocommerce-product-slide-02.woocommerce .hkangles-product-content {
    background-color: #fff;
    padding: 155px 20px 50px;
    margin-top: -120px;
    border-radius: 0 80px 0;
}
.hendy-woocommerce-product-slide-02 .hendy-woocommerce-product-thumbnail-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius:5px;
}
.hendy-woocommerce-product-slide-02.woocommerce .hkangles-add-to-cart-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.hendy-woocommerce-product-slide-02.woocommerce .hkangles-add-to-cart-button {
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 25%;
    width: 50%;
    height: 50px;
    line-height: 50px;
    background-color: #1eb2fb;
    border-radius: 8px;
    color: #fff !important;
}
.hendy-woocommerce-product-slide-02.woocommerce .hkangles-add-to-cart-button a { 
    color: #fff;
    display: flex;
    justify-content: center!important;
    text-transform: uppercase;
}
.hendy-woocommerce-product-slide-02.woocommerce .hkangles-add-to-cart-button a i{
    padding-right: 10px;
}
.hendy-woocommerce-product-slide-02.woocommerce .hkangles-product-description p {
    margin-bottom: 30px;
}


.hkangles-vertical-text{
    position: absolute;
    transform: rotate(-90deg);
    left: -83px !important;
    padding: 0px 30px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    top: 23px !important;
}
.hkangles-vertical-text p{
    padding:10px 20px;
    color: #fff;
    font-weight: 600;
}

.hkangles-vertical-text .elementor-text-editor p{
    color: #ffffff;
    font-weight: 700 !important;
}
.hkangles-vertical-text .elementor-text-editor{
    border-radius: 0px 0px 5px 5px;
}

/* History  */

.hkangles-ourhistory-content span.label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: 'Karla';
    font-weight: 700;
    color: #fff;
    padding: 8px 25px;
    text-align: center;
    clip-path: polygon(100% 0%, 90% 55%, 100% 100%, 0% 100%, 0% 0%, 25% 0%);
}
.hkangles-ourhistory-content .history-content h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
.hkangles-ourhistory-content .hkangles-history-button a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.hkangles-ourhistory-content .hkangles-history-button a i{
    padding-left: 10px;
}
.hkangles-ourhistory-content .history-content {
    padding: 30px 30px 0;
    border-left: 1px solid;
}
.hkangles_history_wrapper .owl-dots {
    text-align: left;
}
.history-layout-grid .hkangles-ourhistory.hkangles-ourhistory-type2 {
    margin-bottom: 60px;
}

/* Shortable Category */

.hkangles-sortable-list-ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    display: block;
}
.hkangles-sortable-list-ul li {
    display: inline-block;
    margin: 0 0;
}
.hkangles-sortable-list a {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 6px;
    margin-left: 5px;
    display: block;
    color: #1d2150;
}
.hkangles-sortable-list a.hkangles-active {
    color: #fff;
}

.hkangles-custom-icon-step .elementor-icon i {
    width: 436px;
    height: 430px;
    line-height: 430px;
    text-align: center;
    border: 1px dashed #1d2150;
    border-radius: 50%;
}