/* Elementor */

/* Progress */
.elementor-progress-percentage {
    margin-top: -22px;
    color: #fff;
	font-weight: 600;
}
.progress-value {
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    font-size: initial;
}
.elementor-widget-progress .elementor-title {
    display: inline-block;
    margin-bottom: 8px;
}
.cus-prog1.elementor-widget-progress .cus-prog1 {
    color: #000;    
    font-weight: 700;
}
/* Counter */
.cea-counter-wrapper.cea-counter-style-list .media-body.counter-right .counter-content:last-child > p {
    margin-bottom: 0;
}
.cea-counter-style-list .counter-value span.counter-suffix {
    position: absolute;
    font-size: 25px;
    font-weight: 800;
    top: -12px;
    padding-left: 5px;
}
/* Testimonials */
.single-cea-testimonial .testimonial {
    color: #797979;
}
.testimonial-style-list .testimonial-inner {
	position: relative;
}
.testimonial-slide-model .testimonial-inner {
    margin: 38px 23px;
}
.testimonial-style-list .testimonial-inner:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    position: absolute;
    -webkit-clip-path: polygon(0 0,100% 0,45% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,45% 100%,0 100%);
    background: #000;
    z-index: 9;
}
.testimonial-wrapper.testimonial-style-list .testimonial-inner > *.media {
    align-items: flex-end;
    -ms-flex-align: end;
    position: relative;
    z-index: 9999;
}
.testimonial-inner ul.nav.top-meta-list > li:last-child,
.testimonial-inner ul.nav.bottom-meta-list > li:last-child {
    line-height: 1;
}
.testimonial-wrapper.testimonial-style-default .owl-item .testimonial-inner:after {
    content: "\f10d";
    position: absolute;
    right: 40px;
    top: 2px;
    font-family: 'FontAwesome';
    font-size: 60px;
    opacity: 0.2;
}
.testimonial-wrapper.testimonial-style-default .testimonial-inner {
	overflow: hidden;
}
.type-page .team-social-wrap li {
    line-height: 1;
}
.testimonial-style-list .testimonial-style-list-item .testimonial-thumb:before, 
.single-cea-testimonial .testimonial-info .testimonial-img:before {
    background: #ff3e55 !important;
}
/*Team*/
.team-designation {
    text-transform: capitalize;
}
.team-wrapper.team-style-default .team-inner > .post-thumb {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.team-style-modern .team-social-wrap ul.social-icons > li > a i {
    transition: .3s all;
}
.team-style-modern .team-social-wrap ul.social-icons > li > a:hover i {
    color: #252525;
    transition: .3s all;
}
/* Blog */

.owl-carousel-item .blog-inner {
    margin-top: 20px;

}
.blog-style-classic .blog-inner .post-thumb:first-child {
    margin-left: -30px;
    margin-top: -30px;
    margin-right: -30px;
    border-radius: 0;
}
.blog-style-classic .blog-inner .post-thumb:first-child img {
    border-radius: 0;
}
.blog-wrapper.blog-style-classic .post-category {
    font-size: 0;
}
.blog-wrapper.blog-style-classic .post-category a {
    background: #f7f7f7;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 9px;
    font-weight: 400;
}
.blog-wrapper.blog-style-classic .post-category a:hover {
    background: #0D1E50;
}
.post-author a > span.author-name {
    margin-left: 3px;
}
.blog-style-classic .blog-inner {
	border-radius: 6px;
	overflow: hidden;
}
.blog-wrapper.blog-style-list .blog-inner .media .post-thumb {
	border-radius: 0;
}
.elementor-widget-ceablog .blog-inner > *.top-meta {
    margin-top: -16px;
    position: relative;
    line-height: 1;
}
.elementor-widget-ceablog .blog-inner > *.entry-title .post-title-head {
    line-height: 34px;
}
.blog-wrapper.blog-style-classic .post-overlay-items {
    opacity: 1;
}
.blog-style-classic .owl-carousel .blog-inner {
    margin-bottom: 15px;
}
/* Accordian */

.card-body {
    padding: 0;
}
.cea-accordion-content {
    padding: 20px;
}

body .cea-accordions > .cea-accordion:last-child {
    margin-bottom: 0 !important;
}
.card-header.cea-accordion-header a.nav-item.nav-link.active,
.card-header.cea-accordion-header a.nav-item.nav-link.active i {
	color: #fff;
}
.card-header.cea-accordion-header a.nav-item.nav-link i {
    font-weight: 700;
}
/* Section title  */
.section-title-wrapper .title-wrap > *.sub-title:before {
    content: "\\";
    margin-right: 5px;
}
.section-title-wrapper .title-wrap > *.sub-title:after {
    content: "\\";
    margin-left: 5px;
}

/* Feature box */
.shape .feature-box-wrapper.feature-box-default {
	position: relative;
	overflow: hidden;
}
.shape .feature-box-wrapper.feature-box-default > * {
    position: relative;
}
.shape .feature-box-wrapper.feature-box-default:before {
	content: "";
    width: 97%;
    height: 30%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    border-radius: 0px 0px 50px 50px;
    background-color: #000;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -60px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.shape .feature-box-wrapper.feature-box-default:after {
	content: "";
    width: 0%;
    height: 0%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    border-radius: 0px 0px 50px 50px;
    background-color: #000;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -60px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.shape .feature-box-wrapper.feature-box-default:hover:after {
	width: 97%;
    height: 30%;
} 
.cea-view-stacked.cea-shape-circle .feature-box-default .media .cea-featured-icon {
    box-shadow: 2px 6px 13px rgb(0 0 0 / 4%);
}
.feature-box-wrapper .fbox-content a {
    color: inherit;
}
.feature-box-wrapper.feature-box-classic > .media > *:first-child {
    margin-right: 25px;
}
.cus-list .feature-box-wrapper .cea-feature-box-img img {
    max-width: 66px;
    padding: 8px;   
    margin-top: -11px;
}
.cus-list .feature-box-wrapper .cea-feature-box-img {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 60px;
    background: #fff;
    align-self: center!important;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 7%);
    border-radius: 6px;
    text-align: center;
    border-bottom: solid 4px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.cus-list .feature-box-wrapper:hover .cea-feature-box-img { 
    background: rgb(255 62 85 / 8%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.feature-box-wrapper .fbox-content .cus-feature-txt a:hover {
    color: #0d1e50 !important;
}
.clr-1 .feature-box-wrapper .fbox-content .cus-feature-txt a:hover {
    color: #fff !important;
}
.cus-feature-1 .feature-box-classic .feature-box-inner .fbox-number {
    position: absolute;
    top: -9px;
    right: 0px;
    font-size: 115px !important;
    line-height: 100px;
    font-weight: 400;
    color: rgba(255,255,255,1) !important;
    text-shadow: -1px -1px 0 #e8eaed, 1px -1px 0 #e8eaed, -1px 1px 0 #e8eaed, 1px 1px 0 #e8eaed;
}
.num-right1 .feature-box-wrapper.feature-box-classic .feature-box-inner .fbox-number {
    top: 28px;
    right: 160px;
}
.num-right2 .feature-box-wrapper.feature-box-classic .feature-box-inner .fbox-number {
    top: 0;
    right: 33px;
}
.num-right3 .feature-box-wrapper.feature-box-classic .feature-box-inner .fbox-number {
    top: 11px;
    right: 142px
}
.feature-box-wrapper a > .media > *:first-child {
    margin-right: 25px;
}
.feature-box-wrapper a > .media > *:first-child {
    margin-right: 25px;
}
.feature-box-wrapper > a {
    color: #797979;
}
.feature-box-wrapper:hover > a {
    color: #fff;
}
/* Feature Box Elementor Pro */
.cus-fb-fnum .feature-box-classic-pro .fbox-number {
    background: transparent !important;
}
/* Services */
.service-style-default .post-thumb {
    border-radius: 0;
    overflow: hidden;
}
.service-wrapper.service-style-default .service-inner > *:not(.post-thumb) {
    padding: 0 20px;
}
.service-style-modern .service-inner {
    position: relative;
}
.single .service-img {
    padding: 0;
}
.custom-post-nav {
    margin: 0;
}
.service-content {
    padding: 35px 0;
}
.cea-service-template-default.single.single-cea-service .wrap.cea-content {
    padding: 0px 0;
}
.service-style-modern .service-inner .post-thumb {
    margin-left: -40px;
    margin-right: -40px;
}
/* Pricing */
.pricing-style-classic.pricing-table-wrapper ul li:before {
    content: "\e64c";
    margin-right: 0;
    font-family: themify;
    right: 0;
    position: absolute;
    margin-left: 10px;
}

/* Form */
.cf-style-classic span.wpcf7-form-control-wrap input, 
.cf-style-classic span.wpcf7-form-control-wrap select, 
.cf-style-classic span.wpcf7-form-control-wrap textarea {
    background: #fff;
    border-color: #eaeaea;
    border-radius: 5px;
}
.cf-style-classic span.wpcf7-form-control-wrap input:focus, 
.cf-style-classic span.wpcf7-form-control-wrap select:focus, 
.cf-style-classic span.wpcf7-form-control-wrap textarea:focus {
    background: #fff;
}
.contact-form-wrapper span.wpcf7-form-control-wrap input, .contact-form-wrapper span.wpcf7-form-control-wrap select {
    height: 55px;
    line-height: 55px;
}
.contact-form-wrapper span.wpcf7-form-control-wrap input, 
.contact-form-wrapper span.wpcf7-form-control-wrap select, 
.contact-form-wrapper span.wpcf7-form-control-wrap textarea {
    margin-bottom: 0;
}
.contact-form-wrapper br {
    display: none;
}
span.wpcf7-form-control-wrap {
    margin-bottom: 18px;    
    display: block;
}
/* Portfolio */
.single-cea-portfolio .portfolio-content-area {
    padding-top: 0;
    padding-bottom: 0;
}
/* Portfolio Shortcode */
.portfolio-inner .post-overlay-items {
    padding: 30px 36px;
}
.portfolio-single.portfolio-model-2 .row.portfolio-details {
    padding-top: 0;
    border: none;
}
.single .portfolio-content-wrap {
    margin: 0;
}
.single ul.portfolio-meta-list {
    border: 1px solid #f3f3f3;
}
.portfolio-single.portfolio-model-2 .portfolio-meta-title-wrap > h6 i {
    font-size: 46px;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    left: 0;
    top: 50%;
    display: none;
    transform: translateY(-50%);
} 
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    color: #797979;
    line-height: 1;
    flex: 0 0 20%;
    max-width: 20%;
    list-style: none;    
    position: relative;
}
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li span {
    font-size: 16px;
}
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap .portfolio-meta-title-wrap {
    margin-bottom: 8px;
}
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li:first-child {
    padding-top: 0;
}
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li > ul >li {
    font-size: 15px;
    margin-right: 4px;
}
.portfolio-single.portfolio-model-2 .portfolio-details .portfolio-meta-wrap {
    margin-top: 40px;
}
.single .portfolio-image {
    border-radius: 5px;
    overflow: hidden;
}
.single ul.portfolio-meta-list {
    border: 0;
    display: flex;
    flex-wrap: wrap;

    box-shadow: 0 10px 60px 0 #d4d4d461;
    padding: 35px 65px 39px;
    position: relative;
    background: #fff;
    backdrop-filter: blur( 6px );
    -webkit-backdrop-filter: blur( 6px );
}
.single .portfolio-image-inner a > img {
    width: 100%;
}
.portfolio-single .custom-post-nav,
.single-cea-service .custom-post-nav,
.single-cea-team .custom-post-nav,
.single-cea-testimonial .custom-post-nav {
    border: 0;
    padding: 0;
}
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li h6 {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #0D1E50;
    letter-spacing: 0.01px;
    margin-bottom: 0;
    padding-left: 0;
}
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li h6:before {
    content: unset;
    width: 16px;
    height: 2px;
    background: #ff4358;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #eaeaea;
    right: 43px;
    top: 50%;
    transform: translateY(-50%);
}
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li:last-child:before {
    width: 0;
}
.single ul.portfolio-meta-list span.portfolio-meta-icon {
    margin-right: 0;
}
.portfolio-content-wrap .portfolio-title {
    padding: 0;
}
.custom-post-nav > a {
    border-radius: 5px;
    margin-right: 10px;
}
.custom-post-nav .prev-nav-link, .custom-post-nav .next-nav-link {
    display: inline-flex;
    position: relative;
    z-index: 1;
}
.custom-post-nav .next-nav-link {
    text-align: right;
    float: right;
}
.custom-post-nav .prev-nav-link > a, 
.custom-post-nav .next-nav-link > a {
    min-height: auto;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    z-index: 1;
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 13px 20px 13px 20px;
}
.custom-post-nav .prev-nav-link > a:hover, 
.custom-post-nav .next-nav-link > a:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.portfolio-single .custom-post-nav .next-nav-link h5, 
.portfolio-single .custom-post-nav .prev-nav-link h5 {
    color: #fff;
}
.custom-post-nav .next-nav-link h5, .custom-post-nav .prev-nav-link h5 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
.portfolio-single .custom-post-nav .prev-nav-link > a > i, 
.portfolio-single .custom-post-nav .next-nav-link > a > i {
    font-size: 12px;
}
.custom-post-nav .prev-nav-link > a > i, .custom-post-nav .next-nav-link > a > i {
    font-weight: 700;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
}
.custom-post-nav .next-nav-link > a > i {
    margin-right: 0px;
    margin-left: 10px;
}
.custom-post-nav a.disabled {
    display: none;
}

/* team */
.single .team .col-sm-7.team-info {
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 #cfcfcf99;
    padding: 40px 50px;
    margin-left: -60px;
    border-top: 5px solid #eaeaea;
}
.single-cea-team .team-content-wrap {
    margin-bottom: 60px;
    color: #797979;
}
@media (max-width: 767px) {
	.single .team .col-sm-7.team-info {
		margin-left: 0;
		margin-top: -10px;
	}
}

/* Button */
.elementor-button.cea-button {
    position: relative;    
    text-transform: uppercase;
    font-size: 15px;
}
.elementor-button.cea-button .cea-button-icon.cea-align-icon-right {
    transform: rotate(45deg);    
    margin-top: -1px;
    font-size: 14px;
}
.feature-box-wrapper.feature-box-classic:hover .elementor-button.cea-button .cea-button-icon.cea-align-icon-right {
    animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}
.feature-box-wrapper.feature-box-classic .feature-box-inner .fbox-number {
    font-size: 75px;
    font-weight: 700;
    color: #8d8e95;
    line-height: 0.7;
    transition: 0.4s;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 0;
}

.feature-box-wrapper.feature-box-classic .feature-box-inner .feature-box-title {    
    padding-bottom: 22px;
}
.feature-box-wrapper.feature-box-default > .media > *:first-child {
    margin-right: 20px;
}
.feature-box-title {
    position: relative;
}
.feature-box-wrapper.feature-box-classic {
    border: none;
}
.feature-box-wrapper.feature-box-classic .feature-box-inner .feature-box-title:before,
.service-style-modern .service-inner .post-title-head a:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
    box-shadow: 9px 0px 0 0 #ff3e55, 19px 0px 0 0 #ff3e55, 28px 0px 0 0 #ff3e55, 49px 0px 0 0 #ff3e55;
}
.service-wrapper.service-style-modern .service-icon-img-wrap {
    width: 80px;
    margin: -90px auto 0 auto;
    background: #fff;
    height: 80px;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(204 204 204 / 34%);
    box-shadow: 0px 5px 10px 0px rgb(204 204 204 / 34%);
    position: absolute;
    right: 20px;
    border-radius: 6px;
    border-bottom: solid 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.service-wrapper.service-style-modern .service-icon-img-wrap img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    left: 0;
    right: 0;
}
.service-wrapper.service-style-modern .service-inner:hover .service-icon-img-wrap {
    margin: -105px auto 0 auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.service-wrapper.service-style-modern .owl-carousel .owl-nav .owl-prev {
    left: -25px;
}
.service-wrapper.service-style-modern .owl-carousel .owl-nav .owl-next {
    right: -25px;
}
/* Client */

/* Responsive */

@media only screen and (max-width: 1024px) {
    .num-right1 .feature-box-wrapper.feature-box-classic .feature-box-inner .fbox-number {
        top: 28px;
        right: 0;
    }
    .num-right2 .feature-box-wrapper.feature-box-classic .feature-box-inner .fbox-number {
        top: 0;
        right: 0;
    }
    .num-right3 .feature-box-wrapper.feature-box-classic .feature-box-inner .fbox-number {
        top: 11px;
        right: 0
    }
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 30px;
    }
    .row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li:last-child,
    .row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li ~ li {
        margin-bottom: 0;
    }

    .row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li ~ li {
        margin-bottom: 30px;
    }
    .row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li:last-child {
        margin-bottom: 0;
    }
.row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: solid 1px #eaeaea;
    }
    .row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li ~ li {
        margin-bottom: 20px;
    }
    .row.portfolio-details .portfolio-meta-wrap {
        margin: -4px auto 40px;
    }
    .single ul.portfolio-meta-list {
        padding: 35px 40px 40px;
    }
    
    .single-cea-portfolio .portfolio-content-area {
        padding-bottom: 0;
    }
    .row.portfolio-details .col-sm-12 > .portfolio-meta-wrap ul.portfolio-meta-list > li:before {
        content: unset;
     }
}
@media only screen and (max-width: 490px) {
.elementor-widget-star-rating .elementor-star-rating__wrapper {
    display: -webkit-box;
    display: -ms-block;
    display: block;
}
}