
/*******************************************************
	Blog Widget
*******************************************************/
/* blog style 1 */

.blog-style-1 .themegala-post-meta .post-comment{
    position: relative;
}
.blog-style-1 .themegala-post-meta-inner {
    justify-content: space-between;
    display: flex;
}
.blog-style-1 .themegala-post-wrapper .themegala-post-title-wrap h3{
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 18px;
    margin: 0 0 15px;
    border-bottom: 1px solid #dce3de;
}
.blog-style-1 .themegala-post-wrapper .read-more-link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 30px 0 0 0px
}
.blog-style-1 .themegala-post-wrapper .read-more-link::before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    top: -18px;
    right: -30px;
}
.blog-style-1 .themegala-post-wrapper .read-more-link::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -30px;
    left: -18px;
}
.blog-style-1 .themegala-post-wrapper .read-more-link a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    border-radius: 50%;
    display: block;
    background: #fff;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    rotate: -45deg;
}
.blog-style-1 .themegala-post-wrapper:hover .read-more-link a {
    color: #fff;
}
.blog-style-1 .themegala-post-desc p {
    margin-bottom: 0;
}
.blog-style-1 .themegala-post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}
.blog-style-1 .themegala-post-content-area {
    padding: 25px 20px 0;
}
.blog-style-1 .themegala-post-thumbnail-wrapper .themegala-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: 20px 20px 0 0;
}
.blog-style-1 .themegala-post-slide:hover .themegala-post-thumbnail-wrapper .themegala-post-image-container img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-style-1  .themegala-post-description p {
    margin-bottom: 15px;
}
.blog-style-1 .post-meta-item {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
}
.blog-style-1 span.coronia-project-category.entry-meta {
    font-size: 13px;
    background-color: #fff;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding: 2px 20px;
    border-radius: 50px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
}
.blog-style-1 .themegala-post-date-wrap {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.blog-style-1 .post-meta-item .themegala-post-date-inner {
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 13px;
    display: block;
    padding: 5px 13px;
    border-radius: 10px 10px 0 0;
    font-weight: 500 !important;
}
.blog-style-1 span.themegala-post-day {
    font-size: 18px;
    line-height: 18px;
}

/* blog style 2 */
.blog-style-2 .themegala-post-meta .post-comment{
    position: relative;
    margin-left: 25px;
}
.blog-style-2 .themegala-post-meta .post-comment:after{
    content: '';
    position: absolute;
    width: 5px;
    height: 1px;
    top: 50%;
    margin-top: 0px;
    left: -16px;
    background: #606060;
}
.blog-style-2 .themegala-post-wrapper .themegala-post-title-wrap h3{
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 15px;
}
.blog-style-2 .themegala-post-wrapper .read-more-link a{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-style-2 .themegala-post-wrapper .read-more-link i{
    margin-left: 4px;
}
.blog-style-2 .themegala-post-desc p {
    margin-bottom: 0;
}
.blog-style-2 .themegala-post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.blog-style-2 .themegala-post-content-area {
    padding-top: 10px;
}
.blog-style-2 .themegala-post-thumbnail-wrapper .themegala-post-image-container img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-style-2 .themegala-post-slide:hover .themegala-post-thumbnail-wrapper .themegala-post-image-container img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-style-2  .themegala-post-description p {
    margin-bottom: 15px;
}
.blog-style-2 .post-meta-item {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    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 .themegala-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 .themegala-post-date .themegala-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.themegala-post-day {
    font-family: viga;
    font-size: 20px;
    font-weight: 400;
}
/* blog style 3 */

.blog-style-3 .themegala-post-wrapper {
    position: relative;
}
.blog-style-3 .themegala-post-image-container{
    position: relative;
}
.blog-style-3 .themegala-post-meta .post-author,
.blog-style-3 .themegala-post-meta .themegala-post-date{
    display: inline-block;
}
.blog-style-3 .themegala-post-slide .themegala-post-meta .themegala-post-meta-inner{
    position: relative;
    display: inline-block;
}
.blog-style-3 .themegala-post-content-area {
    padding-top: 11px;
}
.blog-style-3 .themegala-post-meta .themegala-post-meta-inner .post-author a{
    position: relative;
    padding-right: 15px;
    color: #606060;
}
.blog-style-3 .themegala-post-meta .themegala-post-meta-inner .post-author i, 
.blog-style-3 .themegala-post-meta .themegala-post-meta-inner .themegala-post-date i{
    padding-right: 5px;
}
.blog-style-3 .post-meta-item.themegala-post-date {
    padding-right: 40px;
    position: relative;
} 
.blog-style-3 .post-meta-item.themegala-post-date:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 1.5px;
    right: 15px;
    top: 50%;
    background-color: #606060;
} 
.blog-style-3 span.themegala-post-category {
    position: relative;
}
.blog-style-3 span.themegala-post-category {
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
.blog-style-3 .themegala-post-wrapper .themegala-post-title-wrap h3{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.blog-style-3 .themegala-post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.blog-style-3 .themegala-post-thumbnail-wrapper .themegala-post-image-container img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-style-3 .themegala-post-slide:hover .themegala-post-thumbnail-wrapper .themegala-post-image-container img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-style-3 .post-meta-item {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
}
.blog-style-3 .themegala-post-meta {
    margin-top: 4px;
}

/* blog Style 4 */
.blog-style-4.blog-layout-grid .themegala-ele:nth-child(odd)  {
    padding-right: 40px;
}
.blog-style-4.blog-layout-grid .themegala-ele:nth-child(even)  {
    padding-left: 40px;
}
.blog-style-4 .themegala-post-post-thumbnail-wrapper img {
    width: 100px;
    border-radius: 10px;
    height: 100px;
}
.blog-style-4 .themegala-post-slide h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 17px;
    margin-bottom: 0;
}
.blog-style-4 .read-more-link1 {
    transition: all .4s;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.blog-style-4 .read-more-link1 a i::before {
    transform: rotate(-45deg); 
    MARGIN: 0;
}
.blog-style-4  .themegala-post-slide {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.blog-style-4 .themegala-post-post-wrapper {
    position: relative;
}
.blog-style-4 .read-more-link1 a {
    font-weight: 600;
    font-size: 37px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--themegala-quaternary-color);
    -webkit-transition: all 4s ease-in-out;
    transition: all .4s ease-in-out;
}
.blog-style-4 .themegala-post-post-wrapper:hover .read-more-link1 i {
    -webkit-text-fill-color: var(--themegala-primary-color);
    -webkit-text-stroke: 1px var(--themegala-primary-color);
}
.blog-style-4 .themegala-post-content-cover {
    padding-left: 30px;
}
.blog-style-4 .post-meta-item.themegala-post-category {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding: 8.5px 20px;
    border-radius: 50px;
    margin-right: 17PX;
    background-color: #fff;
}
.blog-style-4 .post-comment span,
.blog-style-4 span.themegala-post-date-inner {
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-style-4 .post-comment span {
    position: relative;
    margin-left: 36px;
}
.blog-style-4 .post-comment span::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    margin-top: -3px;

}
.blog-style-4 span.themegala-post-date-inner i {
    padding-right: 7px;
}
.blog-style-4 .themegala-post-post-wrapper:hover .read-more-link a {
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke: inherit;
    -webkit-transition: all 4s ease-in-out;
    transition: all .4s ease-in-out;
}
.blog-style-4 .themegala-ele:last-child .themegala-post-slide,
.blog-style-4 .themegala-ele:nth-last-child(2) .themegala-post-slide {
    border-bottom: none;
}
/*******************************************************
	Client Widget
*******************************************************/

/* Client Style 1 */
.client-style-1 .client-item{
    text-align: center;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.client-style-1 .client-item:last-child{
    border-right: none;
}
.client-style-1.client-layout-grid .client-item{
    padding: 60px 0;
    border-left: 0px;
    float: left;
}
.client-style-1.client-layout-grid.column-6 .client-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.client-style-1.client-layout-grid .themegala-clients-grid-wrapper {
    display: flex;
    width: 100%;
}
.client-style-1 .client-item img {
    display: inline;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    filter: grayscale(100%);
}
.client-style-1 .client-item img:hover {
    filter: inherit;
}
.client-style-1.client-layout-slider .client-item {
    padding-top: 120px;
}
/* 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 .themegala-counter-wrapper{
	position: relative;
}
.counter-style-1 .themegala-counter-icon,
.services-style-4 .themegala-service-icon{
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.counter-style-1:hover .themegala-counter-icon{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.counter-style-1 .themegala-counter-number:before {
    position: absolute;
    right: -85px;
    top: 50%;
    content: "+";
    font-size: 140px;
    line-height: 0;
    font-weight: 700;
}
.counter-style-1 .themegala-counter-number {
    font-size: 140px;
    line-height: 120px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
.counter-style-1 .themegala-counter-icon {
    font-size: 55px;
    line-height: 65px;
    display: inline-block;
}
.counter-style-1 .themegala-counter-content {
    display: block;
    align-items: flex-end;
}
.counter-style-1 .themegala-counter-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    margin-top: 15px;
}
/*! Counter Style 2 */
.counter-style-2 .themegala-counter-wrapper{
    position: relative;
}
.counter-style-2 .themegala-counter-number:before {
    position: absolute;
    right: -35px;
    top: 11px;
    content: "+";
    font-size: 50px;
    line-height: 25px;
}
.counter-style-2 .themegala-counter-number {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    display: inline-block;
}
.cd-bg-color-primary .counter-style-2 .themegala-counter-number:before,
.cd-bg-color-primary .counter-style-2 .themegala-counter-number,
.cd-bg-color-secondary .counter-style-2 .themegala-counter-number:before,
.cd-bg-color-secondary .counter-style-2 .themegala-counter-number {
    color: #fff;
}
.counter-style-2 .themegala-counter-icon {
    font-size: 26px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    margin-top: 5px;
}
.counter-style-2 .themegala-counter-content {
    display: block;
}
.counter-style-2 .themegala-counter-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    color: #fff !important;
    padding-left: 0;
    letter-spacing: 1px;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #ffffff9e;
}
/*! Counter Style 3 */
.counter-style-3 .themegala-counter-wrapper{
	position: relative;
}
.counter-style-3 .themegala-counter-icon,
.services-style-4 .themegala-service-icon{
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.counter-style-3:hover .themegala-counter-icon{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.counter-style-3 .themegala-counter-number:before {
    position: absolute;
    right: -25px;
    top: 50%;
    content: "+";
    font-size: 50px;
    line-height: 0;
}
.counter-style-3 .themegala-counter-number {
    font-size: 50px;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
.counter-style-3 .themegala-counter-icon {
    font-size: 55px;
    line-height: 65px;
    display: inline-block;
}
.counter-style-3 .themegala-counter-content {
    display: block;
    align-items: flex-end;
}
.counter-style-3 .themegala-counter-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 20px;
    position: relative;
    font-weight: 500;
}
.counter-style-3-second .themegala-counter-content {
    background: #f5f5f5;
    border-radius: 25px 0 0 0;
    padding: 28px 50px 25px;
}
.counter-style-3-second .themegala-counter-content::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 25px;
    bottom: -15px;
    left: -50px;
    rotate: 90deg;
    box-shadow: inset -30px 30px 0 0 #f5f5f5;

}
.counter-style-3-second .themegala-counter-content::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 25px;
    top: -50px;
    rotate: 90deg;
    right: -30px;
    z-index: -1;
    box-shadow: inset -30px 30px 0 0 #f5f5f5;
}
/*! Counter Style 4 */
.counter-style-4{
    text-align: center;
    color: #fff;
}
.counter-style-4 .themegala-counter-number {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: #fff;
}
.counter-style-4 .themegala-counter-number:before{
    content: "+";
    position: absolute;
    top: -30px;
    right: -18px;
    font-size: 30px;
}
.counter-style-4 .themegala-counter-title{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}
/*! Counter Style 5 */
.counter-style-5 .themegala-counter-number {
    position: relative;
    font-size: 50px;
    line-height: 58px;
    color: #fff;
    display: inline-block;
    margin: 0;
}
.counter-style-5 .themegala-counter-title{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}
.counter-style-5 .themegala-counter-content {
   margin-left: 15px;
}
.counter-style-5 .themegala-counter-icon {
    font-size: 60px;
    color: #fff
}
.counter-style-5 .themegala-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.freshter-light-space {
	margin-bottom: 30px;
}
.about-heading-title .themegala_custom_heading_wrapper .themegala-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;
}
.themegala_custom_heading_wrapper .themegala-heading-subtitle-wrapper .heading-subtitle {
    margin-bottom: 20px;
    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;
} 
.themegala-heading-color .heading-subtitle:before,
.themegala-heading-color .themegala-list-wrapper p.themegala-list-info a,
.themegala-heading-color .custom-heading-style-1 .heading-title,
.themegala-heading-color .custom-heading-style-1 .heading-subtitle {
    color: #fff !important;
}
.themegala-heading-color .themegala-list-wrapper ul li {
    margin-bottom: 20px;
}
.custom-heading-style-1 .themegala-heading-subtitle-wrapper .heading-subtitle {
    background: #fff;
    padding: 10px 22px 10px 22px;
    border-radius: 50px;
    text-transform: uppercase;
}

/*******************************************************
    Custom Heading style2
*******************************************************/
.custom-heading-style-2 {
    margin-bottom: 20px;
}
.custom-heading-style-2.freshter-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 .themegala-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.freshter-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;
}
.themegala_custom_heading_wrapper.custom-heading-style-3 .themegala-heading-title-wrapper .heading-title {
    color: #fff;
    line-height: 68px;
    font-size: 58px;
    margin: 0;
}
.themegala_custom_heading_wrapper.custom-heading-style-3 .themegala-heading-subtitle-wrapper .heading-subtitle {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    padding:0;
}
.custom-heading-style-3 .themegala-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 .themegala-infobox-icon i{
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
}
.infobox-style-1 .themegala-infobox-icon {
    z-index: 2;
}
.infobox-style-1 .themegala-infobox-wrapper {
	position: relative;
    overflow: hidden;
    text-align: left;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.infobox-style-1:hover .themegala-infobox-wrapper {
    transform: translateY(-5px);
}
.infobox-style-1 span.themegala-infobox-step {
    position: absolute;
    right: 0px;
    font-weight: 700;
    font-size: 70px;
    line-height: 65px;
    color: transparent;
    -webkit-text-stroke: 1px #e5e5e5;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.infobox-style-1:hover span.themegala-infobox-step {
    -webkit-text-stroke:transparent
}
.infobox-style-1 .themegala-infobox-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.cd-bg-color-secondary .infobox-style-1 .themegala-infobox-text,
.cd-bg-color-secondary .infobox-style-1 .themegala-infobox-title,
.cd-bg-color-primary .infobox-style-1 .themegala-infobox-text,
.cd-bg-color-primary .infobox-style-1 .themegala-infobox-title {
    color: #fff;
}
.infobox-style-1 .themegala-infobox-more-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: 28px;
    font-size: 12px;
    transform: rotate(-45deg);
}
.cd-bg-color-secondary .infobox-style-1 .themegala-infobox-more-icon a,
.cd-bg-color-primary .infobox-style-1 .themegala-infobox-more-icon a {
    background: #fff;
}
.cd-bg-color-secondary .infobox-style-1:hover .themegala-infobox-more-icon a,
.cd-bg-color-primary .infobox-style-1:hover .themegala-infobox-more-icon a {
    color: #fff;
}
/*! Infobox Style 2 */
.infobox-style-2 .themegala-infobox-icon i {
    z-index: 2;
    text-align: center;
    display: inline-block;
    background: #fff;
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 65px;
    border-radius: 50%;
}
.infobox-style-2 .themegala-infobox-icon {
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0px;
    width: 80px;
    height: 80px;
    padding: 10px 0 0 10px;
    border-radius: 0 0 0 30px;
}
.infobox-style-2 .themegala-infobox-icon:before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    top: -30px;
    left: -34px;
    z-index: -1;
}
.cd-bg-color-secondary .infobox-style-2 .themegala-infobox-icon:before {
    box-shadow: inset -30px 30px 0 0 var(--themegala-secondary-color);
}
.infobox-style-2 .themegala-infobox-icon:after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -34px;
    right: -30px;
    z-index: -1;
}
.cd-bg-color-secondary .infobox-style-2 .themegala-infobox-icon:after {
    box-shadow: inset -30px 30px 0 0 var(--themegala-secondary-color);
}
.infobox-style-2 .themegala-infobox-wrapper {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 40px 40px 40px;
    background: #fff;
    border-radius: 20px;
}
.cd-bg-color-secondary .infobox-style-2 .themegala-infobox-icon {
    background-color: var(--themegala-secondary-color);
}
.single-post .infobox-style-2 .themegala-infobox-wrapper {
    padding: 52px 40px 52px;
}
.infobox-style-2 span.themegala-infobox-step {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 28px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.infobox-style-2:hover span.themegala-infobox-step {
    -webkit-text-stroke:transparent
}
.infobox-style-2 .themegala-infobox-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 45px;
    margin-bottom: 10px;
}
.infobox-style-2-first span.themegala-infobox-step {
    font-size: 20px;
}
/*! Infobox Style 3 */
.infobox-style-3 .themegala-infobox-icon i{
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
}
.infobox-style-3 .themegala-infobox-icon {
    z-index: 2;
}
.infobox-style-3 .themegala-infobox-wrapper {
	position: relative;
    overflow: hidden;
    text-align: left;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.infobox-style-3:hover .themegala-infobox-wrapper {
    transform: translateY(-5px);
}
.infobox-style-3 span.themegala-infobox-step {
    position: absolute;
    right: 0px;
    font-weight: 700;
    font-size: 80px;
    line-height: 75px;
    color: transparent;
    -webkit-text-stroke: 1px #e5e5e5;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.infobox-style-3:hover span.themegala-infobox-step {
    -webkit-text-stroke:transparent
}
.infobox-style-3 .themegala-infobox-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.infobox-style-3 .themegala-infobox-title span {
    font-size: 15px;
    text-decoration: underline;
}
.cd-bg-color-primary .infobox-style-3 .themegala-infobox-icon i,
.cd-bg-color-primary .infobox-style-3 .themegala-infobox-text,
.cd-bg-color-primary .infobox-style-3 .themegala-infobox-title {
    color: #fff;
}
/*! Infobox Style 4 */
.infobox-style-4{
    position: relative;
}
.themegala-contact-infobox .infobox-style-4 .themegala-infobox-content .themegala-infobox-text {
    color: #595959;
}
.infobox-style-4 .themegala-infobox-icon{
    text-align: center;
    font-size: 35PX;
    line-height: 74PX;
    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;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.infobox-style-4.icon-type-number .themegala-infobox-icon {
    width: 80px;
    height: 80px;
    line-height: 84PX;
    font-size: 20px;
}
.cd-bg-color-tertiary .infobox-style-4.icon-type-number .themegala-infobox-icon {
    color: #fff;
    background-color: var(--themegala-secondary-color);
    position: relative;
}
.cd-bg-color-tertiary .infobox-style-4 .themegala-infobox-icon {
    background-color: #fff;
}
.infobox-style-4:hover .themegala-infobox-icon{
    transform: translateY(-5px);
}
.cd-bg-color-primary .infobox-style-4 .themegala-infobox-text,
.cd-bg-color-primary .infobox-style-4 .themegala-infobox-title {
    color: #fff;
}
.infobox-style-4 .themegala-infobox-title{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 1px;
}
.infobox-style-4 .themegala-infobox-title span {
    color: var(--themegala-primary-color);
}
.infobox-style-4 .themegala-infobox-text {
    padding: 10px 0 0px;
}
.infobox-style-4 .themegala-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-4-after .infobox-style-4::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 120%;
    background-color: #dae0dc;
    top: 40px;
    left: 39px;
}
.infobox-style-4-new .infobox-style-4.icon-type-number .themegala-infobox-icon {
    width: 80px;
    height: 80px;
    line-height: 80PX;
    font-size: 18px;
    background-color: #fff;
}
.single-project .infobox-style-4 .themegala-infobox-icon {
    font-size: 50PX;
    line-height: 55PX;
}
/*! Infobox Style 5 */

.infobox-style-5 {
    position: relative;
    text-align: center;
}
.cd-bg-color-primary .infobox-style-5 .themegala-infobox-text,
.cd-bg-color-primary .infobox-style-5 .themegala-infobox-title {
    color: #fff;
}
.infobox-style-5 .themegala-infobox-wrapper i {
   font-size: 60px;
}
.infobox-style-5 .themegala-infobox-title {
    margin-top: 13px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 7px;
}
.themegala-infobox-custom .infobox-style-5 .themegala-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
.infobox-style-5 .themegala-list-wrapper ul li {
    margin-bottom: 5px;
}
.infobox-style-5.active .themegala-list-wrapper ul {
    height: 110px;
    visibility: visible;
}
.infobox-style-5 span.icon-number {
    font-size: 150px;
    line-height: 150px;
    position: absolute;
    top: -10px;
    left: 160px;
    font-weight: 700;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgb(44 53 99 / 18%);
}

/*! Infobox Style 6 */
.infobox-style-6 {
    position: relative;
}
.infobox-style-6 .themegala-infobox-content .themegala-infobox-text {
    font-size: 17px;
    line-height: 28px;
}
.infobox-style-6 .themegala-infobox-icon{
    font-size: 24PX;
    min-width: 60px;
    height: 60px;
    line-height: 68PX;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    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: #000;
    margin-right: 15px;
}
.infobox-style-6 .themegala-infobox-wrapper.d-flex {
    align-items: center;
}
.infobox-style-6 .themegala-infobox-title{
	font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-right: 55px;
}
.infobox-style-6 .themegala-infobox-text {
    padding: 0 60px 0px 0;
}
.infobox-style-6-two .infobox-style-6 .themegala-infobox-text {
    padding: 0 50px 0px 0;
}
.infobox-style-6 .themegala-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-6 .themegala-infobox-more-icon a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    right: -5px;
    transform: rotate(-45deg);
    display: block;
    font-size: 13px;
}
.infobox-style-6 .themegala-infobox-more-icon a:hover {
    color: #fff;
}
/*******************************************************
	Infobox style-7
*******************************************************/
.infobox-style-7 {
    text-align: center;
}
.infobox-style-7 .themegala-infobox-wrapper {
    position: relative;
}
.infobox-style-7 .themegala-infobox-content {
    color: #fff;
}
.infobox-style-7 h3.themegala-infobox-title {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 36px;
    margin: 20px 0 10px;
}
.infobox-style-7 .themegala-infobox-button {
    margin-top: 40px;
    font-size: 15px;
    text-transform: capitalize;
}
.infobox-style-7 .themegala-infobox-button a {
	position: relative;
    display: inline-block;
}
.infobox-style-7 .themegala-infobox-button a {
	position: relative;
}
.infobox-style-7 .themegala-infobox-img img {
	border-radius: 15px;
}
.infobox-style-7 .themegala-infobox-icon {
    display: inline-block;
    position: relative;
}
.infobox-style-7 .themegala-infobox-icon:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
    background-color: rgb(255 255 255 / 10%);
    transform: rotate(50deg);
}
.infobox-style-7 .themegala-infobox-icon:before {
    content: '\f11f';
    font-family: flaticon !important;
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    top: -12px;
    right: -75px;
}

.infobox-style-7 .themegala-infobox-icon i {
    font-size: 60px;
    line-height: 60px;
}
.infobox-style-7 .themegala-infobox-title span {
    padding-right: 10px;
    font-weight: 700;
}
.infobox-title-darkcolor .counter-style-2 .themegala-counter-icon {
    color: #1d2150;
}
.themegala-infobox-7-second .infobox-style-7 h3.themegala-infobox-title {
    color: #1d2150;
}
.themegala-infobox-7-second .infobox-style-7 .themegala-infobox-content {
    color: #666;
}
.themegala-infobox-7-second  .infobox-style-7 .themegala-infobox-icon:after {
    background-color: rgb(183 183 183 / 10%);
}

/*! Infobox Style 8 */
.infobox-style-8 {
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.infobox-style-8:hover {
    transform: translateY(-8px);
}
.infobox-style-8 .themegala-infobox-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.infobox-style-8 .themegala-infobox-content .themegala-infobox-text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.infobox-style-8 .themegala-infobox-content{
    width: 100%;
}
.infobox-style-8 .themegala-infobox-wrapper {
    background: #fff;
    padding: 30px;
    margin-top: -55px;
    border-radius: 20px;
    z-index: 1111;
    position: relative;
}
.infobox-style-8 .themegala-infobox-img,
.infobox-style-8 .themegala-infobox-icon i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 59px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.infobox-style-8:hover .themegala-infobox-icon i {
    color: #fff;
}
.infobox-style-8 .themegala-infobox-img {
    line-height: 45px;
}
.themegala-infobox-img-second img {
    border-radius: 20px;
    z-index: 0;
    position: relative;
}
/*! Infobox Style 9 */
.infobox-style-9 {
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.infobox-style-9:hover {
    transform: translateY(-8px);
}
.infobox-style-9 .themegala-infobox-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.infobox-style-9 .themegala-infobox-content .themegala-infobox-text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.infobox-style-9 .themegala-infobox-content{
    width: 100%;
}
.infobox-style-9 .themegala-infobox-wrapper {
    background: #fff;
    padding: 30px;
    margin-top: -55px;
    border-radius: 20px;
    z-index: 1111;
    position: relative;
}
.infobox-style-9 .themegala-infobox-img,
.infobox-style-9 .themegala-infobox-icon i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 59px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.infobox-style-9:hover .themegala-infobox-icon i {
    color: #fff;
}
.infobox-style-9 .themegala-infobox-img {
    line-height: 45px;
}
.themegala-infobox-img-second img {
    border-radius: 20px;
    z-index: 0;
    position: relative;
}
/*! Infobox Style 10 */
.infobox-style-10{
    position: relative;
    overflow: hidden;
}

.infobox-style-10 .themegala-infobox-icon {
    font-size: 30px;
    line-height: 50px;
    display: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.infobox-style-10 .themegala-infobox-wrapper {
    padding: 50px 180px 55px 60px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.infobox-style-10 .themegala-infobox-title{
    font-size: 34px;
    line-height: 42px;
    text-transform: capitalize;
    color: #fff;
    padding-top: 2px;
}
.infobox-style-10 .themegala-infobox-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.infobox-style-10-second .infobox-style-10 .themegala-infobox-text {
    color: #000;
}
.infobox-style-10 .themegala-infobox-button {
    display: inline-block;
    font-size: 20px;
    margin-top: 20px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: absolute;
    color: #fff;
    bottom: 54px;
}
.infobox-style-10 .themegala-infobox-button a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.infobox-style-10 .themegala-infobox-button i {
    padding-left: 10px;
}
.infobox-style-10 .themegala-infobox-inner{
    position: relative;
    z-index: 2;
}
.infobox-style-10 .themegala-infobox-sharp-image {
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
	position: absolute;
	right: 40px;
	top: 110px;
	opacity:0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.infobox-style-10 .themegala-infobox-sharp-image h3.themegala-infobox-title {
	font-size: 200px;
    line-height: 200px;
    text-transform: uppercase;
    font-weight: 800;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.themegala-custom-icon .elementor-icon-wrapper {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px !important;
    border-radius: 50%;
    padding: 10px;
}
.themegala-custom-icon .elementor-icon i {
    width: 80px;
    line-height: 80px;
    height: 80px;;
    text-align: center !important;
    border-radius: 50%;
    background: #ffffff1c;
    /* display: inherit; */
}
.themegala-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;
}
.themegala-new-infobox .elementor-column:first-child .themegala-infobox-wrapper {
    border-radius: 6px 0 0 0;
}
.themegala-new-infobox .elementor-column:last-child .themegala-infobox-wrapper {
    border-radius: 0 6px 0 0;
}
.themegala-infobox-custom .infobox-style-14 .themegala-infobox-title {
    font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
/*******************************************************
	List Heading
*******************************************************/

.themegala-list-wrapper .list-item a {
    font-size: 17px;
    line-height: 28px;
    padding-left: 0px;
    position: relative;
}
.themegala-list-wrapper-style-home3 .themegala-list-wrapper .list-item a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400 !important;
}
.themegala-list-wrapper-style-home3 .themegala-list-wrapper ul li i {
    margin-right: 10px;
}
.themegala-list-wrapper-style-home3 .themegala-list-wrapper ul li {
    margin-bottom: 5px;
}
.themegala-list-wrapper-style-5 .themegala-list-wrapper .list-item a {
    font-size: 17px;
    font-weight: 400 !important;
}
.themegala-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.themegala-list-wrapper-style-2 .themegala-list-wrapper .list-item a {
    padding: 0;
    font-size: 18px;
  }
.themegala-list-wrapper-style-2 .themegala-list-wrapper ul li i {
font-size: 15px;
line-height: 15px;
}
.themegala-list-wrapper-style-2  .themegala-list-wrapper .list-item a:after {
content: none;
}
.themegala-list-wrapper-style-2 .themegala-list-wrapper ul li {
margin-bottom:  15px;
}
.themegala-list-wrapper-style-3.themegala-list-wrapper-style-2 .themegala-list-wrapper ul li {
    margin-bottom: 0;
    padding: 17px 20px;
    border-bottom: 1px solid #e5e5e5;
}
.themegala-list-wrapper-style-4 .themegala-list-wrapper .list-item a {
    font-weight: 400 !important;
}
.themegala-list-wrapper-style-4 .themegala-list-wrapper ul li i {
    font-size: 26px;
    margin-right: 15px;
    margin-top: 10px;
}
.themegala-list-wrapper-style-4 .themegala-list-wrapper ul li {
    margin-bottom: 17px;
}
.themegala-list-wrapper-white.themegala_list_wrapper-style2 .themegala-list-wrapper .list-item i {
    background-color: #fff;
}
.themegala-list-wrapper-style-3 .themegala-list-wrapper .list-item a {
    font-size: 20px;
}
.themegala-list-wrapper-style-4 .themegala-list-wrapper .list-item a {
    font-size: 17px;
    color: #6a6e78;
}
.themegala-list-wrapper-style-3 .themegala-list-wrapper ul li {
    margin-bottom: 7px;
}
.themegala-list-wrapper-style-team.themegala-list-wrapper-style-4 .themegala-list-wrapper ul li i {
    font-size: 18px;
    margin-right: 10px;
}
.themegala-list-wrapper-style-team.themegala-list-wrapper-style-4 .themegala-list-wrapper ul li {
    margin-bottom: 5px;
}
.themegala-list-round-arrow .themegala-list-wrapper .list-item a:after {
display: none;
}
.themegala-list-round-arrow .themegala-list-wrapper .list-item a {
    padding-left: 20px
}
.themegala-list-round-arrow .themegala-list-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 50%;
    margin: 0;
}
.themegala-list-round-arrow .themegala-list-wrapper ul li {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.single-post .themegala-list-wrapper {
   position: relative;
}
.single-post .themegala-infobox-content-wrapper {
    padding-left: 65px;
}
.themegala-list-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.themegala-list-wrapper ul li i {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    margin-right: 15px;
    text-align: center;
}
.themegala-list-wrapper ul li p {
    padding: 0;
    margin: 0;
}
.themegala_list_wrapper-style2 .themegala-list-wrapper .list-item i {
    color: #1d2150;
}
.themegala_list_wrapper-style2 .themegala-list-wrapper ul li i {
    vertical-align: middle;
    font-size: 10px;
    width: 27px;
    line-height: 29px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    text-align: center
}
.themegala_list_wrapper-style2 .themegala-list-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
/*******************************************************
	Progress Bar Heading
*******************************************************/

/*! Progress Bar */
.progress-bar-style-1 .themegala-progress-bar-wrapper {
	margin-bottom: 25px;
}
.progress-bar-style-1 .themegala-progress-bar {
    background: #fff;
    border-radius: 50px;
}
.progress-bar-style-1 .themegala_progress_bar_wrapper .themegala-progress-bar {
	width: 100%;
    background-color: rgb(221 221 221 / 18%);
}
.progress-bar-style-1 .themegala-progress-bar-inner {
	width: 0%;
	height: 5px;
	background-color: #fff;
    position: relative;
    border-radius: 50px 0 0 50px;
}
.progress-bar-style-1 .themegala-progress-bar-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
    display: inline-block;
}
.progress-bar-style-1 .themegala-progress-bar-value {
    position: relative;
    float: right;
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    color: #2c3563;
}

/*! Progress Bar  2*/
.progress-bar-style-2 .themegala-progress-bar-wrapper {
    margin-bottom: 20px;
}
.progress-bar-style-2 .themegala_progress_bar_wrapper .themegala-progress-bar {
    width: 100%;
    background-color: rgb(221 221 221 / 18%);
}
.progress-bar-style-2 .themegala-progress-bar-inner {
    width: 0%;
    height: 5px;
    background-color: #fff;
    position: relative;
    border-radius: 8px;
}
.progress-bar-style-2 .themegala-progress-bar-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-family: 'Viga';
}
.progress-bar-style-2 .themegala-progress-bar {
    background-color: #f8f3ee;
}
.progress-bar-style-2 .themegala-progress-bar-value {
    position: relative;
    float: right;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Viga';
}
/*******************************************************
	Projects Widget
*******************************************************/

/* Projects Style 1 */
.projects-style-1 .themegala-project-thumbnail-wrapper {
    position: relative;
    padding: 25px 0 15px;
    border-bottom: 1px solid #dedede;
}
.projects-style-1.projects-layout-grid .themegala-project-slide {
    margin-bottom: 0px;
}
.projects-style-1 .themegala-project-thumbnail-wrapper img{
    width: 100%;
    height: auto;
}
.projects-style-1 .themegala-project-content-cover .themegala-project-content-inner{
    position: relative;
    height: 100%;
    z-index: 9;
}
.projects-style-1 .themegala-project-title-wrap{
    z-index: 2;
    visibility: visible;
}
.projects-style-1 .themegala-project-content-inner .themegala-project-title-wrap h3{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0;
}
.projects-style-1 .themegala-project-title-wrap .themegala-project-category{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}
.projects-style-1 .themegala-project-title-wrap .themegala-project-category:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    left: 17px;
    background: #fff;
    top: 50%;
    transform: rotate(20deg);
    border: 0 solid;
    margin-top: -8px;
}
.projects-style-1 .themegala-project-title-wrap-inner {
    position: relative;
    padding-top: 0px;
}
.projects-style-1 .themegala-project-image-container {
    position: absolute;
    Z-INDEX: 1;
    top: 50px;
    right: 12%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px) rotate(0deg) skewY(-10deg);
    transform-origin: top center;
    transition: all .45s;
}
.projects-style-1 .themegala-project-thumbnail-wrapper:hover .themegala-project-image-container {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1) rotate(-10deg);
    visibility: visible;
    Z-INDEX: 11;
}
.projects-style-1 a.themegala-project-link {
    font-size: 24px;
    transform: rotate(-45deg);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.projects-style-1 .themegala-project-thumbnail-wrapper:hover a.themegala-project-link {
    transform: rotate(0deg);
}
.projects-style-1 .themegala-project-main-title.p-2 {
    padding-left: 0 !important;
}
/* Projects Style 2 */

.projects-style-2 .themegala-project-thumbnail-wrapper{
    text-align: center;
    position: relative;
}
.projects-style-2 .themegala-project-details {
    position: absolute;
    bottom: 0;
}
.projects-style-2 .themegala-project-thumbnail-wrapper .themegala-project-image-container img{
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 30px;
}
.projects-style-2 .themegala-project-content-cover .themegala-project-title-wrap{
    text-align: left;
    padding: 25px 25px 40px 40px;
    height: 115px;
    -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;
    opacity: 0;
}
.projects-style-2 .themegala-project-slide:hover .themegala-project-title-wrap {
    opacity: 1;
}
.projects-style-2 .themegala-project-slide:hover .themegala-project-title-wrap{
    text-align: left;
    padding: 25px 25px 40px 40px;
    height: 120px;
}
.projects-style-2 .themegala-project-content-cover .themegala-project-title-wrap h3{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 5px;
}
.projects-style-2 .themegala-project-content-cover .themegala-project-title-wrap h3 a {
    color: #fff;
}
.projects-style-2 .themegala-project-content-cover .themegala-project-title-wrap h3 a:hover {
    color: var(--themegala-primary-color);
}
.projects-style-2 .themegala-project-slide {
    position: relative;
    margin-bottom: 20px;
}
.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: 1.2px; 
}
.projects-style-2 .read-more-link a i{ 
    font-size: 18px;
    padding-left: 7px;
}
.projects-style-2 .themegala-project-content-inner {
    position: relative;
    width: 100%;
}
.projects-style-2 .themegala-project-content-cover .themegala-project-title-wrap span{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    color: var(--themegala-primary-color);
}
.projects-style-2 .themegala-project-slide:hover .themegala-project-icon {
    color: #FFF;
}
.projects-style-2 .themegala-project-content-cover {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    -moz-transition: all 0.49s ease 0s;
    -ms-transition: all 0.49s ease 0s;
    -o-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.projects-style-2 .themegala-project-slide:hover .themegala-project-content-cover {
    opacity: 0.9;
}
.projects-style-2 .themegala-project-content-cover .themegala-project-content-inner .themegala-project-action-icons a i{
    position: relative;
    bottom: 30px;
    right: 24px;
    color: #7d7c7c;   
}
.projects-style-2 .themegala-project-details .themegala-project-detail {
    padding: 10px 0;
    display: block;
    text-align: left !important;
}
.projects-style-2 .themegala-project-details .themegala-project-detail:last-child {
    margin-top: 0;
}
.projects-style-2 .themegala-project-detail {
    width: 180px;
}
.projects-style-2 .themegala-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 .themegala-project-details .themegala-details-arrow a {
    position: absolute;
    right: -50px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #282727;
}
.projects-style-2 .themegala-project-details .themegala-details-arrow a:hover {
    background-color: #282727;
    color: #fff;
}
.projects-style-2 .themegala-project-slide:hover .themegala-project-details {
    opacity: 1;
}
.projects-style-2 .themegala-project-detail-title {
    padding-bottom: 0;
    font-family: 'Viga', sans-serif;
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.projects-style-2 .themegala-project-details .themegala-project-detail-value {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}
.projects-style-2 .themegala-project-slide .themegala-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 .themegala-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 .themegala-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 .themegala-project-icon a.themegala-icon-arrow { 
    font-size: 22px;
}
.projects-style-2 .themegala-project-icon a.themegala-icon-arrow {
    opacity: 0;
    left: -20px;
}
.projects-style-2 .themegala-project-slide:hover .themegala-project-icon a.themegala-icon-arrow {
    opacity: 1;
    left: 0;
    color: #FFF;
}
.projects-style-2 .themegala-project-slide:hover .themegala-project-icon a.themegala-icons {
    opacity: 0;
    left: 35px;
}
.projects-style-2 .themegala-second-row-111 > .row .col-lg-6.col-lg-6.col-md-12.col-sm-12:first-child{
    padding: 0 0 0 15px;
}
.projects-style-2 .col-lg-6.col-lg-6.col-md-12.col-sm-12.themegala-second-row-spacing{
    padding: 0 0 0 10px;
}
.projects-style-2 .themegala-second-row-111 > .row .col-lg-6.col-lg-6.col-md-12.col-sm-12 {
    padding: 0 0 0 15px;
}
.projects-style-2 .col-lg-6.col-lg-6.col-md-12.col-sm-12.themegala-first-row-spacing {
    padding: 0 10px 0 0px;
}
/* Projects Style 3 */

.projects-style-3 .themegala-project-thumbnail-wrapper {
    position: relative;
}
.projects-style-3 .themegala-project-image-container {
    overflow: hidden;
}
.projects-style-3 .themegala-project-thumbnail-wrapper img{
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.projects-style-3 .themegala-project-slide:hover .themegala-project-thumbnail-wrapper img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.projects-style-3.projects-layout-grid .themegala-project-slide {
    margin-bottom: 25px;
}
.projects-style-3 h3.themegala-project-title {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0 7px 0;
}
.projects-style-3 span.themegala-project-category {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-left: 60px;
}
.projects-style-3 span.themegala-project-category::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 50%;
}
.projects-style-3 .themegala-ele:nth-child(even) .themegala-project-slide{
    margin-top: 60px;
}
.projects-style-3 .themegala-ele{
    padding-left: 30px;
    padding-right: 30px;
}
/*******************************************************
	Services Widget
*******************************************************/

.services-layout-scroll-slider .themegala-custom-heading-wrapper {
    width: 20vw;
    flex-shrink: 0;
    padding-left: 0;
}

.services-layout-scroll-slider .themegala-service1-wrapper {
    position: relative;
    width: 100%;
    height: 72vh;
    z-index: 1;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
    transform: translate(0px, 0px);
    display: flex;
    align-items: center !important;
}

.services-layout-scroll-slider .themegala-service1-swiper-slide {
    position: relative;
    margin-left: 30px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    min-width: 375px;
}
.services-layout-scroll-slider .swiper.themegala-swiper-slider.themegala-service-wrapper {
    overflow: visible;
}
.services-layout-scroll-slider .themegala-heading-title-wrapper h3 {
    font-size: 120px;
    line-height: 130px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.services-layout-scroll-slider .themegala-heading-title-wrapper a {
    margin-left: -15px;
    font-size: 95px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.services-layout-scroll-slider .themegala-heading-title-wrapper a i::before {
    transform: rotate(45deg);
}

/*! Services Style 1 */

.services-style-1 .themegala-service-title-wrap h3{
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 32px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px;
    position: relative;
}
.services-style-1 .themegala-service-title-wrap h3 a {
    position: relative;
}
.services-style-1 .themegala-service-title-wrap h3 a:after{
    content: "\f14c";
    font-family: flaticon !important;
    position: absolute;
    bottom: 15px;
    right: -32px;
    line-height: 0;
    transform: rotate(-45deg);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    padding: 0 0 0 0;

}
.services-style-1 .themegala-service-thumbnail-wrapper img {
    border-radius: 25px;
}
.services-style-1 h3.themegala-service-title {
    font-size: 18px;
    line-height: 18px;
    padding: 13px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 0;
}
.services-style-1 span.themegala-project-category {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    background-color: #fff;
    padding: 4px 20px;
    border-radius: 10px;
    display: inline-block;
}
.services-style-1 .themegala-service-content-cover {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.services-style-1 .read-more-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 0 0 0 30px;
}
.services-style-1 .read-more-link::before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    top: -30px;
    left: -18px;
    box-shadow: inset -30px 30px 0 0 #ebf3ed;
}
.services-style-1 .read-more-link::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -24px;
    right: -19px;
    left: inherit;
    box-shadow: inset -19px 24px 0 0 #ebf3ed;
}
.services-style-1 .read-more-link a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: block;
    background: #fff;
    right: 0;
    font-size: 15px;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 0;
    rotate: -45deg;
}
.services-style-1 .read-more-link i:before  {
    font-weight: 600;
}
.services-style-1 .themegala-service-slide:hover .read-more-link a {
    color: #fff;
}
.services-style-1.services-layout-scroll-slider .row.themegala-elementor-widgets {
    display: block;
}
.services-layout-grid.services-style-1 .themegala-service-slide {
    margin-bottom: 0px;
}
.services-style-4 .owl-prev:after {
	left: 20px;
}
.services-style-4 .owl-next:after {
	right: 20px;
}
.services-style-4  button.owl-prev {
    margin-right: 0;
}
.services-style-1 .hgkangles-service-small-des {
    display: none;
}
.services-style-1 .hgkangles-main-hover-faded {
    min-height: 625px;
}
.services-style-1 .themegala-service-wrapper {
    position: relative;
}
/*! Services Style 2 */
.services-style-2.services-layout-slider .swiper-wrapper  {
    padding-bottom: 70px;
}
.services-style-2 .themegala-service-title-wrap h3{
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 32px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px;
    position: relative;
}
.services-style-2 .themegala-service-title-wrap h3 a {
    position: relative;
}
.services-style-2 .themegala-service-title-wrap h3 a:after{
    content: "\f14c";
    font-family: flaticon !important;
    position: absolute;
    bottom: 15px;
    right: -32px;
    line-height: 0;
    transform: rotate(-45deg);
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    padding: 0 0 0 0;

}
.services-style-2 .themegala-service-thumbnail-wrapper img {
    border-radius: 25px;
    position: relative;
}
.services-style-2 .themegala-service-image-container::after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 10%) 63%, #263477 95%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.services-style-2 h3.themegala-service-title {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin: 0;
}
.services-style-2 h3.themegala-service-title a {
    color: #fff;
}
.services-style-2 span.themegala-project-category {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #fff !important;
}
.services-style-2 .themegala-service-content-cover {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 220px;
}
.services-style-2 .read-more-link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 30px 0 0 0px;
}
.services-style-2 .read-more-link::before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    top: -18px;
    right: -30px;
}
.services-style-2 .read-more-link::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -30px;
    left: -18px;
}
.services-style-2 .read-more-link a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 13px;
    display: block;
    background: #fff;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    rotate: -45deg;
}
.services-style-2 .themegala-service-icon {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 58px;
    z-index: 1;
    color: #fff;
}
.services-style-2 .themegala-service-slide:hover .read-more-link a {
    color: #fff;
}
.services-style-2.services-layout-scroll-slider .row.themegala-elementor-widgets {
    display: block;
}
.elementor-element .services-style-2 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}
.services-style-3 .themegala-service-wrapper {
    text-align: center;
}
.services-style-3 .themegala-service-title-wrap h3 {
    position: relative;
    z-index: 0;
    font-size: 50px;
    line-height: 60px;
    padding-right: 180px;
    font-style: italic;
    text-transform: inherit;
    transition: 0.4s ease-in-out;
    text-underline-offset: 0.1em;
    margin-bottom: 0px;
    padding-bottom: 100px;
}
.services-style-3 .themegala-service-title-wrap h3:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    right: 55px;
    top: 32px;
    border: 0 solid;
    background-color: #2c3563;
}
.services-style-3 .themegala-service-title-wrap h3 a{ 
    position: relative;
}
.services-style-3 .row.themegala-elementor-widgets {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.services-style-3.services-layout-grid .themegala-service-slide {
    margin-bottom: 0;
}
.services-style-3 .themegala-title-data-hover .themegala-title-inner{
	transition: all 0.5s ease-in-out;	
    color: transparent;
}
.services-style-3 .themegala-title-data-hover .themegala-title-inner:visited {
    color: transparent;
}
.services-style-3 .themegala-hover-inner{
    list-style-type: none;
    padding: 40px 0 0 15px;
}

.services-style-3 .swiper-hover-slide-images {
	flex: 0 0 auto;
	width: 44.666667%;
	padding-right: 75px;
}
.services-style-3 .themegala-hover-image img {
    border-radius: 25px;
}
.services-style-3 .themegala-title-data-hover{
	font-size: 36px !important;
    line-height: 30px;
    position: relative;
    transition: transform 1s cubic-bezier(.22,.61,.36,1);
    text-shadow: 0.6px 0.6px 0 #fff, -0.6px -0.6px 0 #fff, 0.6px -0.6px 0 #fff, -0.6px 0.6px 0 #fff, 0.6px 0.6px 0 #fff;
    text-transform: uppercase;
    z-index: 0;
    margin-bottom: 70px;
    -webkit-text-fill-color: hsl(229.02deg 52.56% 30.59% / 94%);
}
.services-style-3 .themegala-title-data-hover .themegala-title-inner:visited {
    -webkit-text-fill-color: var(--themegala-secondary-color);
}
.services-style-3 .themegala-hover-inner li:nth-child(odd) .themegala-title-data-hover::after{
    content: '';
    width: 7px;
    height: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    right: 65px;
    position: absolute;
    transform: rotate(12deg);
}
.services-style-3 .themegala-hover-inner li:nth-child(odd) .themegala-title-data-hover {
    padding-right: 140px;
}
.services-style-3 .service-active .themegala-title-data-hover{
    text-shadow: none;
}
.services-style-3 .themegala-title-data-hover::before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    content: attr(data-text);
    transition: max-width .8s cubic-bezier(.22,.61,.36,1);
    text-shadow: 0px 0px 0 transparent, -0px -0px 0 transparent, 0px -0px 0 transparent, -0px 0px 0 transparent, 0px 0px 0 transparent;
    -webkit-text-fill-color: #fff;
	max-width: 0;
}
.services-style-3 .service-active .themegala-title-data-hover:before{
    max-width: 100%;
    text-shadow: 0px 0px 0 transparent, -0px -0px 0 transparent, 0px -0px 0 transparent, -0px 0px 0 transparent, 0px 0px 0 transparent;
}
.themegala-hover-inner li .read-more-link,
img.themegala-service-image-responsive {
    display: none;
}
.themegala-service-image-responsive-wrap {
    position: relative;
}
.themegala-service-image-responsive-wrap img{
    border-radius: 25px 25px 0 25px;
    margin-bottom: 17px;
}
.cd-bg-color-secondary.elementor-section .services-style-3 .read-more-link::before,
.cd-bg-color-secondary.elementor-section .services-style-3 .read-more-link:after {
    box-shadow: inset -30px -30px 0 0 #31407f;
}
.cd-bg-color-secondary.elementor-section .services-style-3  .read-more-link {
    background-color: #31407f ;
}
/*! Services Style 4 */
.services-layout-grid.services-style-4 .themegala-service-slide {
    margin-bottom: 32px;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    padding-bottom: 40px;
}
.services-style-4 .themegala-service-slide .themegala-service-wrapper .themegala-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 .themegala-service-thumbnail-wrapper {
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 35%;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);

}
.services-style-4 .service-active .themegala-service-slide .themegala-service-thumbnail-wrapper {
    opacity: 1;
}
.services-style-4 .themegala-service-icon {
    font-size: 45px;
    color: #fff;
    width: 70px;
    line-height: 75px;
    text-align: center;
    height: 75px;
    position: absolute;
    top: -55px;
    right: 0;
    z-index: 2;
}
.services-style-4 .themegala-service-wrapper .themegala-service-image-container img{
    width: 100%;
    border-radius: 0;
}
.services-style-4 .themegala-service-slide .themegala-service-wrapper .themegala-service-date i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 30%;
    left: 40%;
    right: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    font-size: 30px;
    background-color: #ffffff;
}
.services-style-4 .themegala-service-content-cover{
    position: relative;
    width: 65%;
}
.services-style-4 .themegala-service-wrapper{
    position: relative;
}
.services-style-4 .service-title a {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 0;
}
.cd-bg-color-primary .services-style-4 .read-more-link:hover a,
.cd-bg-color-secondary .services-style-4 .read-more-link:hover a,
.cd-bg-color-primary .services-style-4 .hgkangles-service-small-des,
.cd-bg-color-secondary .services-style-4 .hgkangles-service-small-des,
.cd-bg-color-secondary .services-style-4 .themegala-service-title a,
.cd-bg-color-primary .services-style-4 .themegala-service-title a{
    color: #fff;
}
.services-style-4 .service-title {
    margin-bottom: 0;
}
.services-style-4 .themegala-service-title-wrap .themegala-service-content p{
    margin: 0;
    padding: 0px 0 20px;
}
.services-style-4 .read-more-link a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.services-style-4 .read-more-link a:after {
    position: absolute;
    font-family: "themegala-base-icons";
    content: '\e826';
    font-size: 16px;
    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 .themegala-service-image-container{
    position: relative;
}
.services-style-4 .themegala-service-title {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 15px;
}
.services-style-4 .themegala-service-slide .themegala-service-image-container img{ 
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    max-width: 190px;
}
.services-style-4 .service-active .themegala-service-slide .themegala-service-image-container img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.services-style-4 .themegala-service-content {
    margin-bottom: 15px;
}
.services-style-4 .hgkangles-service-count,
.services-style-4 .themegala-service-content p{
    display: none;
}
/*! Services Style 5 */
.services-style-5 .themegala-service-slide{
    overflow:hidden;
}
.services-style-5.services-layout-slider .themegala-service-slide {
    margin-bottom: 65px
}
.services-style-5 .themegala-service-wrapper {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.services-style-5.services-layout-scroll-slider .themegala-swiper-slider.themegala-service-wrapper {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.services-style-5 .themegala-service-wrapper img {
    border-radius: 50%;
    width: 180px;
    height: auto;
}
.services-style-5 .themegala-service-content-cover {
    margin-top: 52px;
    padding-right: 50px;
}
.services-style-5 h3.themegala-service-title a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
    padding-top: 5px;
    display: block;
}
.services-style-5 h3.themegala-service-title {
    margin-bottom: 0;
    line-height: 0;
}
.services-style-5 .themegala-service-wrapper:after {
    content: '';
    position: absolute;
    counter-increment: section;
    content: "0" counter(section)'';
    font-size: 30px;
    font-weight: 700 !important;
    right: 30px;
    top: 30px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #bdbdbd;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    color: transparent;
}
.services-style-5.services-layout-scroll-slider .themegala-swiper-slider.themegala-service-wrapper::after {
    display: none;
}
.services-style-5 span.themegala-project-category {
    color: #797979;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.services-style-5 .themegala-service-title-wrap h3 {
    margin: 0;
    line-height: 28px;
    font-size: 22px;
    margin-top: 15px;
}
.services-style-5 .themegala-service-title-wrap{
    position: relative;
    text-align: left;
    z-index: 1;
}
.services-style-5 .themegala-service-content p {
    z-index: 1;
    font-size: 15px;
}
.services-style-5 .themegala-list-wrapper ul li {
    margin-bottom: 10px;
    display: flex;
}
.services-style-5 .themegala-list-wrapper ul{
    margin-bottom: 50px;
    display: block !important;
}
.themegala_services_wrappers .themegala-list-wrapper ul {
    display: none;
}
.services-style-5 .read-more-link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 30px 0 0 0px;
}
.services-style-5 .read-more-link::before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    top: -18px;
    right: -30px;
}
.services-style-5 .read-more-link::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -30px;
    left: -18px;
}
.services-style-5 .read-more-link a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 13px;
    display: block;
    background: #fff;
    right: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    rotate: -45deg;
}
.services-style-5 .themegala-service-wrapper:hover .read-more-link a{
    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;
}
.cursorIcon i.flaticon.flaticon-right-arrow {
    color: #fff;
    font-size: 70px;
    transform: rotate(-120deg);
    position: absolute;
    left: -9px;
} 
/*******************************************************
	Team Widget
*******************************************************/

/* Team Style 1 */
.team-style-1 .themegala-custom-heading-wrapper {
    width: 27.2vw;
    flex-shrink: 0;
    padding-left: 0;
    margin-top: -70px;
}

.team-style-1 .themegala-team1-wrapper {
    position: relative;
    width: 100%;
    height: 90vh;
    z-index: 1;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
    transform: translate(0px, 0px);
    display: flex;
    align-items: center !important;
}

.team-style-1 .themegala-team1-swiper-slide {
    position: relative;
    margin-left: 30px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 0;
    min-width: 380px;
}
.team-style-1 .swiper.themegala-swiper-slider.themegala-team-wrapper {
    overflow: visible;
}
.team-style-1 .themegala-teammember-image-container:before,
.team-style-1 .themegala-teammember-content-cover:before,
.team-style-1 .themegala-teammember-content-cover .themegala-teammember-social-links,
.team-style-1 .themegala-teammember-social-profiles-container:hover .themegala-teammember-social-links,
.team-style-1 .themegala-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 .themegala-heading-title-wrapper h3 {
    font-size: 180px;
    line-height: 170px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.team-style-1 .themegala-heading-title-wrapper h3 span {
    color: #fff;
}
.team-style-1 .themegala-heading-title-wrapper a {
    text-transform: uppercase;
    padding: 17px 40px;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    background-color: #000;
}
.team-style-1 .themegala-teammember-main-wrapper{
    position: relative;
}
.team-style-1 .themegala-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 .themegala-teammember-content-cover .themegala-teammember-share{
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
}
.team-style-1 .themegala-teammember-wrapper {
    position: relative;
    background: #fff;
    padding: 35px 35px 0;
    border-radius: 20px;
}
.team-style-1 .themegala-teammember-slide:hover .themegala-teammember-social-links{
    bottom: 50px;
    opacity: 1;
}
.team-style-1 h3.themegala-teammember-title {
    line-height: 32px;
    font-size: 26px;
    margin-bottom: 10px;
}
.team-style-1 .themegala-teammember-content-cover {
    position: relative;
    text-align: center;
    border-bottom: 1px solid transparent;
    background-color: #fff;
}
.team-style-1 .themegala-teammember-designation{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #6a6e78;
    letter-spacing: 1.2px;
    font-weight: 500 !important;
    margin-top: -5px;
    margin-bottom: 20px;
}
.team-style-1 .themegala-teammember-social-inner {
    clear: both;
    text-align: center;
    display: inline-block;
}
.team-style-1 .themegala-teammember-social-profiles-container{
    position: absolute;
    right: 15px;
    top: -20px;
}
.team-style-1 .themegala-teammember-wrapper:hover .themegala-teammember-content-cover:before {
    height: 100%;
}
.team-style-1  .themegala-teammember-social-profiles {
    padding: 0 0 20px 0;
    margin: 0;
}
.team-style-1 .themegala-teammember-social-profiles li {
    display: block;
    margin: 0;
    padding: 0;
}
.team-style-1 .themegala-teammember-social-profiles li a {
    display: block;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    padding: 3px 15px;
    border-radius: 50px;
    color: #6a6e78;
    background: #fff;
    position: relative;
    margin-right: 5px;
    margin-bottom: -1px;
}
.team-style-1 .themegala-teammember-social-profiles li:last-child a {
    margin-right: 0;
}
.team-style-1 .themegala-teammember-social-profiles li a:hover {
    color: #fff;
}
.team-style-1.team-layout-grid .themegala-teammember-slide,
.blog-layout-grid .themegala-post-slide,
.projects-layout-grid .themegala-project-slide {
    margin-bottom: 30px;
}
.themegala-teammember-bottom .team-style-1.team-layout-grid .themegala-teammember-slide{
    margin-bottom: 30px;
}
.services-layout-grid .themegala-service-slide {
    margin-bottom: 40px;
}
.services-layout-grid.services-style-2 .themegala-service-slide {
    margin-bottom: 0px;
}
.team-style-1 .themegala-teammember-social-profile i {
    text-transform: uppercase;
}
.team-style-1 .fa-facebook-f:before {
    content: "Facebook";
}
.team-style-1 .fa-twitter:before {
    content: "Twitter";
}
.team-style-1 .fa-google-plus-g:before{
    content: "Google Plus";
}
.team-style-1 .fa-instagram:before {
    content: "Instagram";
}

/* Team Style 2 */
.team-style-2 .themegala-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: -85px;
    left: 50%;
    width: 100%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    margin-left: -62px;
}
.team-style-2 .themegala-teammember-wrapper:hover .themegala-teammember-social-links{
    opacity: 1;
    height: 50px;
    top: -20px;
}
.team-style-2 .themegala-teammember-wrapper{
    position: relative;
    overflow: hidden;
}
.team-style-2 .themegala-teammember-wrapper img{
    border-radius: 30px;
}
.team-style-2 .themegala-teammember-content-cover {
    position: relative;
}
.team-style-2 .themegala-teammember-social-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-style-2 .themegala-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.themegala-teammember-social-profile {
    display: inline-block;
}
.team-style-2 .themegala-teammember-title-wrap{
    padding: 18px 15px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.team-style-2 .themegala-teammember-wrapper:hover .themegala-teammember-title-wrap {
    border: none;
}
.team-style-2 .themegala-teammember-social-inner {
    display: inline-block;
    text-align: center;
    border-radius: 15px 15px 0 0;
    padding: 0 15px 0 10px;
}
.team-style-2 .themegala-teammember-title-wrap h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}
.team-style-2 .themegala-teammember-title-wrap h5{
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 3px;
    transition: all .25s ease-in-out;
}
.team-style-2 .themegala-teammember-title-wrap img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.team-layout-grid .themegala-teammember-slide {
    margin-bottom: 30px;
}
.themegala-team-arrow .team-style-2 .owl-carousel .owl-nav  {
    width: auto;
    position: absolute;
    top: -85px;
    right: 0;
}
.themegala-service-arrow-up .services-style-4 .owl-carousel .owl-nav  {
    width: auto;
    position: absolute;
    top: -85px;
    right: 366px;
}
.themegala-team-arrow .team-style-2 .owl-carousel button.owl-next {
    opacity: 0.8;
}
.themegala-service-arrow-up .services-style-4 .owl-carousel button.owl-next {
    opacity: 0.8;
}

/* Team Style 3 */
.team-style-3 .themegala-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 .themegala-teammember-wrapper{
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}
.team-style-3 .themegala-teammember-social-links{
    position: absolute;
    top: -40px;
    left: 0px;
}
.team-style-3 .themegala-teammember-social-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.team-style-3 .themegala-teammember-social-profile{
    display: block;
    background-color: #fff;
}
.team-style-3 .themegala-teammember-social-profile a{
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #2c3563;
}
.team-style-3 .themegala-teammember-title{
    padding: 25px 0 0 0;
}
.team-style-3 .themegala-teammember-title h3{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 0;
}
.team-style-3 .themegala-teammember-thumbnail-wrapper img {
    width: 100%;
}
.team-style-3 .themegala-teammember-title span{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
}
.team-style-3 .themegala-teammember-share span {
    font-size: 18px;
    line-height: 18px;
    color: #1d2150;
}
.team-style-3 .themegala-teammember-content-cover {
    position: relative;
}
.team-style-3.team-layout-grid .themegala-teammember-slide {
    margin-bottom: 0px;
}
.themegala-team-event-post .team-style-3 .themegala-ele:nth-child(even) .themegala-teammember-wrapper,
.themegala-team-event-post .team-style-3 .swiper-slide:nth-child(even) .themegala-teammember-wrapper {
    margin-top: -40px;
}
/*******************************************************
	Testimonials Widget
*******************************************************/

/* Testimonials Style 1 */
.testimonials-style-1 .themegala-testimonial-slide {
    margin-bottom: 30px;
}
.elementor-element .testimonials-style-1 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px !important;
}
.testimonials-style-1 .themegala-testimonial-slide::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 20px;
    bottom: 0px;
    right: 30px;
    Z-INDEX: 1;
    box-shadow: inset -30px -30px 0 0 var(--themegala-tertiary-color);
}
.testimonials-style-1.testimonials-layout-grid .themegala-testimonial-slide::before {
    right: -14px;
}
.testimonials-style-1.testimonials-layout-grid .themegala-testimonial-slide::after {
    RIGHT: 45px;
}
.testimonials-style-1 .themegala-testimonial-slide::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 20px;
    bottom: 60px;
    right: -30px;
    z-index: 2;
}
.testimonials-style-1 .themegala-testimonial-image-container img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}
.testimonials-style-1 .themegala-testimonial-content p {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0;
    color: var(--themegala-quaternary-color);
}
.owl-carousel .owl-nav button i {
	color: #fff;
}
.testimonials-style-1 .themegala-testimonials-title-wrap{
	margin-left: 20px;
}
.testimonials-style-1 .themegala-testimonials-title-wrap h3 {
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}
.testimonials-style-1 span.themegala-testimonial-designation {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.testimonials-style-1 .testimonial-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}
.testimonials-style-1 span.testimonial-designation {
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    color: #595959;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.testimonials-style-1 .themegala-testimonial-main-wrapper{
    position: relative;
}
.testimonials-style-1 .themegala-testimonial-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 25px;
}
.testimonials-style-1 .themegala-testimonial-content-cover {
    padding: 35px 40px 40px 40px;
}

.testimonials-style-1 .themegala-testimonial-wrapper:after {
    text-align: center;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 55px;
    right: 0;
    border-radius: 50%;
    background: #fff;
    bottom: 0;
    z-index: 2;
    font-size: 22px;
    content: "\f10e";
    font-family: "themegala-base-icons";
}
.testimonials-style-1 .themegala-testimonial-wrapper::before {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    content: "";
}
.testimonials-style-1 .themegala-testimonial-heading {
    position: relative;
    z-index: 1;
    padding-top: 27px;
}
.testimonials-style-1 .swiper-button-next,
.testimonials-style-1 .swiper-button-prev {
    background: none;
}
.testimonials-style-1 .swiper-button-next:after {
    content: "\f157";
    font-family: flaticon !important;
    position: absolute;
    bottom: -72px;
    right: 45px;
    font-size: 30px;
    line-height: 0;
}
.testimonials-style-1 .swiper-button-prev {
    right: 30px;
    left: auto;
}
.testimonials-style-1 .swiper-button-prev:after  {
    content: "\f156";
    font-family: flaticon !important;
    position: absolute;
    bottom: -72px;
    right: 52px;
    font-size: 30px;
    line-height: 0;

}
.testimonials-style-1 .themegala-testimonial-rating span.fas.fa-star {
    font-size: 16px;
}
.testimonials-style-1 .themegala-testimonial-rating span.fas.fa-star.checked {
    color: #ffa500;
}
/* Testimonials Style 2 */
.testimonials-style-2  {
    text-align: center;
}
.testimonials-style-2 .themegala-testimonial-image-container,
.testimonials-style-2 .themegala-testimonial-image-container img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 13px;
}
.testimonials-style-2 .themegala-testimonial-content-cover {
    position: relative;
}
.testimonials-style-2 .themegala-testimonial-content p {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    line-height: 44px;
    padding-top: 75px;
    margin: 0;
}
.testimonials-style-2 .themegala-testimonial-rating {
    margin-top: 2px;
}
.testimonials-style-2 .themegala-testimonial-rating span.fas.fa-star.checked {
    color: #fcc300;
}
.testimonials-style-2 .themegala-testimonial-content{
    margin-bottom: 34px;
    position: relative;
}
.testimonials-style-2 .testimonial-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 3px;
}
.testimonials-style-2 h3.themegala-testimonial-title {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 0;
}
.testimonials-style-2 span.themegala-testimonial-designation {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.testimonials-style-2 .themegala-testimonials-title-wrap .testimonial-designation{
	text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 1.2px;
}
.themegala-testimonial-content h4 { 
    display: none;
}
.testimonials-style-2 .themegala-testimonial-content h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
    display: block;
}
.testimonials-style-2 .themegala-testimonial-wrapper {
    padding: 0 8%;
    position: relative;
}

.testimonials-style-2 .themegala-testimonial-content-cover:after {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -30px;
    font-size: 60px;
    line-height: 60px;
    content: "\e869";
    color: #fff;
    font-family: themegala-base-icons !important;
}
.testimonials-style-2 .themegala-testimonial-content-inner {
    display: inline-block;
}
.testimonials-style-2 .themegala-testimonial-image-container {
    position: relative;
    display: inline-block;
}
.testimonials-style-2 .swiper-button-prev:after {
    content: '\f007';
    font-size: 30px;
}
.testimonials-style-2 .swiper-button-next:after {
    content: '\f006';
    font-size: 30px;
}
.testimonials-style-2 .swiper-button-next, 
.testimonials-style-2 .swiper-button-prev {
    top: 50%;
    width: inherit;
    font-size: 24px;
    border: none;
    height: inherit;
}
.themegala-testimonial-drag-arrow {
    width: 80px !important;
    height: 80px;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 1.2px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
}
.cd-bg-color-secondary.elementor-column.themegala-testimonial-bg {
	background: none !important;
}
.cd-bg-color-secondary.elementor-column.themegala-testimonial-bg .elementor-column-wrap {
	width: 570px;
}
/* Testimonials Style 3 */
.testimonials-style-3 .themegala-testimonial-image-container,
.testimonials-style-3 .themegala-testimonial-image-container img {
    width:70px;
    height:70px;
    border-radius: 50%;
    margin-right: 15px;
}
.testimonials-style-3 .read-more-link {
    position: absolute;
    bottom: 0PX;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 30px 0 0 0px;
}
.testimonials-style-3 .read-more-link a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    border-radius: 50%;
    display: block;
    background: #fff;
    right: 0;
    bottom: 0PX;
    position: absolute;
    text-align: center;
    z-index: 1;
    rotate: -45deg;
}
.testimonials-style-3 .read-more-link a:hover {
    color: #fff;
}
.testimonials-style-3 .read-more-link::before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    top: -18px;
    right: -30px;
}
.testimonials-style-3 .read-more-link::after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -30px;
    left: -18px;
}
.testimonials-style-3 .themegala-testimonial-wrapper:after,
.testimonials-style-3 .themegala-testimonial-wrapper:after {
    color: #fff;
}
.testimonials-style-3 .themegala-testimonial-content-cover {
    position: relative;
}
.testimonials-style-3 .themegala-testimonial-slide {
    position: relative;
}
.testimonials-style-3 .themegala-testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 32px;
}
.testimonials-style-3-second .testimonials-style-3 .themegala-testimonial-content p { 
    padding-right: 30px;
    font-size: 20px;
    line-height: 34px;
}
.testimonials-style-3 .themegala-testimonial-rating {
    margin-bottom: 20px;
}
.testimonials-style-3 .themegala-testimonial-rating span.fas.fa-star.checked {
    color: #ffa500;
}
.testimonials-style-3 h3.themegala-testimonial-title {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.testimonials-style-3 span.themegala-testimonial-designation {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
}
.testimonials-style-3 .testimonial-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.testimonials-style-3 .themegala-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;
}
.themegala-testimonial-3-second .testimonials-style-3 h3.themegala-testimonial-title {
    color: #1d2150;
}
.themegala-testimonial-3-second .testimonials-style-3 .themegala-testimonial-rating {
    margin-bottom: 25px;
}
.themegala-testimonial-3-second .testimonials-style-3 .owl-nav {
    bottom: -75px;
    right: -10px;
    left: inherit;
}
.themegala-testimonial-3-second .testimonials-style-3 .owl-nav button i {
    background-color: #fbfafe;
}
.themegala-testimonial-3-second .testimonials-style-3 .themegala-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;
}
.themegala-testimonial-3-second .themegala-testimonial-image-container, 
.themegala-testimonial-3-second .themegala-testimonial-image-container img {
    width: 80px;
    height: 80px;
}
/* Testimonials Style 4 */
.testimonials-style-4 .themegala-testimonial-image-container,
.testimonials-style-4 .themegala-testimonial-image-container img {
    width: 80px;
    height: 80px;
    border-radius:50%;
    margin-right: 20px;
}
.testimonials-style-4 .themegala-testimonial-rating {
    position: absolute;
    top: 50%;
    right: 7px;
}
.testimonials-style-4 .themegala-testimonial-content-cover {
    position: relative;
    margin-right: 30px;
    padding-top: 80px;
    padding-bottom: 160px;
}
.testimonials-style-4 .themegala-testimonial-wrapper:after {
    text-align: center;
    position: absolute;
    left: 2px;
    top: 10px;
    font-size: 35px;
    line-height: 35px;
    content: "\e86b";
    font-family: "themegala-base-icons";
}
.testimonials-style-4 .themegala-testimonial-wrapper::before {
    text-align: center;
    position: absolute;
    right: 2px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0 0 0 / 10%);
    top: 0px;
    font-size: 260px;
    line-height: 225px;
    content: "\e86b";
    font-family: "themegala-base-icons";
}
.testimonials-style-4 .themegala-testimonial-content-cover-inner {
    padding: 25px 0 0;
    position: relative;
}
.testimonials-style-4  h3.themegala-testimonial-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}
.testimonials-style-4  span.themegala-testimonial-designation {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.testimonials-style-4 .themegala-testimonial-content p {
    margin-bottom: 5px;
    padding-right: 0;
    font-size: 24px;
    font-style: italic;
    font-weight: 600 !important;
    line-height: 38px;
    color: #000;
}
.testimonials-style-4 .themegala-testimonial-rating span.fas.fa-star {
    font-size: 15px;
}
.testimonials-style-4 .themegala-testimonial-rating span.fas.fa-star.checked{
    color: #f8d059;
}
.testimonials-style-4 .testimonial-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
}
.testimonials-style-4 .themegala-testimonials-title-wrap .testimonial-designation{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
}

.testimonials-style-4 .swiper-button-prev {
    left: 0;
    right: auto;
}
.testimonials-style-4 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: 70px;
    right: auto;
}
.testimonials-style-4 .swiper-button-next,
.testimonials-style-4 .swiper-button-prev {
    bottom: 0px;
    top: inherit;
    width: 60px;
    font-size: 13px;
    border: 1px solid #e5e5e5;
    height: 60px;
}
.testimonials-style-4 .swiper-button-next:after, 
.testimonials-style-4 .swiper-button-prev:after {
    font-size: 17px;
}
.testimonials-style-4 .swiper-button-next:after {
    content: '\e867';
    font-family: themegala-base-icons;
}
.testimonials-style-4 .swiper-button-prev:after {
    content: '\e868';
    font-family: themegala-base-icons;
}
.themegala-testimonial-stroke h2.elementor-heading-title {
    color: transparent !important;
    -webkit-text-stroke: 1px rgb(255 255 255 / 5%) !important;
}
/*******************************************************
    timetile style 1
*******************************************************/
.timeline-style-1 .themegala-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 .themegala-timeline-wrapper i {
    font-size: 22px;
    line-height: 32px;
}
.timeline-style-1 .themegala-timeline-list {
    padding: 0px;
    margin: 0;
    font-weight: 600;
}
.timeline-style-1 .themegala-timeline-list li {
    list-style: none;
    padding: 0px 0px 15px 0;
    color: #fff;
    font-size: 17px;
    position: relative;
    overflow: hidden;
}
.timeline-style-1 .themegala-timeline-title::after {
    content: '';
    position: absolute;
    width: 2000px;
    height: 1px;
    background: rgb(255 255 255 / 68%);
    /* left: 0; */
    top: 16px;
    margin-left: 8px;
}
.timeline-style-1 .themegala-timeline-title {
    position: relative;
}
.timeline-style-1 .themegala-timeline-list li:last-child {
	border-bottom: none;
}
.timeline-style-1 span.themegala-timeline-value {
    float: right;
    padding-left: 5px;
}
.thsb-bg-color.elementor-column{
		background: transparent !important;
}
/*******************************************************
    Tab Widget
*******************************************************/
.themegala_tabs_wrapper{
    border-radius: 5px;
    display: flex;
}
.themegala-tab-list {
    display: inline-block;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    border-radius: 0 155px 0 0;
    z-index: 1;
    padding: 60px 300px 60px 60px;
    width: 50%;
    background: #fff;
}
.themegala-list-tab {
    flex: 1;
    z-index: 2;
    position: relative;
}
.freshter-tab-content .themegala-tab-contant-title h4 {
    font-weight: 600;
    line-height: 34px;
    font-size: 22px;
    margin-bottom: 14px;
}
.freshter-tab-content a.hlangles-tab-button {
    padding: 15px 40px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-top: 38px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
}
.freshter-tab-content .themegala-tab-content-list img {
    position: absolute;
    top: -190px;
    left: -495px;
    max-width: 451px;
    height: 536px;
    z-index: 1;
}
.freshter-tab-content{
    border-radius: 143px 0 0 0;
    padding: 113px 90px 90px 260px;
    background: #fff;
    width: 50%;
}
.freshter-tab-content .themegala-tab-content-list{
    display: none;
    position: relative;
}
.freshter-tab-content .themegala-tab-content-list.cd-active-tab{
    display: block;
}
.themegala-list-tab a {
    display: block;
    padding: 17px 30px;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 50px;
    position: relative;
    transition: all .5s;
}
.themegala-list-tab a::after {
    content: '\e826';
    font-family: "themegala-base-icons";
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    margin-top: -20px;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    right: 10px;
    color: #fff;
    opacity: 0;
    transition: all .5s;
}
.themegala-list-tab a:hover:after,
.themegala-list-tab.cd-active-tab-link a::after {
    opacity: 1;
}
.themegala-list-tab.cd-active-tab-link a{
    border-radius: 50px !important;
    padding: 16px 30px;
}
.themegala-tab-content-heading,
.themegala-tab-content-area {
    color: #fff;
}
.themegala-tab-content-heading {
    font-size: 26px;
    margin-bottom: 13px;
}
.themegala-single-image-redius img {
    border-radius: 8px;
}
img.themegala-tab-image {
    border-radius: 25px;
}
/* style2 */
.themegala_tabs_style2 .themegala-list-tab a {
    padding: 16px 30px;
    color: #1d2150 !important;
    background: #fff;
    margin: 0 15px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
}
.themegala_tabs_style2 .themegala-list-tab:first-child a {
    margin-left: 0;
}
.themegala_tabs_style2 .themegala-list-tab:last-child a {
    margin-right: 0;
}
.themegala_tabs_style2 .themegala-list-tab.cd-active-tab-link a {
    color: #fff !important;
}
.themegala_tabs_style2 .themegala-tab-list {
    border: none;
}
.themegala_tabs_style2 .freshter-tab-content .elementor-section .elementor-container {
margin-left: 0;
}
.themegala_tabs_style2  .infobox-style-3 .themegala-infobox-button a {
    color: #fff !important;
  }
.themegala_tabs_style2  .infobox-style-3 .themegala-infobox-button a:after {
    background-color: #fff;
}
.themegala_tabs_style2 .freshter-tab-content {
    padding-top: 55px;
}
/* Pricing table style1 */
.themegala_pricing_wrapper.pricing-style-1 .ptable-col{
    position: relative;
    width: 100% !IMPORTANT;
    DISPLAY: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-pricing-table-box {
    background-color: #fff;
    border-radius: 0 25px 25px 25px;
    overflow: hidden;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-pricing-table-featured-col .themegala-pricing-table-box {
    border: none;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-ptable-symbol,
.themegala_pricing_wrapper.pricing-style-1 .themegala-ptable-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    display: inline-block;
    
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-ptable-symbol {
    font-size: 20px;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-themegala-ptable-heading {
    line-height: 30px;
    font-size: 24px;
    position: relative;
    display: inline;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-themegala-ptable-heading:after {
    content: '';
    position: absolute;
    width: 2000px;
    margin-left: 10px;
    bottom: 5px;
    border-bottom: 3px dotted rgb(169 169 169 / 15%);
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-ptable-description-wrapp {
    padding-bottom: 40px;
    padding-top: 5px;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-pricing-table-featured-col  {
    overflow: hidden;
    z-index: 1;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-ptable-heqading {
    position: relative;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-ptable-pricing {
    position: relative;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-themegala-ptable-heading span{
    padding-left: 5px;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-ptable-frequency {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #1d2150;
    font-family: 'Viga';
    /* text-transform: uppercase; */
    padding-left: 2px;
}
.themegala_pricing_wrapper.pricing-style-1 .pricing-table-line {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    color: #6c7176;
    padding-bottom: 10px;
    display: none;
}
.themegala_pricing_wrapper.pricing-style-1 .pricing-table-line:last-child {
    border: none;
}
.themegala_pricing_wrapper.pricing-style-1 .pricing-table-line i{
    text-transform: capitalize;
    font-size: 13px;
    padding: 10px 10px 10px 0;
}
.pricing-style-1 .freshter-sep {
    display: none;
} 
.pricing-style-1 .themegala-ptable-heqading-wrap > .themegala-ptable-price {
    padding: 0 15px;
    background: #fff;
    z-index: 1;
    border-radius: 0;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-pricing-table-icon-wrapper i {
	line-height: 80px;
    font-size: 55px;
	color: #282727;
}
.themegala_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: 1.2px;
    font-size: 15px;
    border-radius: 50px;
    line-height: 14px;
}
.themegala_pricing_wrapper.pricing-style-1 .ptable-btn a:hover {
   background-color: #1d2150;
   color: #fff;
}
.themegala_pricing_wrapper.pricing-style-1 .ptable-btn a i:hover {
    color: #fff;
}
.themegala_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;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-pricing-table-featured-col .ptable-btn a {
    color: #fff;
}
.themegala_pricing_wrapper.pricing-style-1 .ptable-btn {
    padding-top: 30px;
    text-align: center;
}
.themegala_pricing_wrapper.pricing-style-1 .themegala-pricing-table-icon-type-image img {
    margin-top: -18px;
}

/* Pricing table style2 */
.themegala_pricing_wrapper.pricing-style-2 .ptable-col{
    position: relative;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-pricing-table-box {
    overflow: hidden;
    text-align: center;
    min-height: 575px;
}
.pricing-style-2-white .themegala_pricing_wrapper.pricing-style-2 .themegala-pricing-table-box {
    background-color: #FFF;
    border-radius: 25px;
    min-height: 650px;
}
.pricing-style-2 .themegala-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;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-ptable-symbol,
.themegala_pricing_wrapper.pricing-style-2 .themegala-ptable-price {
    font-size: 40px;
    font-weight: 400;
    line-height: 68px;
    display: inline-block;
    font-family: Viga;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-ptable-frequency,
.themegala_pricing_wrapper.pricing-style-2 .themegala-themegala-ptable-heading {
    line-height: 25px;
    font-size: 15px;
    font-weight: 500 !important;
    letter-spacing: 1.2px;
    position: relative;
    display: inline;
    margin-bottom: 0;
    color: #7B7B7B;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-themegala-ptable-heading {
    padding-right: 30px;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-themegala-ptable-heading::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    right: 13px;
    top: 50%;
    margin-top: -9px;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-ptable-description-wrapp {
    padding-bottom: 20px;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-ptable-heqading {
    position: relative;
    display: flex;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-ptable-pricing {
    position: relative;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-themegala-ptable-heading span{
    padding-left: 5px;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-pricing-table-box-iner {
    padding: 30px 30px 50px 50px;
    text-align: left;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-ptable-description {
    color: #1d2150;
}
.themegala_pricing_wrapper.pricing-style-2 .pricing-table-line {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
    color: #6c7176;
}
.themegala_pricing_wrapper.pricing-style-2 .pricing-table-line:last-child {
    border: none;
}
.themegala_pricing_wrapper.pricing-style-2 .pricing-table-line i{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 10px 10px 0;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-pricing-table-icon-wrapper i {
    line-height: 75px;
    font-size: 42px;
    color: #fff !important;
}
.themegala_pricing_wrapper.pricing-style-2 .ptable-btn a {
    display: inline-block;
    color: #fff;
    padding: 20px 35px 13px 35px;
    border-radius: 50px;
    line-height: normal;
    letter-spacing: 1.2px;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
}
.themegala_pricing_wrapper.pricing-style-2 .ptable-btn a:hover {
   background-color: #1d2150;
   color: #fff;
}
.themegala_pricing_wrapper.pricing-style-2 .themegala-pricing-table-featured-col .ptable-btn a {
    color: #fff;
}
.themegala_pricing_wrapper.pricing-style-2 .ptable-btn {
    padding-top: 30px;
}
/* accordion*/
.elementor-accordion .elementor-accordion-item {
    margin: 0 0 20px 0;
    border: none !important;
}
 .elementor-accordion .elementor-tab-title {
    padding: 16px 20px !important;
    border-radius: 15px;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.elementor-accordion .elementor-tab-content p {
	margin: 0;
}
.elementor-accordion .elementor-tab-content {
    border: none !important;
}
.elementor-accordion .elementor-accordion-item i {
    font-size: 13px;
    line-height: 25px;
    position: relative;
}
.elementor-accordion .elementor-accordion-item:last-child {
    margin-bottom:0;
}
.elementor-accordion11 .elementor-accordion .elementor-accordion-item {
    margin: 0;
    padding: 32px 0 22px;
    border: none !important;
    border-bottom: 1px solid rgb(255 255 255 / 31%) !important;
 }
 .elementor-accordion11 .elementor-accordion .elementor-tab-content {
    position: relative;
 }
 .elementor-accordion11 .themegala-tab-read-more a {
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 3px 25px;
    border-radius: 50px;
    bottom: 0;
    left: -10px;
    border: 1px solid #fff;
}
.elementor-accordion11 .themegala-tab-read-more a i {
    transform: rotate(145deg);
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
}
.elementor-accordion11 .elementor-accordion span.themegala-title-span {
    font-size: 16px;
    line-height: 0;
    color: #fff;
    padding-right: 5px;
    top: -12px;
    position: relative;
    font-weight: 500 !important;
}
.elementor-accordion11 .elementor-accordion .themegala-tab-image-wrap {
    text-align: right;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    padding-top: 5PX;
}
/* woocommerce*/
.freshter-woocommerce-product-slide.woocommerce {
    margin-bottom: 40px;
}
.freshter-woocommerce-product-slide.woocommerce {
    text-align: center;
    border: 1px solid #dce3de;
    padding: 15px 10px 30px;
    position: relative;
    border-radius: 20px;
}
.freshter-woocommerce-product-slide.woocommerce h2.woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 30px;
}
.freshter-woocommerce-product-slide.woocommerce .themegala-product-price bdi {
    font-size: 34px;
    font-weight: 800;
    font-family: Barlow Condensed;
}
.freshter-woocommerce-product-slide.woocommerce .themegala-product-content {
	background-color: #fff;
    padding: 160px 20px 50px;
    margin-top: -120px;
	border-radius: 0 80px 0;
}
.freshter-woocommerce-product-thumbnail-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 50%;
}
.freshter-woocommerce-product-slide.woocommerce .themegala-add-to-cart-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.freshter-woocommerce-product-slide.woocommerce .themegala-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;
}
.freshter-woocommerce-product-slide.woocommerce .themegala-add-to-cart-button a { 
	color: #fff;
}
.freshter-woocommerce-product-slide.woocommerce .themegala-product-description p {
    margin-bottom: 30px;
}
.products-style-1 .woocommerce a.button {
    padding: 8px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
}
.products-style-1 div.product{
    text-align: center;
}
.products-style-1 div.product a.woocommerce-loop-product__link{
    display: block;
}
.products-style-1 .woocommerce-loop-product__title{
    margin: 25px 0 7px;
}

.products-style-1 div.product a.woocommerce-loop-product__link img {
    border-radius: 15px 15px 0 0;
}
.products-style-1 .product .price {
    font-size: 13px;
    margin-bottom: 25px;
    display: block;
}
.products-style-1 .woocommerce div.product span.price bdi {
    font-weight: 500;
    font-size: 17px;
}
.products-style-1 .woocommerce div.product span.price ins bdi {
    text-decoration: inherit;
}
.products-style-1 .woocommerce div.product span.price del bdi {
    font-size: 13px;
}

/* Products Style 2  */
.products-style-2 .woocommerce a.button {
    padding: 4px 20px 4px 43px;
    border-radius: 50px;
    text-transform: uppercase;
    background: transparent;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    position: relative;
}
.products-style-2 .woocommerce a.button:hover {
    color: #fff;
    border-color: transparent;
}
.products-style-2 .woocommerce a.button::after {
    position: absolute;
    left: 20px;
    top: 7px;
    font-size: 16px;
    line-height: 16px;
    content: "\e873";
    font-family: themegala-base-icons !important;
}
.products-style-2 div.product{
    text-align: center;
}
.products-style-2 .woocommerce div.product p.price ins, 
.products-style-2 .woocommerce div.product span.price ins {
    text-decoration: none;
}
.products-style-2 div.product a.woocommerce-loop-product__link{
    display: block;
}
.products-style-2 .woocommerce-loop-product__title{
    margin: 25px 0 7px;
    font-size: 22px !important;
    line-height: 30px !important;
}

.products-style-2 div.product a.woocommerce-loop-product__link img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.products-style-2 .product .price {
    font-size: 13px;
    margin-bottom: 25px;
    display: block;
}
.products-style-2 .woocommerce div.product span.price bdi {
    font-weight: 600;
    font-size: 18px;
}
.products-style-2 .woocommerce div.product span.price ins bdi {
    text-decoration: inherit;
}
.products-style-2 .woocommerce div.product span.price del bdi {
    font-size: 13px;
    font-weight: 600;
    color: #797979;
}
.products-style-2 .freshter-woocommerce-product-slide.woocommerce {
    border: none;
    background-color: #fff;
}
.products-style-2.products-layout-slider .freshter-woocommerce-product-slide.woocommerce {
    margin-bottom: 70px;
}
.elementor-element .products-style-2 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}
.themegala-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;
}
.themegala-vertical-text p{
    padding:10px 20px;
    color: #fff;
    font-weight: 600;
}

.themegala-vertical-text .elementor-text-editor p{
    color: #ffffff;
    font-weight: 700 !important;
}
.themegala-vertical-text .elementor-text-editor{
    border-radius: 0px 0px 5px 5px;
}


/* History  */

.themegala-ourhistory-content span.label {
    font-size: 80px;
    line-height: 60px;
    color: #E5E5E5 !important;
}
.odd .themegala-ourhistory-content {
    padding: 100px 20px 0px;
    z-index: 1;
}
.even .themegala-ourhistory-content {
    padding: 0px 20px 50px;
    z-index: 1;
}
.even .themegala-ourhistory-image {
	padding-top: 20px;
}
.themegala-ourhistory .simple-text {
    margin-top: -25px;
}
.themegala-ourhistory-line:after{
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    border-radius: 50%;
    top: 190px;
    left: 50%;
}
.themegala-ourhistory-content .history-content h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 17px;
    margin-top: 15px;
}
.themegala_history_wrapper.history-layout-slider {
	position: relative;
}
.themegala_history_wrapper.history-layout-slider:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 150px;
    background-color: #e5e5e5;
    margin-top: 50px;
    margin-bottom: 50px;
}
.themegala-ourhistory.themegala-ourhistory-type2 {
	text-align: center;
}
.themegala-ourhistory-image img {
    position: relative;
    width: 240px;
}
.themegala-ourhistory-content .themegala-history-button a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.themegala-ourhistory-image {
    padding: 0;
}
.themegala-ourhistory-content .themegala-history-button a i{
    padding-left: 10px;
}
.themegala_history_wrapper .swiper-button-next,
.themegala_history_wrapper .swiper-button-prev {
    background: none;
}
.themegala_history_wrapper .swiper-button-next:after {
    content: "\f155";
    font-family: flaticon !important;
    position: absolute;
    bottom: 55px;
    right: -80px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: rgb(255 255 255 / 20%);
}
.themegala_history_wrapper .swiper-button-prev,
.themegala_history_wrapper .swiper-button-next {
    right: 50%;
    left: auto;
    bottom: 0;
    top: inherit;;
}
.themegala_history_wrapper .swiper-button-prev:after  {
    content: "\f154";
    font-family: flaticon !important;
    position: absolute;
    bottom: 55px;
    right: -120px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: rgb(255 255 255 / 20%);

}
.history-layout-grid .themegala-ourhistory.themegala-ourhistory-type2 {
    margin-bottom: 60px;
}

/* marquee style-1  */
.marquee-style-1 .themegala-marquee-slide {
    font-weight: 400;
    text-align: center;
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    padding: 0 25px;
}
.marquee-style-1 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.marquee-style-1 .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    
    transition-timing-function:linear!important; 
    position: relative;
  }

  /* marquee style-2  */
.marquee-style-2 .themegala-marquee-slide {
    font-weight: 600 !important;
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    color: rgb(255 255 255 / 4%);
    text-transform: uppercase;
    display: flex;
    letter-spacing: 0;
    justify-content: center;
    width: auto;
    position: relative;
    padding: 0 97px;
}
.marquee-style-2 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.marquee-style-2 .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    
    transition-timing-function:linear!important; 
    position: relative;
}
.marquee-style-2 .themegala-marquee-slide::after {
    content: "\f102";
    position: absolute;
    font-size: 34px;
    top: -4px;
    left: -15px;
    font-family: flaticon_mycollection !important;

    color: rgb(255 255 255 / 10%);
}
/* marquee style-3  */
.marquee-style-3 .themegala-marquee-slide {
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    letter-spacing: 1.4px;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    padding: 16px 50px;
    font-weight: bold;
}
.marquee-style-3 .themegala-marquee-slide a {
    color: #fff;
}
.marquee-style-3 .themegala-marquee-slide:after {
    content: '*';
    position: absolute;
    font-size: 13px;
    right: -8.5px;
    top: 50%;
    z-index: 1;
    margin-top: -7.5px;
}
.marquee-style-3 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.marquee-style-3 .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    
    transition-timing-function:linear!important; 
    position: relative;
}

/* marquee style-4  */
.marquee-style-4 .themegala-marquee-slide {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #fff;    
    text-transform: uppercase;
    display: flex;
    letter-spacing: 1.4px;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    padding: 27px 50px;
}
.marquee-style-4 .themegala-marquee-slide:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: -7.5px;
    top: 50%;
    z-index: 1;
    margin-top: -7.5px;
    transform: rotate(-45deg);
}
.marquee-style-4 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.marquee-style-4 .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    
    transition-timing-function:linear!important; 
    position: relative;
  }
/* Shortable Category */

.themegala-sortable-list-ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 42px;
    display: block;
}
.themegala-sortable-list-ul li {
    display: inline-block;
    margin: 0 0;
}
.themegala-sortable-list a {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    margin-left: 15px;
    background-color: #000;
    display: block;
}

/* --------------------------------------
 * Booking calendar
 * ---------------------------------------*/
 .booking_calendar_main_container{
    display: block;
}
.booking_calendar_container{
    width: 100%;
}
.wpdevart-booking-form form.div-for-clear{
	background-color: white;
    padding: 35px 20px 27px 30px;
    BORDER: 1px solid #e8e8e8;
}

.current-date-info {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.wpda-previous a, .wpda-next a{
    color: #fff !important;
}
.wpda-previous span, .wpda-next span{
    display: none;
}

.booking_calendar_main_container .wpda-booking-calendar-head .next_year_info{
    margin-left: 6px;
}
.booking_calendar_main_container .wpda-booking-calendar-head .prev_year_info{
   margin-right: 6px;
}
.wpda-previous a, 
.wpda-next a{
    display: inline-block;
    text-align: center;
    position: relative;
}

.wpda-next a:after {
    font-family: "themegala-base-icons";
    font-size: 23px;
    margin: 0px;
    width: 20px;
    height: 40px;
    line-height: 37px;
    display: inline-block;
    border-radius: 50%;
    font-weight: normal;
}
.wpda-next a:after {
    content: "\e814";
}

.wpda-previous a, 
.wpda-next a {
    font-size: 0;
    color: #fff !important;
}

.wpda-previous a:before, 
.wpda-next a:after {
    font-family: "themegala-base-icons";
    font-size: 23px;
    margin: 0px;
    width: 17px;
    height: 40px;
    line-height: 37px;
    display: inline-block;
    border-radius: 50%;
    font-weight: normal;
    color: #1d2150;
    font-size: 17px;
}

.wpda-previous a:before {
    content: "\f007";
}

.wpda-next a:after {
    content: "\f006";
}
.current-date-info .wpda-current-month{
    margin-top: 0;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
}
.wpdevart-day .wpda-day-header .wpda-day-number{
    border: 2px solid transparent;
    border-radius: 50%;
    height: 45px;
    width: 45px;   
    display: inline-block;
    float: none;
}
.wpdevart-day.past-month-day .wpda-day-header .wpda-day-number {
 border: none;
 width: 100%;
 height: 100%;
}
.wpdevart-day:not(.past-month-day) .wpda-day-header .wpda-day-number{
    line-height: 45px; 
}
.wpdevart-hour-item.hour_selected, 
.wpdevart-calendar-container > div.selected{
    box-shadow: none;
}
.wpdevart-total-price.reserv_info_row{
    background-color: transparent;
    color: #545454;
    padding: 15px 4px;
    margin-top: 15px;
    font-size: 16px;

}
.reserv_info_row {
 margin-bottom: 8px;
}
.wpdevart-calendar-container > div.wpdevart-available.past-day .wpda-day-header .wpda-day-number{
    border-color: rgb(0 0 0 / 10%) !important
}
.wpdevart-calendar-container > div.selected .wpda-day-header{
    background-color: transparent !important;
}
 .wpdevart-booking-form .div-for-clear {
    background: none;
    padding: 0;
 }
 .wpdevart-booking-form-container, 
 .booking_calendar_container, 
 .booking_calendar_main_container {
    max-width: 100% !important;
}
.booking_calendar_main_container .wpda-booking-calendar-head{
    padding: 40px 30px;
    background: #f8f8f8;
}
.wpda-booking-calendar-head, 
.wpdevart-calendar-container > div.week-day-name{  
    border: none !important;
}
.booking_calendar_main_container .week-day-name .wpda-day-header {
    padding: 12px 0 !important;
    border: 1px solid #ddd;
    border-top: none;
    border-right: none;
}
.booking_calendar_main_container .wpdevart-calendar-container > div:not(.week-day-name){
    height: 100px !important;
    line-height: 100px;
    padding-top: 5px;
    padding-bottom: 5px !important;
}
.booking_calendar_main_container .wpda-day-header{
    background-color: transparent !important;
}
.wpdevart-booking-form-container{
    width: 100%;
    margin: 0 auto;
}
.wpdevart-booking-form .wpdevart-form-section .wpdevart-fild-item-container {
    display: inline-block;
    font-style: italic;
    margin-bottom: 12px;
    width: 97%;
    margin-right: 14px;
}
.wpdevart-check-section{
    width: 100%;
    padding: 18px;
    background-color: rgba(255, 255, 255, 0.10);
	display: flex;
}
.wpdevart-form-section, 
.wpdevart-check-section {
	width: 100%;
    padding: 0;
}
.wpdevart-check-section > .wpdevart-fild-item-container {
    width: 33.3%;
	margin:0 10px 0 0;
}
.wpdevart-booking-form .wpdevart-fild-item-container label{    
    display: inline-block;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 13px;
}
.wpdevart-booking-form .wpdevart-fild-item-container select option{
    color: #333 !important;
}
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"]{
	width: 100% !important;
}

.wpdevart-booking-form .wpdevart-fild-item-container select {
	border: 1px solid #CECECE;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: box-shadow .4s, border-color .5s;
    -webkit-transition: box-shadow .4s, border-color .5s;
    -moz-transition: box-shadow .4s, border-color .5s;
    color: #848484;
    font-size: 15px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0;	
}
.wpdevart-form-section h4.form_title{
    margin: 0px 0 20px !important;
    font-weight: 500 !important;
    font-style: normal;
    line-height: 1;
    font-size: 18px;
    padding-top: 10px !important;
}
.check-info{    
    font-size: 13px;
}
.wpdevart-submit{
    background-color: #4f87fb;
    font-size: 16px;
    line-height: 42px;
}
.wpda-previous a, 
.wpda-next a{
    font-weight: 600 !important;
}
.wpdevart-calendar-container > div {
    text-align: center;
}
.wpda-day-number {
    color: #42474d;
    font-size: 16px;
    width: 100%; 
}
.wpdevart-day.wpdevart-available.past-day .wpda-day-number {
    color:#848484;
}
.wpdevart-day.wpdevart-available .wpda-day-number {
    color:#FFF;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"], 
.wpdevart-booking-form .wpdevart-fild-item-container input[type="checkbox"], 
.wpdevart-booking-form .wpdevart-fild-item-container select, 
.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container .thsn-select {
    border-color: #ddd;
}
.day-availability{
    margin-top: 5px;
}
.wpdevart-day.wpdevart-available.selected:after{
    font-family: "themegala-base-icons";
    content: "\e839";
    position: absolute;
    top: 20px;
    font-size: 15px;
    line-height: 0;
    right: 15px;
    color: #fff;
}
.wpdevart-booking-legends{
    padding-left: 34px !important;
}
.wpdevart-booking-form {
    margin: 60px 0 90px 0 !important;
    padding: 0;
    border: none !important;
    background: none;
}

.day-availability, .day-price {
    display: none;
}

.wpdevart-booking-legends {
    display: none;
}
.team-style-1-title {
    position: absolute;
}
.container-fluid .themegala-images-wrap {
    margin-left: -10vh;
    margin-right: -88px;
}
.container-fluid > .row {
    height: 100%;
    top: 0;
}
.container-fluid .themegala-team-outer-img {
    width: 60vh;
    height: 85vh;
    overflow: hidden;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.container-fluid .themegala-team-outer-img > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container-fluid .themegala-team-outer-img > div img {
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1.3);
    -ms-transform: translateX(-50%) scale(1.3);
    width: auto;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.themegala-images-wrap .themegala-team-outer-img.active img {
    -webkit-transform: translateX(-50%) scale(1.07);
    -ms-transform: translateX(-50%) scale(1.07);
    transform: translateX(-50%) scale(1.07);
}

.themegala-banner-wrap-title a.themegala-marquee-slide {
    font-size: 120px;
    color: #42c8c4;
    text-transform: uppercase;
    display: flex;
    letter-spacing: 1.4px;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    padding: 35px 50px;
    font-weight: 600;
}
.themegala-banner-wrap-title a.themegala-marquee-slide:hover {
    transition: transform 1s cubic-bezier(.22, .61, .36, 1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"],
.wpdevart-booking-form .wpdevart-fild-item-container select {
    padding: 5px 15px;
}