
/*******************************************************
	Blog Widget
*******************************************************/
/* blog style 1 */
.blog-style-1 .coronia-post-post-wrapper  {
    background: #fff;
    box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
    border-radius: 10px;
}
.blog-style-1  .coronia-post-post-thumbnail-wrapper{
    position: relative;
}
.blog-style-1 .coronia-post-date {
    position: absolute;
    top: 15px;
    left: 33px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 0 20px 0 0;
}
.blog-style-1 .coronia-post-title{
    padding: 40px 17px 17px 30px;
}
.blog-style-1 .coronia-post-slide .coronia-post-meta .coronia-post-meta-inner{
	position: relative;
    display: flex;
    margin-bottom: 10px;
}
.blog-style-1 .coronia-post-meta .coronia-post-meta-inner .post-author{
    position: relative;
    padding-right: 25px;
}
.blog-style-1 .coronia-post-meta .coronia-post-meta-inner .post-author a {
    color: #888888;
}
.blog-style-1 .coronia-post-meta .coronia-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 .coronia-post-meta .coronia-post-meta-inner .post-author i, 
.blog-style-1 .coronia-post-meta .coronia-post-meta-inner .post-comment i{
    padding-right: 5px;
}
.blog-style-1 .coronia-post-category{
    margin-bottom: 30px;
}
.blog-style-1 .coronia-post-category a{
	padding: 8px 12px;
    border-radius: 8px;
}
.blog-style-1 .coronia-post-date span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 24px;
}
.blog-style-1 .coronia-post-slide h3 {
   font-size: 22px;
    line-height: 32px;
}

/* blog style 2 */
.blog-style-2 .coronia-post-slide .coronia-post-wrapper{
    -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;
    box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    overflow: hidden;
}
.blog-style-2 .coronia-post-content-area {
    padding: 0px 20px 30px 30px;
	background-color: #ffffff;
}
.blog-style-2 .coronia-post-meta .post-author,
.blog-style-2 .coronia-post-meta .post-comment{
    display: inline-block;
}
.blog-style-2 .coronia-post-slide .coronia-post-meta .coronia-post-meta-inner{
	position: relative;
    display: inline-block;
    margin: 7px 0px 10px 50px;
}
.blog-style-2 .coronia-post-meta .coronia-post-meta-inner .post-author{
    position: relative;
    padding-right: 25px;
}
.blog-style-2 .coronia-post-meta .coronia-post-meta-inner .post-author a {
    color: #888888;
}
.blog-style-2 .coronia-post-meta .coronia-post-meta-inner .post-author:after{
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: 10px;
    right: 8px;
    background: #163b68;
}
.blog-style-2 .coronia-post-meta .coronia-post-meta-inner .post-author i, 
.blog-style-2 .coronia-post-meta .coronia-post-meta-inner .post-comment i{
    padding-right: 5px;
}
.blog-style-2 .coronia-post-wrapper .coronia-post-title h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
	margin-top: 25px;
}
.blog-style-2 .coronia-post-wrapper .read-more-link a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.blog-style-2 .coronia-post-wrapper .read-more-link i{
    margin-left: 10px;
}
.blog-style-2 .coronia-post-desc p {
    margin-bottom: 0;
}
.blog-style-2 .coronia-post-thumbnail-wrapper {
    position: relative;
}
.blog-style-2 .coronia-post-thumbnail-wrapper .coronia-post-image-container img{
    border-radius: 10px 10px 0 10px;
    width: 100%;
}
.blog-style-2 .coronia-post-date {
	position: absolute;
    bottom: -35px;
    padding: 10px 18px;
    color: #fff;
	text-align: center;
    text-transform: uppercase;
    background-color: #000;
	border-radius: 0 20px 0 0;
}
.blog-style-2 .coronia-post-date span,
.blog-style-1 .coronia-post-date span {
    display: block;
	font-weight: 600;
}
.blog-style-2 .post-meta-item {
    font-size: 13px;
    text-transform: uppercase;
}
/*******************************************************
	Client Widget
*******************************************************/

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

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

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

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

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

/*******************************************************
	Custom Heading
*******************************************************/

.custom-heading-style-1 {
	margin-bottom: 20px;
}
.custom-heading-style-1.coronia-light-space {
	margin-bottom: 30px;
}
.custom-heading-style-1 .heading-title {
	font-weight: 800;
}
.custom-heading-style-1 .heading-subtitle {
	text-transform: uppercase;
}
.coronia_custom_heading_wrapper .coronia-heading-subtitle-wrapper .heading-subtitle {
	margin-bottom: 5px;
}
.custom-heading-style-1.heading-alignment-center{
    text-align: center;
}
.custom-heading-style-1.heading-alignment-right{
    text-align: right;
}
.custom-heading-style-1.heading-alignment-left{
    text-align: left;
} 
.coronia-heading-color .coronia-list-wrapper p.coronia-list-info a,
.coronia-heading-color .custom-heading-style-1 .heading-title,
.coronia-heading-color .custom-heading-style-1 .heading-subtitle {
    color: #fff ;
}
.coronia-heading-color .coronia-list-wrapper ul li {
    margin-bottom: 20px;
}
/*******************************************************
	Infobox Heading
*******************************************************/

/*! Infobox Style 1 */
.infobox-style-1 .coronia-infobox-icon .flaticon{
    font-size: 16px;
    line-height: 38px;
}
.infobox-style-1 .coronia-infobox-title {
	font-size: 16px;
    line-height: 38px;
    font-weight: 600;
    font-family: muli;
    padding-left: 20px;
    margin-bottom: 5px;
}
.infobox-style-1 .coronia-infobox-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
	box-shadow: 0px 8px 25px 0px rgba(9, 95, 254, 0.18);
	text-shadow: 0px 8px 25px 0px rgba(9, 95, 254, 0.18);
}
/*! Infobox Style 2 */
.infobox-style-2{
    text-align: center;
	padding: 10px;
}
.infobox-style-2 .coronia-infobox-icon{
    font-size: 60px;
    line-height: 70px;
	position: relative;
    display: inline-block;
}
.infobox-style-2 .coronia-infobox-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
}
.infobox-style-2 .coronia-infobox-wrapper{
    margin-bottom: 15px;
}
.infobox-style-2 .coronia-infobox-img img {
    border-radius: 50%;
}
.infobox-style-2 .coronia-infobox-icon i{
    position: relative;
    z-index: 2;
}
.infobox-style-2 .coronia-infobox-icon:after {
	content: "";
    position: absolute;
    border-radius: 50%;
    text-align: center;
    background-color: #ecf4ff;
    width: 70px;
    height: 70px;
    left: -40px;
    z-index: 1;
    top: -15px;
}
/*! Infobox Style 3 */
.infobox-style-3 .coronia-infobox-icon i{
    font-size: 35px;
    text-align: center;
    line-height: 75px;
    padding: 13px 18px;
    width: 75px !important;
    background-color: #fff;
    border-radius: 50%;
    height: 75px;
}
.infobox-style-3 .coronia-infobox-title {
    font-size: 22px;
    line-height: 34px;
    padding-top: 15px;
	color: #fff;
    text-transform: capitalize;
    font-weight: 400px;
    margin-bottom: 5px;
}
.infobox-style-3 .coronia-infobox-text {
	color: #fff;
}
.ih-align-right .infobox-style-3 .coronia-infobox-wrapper {
	text-align: right;
}

/*! Infobox Style 4 */
.infobox-style-4{
    padding: 40px 25px 40px 32px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.infobox-style-4 .coronia-infobox-icon{
    margin-right: 20px;
    font-size: 50px;
    line-height: 70px;
}
.infobox-style-4 .coronia-infobox-title{
	font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-transform: capitalize;
	margin-bottom: 10px;
}
.infobox-style-4 .coronia-infobox-wrapper{
    margin-bottom: 12px;
}
.infobox-style-4 .coronia-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-4 .coronia-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 .coronia-infobox-inner:after{
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -85px;
    top: -85px;
    position: absolute;
    background: #000;
}

/*! Infobox Style 5 */
.infobox-style-5 .coronia-infobox-icon{
    margin-right: 20px;
}
.infobox-style-5 .coronia-infobox-icon i{
	line-height: normal;
	font-size: 53px;
}
.infobox-style-5 .coronia-infobox-title {
	font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 0;
}
.infobox-style-5 .coronia-infobox-img img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.coronia-infobox-custom .infobox-style-5 .coronia-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
/*! Infobox Style 6 */
.infobox-style-6  {
	padding-bottom: 25px;
}
.infobox-style-6 .coronia-infobox-icon{
	margin-right: 20px;
    font-size: 40px;
    height: 90px;
    text-align: center;
    font-weight: 500;
    width: 90px;
    line-height: 90px;
    border-radius: 50%;
    background-color: #fff
}
.infobox-style-6 .coronia-infobox-title{
	font-size: 26px;
    line-height: 36px;
    font-weight: 400;
	color: #fff;
    text-transform: capitalize;
	margin-bottom: 10px;
}
.infobox-style-6 .coronia-infobox-text{
	color: #fff;
}
.infobox-style-6 .coronia-infobox-wrapper{
    margin-bottom: 12px;
}
.infobox-style-6 .coronia-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-6 .coronia-infobox-inner:before{
    content: counter(item,decimal-leading-zero) " ";
    counter-increment: item;
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 99;
}
.infobox-style-6 .coronia-infobox-inner:after{
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    right: -85px;
    top: -85px;
    position: absolute;
    background: #000;
}
/*******************************************************
	Infobox style-7
*******************************************************/
.infobox-style-7 .coronia-infobox-wrapper {
    position: relative;
}
.infobox-style-7 .coronia-infobox-content {
    text-transform: capitalize;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    padding: 38px 31px 50px 40px;
    color: #fff;
    background: #000000d1;
}
.infobox-style-7 .coronia-infobox-button A,
.infobox-style-7 h3.coronia-infobox-title {
    color: #fff;
}
.infobox-style-7 .coronia-infobox-button {
    margin-top: 40px;
    font-size: 16px;
    text-transform: capitalize;
}
.infobox-style-7 .coronia-infobox-button a:after {
	content: " ";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}
.infobox-style-7 .coronia-infobox-button a {
	position: relative;
    display: inline-block;
}
.infobox-style-7 .coronia-infobox-button a {
	position: relative;
}
.infobox-style-7 .coronia-infobox-img img {
	border-radius: 15px;
}
.infobox-white-bg .infobox-style-7 .coronia-infobox-content {
	text-transform: capitalize;
	position: relative;
	color: #000;
	background: #fff;
}
.infobox-white-bg .infobox-style-7 .coronia-infobox-button a,
.infobox-white-bg .infobox-style-7 h3.coronia-infobox-title {
    color: #000;
}
.infobox-white-bg .infobox-style-7 .coronia-infobox-button a:after {
	background: #000;
}
/*! Infobox Style 8 */
.infobox-style-8 .coronia-infobox-icon{
	margin-right: 20px;
    font-size: 32px;
    width: 124px;
	min-width: 65px;
    border-radius: 50%;
    text-align: center;
    background-color: #000;
    height: 65px;
    color: #fff;
    line-height: 67px;
}
.infobox-style-8 .coronia-infobox-title {
	font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 0;
}
.infobox-style-8 .coronia-infobox-text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
	line-height: 26px;
    font-family: days one;
	text-transform: capitalize;
}
.thsb-infobox-style-8 .elementor-widget-container {
    padding: 25px 25px 25px 25px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}
.infobox-style-8 .coronia-infobox-text a{
	text-decoration: underline;
}
.infobox-style-8 .coronia-infobox-img img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.coronia-infobox-custom .infobox-style-8 .coronia-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
/*******************************************************
	List Heading
*******************************************************/


.coronia-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.coronia-list-wrapper ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.coronia-list-wrapper ul li i {
    vertical-align: middle;
    color: #fd972e;
}
.coronia-list-wrapper ul li p {
    padding: 0;
    margin: 0;
}
.coronia-list-wrapper .coronia-list-icon {
	margin-right: 15px;
    width: 35px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    height: 35px;
}
.coronia-list-wrapper p.coronia-list-info {
    line-height: 35px;
    color: #000;
    font-weight: 600;
    font-family: 'muli';
}


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

/*! Progress Bar */
.coronia-progress-bar-wrapper {
	margin-bottom: 25px;
}
.coronia_progress_bar_wrapper .coronia-progress-bar {
	width: 100%;
	background-color: #ddd;
}
.coronia_progress_bar_wrapper .coronia-progress-bar-inner {
	width: 0%;
	height: 5px;
	background-color: #fd972e;
}
.coronia-progress-bar-title {
	font-size: 15px;
    font-weight: 400;
    font-family: Rajdhani;
    font-family: Days One;
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
}
.coronia-progress-bar-value {
	float: right;
    font-weight: 700;
    color: #000;
}

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

/* Projects Style 1 */
.projects-style-1 .coronia-project-content-inner,
.projects-style-1 .coronia-project-content-cover .coronia-project-content-inner:after,
.projects-style-1 .coronia-project-content-inner .coronia-project-title,
.projects-style-1 .coronia-project-content-inner .coronia-project-action-icons a {
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
}
.projects-style-1 .coronia-project-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.projects-style-1 .coronia-project-thumbnail-wrapper img{
    border-radius: 10px;
    width: 100%;
}
.projects-style-1 .coronia-project-content-cover{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.projects-style-1 .coronia-project-content-cover .coronia-project-content-inner{
    position: relative;
    height: 100%;
    z-index: 9;
}
.projects-style-1 .coronia-project-content-cover .coronia-project-content-inner:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
}
.projects-style-1 .coronia-project-content-inner .coronia-project-action-icons a{
        position: absolute;
    left: 0px;
    top: -49px;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    color: #fff;
    z-index: 99999;
    visibility: hidden;
    display: inline-block;
    text-align: center;
    opacity: 0;
}
.projects-style-1 .coronia-project-content-inner .coronia-project-action-icons a i{
	font-size: 13px;
}
.projects-style-1 .coronia-project-content-inner:hover .coronia-project-action-icons a{
    visibility: visible;
    opacity: 1;
    right: 15px;
}
.projects-style-1 .coronia-project-content-inner .coronia-project-title{
    position: absolute;
    left: 30px;
    bottom: 0px;
    z-index: 2;
    visibility: visible;
    opacity: 0;
	left: 0;
    width: 90%;
    background-color: #000;
}
.projects-style-1 .coronia-project-content-inner:hover .coronia-project-title{
    visibility: visible;
    opacity: 1;
    bottom: 0;
	border-radius: 0 8px 0 0;
}
.projects-style-1 .coronia-project-content-inner .coronia-project-title h3{
	font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}
.projects-style-1 .coronia-project-content-inner .coronia-project-title .coronia-project-category{
	font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.projects-style-1 .coronia-project-content-inner:hover{
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}
.projects-style-1 .coronia-project-title-inner {
    position: relative;
	margin: 30px;
}
/* Projects Style 2 */

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


/*.projects-style-2 .coronia-project-content-inner .coronia-project-action-icons a {
    -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;
}
.projects-style-2 .coronia-project-slide{
    position: relative;
    z-index: 1;
}
.projects-style-2 .coronia-project-image-container{
    position: relative;
    transition: 0.6s ease-in-out;
    overflow: hidden;
}
.projects-style-2 .coronia-project-image-container img{
    border-radius: 10px;
}
.projects-style-2 .coronia-project-content-cover{
    padding: 20px 50px 20px 50px;
    background-color: #fff;
}
.projects-style-2 .coronia-project-content-cover{
    padding: 20px;
    z-index: 3;
    transition: 0.35s ease-out;
    width: calc(100% - 200px);
    background: #ffffff;
    border-radius: 10px;
    margin-left: 98px;
    margin-right: 97px;
    position: absolute;
    bottom: -70px;
    opacity: 1;
    visibility: visible;
    box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
}*/

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

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

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

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

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

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

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

/* Testimonials Style 2 */
.testimonials-style-2 .coronia-testimonial-image-container,
.testimonials-style-2 .coronia-testimonial-image-container img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin-right: 30px;
}
.testimonials-style-2 .coronia-testimonial-content-cover {
    position: relative;
}
.testimonials-style-2 .coronia-testimonial-content p {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}
.testimonials-style-2 .coronia-testimonial-rating {
    margin-top: 7px;
}
.testimonials-style-2 .coronia-testimonial-content{
    margin-top: 30px;
}
.testimonials-style-2 .testimonial-title {
	font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.testimonials-style-2 .coronia-testimonials-title .testimonial-designation{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}
.testimonials-style-2 .owl-dots {
    position: absolute;
    right: 0;
    bottom: 17px;
}
.testimonials-style-2 .owl-dots .owl-dot {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    outline: none;
    display: inherit;
    margin: 4px 0;
}
.testimonials-style-2 .owl-dots .owl-dot.active {
    background: #fd972e;
}
.testimonials-style-2 .owl-nav {
    text-align: right;
	position: relative;
	margin-top: 30px;
}
.testimonials-style-2 .owl-nav button i {
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 10px 15px;
}
.testimonials-style-2 button.owl-prev {
    margin-right: 25px;
}
/* Testimonials Style 3 */
.testimonials-style-3 .coronia-testimonial-image-container,
.testimonials-style-3 .coronia-testimonial-image-container img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin-right: 30px;
}
.testimonials-style-3 .coronia-testimonial-content-cover {
    position: relative;
}
.testimonials-style-3 .coronia-testimonial-slide {
    margin-bottom: 35px;
    position: relative;
    padding: 40px 25px 15px 25px;
    border-radius: 8px;
    box-shadow: 0px 5px 35px 0px rgba(27, 68, 163, 0.04);
    background-color: #fff;
    border-bottom: 3px solid #000;
}
.testimonials-style-3 .coronia-testimonial-content p {
    font-size: 18px;
    line-height: 32px;
}
.testimonials-style-3 .coronia-testimonial-rating {
    margin-top: 7px;
}
.testimonials-style-3 .coronia-testimonial-content{
    margin-top: 30px;
}
.testimonials-style-3 .testimonial-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.testimonials-style-3 .coronia-testimonials-title .testimonial-designation{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}
.testimonials-style-3 .owl-dots {
    position: absolute;
    right: 0;
    bottom: 17px;
}
.testimonials-style-3 .owl-dots .owl-dot {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    outline: none;
    display: inherit;
    margin: 4px 0;
}
.testimonials-style-3 .owl-dots .owl-dot.active {
    background: #fd972e;
}
.testimonials-style-3 .owl-nav {
    text-align: right;
    position: relative;
    margin-top: 30px;
}
.testimonials-style-3 .owl-nav button i {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 10px 15px;
}
.testimonials-style-3 button.owl-prev {
    margin-right: 25px;
}
/*******************************************************
    timetile style 1
*******************************************************/
.timeline-style-1 .coronia-timeline-wrapper {
    position: relative;
    border-radius: 10px;
    padding: 50px 30px 20px 30px;
}
.timeline-style-1 .coronia-timeline-wrapper:before{
	position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.10);
    width: 100px;
    height: 100px;
    content: "";
}
.thsb-icon-wrapper .elementor-icon-wrapper{
    position: relative;
}
.thsb-icon-wrapper .elementor-icon-wrapper:before{
	position: absolute;
    top: -40px;
    right: -42px;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.10);
    width: 100px;
    height: 100px;
    content: "";
}



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

/* accordion*/
.elementor-accordion .elementor-accordion-item {
    margin: 15px 0;
}
.elementor-element .elementor-accordion-title {
    color: #000 !important;
}
.elementor-element  .elementor-active .elementor-accordion-title {
    color: #FFFFFF  !important;
}