/* Portfolio tabs start */
/** image zoom css start **/
body{
	    font-family: "Montserrat", Sans-serif !important;
}
#portfolioModal .modal-body {
    overflow: hidden;
    /* Ensure the image doesn't overflow the modal */
}
/* .comp-no-image-article:nth-child(1) .comp-arti-content p::first-letter {
    font-size: 8rem;
    font-weight: 500;
    float: left;
    margin-right: 10px;
    line-height: 63%;
    font-family: 'MabryProRegular', sans-serif;
} */
section.comp-case-study-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 80px;
}
section.comp-case-study-images img {
    width: 100%;
    border-radius: 60px;
}
.comp-case-study-pv .banner-content-pv{margin-top: 0 !important;}
.comp-no-image-article .comp-arti-content ul {
    padding: 0 0 0 27px;
    margin: 0;
}
.comp-no-image-article .comp-arti-content ul li {
    color: #fff;
    padding: 0 0 7px 0;
}
.comp-main-arti-sec {
    position: relative;
}
.comp-main-arti-sec .e-con-inner{position: relative;}
.comp-main-arti-sec .comp-post-article-div {
    position: absolute;
    text-align: right;
}
.feature-img-blog-pv .elementor-widget-container {
    position: relative;
}
.comp-articles .feature-img-blog-pv .elementor-widget-container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    content: '';
    height: 100%;
}
.single-comp-articles{
	background-image: url(https://compelify.com/wp-content/uploads/2025/01/article-bg.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.comp-single-post-template {
    width: 100%;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

/*-----sidebar styles-----*/
.comp-single-post-template .comp-sidebar-area {
    width: 25%;
}

/*-----about widget styles-----*/
.comp-singlepost-about-widget .comp-about-image img.comp-with-hover{
	display: none;
}
.comp-singlepost-about-widget:hover .comp-about-image img.comp-without-hover{
	display: none;
}
.comp-singlepost-about-widget:hover .comp-about-image img.comp-with-hover{
	display: block !important;
}
.comp-singlepost-about-widget .comp-about-image img {
    width: 100%;
}
.comp-singlepost-about-widget {
    background: linear-gradient(2deg, #000013 0%, #151525 100%);
    padding: 32px 23px 32px;
    margin-bottom: 0px;
    text-align: center;
}
.comp-singlepost-about-widget ul.comp-about-social li a {
    color: #f15a24;
    line-height: 24px;
    font-size: 16px;
}
.comp-new-post {
    overflow: hidden;
}
/* .comp-new-post img{
    transition: 0.3s ease-out;
}
.comp-new-post img:hover {
    transform: scale(1.03);
} */
.comp-about-name strong {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    max-width: 200px;
    margin: 0 auto;
}
.comp-singlepost-about-widget h3 {
    font-size: 20px !important;
    line-height: 24.8px !important;
    font-weight: 600 !important;
    color: #00d6b1 !important;
    margin: 0 0 26px;
    text-transform: uppercase;
}
.comp-content-area h4 {
    color: #02F7F3 !important;
    margin-bottom: 24px;
    margin-top: 30px;
}
.single-new-post .elementor-toc__header {
    margin-bottom: 20px;
}
.comp-about-image img {
    max-width: 100%;
    height: auto;
}
.comp-about-image {
    margin-bottom: 13px;
}
.comp-about-name p {
    padding: 17px 0 8px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}
.comp-date-pub {
    text-align: center;
}
.comp-date-pub time {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #CCCCCC;
}
ul.comp-about-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.comp-about-social li {
    list-style: none;
    border: none;
    display: inline-block;
    padding: 17px 0 23px;
    margin: 0 5px;
}

ul.comp-about-social li img {
    width: 25px;
    height: 25px;
}
/*-----about widget styles end-----*/

/*-----featured post widget styles-----*/
.comp-featuredpost-widget {
    background: linear-gradient(2deg, #000013 0%, #151525 100%);
    padding: 32px 23px 32px;
    margin-bottom: 0px;
    text-align: center;
}

.comp-featuredpost-widget h3 {
    font-size: 20px !important;
    line-height: 24.8px !important;
    font-weight: 600 !important;
    color: #1894c4 !important;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.comp-featuredpost-image img {
    max-width: 100%;
    height: auto;
}

.comp-featured-title{
    padding-top: 20px;
}
.comp-featured-title a{
    color: #fff !important;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
}
.comp-blog-desc p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 16px 0 16px 0;
    padding: 0 10px;
	color: #fff;
}
.comp-featuredpost-btn{
    color: #F607FC !important ;
    font-size: 16px;
    padding-bottom: 1px;
    border-bottom: 1px solid rgb(107 114 128 / .6);
    text-decoration: none;
}
.single-post-comp-btn {
    margin: 0 !important;
}
/*-----featured post widget styles end-----*/

/*-----featured post widget styles-----*/
.comp-recentpost-widget {
    background: linear-gradient(2deg, #000013 0%, #151525 100%);
    padding: 32px 23px 32px;
    margin-bottom: 0px;
    text-align: center;
}

.comp-recentpost-widget h3 {
    font-size: 20px !important;
    line-height: 24.8px !important;
    font-weight: 600 !important;
    color: #4667d3 !important;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.comp-recentpost-holder {
    display: flex;
    gap: 15px;
    margin-top: 16px !important;
    align-items: start;
}
.comp-recentpost-holder:first-child {
    margin-top:0;
}
.comp-recentposts-image img {
    width: 100%;
}
.comp-recentposts-wrapper .comp-post-desc {
    text-align: left;
    width: 70%;
}
.comp-post-desc a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-top: -4px;
}
/* .comp-post-desc a:hover{
	color: #00f29b !important;
} */
.comp-recentposts-wrapper .comp-recentposts-image {
    width: 30%;
}
.comp-browser-cate-inner-num {
    font-size: 14px;
    line-height: 20px;
    color: #6b7280;
}
/*-----featured post widget styles end-----*/
/*-----Browse By Category styles-----*/
.comp-browser-cate {
    background: linear-gradient(2deg, #000013 0%, #151525 100%);
    padding: 32px 23px 32px;
    margin-bottom: 0px;
}
.comp-browser-cate h3.comp-browser-cate-title {
    font-size: 20px !important;
    line-height: 24.8px !important;
    font-weight: 600 !important;
    color: #6d51dc !important;
    margin: 0 0 26px;
    text-transform: uppercase;
}
.comp-browser-cate-item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}
.comp-browser-cate-item-content .comp-browser-cate-inner a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}
/* .comp-browser-cate-item-content .comp-browser-cate-inner a:hover {
    color: #F607FC !important;
} */
/*-----Browse By Category styles-----*/
/*-----Follow Me styles-----*/
.comp-follow-me{
    background: linear-gradient(2deg, #000013 0%, #151525 100%);
    padding: 32px 23px 32px;
    margin-bottom: 0px;
    text-align: center;
}
.comp-follow-me h3{
    font-size: 20px !important;
    line-height: 24.8px !important;
    font-weight: 600 !important;
    color: #a333e9 !important;
    margin: 0 0 26px;
    text-transform: uppercase;
}
.comp-follow-me-social ul {
    padding: 0 !important;
    margin: 0 !important;
}
/* .comp-follow-me-social ul li {
    list-style: none;
    display: inline-block;
    box-shadow: 0 1px 3px 0 rgb(21 23 26 / .1);
    background: #fff;
    width: 43px;
    height: 44px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    margin: 0 4px;
} */
.comp-follow-me-social ul li {
    list-style: none;
    display: inline-block;
    line-height: 45px;
    margin: 0 11px;
}
.comp-follow-me-social ul li i {
    color: #101010;
    font-size: 17px;
}
/* .comp-follow-me-social ul li:hover{
	background: #F15A24 !important;
}
.comp-follow-me-social ul li:hover i{
	color: #fff !important;
} */
a.comp-featuredpost-btn {
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 20px;
}
/*-----Follow Me styles-----*/
/*-----content styles-----*/
.comp-single-post-template .comp-content-area {
    width: 75%;
}
.comp-recentpost-holder:hover .comp-post-desc {
    padding: 5px 7px 1px 1px;
}
.comp-recentpost-holder:hover {
    background: linear-gradient(100deg, #00d6b1, #ff00ff) !important;
}
.comp-single-post-template .comp-content-area img {
    width: 100%;
}
section.comp-article-detail .comp-article-featured-image img {
    width: 100%;
}
section.comp-article-detail .comp-left-image-article .comp-arti-image{
    float: left;
	 margin: 0px 30px 10px 0;
}
section.comp-article-detail .comp-right-image-article .comp-arti-image {
    float: right;
    margin: .5em 0 .5em 1em;
}
.comp-bottom-content p {
    margin-top: 1px;
}
/* section.comp-article-detail .comp-left-image-article .comp-arti-image, section.comp-article-detail .comp-right-image-article .comp-arti-image {
    width: 20%;
} */
section.comp-article-detail .comp-left-image-article .comp-arti-image img {
    width: 100%;
}
.comp-right-image-article .comp-arti-image img {
    width: 100%;
}
section.comp-article-detail .comp-left-image-article .comp-arti-content, section.comp-article-detail .comp-right-image-article .comp-arti-content{
    width: 100%;
}
.comp-full-image-article .comp-arti-full-image img{
    width: 100%;
}
.comp-content-area p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 26px;
}
.comp-full-image-article .comp-artic-full-content h4.wp-block-heading {
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    margin-bottom: 17px;
}
.comp-arti-full-image {
    margin-bottom: 40px;
}
.comp-full-image-article ul {
    padding: 0;
    margin: 0 20px 20px 20px !important;
}
.comp-full-image-article ul li {
    color: #fff;
    font-size: 20px;
    padding-bottom: 3px;
}
/*
Single-post-new-style-end */
/* Featured-Article-Style-Start */
  .comp-article-feature .feat-article-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 26px;
    align-items: start;
}
.comp-article-feature-wrap {
    padding: 0 0px;
    margin-bottom: 90px;
}
.comp-article-feature .feat-article-row .feat-article-column1 {
    width: 64%;
}
.comp-article-feature .feat-article-row .feat-article-column1 .feat-article-image img {
    width: 100%;
    height: 391px;
    object-fit: cover;
    object-position: left;
}
.comp-article-feature .feat-article-row  .feat-article-column2{
    width: 33%;
}
.article-column .comp-article-load-more{
	margin-top: 30px;
}
.category-blogs-column .comp-blog-load-more{
	margin-top: 10px;
}
.article-column .comp-article-load-more a, .category-blogs-column .comp-blog-load-more a {
    background: #000 !important;
    position: relative;
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    gap: 21px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    line-height: 22px;
    margin: 0 auto;
}

.article-column .comp-article-load-more a:hover, .category-blogs-column .comp-blog-load-more a:hover {
    background: linear-gradient(100deg, #00d6b1, #ff00ff) !important;
}

.comp-article-feature .feat-article-row .feat-article-conetnt a{
    background: #000 !important;
    position: relative;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    gap: 21px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 17px;
    line-height: 22px;
    bottom: 0;
}
.comp-full-width-section{
	display: unset !important;
}
.comp-full-width-section .comp-article-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 20px;
}
section.article-blog-sec.Article-Feature  .article-blog-row.comp-full-width-section .article-column .feat-article-row {
    height: 405px;
	margin-bottom: 0px;
	align-items: center !important;
}
.comp-article-feature .feat-article-row .feat-article-conetnt a:before, .article-column .comp-article-load-more a:before, .category-blogs-column .comp-blog-load-more a:before{
	content: '';
	background: linear-gradient(100deg, #00d6b1, #ff00ff) !important;
	position: absolute;
    inset: 0;
    padding: 3px;
    z-index: 1;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
    border-radius: 0px;
    height: 52px;
}
.comp-article-feature .feat-article-row  .feat-article-column2 .feat-article-conetnt h3 {
    font-size: 20px;
    line-height: 24px;
    background: var(--CVC-Gradient, linear-gradient(90deg, #00DBB6 29%, #FD01FE 236%));
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-family: "Montserrat", Sans-serif;
	    margin-top: -6px;
	    -webkit-text-fill-color: transparent;
}
.comp-article-feature .feat-article-row  .feat-article-column2 .feat-article-conetnt h3::selection, section.Article-Feature .feat-article-row .feat-article-column2 .feat-article-conetnt h3::selection{
	-webkit-text-fill-color: #fff !important;
}
.comp-article-feature .feat-article-row  .feat-article-column2 .feat-article-conetnt p {
    color: #fff;
    font-size: 21px;
    line-height: 29px;
	margin-bottom: 15px;
}
.comp-article-feature .feat-article-row .feat-article-column2 .feat-article-conetnt h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 10px 0px 15px;
}
/* Featured-Article-Style-End */

/*     section.Article-Feature {
        background: #040417;
    } */

    section.article-blog-sec.Article-Feature .article-blog-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    section.Article-Feature .feat-article-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 26px;
        align-items: end;
    }
.article-blog-sec .category-blogs-column .category-blog-box::before {	z-index: 1 !important;
}
    section.article-blog-sec.Article-Feature .feat-article-row .feat-article-column1 {
        width: 56%;
    }

    section.article-blog-sec.Article-Feature .feat-article-row .feat-article-column1 .feat-article-image img {
        width: 100%;
    }

    section.article-blog-sec.Article-Feature .feat-article-row .feat-article-column1 .divider-cate {
        background: linear-gradient(90deg, #00DBB6 0%, #FD01FE 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        mask-composite: exclude;
        inset: 0;
        padding: 1px;
        margin-top: 0px;
        margin-bottom: 8px;
        width: 84%;
    }

    section.article-blog-sec.Article-Feature .feat-article-row .feat-article-column1 .feat-article-image {
        padding-bottom: 12px;
    }

section.article-blog-sec.Article-Feature .feat-article-row .feat-article-column1 .feat-article-image-content {
    padding-left: 20px;
}

    .feat-article-image-content p {
        color: #fff;
        margin-bottom: 0;
        font-size: 14px !important;
		line-height: 18px;
    }

    section.article-blog-sec.Article-Feature .feat-article-row .feat-article-column1 .feat-article-image-content h4 {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
    }

    section.Article-Feature .feat-article-row .feat-article-column2 {
        width: 42%;
    }

section.Article-Feature .feat-article-row .feat-article-conetnt a {
    background: #000 !important;
    position: relative;
    width: 93%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    gap: 21px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    bottom: 6px;
}
.comp-singlepost-about-widget:hover {
    background: linear-gradient(117deg, #00d6b1 9%, #151525 50%) !important;
}
.comp-singlepost-about-widget:hover h3.comp-about-title, .comp-featuredpost-widget:hover h3, .comp-recentpost-widget:hover h3, .comp-browser-cate:hover h3, .comp-follow-me:hover h3, .elementor-element-fe2fa83:hover h3 {
    color: #fff !important;
}
.comp-featuredpost-widget:hover {
    background: linear-gradient(132deg, #1894c4 9%, #151525 52%) !important;
}
.comp-recentpost-widget:hover {
    background: linear-gradient(132deg, #4667d3 9%, #151525 52%) !important;
}
.comp-browser-cate:hover{
	 background: linear-gradient(132deg, #6d51dc 9%, #151525 52%) !important;
}
.comp-follow-me:hover{
	 background: linear-gradient(132deg, #a333e9 9%, #151525 52%) !important;
}
.elementor-element-fe2fa83:hover{
	 background: linear-gradient(132deg, #FF00FF 9%, #151525 52%) !important;
}
section.industury-new-search {
    margin-bottom: 20px;
}
    section.Article-Feature .feat-article-row .feat-article-conetnt a:before {
        content: '';
        background: linear-gradient(100deg, #00d6b1, #ff00ff) !important;
        position: absolute;
        inset: 0;
        padding: 3px;
        z-index: 1;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        mask-composite: exclude;
        border-radius: 0px;
        height: 51px;
    }
    .banner-content-pv .feature-img-blog-pv img {
        height: auto !important;
        padding-top: 0 !important;
    }
    section.Article-Feature .feat-article-row .feat-article-column2 .feat-article-conetnt h3 {
        font-size: 18px;
        line-height: 23px;
        background: var(--CVC-Gradient, linear-gradient(90deg, #00DBB6 29%, #FD01FE 236%));
        background-clip: text !important;
        -webkit-background-clip: text !important;
        font-family: "Montserrat", Sans-serif;
		margin-bottom: 9px;
		-webkit-text-fill-color: transparent;
    }
section.article-blog-sec.Article-Feature .article-column .feat-article-row {
    border: 5px solid #fff;
    padding: 14px 9px 28px;
    margin-bottom: 30px;
    gap: 10px;
    height: 398px;
    align-items: start;
}
section.Article-Feature .feat-article-row .feat-article-conetnt a line, section.Article-Feature .feat-article-row .feat-article-conetnt a polyline, .feat-article-conetnt a line, .feat-article-conetnt a polyline{
	stroke: #ffffff !important;
}
.article-blog-row .article-column .comp-article-scroll,  .article-blog-row .feat-blogs-column .category-blogs-column .comp-blog-scroll{
    height: 823px;
    overflow: hidden;
    overflow-y: scroll;
}

.feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image, .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image img{
	    height: 170px;
}
.feat-blogs-column .category-blogs-column .category-blog-box a h3 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}
.feat-blogs-column .category-bg-box .comp-an-wrap {
	height: 103px;
}
.feat-blogs-column .category-blogs-column .category-blog-box .blog-content {
    height: 216px;
}
.feat-blogs-column .category-blogs-column .category-blog-box .category-bg-box {
    height: 390px;
}
section.Article-Feature .feat-article-row .feat-article-column2 .feat-article-conetnt p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 26px;
    font-weight: 500;
}

section.Article-Feature .feat-article-row .feat-article-column2 .feat-article-conetnt h2 {
    color: #fff;
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 13px;
}
.article-blog-sec .feat-blogs-column .category-blogs-column .comp-ind-blog-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.comp-full-width-section .category-blogs-column .comp-ind-blog-content{
    grid-template-columns: repeat(4, 1fr) !important;
}
.article-blog-sec .feat-blogs-column .category-blogs-column .category-blog-box .category-bg-box {
    z-index: 9;
}
.article-blog-sec .feat-blogs-column .category-blogs-column .category-blog-box {
    width: unset;
    margin-bottom: 20px;
	height: fit-content;
}
.article-blog-sec h2.article-heading {
    text-align: center;
}
/* }
 * 
 * 
Team-Member-Css-Start */
.cvi-team-column.cvi-team-mem1 .cvi-team-mem-box .cvi-member-image img {
    width: 100%;
    height: 263px;
    object-fit: cover;
}
.cvi-team-column.cvi-team-mem1 .cvi-team-mem-box .cvi-team-info {
	text-align: center;
}
/* .cvi-team-column.cvi-team-mem1 .cvi-team-mem-box .cvi-team-info {
    display: none !important;
} */
.cvi-team-column.cvi-team-mem1 .cvi-team-mem-box .cvi-member-image img.team-with-hover, .cvi-team-column.cvi-team-mem1 .cvi-team-mem-box .cvi-member-image:hover .team-without-hover{
  display: none;
}
.cvi-team-column.cvi-team-mem1 .cvi-team-mem-box .cvi-member-image:hover img.team-with-hover{display: block; cursor: pointer;}
section.cvi-team-sec .cvi-team-row {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}
section.cvi-team-sec .cvi-team-row .cvi-team-column {
    width: 14.2%;
}
.cvi-team-column.cvi-team-mem1:hover .cvi-member-image img.team-with-hover {
    display: block;
}
.cvi-team-column.cvi-team-mem1:hover .cvi-member-image img.team-without-hover {
    display: none;
}
section.cvi-team-sec .cvi-team-row .cvi-team-column .cvi-team-info h2{
  color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 0;
}
section.cvi-team-sec .cvi-team-row .cvi-team-column .cvi-team-info p{
  	color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
	 padding: 0 20px;
}
section.cvi-team-sec .cvi-team-row .cvi-team-column .cvi-member-image {
    padding-bottom: 16px;
}

/* 
Team-Member-Css-End */
.elementor-widget-n-carousel .e-n-carousel.offset-right {
    padding-inline-end: 0px !important;
    padding-inline-start: 0 !important;
}
.comp-pdf-viewer .pdf-viewer iframe {
    height: 80rem;
}
.features-categories.compelify-fillter-tabs .compelify-tabs {
    padding: 40px 0 40px 0;
}
.page-id-7890 .slider-btn-compelify a, .page-id-8634 .slider-btn-compelify a  {
    background: #000 !important;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.page-id-8634 .services-list .tabs-container nav ul li {
 	padding: 1rem 0;
    cursor: pointer;
    color: #A7A7A7;
    padding-top: calc(5px / 2) !important;
    margin-top: calc(5px / 2) !important;
}
.page-id-7890 .slider-btn-compelify a:before, .page-id-8634 .slider-btn-compelify a:before{
	content: '';
	background: linear-gradient(100deg, #00d6b1, #ff00ff) !important;
	position: absolute;
    inset: 0;
    padding: 3px;
    z-index: 1;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
    border-radius: 10px;
    height: 48px;
}
.new-home-comp-pv p {
    line-height: 28.6px !important;
    font-size: 14px !important;
}
.new-home-comp-pv h2 {
    font-size: 16px !important;
    line-height: 31px !important;
}
.term-website-wizards-child .comp-service-box {
    background: linear-gradient(3deg, #0f0f0f 0%, #252528 100%) !important;
}
.contct-popup-content button.btn-close{
    background-color: #fff !important;
    opacity: 1;
    padding: 10px !important;
    border-radius: 100px;
    background-size: 0.6em !important;
}
.ue-simple-popup-inner .ue-simple-popup-close:before {
    content: '';
    background: url('https://compelify.com/wp-content/uploads/2024/11/arrr.png') center / 1em auto no-repeat;
    background-color: #fff !important;
    opacity: 1;
    padding: 10px !important;
    border-radius: 100px;
    background-size: 0.6em !important;
}
.ue-simple-popup-inner .ue-simple-popup-close i.fas.fa-window-close {
    display: none;
}
.contct-popup-content .modal-header{
    background-image: linear-gradient(180deg, #000000 100%, #303030 100%);
}
.contct-popup button:focus{
    color: #fff !important;
}

h2.comp-services-heading.comp-mbl-head {
    display: none;
}

.expert-mble-view {
    display: none !important;
}

.expert-mble-view summary.e-n-accordion-item-title {
    position: relative;
}

.expert-mble-view summary.e-n-accordion-item-title:before {
    position: absolute;
    inset: 0;
    padding: 2px;
    /* z-index: -1; */
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
    content: '';
    border-radius: 6px;
}

.expert-mble-view span.e-n-accordion-item-title-header {
    background: rgb(0, 214, 177);
    background: linear-gradient(to right, #00D6B1 0%, #207CCA 45%, #FF00FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    font-weight: 600 !important;
}

.expert-mble-view span.e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-weight: 400 !important;
    color: #fff;
    font-size: 14px;
}

.contcS-button,
.page-id-4224 .footer-pv-up .contcS-button {
    margin-left: 43px;
}

.align-btn-port .contcS-button {
    margin-left: 0;
}

.styled-btn-form .elementor-field-type-submit {
    width: 49% !important;
}

.contct-popup {
    margin-top: -24px;
}
.contcS-button .elementor-button-wrapper a{
	background: #ff003b !important;
}
.contcS-button .elementor-button-wrapper a:hover{
	background: #000 !important;
}
.contcS-button .elementor-button-wrapper a::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 3px;
    z-index: 1;
    background: transparent;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
    border-radius: 10px;
    height: 48px;
}
.contcS-button .elementor-button-wrapper a:hover::before {
    background: linear-gradient(100deg, #00d6b1, #ff00ff)  !important;

}
.styled-btn-form .elementor-button::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 3px;
    z-index: 1;
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
    border-radius: 10px;
    height: 48px;
}

.contcS-button .elementor-button-wrapper a,
.contct-popup .btn,
.styled-btn-form .elementor-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.styled-btn-form .elementor-button {
    padding: 0 !important;
    background: transparent !important;
    border-radius: 10px !important;
}

.styled-btn-form .elementor-field-type-submit {
    padding: 0 !important;
    margin-left: 6px;
}

.contct-popup .btn {
    border: unset;
}

.contct-popup-content .modal-dialog {
    max-width: 50% !important;
    transform: translate(0px, 60px) !important;
}

.contct-popup-content .modal-dialog .modal-body {
    background-image: linear-gradient(180deg, #000000 40%, #303030 100%);
    background-color: transparent;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.contct-popup-content .modal-dialog .modal-body {
    text-align: center;
}

.contct-popup-content .modal-dialog .modal-body img {
    width: 100%;
}

.contct-popup-content .modal-dialog .modal-body h2 {
    color: #fff;
    text-align: center;
}
.contct-popup .btn,
.styled-btn-form .elementor-button:hover {
    background: linear-gradient(100deg, #00d6b1, #ff00ff) !important;
    border-radius: 10px;
}

.contc-button .elementor-button-wrapper .comp-an-wrap svg {
    height: 20px !important;
}

.comp-an-wrap svg>line,
.comp-an-wrap svg polyline {
    stroke: #ffffff !important;
}

ul.comp-blog-single-cat {
    text-align: center;
    padding: 0;
    margin: 10px 0 0 0;
}
p.com-no-doc {
    color: #fff;
    margin: 0;
}
.Octavia-sec-shadow {
    position: relative;
}

.Octavia-sec-shadow::before {
    background: radial-gradient(at bottom right, #01f2f2 22%, #00ffe021 46%, transparent 58%);
    display: block;
    content: '';
    width: 123rem;
    height: 130rem;
    bottom: -30rem;
    position: absolute;
    z-index: -1;
    right: -13px;
}

/* single Blog page */

.comp-single-blog-content h3 {
    font-size: 20px !important;
    line-height: 26px;
}

.comp-single-blog-content>h2 {
    color: #F607FC !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    margin-bottom: 30px;
}

.comp-single-blog-content h3,
.comp-single-blog-content h5 {
    color: #02F7F3 !important;
    margin-top: 28px !important;
    font-size: 26px !important;
}

.comp-single-blog-content h4 {
    /*     color: #02F7F3 !important; */
    margin-top: 28px !important;
    font-size: 20px !important;
}

.comp-single-blog-content li strong {
    /*     color: #02F7F3 !important; */
    font-size: 18px !important;
}

.comp-single-blog-content p {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}

.comp-single-blog-content li {
    /*     color: #02F7F3 !important; */
    font-size: 16px !important;
    padding: 5px 0;
}

.comp-single-blog-content span.comp-single-date {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}

/* single Blog page */
.portfolio-head h2 span::selection {
    -webkit-text-fill-color: #fff !important;
}

ul.comp-blog-single-cat li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    position: relative;
}

ul.comp-blog-single-cat li:before {
    content: ',';
    position: absolute;
    width: 14px;
    height: 14px;
    right: -5px;
    color: #F607FC;
    top: -1px;
}

ul.comp-blog-single-cat li:last-child:before {
    display: none;
}

ul.comp-blog-single-cat li a {
    color: #F607FC;
    font-size: 18px;
    font-weight: 600;
}

.header-menu-2-pv .current-menu-item a {
    color: #00D6B1 !important;
}

.homepage-head-v h3 {
    text-shadow: 1px 1px #000;
}

.global-hover-pv .elementor-element-populated:hover,
.expert-mble-view .global-hover-pv:hover {
    background: linear-gradient(133deg, rgb(99 255 228 / 31%) 0%, rgba(37, 37, 40, 0.2) 42%) !important;
}

.managment-hover-pv:hover {
    background: linear-gradient(220deg, #85399e61 1%, rgba(37, 37, 40, 0.2) 43%) !important;
}

.expert-mble-view .managment-hover-pv:hover {
    background: linear-gradient(126deg, #85399e61 1%, rgba(37, 37, 40, 0.2) 43%) !important;
}

.quality-hover-pv .elementor-element-populated:hover,
.expert-mble-view .quality-hover-pv:hover {
    background: linear-gradient(133deg, #80ddf954 12%, rgba(37, 37, 40, 0.2) 35%) !important;
}

.category-fillter-column {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

ul.comp-blog-breadcrumbs {
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.comp-blog-breadcrumbs li {
    list-style: none;
    display: inline-block;
    padding: 0 11px;
    color: #fff;
    vertical-align: middle;
    position: relative;
}

ul.comp-blog-breadcrumbs li:before {
    content: '';
    background: url(https://compelify.com/wp-content/uploads/2024/11/breadcrum.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 14px;
    position: absolute;
    right: -7px;
    top: 9px;
}

ul.comp-blog-breadcrumbs li:last-child:before,
ul.comp-blog-breadcrumbs li:first-child:before {
    display: none;
}

ul.comp-blog-breadcrumbs li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

ul.comp-blog-breadcrumbs li a:hover {
    color: #F607FC !important;
}

div#blog-single-top {
    margin-top: -80px !important;
}

.checkb0x-category ul {
    margin: 0;
}

.category-fillter-column .category-sidebar-column {
    width: 25%;
}

.category-fillter-column .category-blogs-column {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.category-fillter-column.comp-homepage-blog .category-blogs-column {
    width: 100% !important;
}

.category-sidebar-column .checkb0x-category ul.list {
    padding: 0;
}

.category-sidebar-column .checkb0x-category li.list__item {
    list-style: none;
    padding: 5px 0;
}

.category-sidebar-column .checkb0x-category .label--checkbox {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 135%;
    cursor: pointer;
    color: #fff;
}

.category-sidebar-column .checkb0x-category .checkbox:checked+.label--checkbox {
    font-weight: 700;
}

.comp-recent-posts ul {
    margin: 0 0 0 4px;
}

.check-with-label:checked+.label-for-check {
    font-weight: bold;
    color: #C3317D !important;
}

.category-sidebar-column .checkb0x-category .checkbox {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

.category-blogs-column .category-blog-box .blog-fea-image {
    overflow: hidden;
    height: 190px;
}

.category-blogs-column .category-blog-box .blog-fea-image img {
    width: 100%;
    transition: 0.3s;
    height: 200px;
    object-fit: cover;
}

.category-blogs-column .category-blog-box .blog-fea-image img:hover {
    transform: scale(1.1);
}

.category-blogs-column .category-blog-box {
    width: 32.4%;
    position: relative;
    margin-bottom: 5px;
}

.category-blogs-column .category-blog-box .category-bg-box {
    padding: 0px 0px 10px 0;
    background-color: transparent;
    background-image: linear-gradient(2deg, #000013 0%, #151525 100%);
    margin: 4px;
    position: relative;
    height: 430px;
}

.category-blogs-column .category-blog-box::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 4px;
    z-index: -1;
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
}

.category-blogs-column .category-blog-box .blog-content {
    padding: 13px 21px 0;
    height: 236px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.category-bg-box .comp-an-wrap {
    height: 126px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.category-blogs-column .category-blog-box a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 27px;
}

.category-blogs-column .category-blog-box a h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

.category-blogs-column .category-blog-box .divider-cate {
    background: linear-gradient(90deg, #00DBB6 0%, #FD01FE 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
    inset: 0;
    padding: 1px;
    margin-top: 0px;
    margin-bottom: 14px;
}

.category-blogs-column .category-blog-box p.publish-date {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px !important;
}

.category-blogs-column .category-blog-box h4.author-name {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}

.comp-search-bar {
    background: transparent;
    border-radius: 32px !important;
    border: unset !important;
    position: relative;
    padding: 8px 24px;
}

.comp-search-bar:before {
    position: absolute;
    inset: 0;
    padding: 2px;
    z-index: -1;
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
    content: '';
    border-radius: 29px;
}
.industury-new-search .comp-search-bar {
    width: 25%;
    margin: 0 0 0 auto !important;
}
.category-fillter-column .category-sidebar-column .comp-search-bar input, .industury-new-search .comp-search-bar input{
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #e0e0e000;
    width: 100%;
    font-size: 14px;
    line-height: 14.63px;
    color: #fff;
    font-weight: 400;
    z-index: 99;
    position: relative;
}

.category-fillter-column .category-sidebar-column .comp-sidebar h3,
.checkb0x-category h3 {
    font-size: 30px !important;
    margin-top: 22px;
    margin-bottom: 9px;
    color: #00c7c7 !important;
}

.category-fillter-column .category-sidebar-column .comp-sidebar ul li a:hover,
.category-sidebar-column .checkb0x-category .label--checkbox:hover,
.table-com ul.elementor-toc__list-wrapper a:hover {
    color: #f607fc !important;
}

.category-fillter-column .category-sidebar-column .comp-sidebar ul {
    list-style: none;
    padding-left: 0;
}

.category-fillter-column .category-sidebar-column .comp-sidebar ul li {
    margin-bottom: 10px;
}

.category-fillter-column .category-sidebar-column .comp-sidebar ul li a {
    text-decoration: none;
    font-size: 20px;
    font-family: Arial, sans-serif;
    line-height: 26px;
    cursor: pointer;
    color: #fff;
}

.comp-hide-images {
    display: none;
}

.ue-simple-popup-overlay {
    padding: 0 !important;
    height: 500px !important;
    background-color: #000000e0 !important;
}

.sticky-header-pv {
    position: fixed !important;
    width: 100% !important;
    line-height: 68px;
    transition: all 0.4s ease !important;
}

.comp-single-blog-content {
    background: linear-gradient(360deg, #0e0e0e 52%, #232325 100%);
    padding: 30px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.comp-single-blog-content h2 {
    color: #00c7c7;
    font-size: 35px;
    margin-bottom: 15px;
}

.comp-single-blog-content p,
.comp-single-blog-content li {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.comp-single-blog-content a {
    color: #00c7c7 !important;
}

.comp-single-blog-content a:hover {
    color: #f607fc !important;
}

.comp-single-blog-content ol,
.comp-single-blog-content ul {
    margin: 0 0 15px 0 !important;
    padding-left: 18px !important;
}

.table-com ul.elementor-toc__list-wrapper {
    margin: 0;
}

.table-com .elementor-toc__list-item {
    margin-bottom: 0 !important;
}

.table-com .elementor-toc__list-item a:hover {
    text-decoration: none !important;
}

.table-com ul.elementor-toc__list-wrapper a {
    color: #fff !important;
}

.comp-single-author-profile {
    display: flex;
    align-items: center;
    background: linear-gradient(360deg, #0e0e0e 52%, #232325 100%);
    padding: 30px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    gap: 30px;
}

.comp-hero-content-dum h1 {
    font-weight: 600 !important;
    text-shadow: 1px 2px #000000;
    text-transform: uppercase;
    font-size: 70px !important;
}

.comp-services-heading::selection {
    -webkit-text-fill-color: #fff !important;
}

.addtoany_list {
    line-height: 28px !important;
}

.addtoany_list a {
    border: 2px solid #fff !important;
    border-radius: 50px;
    padding: 3px 3px 0 !important;
    margin: 0 10px;
}

.comp-single-author-info {
    width: 80%;
}

.comp-single-author-info .elementor-menu-anchor {
    display: none !important;
}

.comp-single-author-info h3 {
    margin: 0;
    font-size: 35px;
}

.comp-single-head-icon {
    display: flex;
    justify-content: space-between;
}

.comp-single-author-info p {
    font-size: 22px;
    margin: 20px 0 0;
    line-height: 1.5;
    color: #fff;
}

.comp-single-social-icons {
    display: flex;
    margin-top: 10px;
}

.comp-single-social-icons a {
    text-decoration: none;
    transition: color 0.3s;
    border: 2px solid #fff;
    border-radius: 51%;
    padding: 1px;
    margin: 0 7px;
}

.comp-single-author-info .comp-single-social-icons a i {
    color: #fff;
    padding: 9px !important;
    font-size: 22px;
    border: unset !important;
}

.addtoany_shortcode {
    text-align: center;
}

/* 
.comp-single-social-icons a:hover {
    background: linear-gradient(100deg, #ff4081, #00d6b1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.comp-single-author-profile i.fab.fa-facebook,
.comp-single-author-profile i.fab.fa-x-twitter,
.comp-single-author-profile i.fab.fa-instagram,
.comp-single-author-profile i.fab.fa-linkedin {
    border: 2px solid;
    border-radius: 50px;
    padding: 5px;

}

.comp-follow-me-social i.fab {
    padding: 8px;
    font-size: 22px;
}
.comp-follow-me-social{
	display:flex;
	justify-content:center;
}

#portfolioModal #zoom-image {
    max-width: 100%;
    max-height: 100%;
}

#portfolioModal .zoom-controls {
    position: relative;
    z-index: 99;
    display: none;
}

#portfolioModal .zoom-btn {
    background: linear-gradient(168deg, #0e0e0e 42%, #232325 100%);
    color: white;
    border: none;
    padding: 2px 10px;
    font-size: 16px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#portfolioModal .zoom-btn:hover {
    background-color: #0056b3;
    /* Darken button color on hover */
}

#portfolioModal .zoom-btn:active {
    transform: scale(0.95);
    /* Add a slight "pressed" effect on click */
}

#portfolioModal .zoom-btn:focus {
    outline: none;
    /* Remove the default focus outline */
}

#portfolioModal #zoom-image {
    transition: transform 0.2s ease;
    /* Smooth zoom transitions */
    cursor: default;
    /* Default cursor */
}

#portfolioModal #zoom-image.grab {
    cursor: grab;
    /* Cursor when zoomed in */
}

#portfolioModal #zoom-image.grabbing {
    cursor: grabbing;
    /* Cursor while dragging */
}

/* image zoom end */




.page-id-5646 .elementor-location-footer,
.page-id-5754 .elementor-location-footer,
.term-dummy-cat .elementor-location-footer {
    display: none !important;
}

.dummy-2-banner {
    position: relative;
}

.dummy-2-wave {
    position: absolute;
    bottom: 0;
}

.main-banners {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 0;
    left: 0;
}

.banner-bg-image-pv img {
    height: 800px !important;
}

.banner-ani-content {
    position: absolute;
}

.banner-wave-images {
    position: absolute;
    bottom: -60px;
}

.comp-hero-section-dum {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.comp-overlay-dum {
    width: 100%;
}

.comp-overlay-dum img {
    width: 100%;
}

.comp-hero-section-inner-dum {
    position: absolute;
}

.comp-hero-content-dum {
    text-align: center;
}

.comp-hero-content-dum p {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    text-shadow: 1px 1px 0px #000000;
}

#portfolioModalLabel {
    color: #000 !important;
}

#portfolioModal iframe img {
    width: 100% !important;
}

.uc-active .elementor-element-f40de63 {
    padding-top: 110px;
}

.compley-tabs .e-n-tabs-content {
    position: relative;
    padding: 3px;
}

.compley-tabs .e-n-tabs-content:before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 4px;
    z-index: -1;
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
}

.compley-tabs .e-n-tabs-heading {
    justify-content: space-between !important;
}

.compley-tabs .e-n-tab-title {
    position: relative;
    z-index: 1;
    height: 66px;
    padding: 5px 56px;
}

.compley-tabs .e-n-tab-title span.e-n-tab-icon {
    height: 66px;
}

.compley-tabs .e-n-tab-title:before {
    inset: 0;
    position: absolute;
    content: '';
    padding: 2px;
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
}

body {
    background-color: #0a0a0a !important;
        background-image: linear-gradient(180deg, #000013 53%, #151525 100%) !important;
    background-attachment: unset !important;
}

.header-2 {
    transform: translatey(-270px);
    -moz-transition: all .3s ease !important;
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
}

.comp-single-head-icon h2 {
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
}

.elementor-sticky--effects.header-2 {
    height: auto !important;
    transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
    display: none !important;
}

p {
    margin-bottom: 1em;
}

.sidebar-custom-css,
.sidebar-main {
    margin-top: 550px !important;
}

.comments-area {
    display: none !important;
}

.pv-sticky {
    line-height: 48px;
    /*     background-image: linear-gradient(180deg, #000000 40%, #303030 100%); */
    background: #000;
    padding: 0 0 2px 0 !important;
}

.main-banner-image,
.main-footer-style {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    justify-content: center !important;
}

.banner-content-pv,
.comp-hero-section-inner-dum {
    position: absolute !important;
    margin-top: -200px !important;
}

.main-footer-style .footer-pv-up {
    position: absolute;
    padding-top: 190px;
}

.compelify-fillter-tabs .compelify-tabs .btn {
    border: none;
    background: linear-gradient(2deg, #000013 0%, #151525 100%);
    border-radius: 0;
    color: #ffffff;
    padding: 16px 20px;
    text-decoration: none;
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 116px;
    justify-content: center;
    box-shadow: 0px 0px 11px #00000069;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 13px !important;
    cursor: pointer;
	white-space: pre-line
}

div#comp-menu {
    position: relative;
    z-index: 1;
}

.compelify-fillter-tabs .compelify-tabs .btn img {
    width: 68px;
    height: 79px;
}

.compelify-fillter-tabs .compelify-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    /*     background: linear-gradient(177deg, #0F0F0F 42%, #252528 100%); */
    padding: 40px 0 100px 0;
}

/* 
  .active {
    background: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
  } */
#compelify-tabs-parent .box {
    padding: 10px;
    height: auto;
    width: 980px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    margin: 20px auto;
}

#compelify-tabs-parent .compli-advertise-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

#compelify-tabs-parent .comp-list .compli-advertise-content {
    display: unset !important;
}

#compelify-tabs-parent .comp-list .adver-inner {
    width: 100% !important;
    margin-bottom: 50px;
}

#compelify-tabs-parent .comp-list .adver-inner .advertise-box {
    display: none !important;
}

#compelify-tabs-parent .comp-list .adver-inner h2 {
    font-size: 30px !important;
    line-height: 44px !important;
    width: 100% !important;
	   margin-top: 0px !important;
}

#compelify-tabs-parent .comp-list .adver-inner p {
    font-size: 18px !important;
    line-height: 24px !important;
}

#compelify-tabs-parent .comp-list .adver-inner h4 {
    font-size: 14px !important;
    line-height: 18px !important;
}

#compelify-tabs-parent .adver-inner {
    width: 295px;
    height: 360px;
    padding: 24px;
    color: #000;
    background: linear-gradient(2deg, #000013 0%, #151525 100%);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.comp-list .adver-inner {
    height: 280px !important;
}

#compelify-tabs-parent .comp-gallry-port,
#compelify-tabs-parent .list-btn-comp {
    display: none;
}

#compelify-tabs-parent .comp-list .list-btn-comp {
    display: block !important;
}

#compelify-tabs-parent .comp-list .comp-gallry-port {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

#compelify-tabs-parent .comp-list .comp-gallry-port.port-style-4 {
    justify-content: space-between !important;
    gap: 0px !important;
}

#compelify-tabs-parent .comp-list a.list-btn-comp {
    margin: 20px 0px 50px 0;
}

#compelify-tabs-parent .comp-list {
    width: 1140px;
}

.comp-gallry-port.port-style-1 .comp-gallry-list {
    width: 32%;
}

.comp-gallry-port.port-style-5 .comp-gallry-list {
    width: 32%;
}

.comp-gallry-port.port-style-6 .comp-gallry-list {
    width: 23%;
}

#compelify-tabs-parent .adver-inner h2 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
    line-height: 24px;
    width: 147px;
}

#compelify-tabs-parent .adver-inner h4 {
    color: #fff;
    font-weight: 400;
    font-size: 8px;
		margin-top: 0px !important;
    line-height: 9px;
		margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

#compelify-tabs-parent .compli-advertise-content .adver-inner h4 span {
    background: #74FAE0;
    width: 9px;
    height: 8px;
    border-radius: 100%;
    display: block;
    padding: 5px;
}

#compelify-tabs-parent .adver-inner p {
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
	margin-bottom: 1.6rem !important;
    line-height: 15px;
}

#compelify-tabs-parent .adver-inner .advertise-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

#compelify-tabs-parent .adver-inner .advertise-box img {
    width: 57px;
    height: 65px;
}

#compelify-tabs-parent .adver-inner .advertise-box a,
#compelify-tabs-parent .comp-list a.list-btn-comp {
    color: #cccccc;
    text-decoration: none;
    font-weight: 600;
    font-size: 10px;
    line-height: 12.19px;
    position: relative;
    padding: 7px 10px;
    width: 126px;
    height: 37px;
    text-align: center;
}

#compelify-tabs-parent .comp-list a.list-btn-comp {
    margin: 0 auto 30px !important;
    padding: 10px 0 0 0 !important;
    font-size: 16px !important;
    width: 157px !important;
    height: 44px !important;
}

#compelify-tabs-parent .adver-inner .advertise-box a::before,
#compelify-tabs-parent .comp-list a.list-btn-comp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(90deg, #00DBB6 0%, #FD01FE 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 8px;
}

#compelify-tabs-parent .adver-inner .advertise-box a::after,
#compelify-tabs-parent .comp-list a.list-btn-comp::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('https://compelify.com/wp-content/uploads/2024/07/chevronsmallleft.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}

#compelify-tabs-parent .compli-advertise-content .tyrian-purple-hover h4 span {
    background: #B45FF6 !important;
}

#compelify-tabs-parent .compli-advertise-content .artyclick-magenta-hover h4 span {
    background: #E93EF6 !important;
}

#compelify-tabs-parent .compli-advertise-content .blue-diamond-hover h4 span {
    background: #80DDFA !important;
}

#compelify-tabs-parent .compli-advertise-content .bright-neon-pink-hover h4 span {
    background: #C750F5 !important;
}

#compelify-tabs-parent .compli-advertise-content .blue-ivy-hover h4 span {
    background: #4FB2F8 !important;
}

#compelify-tabs-parent .compli-advertise-content .artyclick-cyan-hover h4 span {
    background: #73FAFC !important;
}
#compelify-tabs-parent .compli-advertise-content .tealish-blue-hover h4 span {
    background: #537bf0 !important;
}
.compelify-tabs .btn:nth-child(1):hover {
    background: linear-gradient(151deg, #00d6b13b 26%, #207cca52 42%, #ff00ff24 80%) !important;
}

.compelify-tabs .btn.active:nth-child(1) {
    background: linear-gradient(96deg, #00d6b13b 0%, #207cca52 55%, #ff00ff24 110%) !important;
}

.compelify-tabs .bright-aqua-hover:hover {
    background: linear-gradient(132deg, #6affe454 9%, #25252845 52%) !important;
}

.compelify-tabs .btn.bright-aqua-hover.active {
    background: linear-gradient(132deg, #6affe454 9%, #25252845 52%) !important;
}

.compelify-tabs .tyrian-purple-hover:hover {
    background: linear-gradient(132deg, #b45ff645 9%, #25252845 52%) !important;
}

.compelify-tabs .btn.tyrian-purple-hover.active {
    background: linear-gradient(132deg, #b45ff645 9%, #25252845 52%) !important;
}

.compelify-tabs .artyclick-magenta-hover:hover {
    background: linear-gradient(132deg, #e93ef657 9%, #25252845 52%) !important;
}

.compelify-tabs .btn.artyclick-magenta-hover.active {
    background: linear-gradient(132deg, #e93ef657 9%, #25252845 52%) !important;
}

.compelify-tabs .blue-diamond-hover:hover {
    background: linear-gradient(132deg, #80ddfa61 9%, #25252845 52%) !important;
}

.compelify-tabs .btn.blue-diamond-hover.active {
    background: linear-gradient(132deg, #80ddfa61 9%, #25252845 52%) !important;
}

.compelify-tabs .bright-neon-pink-hover:hover {
    background: linear-gradient(132deg, #c750f554 9%, #25252845 52%) !important;
}

.compelify-tabs .btn.bright-neon-pink-hover.active {
    background: linear-gradient(132deg, #c750f554 9%, #25252845 52%) !important;
}

.compelify-tabs .blue-ivy-hover:hover {
    background: linear-gradient(132deg, #4fb2f861 9%, #25252845 52%) !important;
}

.compelify-tabs .btn.blue-ivy-hover.active {
    background: linear-gradient(132deg, #4fb2f861 9%, #25252845 52%) !important;
}

.compelify-tabs .artyclick-cyan-hover:hover {
    background: linear-gradient(132deg, #73fafc4a 9%, #25252845 52%) !important;
}

.compelify-tabs .btn.artyclick-cyan-hover.active {
    background: linear-gradient(132deg, #73fafc4a 9%, #25252845 52%) !important;
}

.bright-aqua-hover:hover {
    background: linear-gradient(143deg, #6affe454 0%, #25252845 55%) !important;
}
.compelify-tabs .btn.tealish-blue-hover.active {
    background: linear-gradient(132deg, #537bf070 9%, #25252842 52%);
}
.compelify-tabs .tealish-blue-hover:hover {
    background: linear-gradient(132deg, #537bf070 9%, #25252842 52%);
}
.bright-aqua-hover .advertise-box a:hover,
#compelify-tabs-parent .comp-list a.list-btn-comp:hover {
    background: linear-gradient(132deg, #6affe454 9%, #25252845 90%) !important;
    border-radius: 10px;
}

.tyrian-purple-hover:hover {
    background: linear-gradient(143deg, #b45ff645 0%, #25252845 55%) !important;
}

.tyrian-purple-hover .advertise-box a:hover {
    background: linear-gradient(132deg, #b45ff645 9%, #25252845 90%) !important;
    border-radius: 10px;
}

.artyclick-magenta-hover:hover {
    background: linear-gradient(143deg, #e93ef657 0%, #25252845 55%) !important;
}

.artyclick-magenta-hover .advertise-box a:hover {
    background: linear-gradient(132deg, #e93ef657 9%, #25252845 90%) !important;
    border-radius: 10px;
}

.blue-diamond-hover:hover {
    background: linear-gradient(143deg, #80ddfa61 0%, #25252845 55%) !important;
}

.blue-diamond-hover .advertise-box a:hover {
    background: linear-gradient(132deg, #80ddfa61 9%, #25252845 90%) !important;
    border-radius: 10px;
}

.bright-neon-pink-hover:hover {
    background: linear-gradient(143deg, #c750f554 0%, #25252845 55%) !important;
}

.bright-neon-pink-hover .advertise-box a:hover {
    background: linear-gradient(132deg, #c750f554 9%, #25252845 90%) !important;
    border-radius: 10px;
}

.blue-ivy-hover:hover {
    background: linear-gradient(143deg, #4fb2f861 0%, #25252845 55%) !important;
}

.blue-ivy-hover .advertise-box a:hover {
    background: linear-gradient(132deg, #4fb2f861 9%, #25252845 90%) !important;
    border-radius: 10px;
}

.artyclick-cyan-hover:hover {
    background: linear-gradient(143deg, #73fafc4a 0%, #25252845 55%) !important;
}

.artyclick-cyan-hover .advertise-box a:hover {
    background: linear-gradient(132deg, #73fafc4a 9%, #25252845 90%) !important;
    border-radius: 10px;
}
.tealish-blue-hover:hover {
    background: linear-gradient(143deg, #537bf070 0%, #25252842 55%) !important;
}
.elementor-519 .elementor-element.elementor-element-eaca042:not(.elementor-motion-effects-element-type-background),
.elementor-519 .elementor-element.elementor-element-eaca042>.elementor-motion-effects-container>.elementor-motion-effects-layer,
.elementor-519 .elementor-element.elementor-element-def9e35 .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
.elementor-519 .elementor-element.elementor-element-def9e35 .elementor-nav-menu__container.elementor-nav-menu--dropdown,
.elementor-519 .elementor-element.elementor-element-143be93 {
    width: 100%;
    z-index: 9999;
}

.e-n-menu {
    background: linear-gradient(90deg, #00D6B1 25%, #FF00FF 75%);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.header-2 {
    height: 2px !important;
}

.ytp-watermark {
    display: none !important;
}

.elementor-card-shadow-yes .elementor-post__card {
    background: #0a0a0a !important;
    border-radius: 50% !important;
}

.elementor-350 .elementor-element.elementor-element-1f2d1ab .elementor-post__text {
    background: #0a0a0a !important;
}

.elementor-posts .elementor-post__card .elementor-post__title {
    text-align: center !important;
}

.elementor-post.elementor-grid-item.hentry {
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    border-radius: 100%;
    padding: 3px;
    height: 300px;
    width: 300px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #00d6b1 25%, #ff00ff 75%);
    border-radius: 5px;
}

.BLOGS {
    border-color: linear-gradient(90deg, rgba(0, 219, 182, 1) 0%, rgba(32, 124, 202, 1) 20%, rgba(255, 0, 255, 1) 40%, rgba(255, 0, 255, 1) 60%, rgba(32, 124, 202, 1) 80%, rgba(0, 219, 182, 1) 100%) !important;
}

.elementor.elementor-4447.e-loop-item.e-loop-item-1044.post-1044.post {
    width: 100% !important;
    margin: 0 !important;
}

.ast-col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.comp-service-box h3 {
    transform: uppercase;
}

#comp-post-3852 .adver-inner h2 {
    width: 100px;
}

#comp-post-3855 .adver-inner h2 {
    width: 180px !important;
}
#comp-post-3859 .adver-inner h2 {
    width: 157px !important;
}
#comp-post-3858 .adver-inner h2 {
    width: 177px !important;
}

/* #comp-post-3860 .adver-inner h2 {
    width: 280px !important;
} */

#comp-post-3871 .adver-inner h2 {
    width: 180px !important;
}

#comp-post-3869 .adver-inner h2 {
    width: 200px;
}

#comp-post-3862 .adver-inner h2 {
    width: 100px;
}

#comp-post-3866 .adver-inner h2 {
    width: 100px;
}

#comp-post-3864 .adver-inner h2 {
    width: 100px;
}

/* Media Query Start */
@media only screen and (min-width: 1024px) {
    .elementor .elementor-background-video-container {
        transform: scale(1.16);
    }
}

/* portfolio tabs end */
.services-list .tabs-container nav {
    margin: 0 auto;
}

.services-list .tabs-container nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0 0px;
}

.services-list .tabs-container nav ul li {
    padding: 1rem 0 0.5rem;
    cursor: pointer;
    color: #A7A7A7;
    padding-top: calc(5px / 2) !important;
    margin-top: calc(19px / 2) !important;
}

.services-list .tabs-container nav ul li a {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 19.5px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.services-list .tabs-container nav ul li a img {
    width: 26px;
    height: 26px;
}

.services-list .tabs-container nav ul li a:hover {
    text-decoration: none;
}

.services-list .tabs-container nav ul li.active {
    color: #3e4b58;
    border-top: none;
}

/* the nitty gritty */
.services-list .tabs-container nav ul {
    display: flex;
    flex-direction: column;
}

.services-list .tabs-container nav ul li.active:after {
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-top: 5px solid #555;
    content: '';
    position: absolute;
    right: 1.5em;
    top: 1.4em;
    z-index: 9999;
    display: none;
}

.services-list .tabs-container nav ul.expanded li.active:after {
    border-top-color: transparent;
    border-bottom-color: #555;
    top: 1em;
}

.tab-content {
    display: none;
    padding: 15px;
}

.tab-content.current {
    display: inherit;
    color: #fff;
}

.tabs-content-compelify h2 {
    color: #FFFFFF !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 29.26px !important;
}

.tabs-content-compelify p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: 21px;
}

.tabs-content-compelify h2 span {
    background: var(--CVC-Gradient, linear-gradient(90deg, #00DBB6 29%, #FD01FE 236%));
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-family: "Montserrat", Sans-serif;
    -webkit-text-fill-color: transparent;
}

.second-parah-compel {
    margin-top: 80px;
}

/**
Blog section start
**/
.comp-blogs {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    flex-wrap: wrap;
    padding: 8px 0;
}

.comp-blogs a {
    text-decoration: none;
    color: #fff;
}

.comp-blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    border-radius: 50%;
    overflow: hidden;
    width: 290px;
    height: 293px;
}

.comp-blog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    /* Same as the main element */
    padding: 2px;
    /* Adjust border thickness */
    background: linear-gradient(90deg, #00DBB6 0%, #FD01FE 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}

.comp-blog-card .comp-blog-card-img-link {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
}

.comp-blog-card .comp-blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comp-blog-content {
    width: 100%;
    height: 50%;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.comp-blog-title {
    margin: 0;
    text-align: center;
    font-size: 18px !important;
    line-height: 22px !important;
    width: 173px;
}

/* @media only screen and (max-width: 850px) {
    .comp-blogs {
        padding: 8px 80px;
    }
} */
/* 
@media only screen and (max-width: 450px) {
    .comp-blogs {
        padding: 8px 10px;
    }
} */

/**
Blog section end
**/

/* Hero section start */
.comp-hero-section {
    height: 865px;
    background: url(images2/hero-img.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    color: white;
    position: relative;
}

.comp-hero-section-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.comp-overlay {
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0) 46.14%,
            #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comp-hero-content {
    position: relative;
    z-index: 2;
}

.comp-hm-mbl-cats {
    display: none;
}

.comp-hero-content h1 {
    font-size: 40px !important;
    line-height: 48.76px;
    font-weight: 700 !important;
    margin-bottom: 0;
    text-shadow: 3px 3px 4px #000000bf;
    text-transform: uppercase;
}

.comp-hero-content h1 span {
    color: #00ffe0;
}

.comp-hero-content p {
    font-size: 24px;
    line-height: 24.93px;
    font-weight: 400;
    margin-top: 10px;
    text-shadow: 3px 3px 4px #000000bf;
}

.comp-secondary-section {
    margin-top: -400px;
}

.comp-secondary-section img {
    width: 100%;
}

/* Hero section style end */
/* Services section style start */
.comp-services-sec {
    margin-top: 0px;
    position: relative;
}

/*  .term-dummy-cat .artyclick-magenta:before {
    display: block;
    content: '';
    width: 97rem;
    height: 89rem;
    background: radial-gradient(at bottom right, #C750F5 8%, #ffffff00 62%, #25252800 60%); 
    bottom: -39rem;
    position: absolute;
    z-index: -1;
    background: url(https://compelify.com/wp-content/uploads/2024/10/shadow.png);
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    background-size: 100% 100%;
    background-position: center;
}  */
.artyclick-magenta:before {
    display: block;
    content: '';
    width: 97rem;
    height: 89rem;
    background: radial-gradient(at bottom right, #E93EF6 8%, #ffffff00 62%, #25252800 60%);
    bottom: -30rem;
    position: absolute;
    z-index: -1;
}

.bright-aqua:before {
    display: block;
    content: '';
    width: 75rem;
    height: 80rem;
    background: radial-gradient(at bottom left, #00ffe0 8%, #00ffe045 36%, transparent 60%);
    bottom: -28rem;
    position: absolute;
    z-index: -1;
}

.tyrian-purple:before {
    display: block;
    content: '';
    width: 97rem;
    height: 89rem;
    background: radial-gradient(at bottom right, #B45FF6 8%, #25252800 57%, transparent 60%);
    bottom: -29rem;
    position: absolute;
    z-index: -1;
}

.blue-diamond:before {
    display: block;
    content: '';
    width: 92rem;
    height: 100rem;
    background: radial-gradient(at bottom left, #80DDF9 8%, #25252800 53%, transparent 36%);
    bottom: -30rem;
    position: absolute;
    z-index: -1;
}

.tealish-blue:before {
    display: block;
    content: '';
    width: 92rem;
    height: 100rem;
    background: radial-gradient(at bottom left, #537bf0 8%, #25252800 53%, transparent 36%);
    bottom: -30rem;
    position: absolute;
    z-index: -1;
}

.bright-neon-pink:before {
    display: block;
    content: '';
    width: 99rem;
    height: 100rem;
    background: radial-gradient(at bottom right, #C750F5 8%, #25252800 53%, transparent 61%);
    bottom: -30rem;
    position: absolute;
    z-index: -1;
}

.blue-ivy:before {
    display: block;
    content: '';
    width: 86rem;
    height: 93rem;
    background: radial-gradient(at bottom right, #4FB2F8 8%, #25252800 59%, transparent 0%);
    bottom: -30rem;
    position: absolute;
    z-index: -1;
}

.artyclick-cyan:before {
    display: block;
    content: '';
    width: 86rem;
    height: 86rem;
    background: radial-gradient(at bottom right, #73FAFC 9%, #25252800 59%, transparent 50%);
    bottom: -30rem;
    position: absolute;
    z-index: -1;
}

.comp-left-align:before {
    right: -304px;
    left: unset !important;
}

.comp-right-align:before {
    right: unset !important;
    left: -304px;
}

.bright-aqua.comp-left-align::before,
.blue-diamond.comp-left-align::before,
.tealish-blue.comp-left-align::before {
    transform: rotate(271deg);
}

.artyclick-cyan.comp-right-align:before,
.bright-neon-pink.comp-right-align::before,
.blue-ivy.comp-right-align::before {
    transform: rotate(90deg);
}

.tyrian-purple.comp-right-align::before,
.artyclick-magenta.comp-right-align::before {
    transform: rotate(90deg);
    left: -404px;
}

.comp-services-heading {
    background: linear-gradient(90deg, #00dbb6 0%, #fd01fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 24px !important;
    line-height: 29.26px !important;
    font-weight: 700 !important;
    width: 850px;
    margin: 0 auto 70px;
    padding-top: 20px;
}

.comp-services-container {
    padding: 0 20px;
    position: relative;
    /* background-color: #060606; */
    display: flex;
    /*     background: url("../images/Vector.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.comp-services-section {
    padding: 20px;
}

.comp-left-align .comp-services-image {
    order: 2;
}

.comp-left-align .comp-services-section {
    order: 1;
}

.comp-right-align .comp-services-section {
    order: 2;
}

.comp-services-section h2 {
    font-size: 28px;
    color: #00ffe0;
    margin-bottom: 20px;
}

.image-footer-upscreen {
    display: none;
}

.comp-service-box {
    background: linear-gradient(2deg, #000013 0%, #151525 100%);
    padding: 24px 25px;
    margin-bottom: 35px;
    color: #fff;
	width: 520px;
/*     width: 431px; */
    box-shadow: 0 0 20px #000;
}

.bright-aqua .comp-service-box:hover {
    background: radial-gradient(ellipse at top left,
            rgba(106, 255, 228, 0.5) 0%,
            rgba(37, 37, 40, 0.2) 82%);
}

.tyrian-purple .comp-service-box:hover {
    background: radial-gradient(ellipse at top left, #af5cff85 0, rgb(0 0 0 / 20%) 60%);
}

.artyclick-magenta .comp-service-box:hover {
    background: linear-gradient(133deg, #ff00ff52 6%, #252528 57%);
}

.blue-diamond .comp-service-box:hover {
    background: linear-gradient(133deg, #61e1ff70 11%, #25252842 56%);
}

.tealish-blue .comp-service-box:hover {
    background: linear-gradient(133deg, #537bf070 11%, #25252842 56%);
}

.bright-neon-pink .comp-service-box:hover {
    background: linear-gradient(133deg, #d62eff45 11%, #25252842 56%);
}

.blue-ivy .comp-service-box:hover {
    background: linear-gradient(133deg, #2f8ec487 11%, #25252842 56%);
}

.artyclick-cyan .comp-service-box:hover {
    background: linear-gradient(133deg, #00ffff33 11%, #00ffff0f 46%);
}


.comp-service-box h3 {
    color: #00ffe0;
    font-size: 24px !important;
    line-height: 29px !important;
    font-weight: 700 !important;
}

.comp-service-box p {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
}

.comp-service-box .comp-service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comp-service-box .comp-service-link img {
    margin-left: 10px;
}

.comp-service-box a {
    color: #cccccc;
    text-decoration: none;
    font-weight: 600;
    font-size: 10px;
    /* line-height: 12.19; */
    position: relative;
    padding: 10px 10px;
}

.comp-service-box a:hover {
    text-decoration: none;
}

.comp-services-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.comp-services-image img {
    max-width: 100% !important;
    height: 900px !important;
    border-radius: 8px;
}

.comp-service-box a::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../images/chevronsmallleft.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}

.comp-service-box a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(90deg, #00DBB6 0%, #FD01FE 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 8px;
}

.comp-portfolio-img {
    width: 57px;
    height: 65px;
}

.product-list .bottom-img-set img {
    width: 100%;
    height: 115px !important;
    border: 2px solid #ccc !important;
    object-fit: cover;
}

.product-list .bottom-img-set a.col-sm-4.col-4 {
    padding: 0 5px !important;
}

.product-list .col-md-12.first-img-comp {
    padding: 0 5px;
}

.product-list .col-md-12.first-img-comp img {
    border: 2px solid #ccc;
    height: 270px;
    width: 100%;
}

/* .bottom-img-set img :focus-visible {outline: none !important;} */
/* Services section style end */


/* Homepage Testimnials tabs */
section.compelify-testi-tabs {
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

section.compelify-testi-tabs .tab-content {
    position: relative;
    z-index: 1;
    padding: 0;
}

section.compelify-testi-tabs .tab-column ul li p.column-desc {
    margin: 0px;
    color: #ffffff;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
}

section.compelify-testi-tabs .tab-column ul li img {
    width: 214px;
    height: auto;
}

section.compelify-testi-tabs .tab-inner {
    animation: anime-animation 1.2s ease-out forwards;
    padding: 30px 18px;
    background-color: transparent;
    background-image: linear-gradient(2deg, #000013 0%, #151525 100%);
    margin: 4px;
}

section.compelify-testi-tabs .tab-inner .tab-inner--row {
    display: flex;
}

section.compelify-testi-tabs .tab-inner .tab-column {
    flex: 0 0 auto;
    width: 50%;
}

section.compelify-testi-tabs .tab-column .com-icon img {
    width: 30px !important;
    height: 33px !important;
    padding-top: 8px;
}

section.compelify-testi-tabs .tab-column .user-ico {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

section.compelify-testi-tabs .rating-compelify ul li img {
    width: 39px !important;
    height: 37px !important;
}

section.compelify-testi-tabs .tab-column .user-ico .com-user-content h4 {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}

section.compelify-testi-tabs .tab-content:before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 4px;
    z-index: -1;
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
}

section.compelify-testi-tabs ul.product-list {
    margin: 0;
    padding: 0px 20px;
    list-style-type: none;
}

section.compelify-testi-tabs ul.product-list {
    margin: 0;
    padding: 0px 20px;
    list-style-type: none;
}

section.compelify-testi-tabs .rating-compelify ul {
    display: flex;
    align-items: center;
    padding: 15px 0;
    -webkit-transition: all .5s cubic-bezier(.61, 1, .88, 1);
    transition: all .5s cubic-bezier(.61, 1, .88, 1);
    cursor: pointer;
    justify-content: center;
    gap: 23px;
    margin: 0;
}

section.compelify-testi-tabs .rating-compelify ul li {
    list-style: none !important;
}

section.compelify-testi-tabs .com-user-content {
    padding-top: 6px;
}

section.compelify-testi-tabs .rating-compelify ul li img {
    width: 39px !important;
    height: 37px !important;
}

section.compelify-testi-tabs ul.product-list li {
    column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-transition: all .5s cubic-bezier(.61, 1, .88, 1);
    transition: all .5s cubic-bezier(.61, 1, .88, 1);
    cursor: pointer;
    justify-content: center;
}

section.compelify-testi-tabs .tab-link-compl {
    cursor: pointer;
    border: none;
    padding: 0;
    color: #8d8987;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 252px !important;
    height: 69px;
    padding: 8px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.compelify-testi-tabs button.slick-prev.slick-arrow,
section.compelify-testi-tabs button.slick-next.slick-arrow {
    display: none !important;
}

section.compelify-testi-tabs .tabs-menu {
    margin: 20px 0 0 0;
}

section.compelify-testi-tabs .tab-link-compl:before {
    inset: 0;
    position: absolute;
    content: '';
    padding: 2px;
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
}

section.compelify-testi-tabs .tab-link-compl img {
    display: block;
    margin-bottom: 0px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
    width: 118px;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .Compelify-tabs .tab-column ul li:hover{
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
} */
a:focus {
    outline: unset !important;
}

.modal-backdrop.fade.show {
    display: none I !important;
    position: unset !important;
}

.compelify-testi-tabs .tabs-testi-container .modal {
    height: auto !important;
    top: -80px !important;
    overflow-x: unset !important;
    overflow-y: unset !important;
}

.compelify-testi-tabs .tabs-testi-container .first-img-comp {
    margin-bottom: 11px;
}

.carousel-item img {
    width: 100%;
}

.Compelify-tabs .tabs-menu {
    width: 1392px;
    margin-bottom: 10px;
}

.Compelify-tabs .hori-tabs {
    overflow-x: scroll;
}

/* ================ POPUP STYLE ==================== */
div#portfolioModal .modal-content {
    /* background-color: transparent;
    background-image: linear-gradient(180deg, #000000 40%, #303030 100%) !important; */
    position: relative;
    z-index: 1;
    padding: 7px;
}

div#portfolioModal .modal-header {
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 40%, #303030 100%) !important;
}

div#portfolioModal .modal-content:before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 3px;
    z-index: -1;
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
}

div#portfolioModal .modal-content .modal-header h5 {
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 19.5px;
    margin: 0 !important;
    background: var(--CVC-Gradient, linear-gradient(90deg, #00DBB6 0%, #FD01FE 106%));
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-family: "Montserrat", Sans-serif;
    -webkit-text-fill-color: transparent;
}

div#portfolioModal .modal-dialog {
    transform: translate(1%, 8%) !important;
}

div#portfolioModal .modal-content button.btn-close {
    background-color: #fff !important;
    opacity: 1;
    padding: 10px !important;
    border-radius: 100px;
    background-size: 0.6em !important;
}

.comp-gallry-port.port-style-2 .comp-gallry-list {
    width: 49%;
}

.comp-gallry-port.port-style-3 .comp-gallry-list {
    width: 32%;
}

.comp-gallry-port.port-style-3 .comp-gallry-list.comp-style3-fullwidth {
    width: 100% !important;
}

.comp-gallry-port.port-style-4 .comp-style4-full {
    width: 28%;
}

.comp-gallry-port.port-style-4 .comp-style4-full img {
    height: 510px !important;
}

.comp-gallry-port.port-style-4 .comp-style4-grid {
    display: flex;
    width: 71%;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 11px;
}

.comp-style4-grid .comp-gallry-list {
    width: 49%;
}

.comp-large-image img {
    width: 100% !important;
    height: 600px !important;
    object-fit: contain !important;
}

.show {
    background: #000000bf;
}

#compelify-tabs-parent .comp-list .comp-gallry-port .comp-gallry-list img {
    background: #999999;
    width: 100% !important;
    height: auto;
}

.modal-open {
    padding: 0 !important;
}

/* Rating CSS Start */
.comp-scrollable {
    overflow-y: auto;
    background-color: #000;
    max-height: 1035px;
}

.comp-list-group {
    padding-right: 70px;
}

.comp-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    gap: 32px;
}

.comp-list-item p {
    color: #B3B3B3 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.comp-list-item {
    padding: 20px;
}

.comp-list-item img {
    width: 140px !important;
    height: 140px !important;
    border-radius: 50% !important;
}

.comp-list-item img:nth-child(odd) {
    margin-right: 25px;
}

.comp-message:first-child {
    margin-top: 20px;
}

.comp-message {
    color: #B3B3B3;
    padding: 10px;
    border-radius: 5px;
    margin: 0px 0;
    font-size: 12px;
    line-height: 15px;
    background: #0E0E0E;
}

/* Custom scrollbar styles */
.comp-scrollable::-webkit-scrollbar {
    width: 8px;
}

.comp-scrollable::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.comp-scrollable::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.comp-list-item:nth-child(odd) {
    flex-direction: row-reverse;
}

/* Rating CSS End */
html {
    overflow: hidden;
    overflow-y: scroll;
}

/* ================ RESPONSIVE IPAD ==================== */
@media all and (min-width: 1800px) {
	.comp-articles .feature-img-blog-pv img {
        height: 860px !important;
        padding-top: 100px;
    }
}
@media all and (min-width: 2000px) {
    .banner-bg-image-pv img {
        height: 100% !important;
    }

}

@media all and (min-width: 2100px) {
    .comp-overlay-dum img {
        width: 100%;
        height: 70% !important;
    }

    .elementor-4025 .elementor-element.elementor-element-c76ece9 {
        --min-height: 120vh !important;
    }

    .elementor-4025 .elementor-element.elementor-element-e167684>.elementor-widget-container {
        margin: -505px 0px 0px 0px !important;
    }

    .comp-hero-section {
        height: 930px;
    }

    .bg-footer-move {
        background-position: center 30% !important;
    }

    .artyclick-magenta:before {
        width: 96rem;
        height: 87rem;
        bottom: -38rem;
        background: radial-gradient(at bottom right, #E93EF6 11%, #ffffff00 75%, #c750f500 6%);
        right: -806px;
        border-top-left-radius: 1000px;
    }

    .bright-aqua:before {
        width: 96rem;
        height: 84rem;
        bottom: -38rem;
        background: radial-gradient(at bottom left, #00ffe0 11%, #00ffe045 53%, transparent 72%);
        left: -806px;
        border-top-right-radius: 1000px;
    }

    .tyrian-purple:before {
        display: block;
        content: '';
        width: 96rem;
        height: 81rem;
        bottom: -36rem;
        background: radial-gradient(at bottom right, #B45FF6 8%, #25252800 74%, transparent 60%);
        right: -806px;
        border-top-left-radius: 1000px;
    }

    .blue-diamond:before {
        width: 96rem;
        height: 84rem;
        bottom: -38rem;
        background: radial-gradient(at bottom left, #80DDF9 8%, #25252800 73%, transparent 36%);
        left: -806px;
        border-top-right-radius: 1000px;
    }

    .tealish-blue:before {
        width: 96rem;
        height: 84rem;
        bottom: -38rem;
        background: radial-gradient(at bottom left, #537bf0 8%, #25252800 73%, transparent 36%);
        left: -806px;
        border-top-right-radius: 1000px;
    }

    .bright-neon-pink:before {
        width: 96rem;
        height: 81rem;
        bottom: -38rem;
        background: radial-gradient(at bottom right, #C750F5 8%, #25252800 73%, transparent 61%);
        right: -806px;
        border-top-left-radius: 1000px;
    }

    .blue-ivy:before {
        width: 99rem;
        height: 88rem;
        bottom: -38rem;
        background: radial-gradient(at bottom right, #4FB2F8 8%, #25252800 73%, transparent 0%);
        right: -806px;
        border-top-left-radius: 1000px;
    }

    .artyclick-cyan:before {
        width: 99rem;
        height: 88rem;
        bottom: -38rem;
        background: radial-gradient(at bottom right, #73FAFC 9%, #25252800 70%, transparent 50%);
        right: -806px;
        border-top-left-radius: 1000px;
    }

    .artyclick-cyan.comp-right-align:before,
    .tyrian-purple.comp-right-align::before,
    .artyclick-magenta.comp-right-align::before,
    .bright-neon-pink.comp-right-align::before,
    .blue-ivy.comp-right-align::before {
        left: -806px;
    }

    .bright-aqua.comp-left-align::before,
    .blue-diamond.comp-left-align::before,
    .tealish-blue.comp-left-align::before {
        right: -806px;
        bottom: -24rem;
    }
}

@media all and (min-width: 2300px) {
    .artyclick-magenta:before {
        width: 90rem;
        height: 86rem;
        bottom: -26rem;
        background: radial-gradient(at bottom right, #E93EF6 11%, #ffffff00 75%, #c750f500 6%);
        right: -811px;
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 380px;
        border-top-right-radius: 530px;
    }

    .bright-aqua:before {
        width: 90rem;
        height: 86rem;
        bottom: -26rem;
        background: radial-gradient(at bottom left, #00ffe0 11%, #00ffe045 53%, transparent 72%);
        left: -811px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 380px;
        border-top-left-radius: 530px;
    }

    .tyrian-purple:before {
        width: 90rem;
        height: 86rem;
        bottom: -26rem;
        background: radial-gradient(at bottom right, #B45FF6 8%, #25252800 74%, transparent 60%);
        right: -811px;
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 380px;
        border-top-right-radius: 530px;
    }

    .blue-diamond:before {
        width: 90rem;
        height: 86rem;
        bottom: -26rem;
        background: radial-gradient(at bottom left, #80DDF9 8%, #25252800 73%, transparent 36%);
        left: -811px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 380px;
        border-top-left-radius: 530px;
    }

    .tealish-blue:before {
        width: 90rem;
        height: 86rem;
        bottom: -26rem;
        background: radial-gradient(at bottom left, #537bf0 8%, #25252800 73%, transparent 36%);
        left: -811px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 380px;
        border-top-left-radius: 530px;
    }

    .bright-neon-pink:before {
        width: 90rem;
        height: 86rem;
        bottom: -26rem;
        background: radial-gradient(at bottom right, #C750F5 8%, #25252800 73%, transparent 61%);
        right: -811px;
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 380px;
        border-top-right-radius: 530px;
    }

    .blue-ivy:before {
        width: 90rem;
        height: 86rem;
        bottom: -26rem;
        background: radial-gradient(at bottom right, #4FB2F8 8%, #25252800 73%, transparent 0%);
        right: -811px;
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 380px;
        border-top-right-radius: 530px;
    }

    .artyclick-cyan:before {
        width: 90rem;
        height: 86rem;
        bottom: -26rem;
        background: radial-gradient(at bottom right, #73FAFC 9%, #25252800 70%, transparent 50%);
        right: -811px;
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 380px;
        border-top-right-radius: 530px;
    }

    .artyclick-cyan.comp-right-align:before,
    .tyrian-purple.comp-right-align::before,
    .artyclick-magenta.comp-right-align::before,
    .bright-neon-pink.comp-right-align::before,
    .blue-ivy.comp-right-align::before {
        left: -811px;
    }

}

@media all and (min-width: 2500px) {
    .artyclick-magenta:before {
        width: 86rem;
        height: 91rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #E93EF6 11%, #ffffff00 76%, #c750f500 6%);
        border-radius: 630px;
        right: -883px;
    }

    .bright-aqua:before {
        width: 86rem;
        height: 91rem;
        bottom: -30rem;
        background: radial-gradient(at bottom left, #00ffe0 11%, #00ffe045 53%, transparent 72%);
        border-radius: 630px;
        left: -883px;
    }

    .tyrian-purple:before {
        width: 86rem;
        height: 91rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #B45FF6 8%, #25252800 74%, transparent 60%);
        border-radius: 630px;
        right: -883px;
    }

    .blue-diamond:before {
        width: 86rem;
        height: 91rem;
        bottom: -30rem;
        background: radial-gradient(at bottom left, #80DDF9 8%, #25252800 73%, transparent 36%);
        border-radius: 630px;
        left: -883px;
    }

    .tealish-blue:before {
        width: 86rem;
        height: 91rem;
        bottom: -30rem;
        background: radial-gradient(at bottom left, #537bf0 8%, #25252800 73%, transparent 36%);
        border-radius: 630px;
        left: -883px;
    }

    .bright-neon-pink:before {
        width: 86rem;
        height: 91rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #C750F5 8%, #25252800 73%, transparent 61%);
        border-radius: 630px;
        right: -883px;
    }

    .blue-ivy:before {
        width: 86rem;
        height: 91rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #4FB2F8 8%, #25252800 73%, transparent 0%);
        border-radius: 630px;
        right: -883px;
    }

    .artyclick-cyan:before {
        width: 86rem;
        height: 91rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #73FAFC 9%, #25252800 70%, transparent 50%);
        border-radius: 630px;
        right: -883px;
    }

    .artyclick-cyan.comp-right-align:before {
        left: -883px;
    }
}

@media all and (min-width: 2800px) {
    .artyclick-magenta:before {
        width: 100rem;
        height: 94rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #E93EF6 11%, #ffffff00 76%, #c750f500 6%);
        border-radius: 690px;
        right: -1138px;
    }

    .bright-aqua:before {
        width: 100rem;
        height: 94rem;
        bottom: -30rem;
        background: radial-gradient(at bottom left, #00ffe0 11%, #00ffe045 53%, transparent 72%);
        border-radius: 690px;
        left: -1138px;
    }

    .tyrian-purple:before {
        width: 100rem;
        height: 94rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #B45FF6 8%, #25252800 74%, transparent 60%);
        border-radius: 690px;
        right: -1138px;
    }

    .blue-diamond:before {
        width: 100rem;
        height: 94rem;
        bottom: -30rem;
        background: radial-gradient(at bottom left, #80DDF9 8%, #25252800 73%, transparent 36%);
        border-radius: 690px;
        left: -1138px;
    }

    .tealish-blue:before {
        width: 100rem;
        height: 94rem;
        bottom: -30rem;
        background: radial-gradient(at bottom left, #537bf0 8%, #25252800 73%, transparent 36%);
        border-radius: 690px;
        left: -1138px;
    }

    .bright-neon-pink:before {
        width: 100rem;
        height: 94rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #C750F5 8%, #25252800 73%, transparent 61%);
        border-radius: 690px;
        right: -1138px;
    }

    .blue-ivy:before {
        width: 100rem;
        height: 94rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #4FB2F8 8%, #25252800 73%, transparent 0%);
        border-radius: 690px;
        right: -1138px;
    }

    .artyclick-cyan:before {
        width: 100rem;
        height: 94rem;
        bottom: -30rem;
        background: radial-gradient(at bottom right, #73FAFC 9%, #25252800 76%, transparent 50%);
        border-radius: 690px;
        right: -1138px;
    }

    .artyclick-cyan.comp-right-align:before,
    .tyrian-purple.comp-right-align::before,
    .artyclick-magenta.comp-right-align::before,
    .bright-neon-pink.comp-right-align::before,
    .blue-ivy.comp-right-align::before {
        left: -1138px;
    }

    .bright-aqua.comp-left-align::before,
    .blue-diamond.comp-left-align::before,
    .tealish-blue.comp-left-align::before{
        right: -1046px;
    }

    .image-footer-upscreen {
        display: block;
    }

    .image-desktop-down {
        display: none;
    }

    .main-footer-style .footer-pv-up {
        bottom: 0;
    }
}

@media all and (min-width: 3000px) {
    .main-footer-style {
        padding-top: 500px !important;
    }

    .dummy-2-wave,
    .comp-secondary-section {
        display: none;
    }

    .artyclick-magenta:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #E93EF6 11%, #ffffff00 83%, #c750f500 6%);
        right: -557px !important;
    }

    .bright-aqua:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom left, #00ffe0 11%, #00ffe045 53%, transparent 72%);
        left: -557px;
    }

    .tyrian-purple:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #B45FF6 8%, #25252800 78%, transparent 60%);
        right: -557px !important;
    }

    .blue-diamond:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom left, #80DDF9 8%, #25252800 73%, transparent 36%);
        left: -557px;
    }

    .tealish-blue:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom left, #537bf0 8%, #25252800 73%, transparent 36%);
        left: -557px;
    }

    .bright-neon-pink:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #C750F5 8%, #25252800 73%, transparent 61%);
        right: -557px
    }

    .blue-ivy:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #4FB2F8 8%, #25252800 73%, transparent 0%);
        right: -557px
    }

    .artyclick-cyan:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #73FAFC 9%, #25252800 76%, transparent 50%);
        right: -557px
    }

    .artyclick-cyan.comp-right-align:before,
    .tyrian-purple.comp-right-align::before,
    .artyclick-magenta.comp-right-align::before,
    .bright-neon-pink.comp-right-align::before,
    .blue-ivy.comp-right-align::before {
        left: -557px;
    }

    .bright-aqua.comp-left-align::before,
    .blue-diamond.comp-left-align::before,
    .tealish-blue.comp-left-align::before {
        right: -557px;
    }

    .main-footer-style .footer-pv-up {
        padding-top: 150px;
    }

    .Octavia-sec-shadow::before {
        width: 155rem;
        height: 175rem;
        bottom: -70rem;
    }
}

@media all and (min-width: 4100px) {
    .artyclick-magenta:before {
        width: 66rem;
        height: 66rem;
        bottom: -25rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #E93EF6 11%, #ffffff00 81%, #c750f500 6%);
    }

    .bright-aqua:before {
        width: 66rem;
        height: 66rem;
        bottom: -25rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom left, #00ffe0 11%, #00ffe045 53%, transparent 72%);
        left: -557px;
    }

    .tyrian-purple:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #B45FF6 8%, #25252800 81%, transparent 60%);
        right: -557px !important;
    }

    .blue-diamond:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom left, #80DDF9 8%, #25252800 81%, transparent 36%);
        left: -657px;
    }

    .tealish-blue:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom left, #537bf0 8%, #25252800 81%, transparent 36%);
        left: -657px;
    }

    .bright-neon-pink:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #C750F5 8%, #25252800 81%, transparent 61%);
        right: -557px
    }

    .blue-ivy:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #4FB2F8 8%, #25252800 81%, transparent 0%);
        right: -557px
    }

    .artyclick-cyan:before {
        width: 66rem;
        height: 66rem;
        bottom: -24rem;
        border-radius: 1000px;
        background: radial-gradient(at bottom right, #73FAFC 9%, #25252800 81%, transparent 50%);
        right: -557px
    }

    .bright-aqua.comp-left-align::before {
        right: -557px;
        background: radial-gradient(at bottom left, #00ffe0 11%, #00ffe045 54%, transparent 77%);
    }

    .main-footer-style .footer-pv-up {
        padding-bottom: 170px;
    }

    .Octavia-sec-shadow::before {
        width: 230rem;
        height: 193rem;
        bottom: -85rem;
        background: radial-gradient(at bottom right, #01f2f2 8%, #00ffe021 50%, transparent 60%);
    }
}

@media all and (min-width: 4500px) {
    .main-footer-style .footer-pv-up {
        padding-top: 250px;
    }
}
@media only screen and (max-width: 1800px) {
	.comp-main-arti-sec .e-con-inner {
    	max-width: 751px !important;
    	transform: translate(0px, 12%);
}
}
@media only screen and (max-width: 1600px) {
	.comp-main-arti-sec .e-con-inner {
    	max-width: 695px !important;
    	transform: translate(0px, 12%);
}
	div#blog-single-top{
		margin: 0 !important;
	}
    .comp-overlay-dum img {
        width: 100%;
    }

    .comp-secondary-section {
        margin-top: -300px !important;
    }

    div#portfolioModal .modal-dialog {
        transform: translate(1%, 2%) !important;
    }

    .main-footer-style .footer-pv-up {
        padding-top: 100px !important;
    }

    .comp-left-align:before {
        bottom: -16rem !important;
    }

    .blue-diamond:before {
        bottom: -25rem;
    }

    .tealish-blue:before {
        bottom: -25rem;
    }

    .footer-pv-up {
        bottom: 0 !important;
    }

    .image-desktop-down img {
        height: 520px !important;
        object-fit: cover;
    }

    .artyclick-magenta:before {
        width: 81rem !important;
        height: 58rem !important;
    }

    .artyclick-cyan:before {
        width: 76rem !important;
        height: 56rem !important;
    }
	.comp-articles .feature-img-blog-pv img {
		height: 610px !important;
	}
}

@media only screen and (max-width: 1500px) {
    .bright-aqua:before {
        width: 75rem !important;
        height: 63rem !important;
        bottom: -22rem !important;
    }

    .blue-diamond:before {
        width: 82rem !important;
        height: 82rem !important;
        bottom: -20rem !important;
    }

    .tealish-blue:before {
        width: 82rem !important;
        height: 82rem !important;
        bottom: -20rem !important;
    }

    .bright-neon-pink:before {
        width: 100rem !important;
        height: 85rem !important;
    }

    .blue-ivy:before {
        width: 84rem !important;
        height: 53rem !important;
    }
	.feature-img-blog-pv img{
		height: 510px !important;
	}
	    .comp-main-arti-sec .e-con-inner {
        max-width: 612px !important;
        transform: translate(0px, 12%);
    }
}

@media only screen and (max-width: 1300px) {
	.comp-main-arti-sec .comp-post-article-div {
    	text-align: center !important;
}
	.comp-main-arti-sec .e-con-inner {
        max-width: 535px !important;
        transform: translate(0px, 0%);
    }
	.comp-articles .feature-img-blog-pv img {
		height: 500px !important;
	}
    .banner-content-pv,
    .comp-hero-section-inner-dum {
        position: absolute !important;
        margin-top: 0 !important;
    }

    .term-25 #page::after {
        width: 90rem !important;
        height: 110rem !important;
    }

    .banner-bg-image-pv img {
        height: 100% !important;
    }

    .term-dummy-cat .artyclick-magenta:before {
        bottom: -24rem !important;
        width: 61rem !important;
    }

    .comp-secondary-section {
        margin-top: -250px !important;
    }

    .comp-large-image img {
        height: 400px !important;
    }

    .main-footer-style .footer-pv-up {
        padding-top: 50px !important;
    }

    .tyrian-purple:before {
        width: 82rem !important;
        height: 66rem !important;
        bottom: -19rem !important;

    }

    .artyclick-magenta:before {
        width: 77rem !important;
        height: 59rem !important;
    }

    .bright-neon-pink:before {
        width: 85rem !important;
        height: 60rem !important;
    }

    .blue-ivy:before {
        width: 75rem !important;
    }

    .Octavia-sec-shadow::before {
        width: 85rem !important;
        height: 85rem !important;
    }
}

@media all and (max-width: 1199px) {
	.comp-article-feature .feat-article-row  .feat-article-column2 .feat-article-conetnt p {
	    font-size: 19px !important;
}
	.planning-sec-pv .comp-planning-image .elementor-widget-container{
		margin: -68px 0px 0px 0px !important;
	}
	.planning-sec-pv .comp-planning-content{
   	 	padding: 0 !important;
}
		.comp-articles .feature-img-blog-pv img  {
        height: 590px !important;
        padding-top: 60px;
    }
	.compelify-fillter-tabs .scroll-tabs-fill {
        overflow-x: scroll;
    }
	section.features-categories.compelify-fillter-tabs {
    	overflow-x: scroll;
}
	.features-categories.compelify-fillter-tabs .compelify-tabs {
   		 padding: 40px 0 10px 0;
}
	section.industury-new-search {
    	margin-top: 30px;
}
	.compelify-fillter-tabs .compelify-tabs {
        width: 1130px;
        padding-bottom: 20px;
        padding-top: 20px;
        gap: 7px;
    }
	.comp-browser-cate h2.comp-browser-cate-title {
	font-size: 15px;
}
	.comp-follow-me {
    	padding: 32px 7px 32px;
}
	.article-blog-row.comp-full-width-section .feat-blogs-column .category-bg-box .comp-an-wrap {
        height: 111px;
    }
	 .article-blog-row.comp-full-width-section .feat-blogs-column .category-blogs-column .category-blog-box .category-bg-box {
        height: 390px;
    }
	.article-blog-row.comp-full-width-section .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image img {
        height: 164px !important;
    }
	.article-blog-row.comp-full-width-section .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image {
        height: 163px;
    } 
	section.article-blog-sec.Article-Feature .feat-article-row .feat-article-column1 {
    	width: 52%;
}
	.feat-blogs-column .category-bg-box .comp-an-wrap {
    	height: 126px;
}
	section.article-blog-sec.Article-Feature .article-column .feat-article-row {
    	height: 378px;
}
	.comp-full-width-section .category-blogs-column .comp-ind-blog-content{
    	grid-template-columns: repeat(3, 1fr) !important;
		    padding: 0 20px;
}
	 section.Article-Feature .comp-full-width-section .feat-article-row .feat-article-column2 {
        width: 42%;
    }
	 section.Article-Feature .comp-full-width-section .feat-article-row .feat-article-column1 {
        width: 54%;
    }
	section.Article-Feature .feat-article-row .feat-article-column2 {
    	width: 45%;
}
	.comp-full-width-section .comp-article-content {
    	gap: 10px;
}
	.feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image img {
    	height: 150px !important;
}
	.feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image {
    	overflow: hidden;
    	height: 150px;
}
	.feat-blogs-column.category-blogs-column .category-blog-box a h3 {
    	font-size: 14px;
    	line-height: 20px;
}
	.feat-blogs-column .category-blogs-column .category-blog-box .blog-content {
    	padding: 13px 13px 0;
		height: 221px !important;
	}
	.feat-blogs-column {
    	margin-top: 50px;
}
	.feat-blogs-column .category-blogs-column .category-blog-box .category-bg-box {
    	height: 370px;
}
	.comp-article-feature .feat-article-row .feat-article-conetnt a {
    	width: 75%;
	}
	section.cvi-team-sec .cvi-team-row .cvi-team-column .cvi-team-info {
    padding: 0 10px;
}
    .comp-secondary-section {
        top: -195px;
    }

    .footer-pv-up {
        bottom: 0 !important;
    }

    .category-blogs-column .category-blog-box {
        width: 48.4%;
    }

    .image-desktop-down img {
        height: 533px !important;
        object-fit: cover;
    }

    .comp-services-image img {
        max-width: 100% !important;
        height: 100% !important;
    }

    .term-dummy-cat .artyclick-magenta:before {
        width: 47rem !important;
    }

    .comp-gallry-port.port-style-4 .comp-style4-full img {
        height: 459px !important;
    }

    .comp-secondary-section {
        margin-top: -200px !important;
    }

    section.compelify-testi-tabs .tab-link-compl {
        width: 221px !important;
    }

    .Compelify-tabs .tabs-menu {
        column-gap: 20px;
    }

    #compelify-tabs-parent .comp-list {
        width: 100%;
    }

    .Compelify-tabs .tabs-menu .tab-link-compl {
        width: 229px;
    }

    #compelify-tabs-parent .comp-list .adver-inner h2 {
        width: 326px !important;
    }

    .comp-left-align:before {
        /*         width: 49rem !important;
        height: 40rem !important; */
        right: -120px;
    }

    .main-footer-style .footer-pv-up {
        padding-top: 10px !important;
    }

    .bright-aqua:before {
        width: 65rem;
        height: 60rem;
        bottom: -13rem;
    }

    .bright-neon-pink:before {
        width: 62rem !important;
        height: 49rem !important;
    }

    .single-blogs-pv img {
        height: 730px !important;
    }

    .blue-ivy:before {
        width: 55rem !important;
        height: 44rem !important;
    }

    .artyclick-cyan:before {
        width: 56rem !important;
        height: 51rem !important;
    }
    .new-home-comp-pv p {
        font-size: 16px !important;
        line-height: 27.6px !important;
    }
}

@media only screen and (max-width: 1025px) {
	    .new-home-comp-pv p {
        	font-size: 17px !important;
        	line-height: 26.8px !important;
    }
	    .comp-main-arti-sec .e-con-inner {
        	max-width: 625px !important;
    }
}

@media only screen and (max-width: 1023px) {
	.comp-follow-me-social ul li {
    	margin: 0 3px;
}
	.new-home-comp-pv p {
        font-size: 16px !important;
        line-height: 31.1px !important;
    }
    .comp-gallry-port.port-style-3 .comp-gallry-list {
        width: 31% !important;
    }

    #compelify-tabs-parent .box {
        width: 960px;
    }

    #compelify-tabs-parent .adver-inner {
        width: 290px;
    }

    .comp-gallry-port.port-style-4 .comp-style4-full img {
        height: 446px !important;
    }

    .Compelify-tabs .tabs-menu {
        width: 990px;
        margin-bottom: 10px;
    }

    .Compelify-tabs .hori-tabs {
        overflow-x: scroll;
    }

    section.compelify-testi-tabs .tab-link-compl {
        width: 280px !important;
    }

    .term-28 .comp-hero-content-dum h1 {
        font-size: 61px !important;
    }
}


@media only screen and (max-width: 991px) {
	section.Article-Feature .feat-article-row .feat-article-column2 .feat-article-conetnt p {
    	font-size: 18px;
		line-height: 29px;
	}
	.comp-article-feature .feat-article-row .feat-article-column2 .feat-article-conetnt p {
        font-size: 14px !important;
        line-height: 23.4px;
}
	.comp-article-feature .feat-article-row .feat-article-column2 .feat-article-conetnt h3{margin-bottom: 0 !important;}
	.planning-sec-pv .comp-planning-image .elementor-widget-container{
		margin: 0px 0px 0px 0px !important;
	}
	.planning-sec-pv .comp-planning-content{
   	 	padding: 0 10px !important;
}
	ul.comp-blog-breadcrumbs li:before{
		    top: 6px;
	}
	section.features-categories.compelify-fillter-tabs {
    overflow-x: scroll;
    margin-bottom: 20px;
}
	  .article-blog-row.comp-full-width-section .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image {
        height: 193px;
    }
	  .article-blog-row.comp-full-width-section .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image img {
        height: 194px !important;
    }
	 section.article-blog-sec.Article-Feature .article-column .feat-article-row {
        height: auto;
    }
	    .feat-blogs-column .category-bg-box .comp-an-wrap {
        height: 96px;
    }
	.comp-full-width-section .category-blogs-column .comp-ind-blog-content{
    	grid-template-columns: repeat(2, 1fr) !important;
}
	.comp-full-width-section .category-blogs-column .category-blog-box .blog-content {
        height: 220px !important;
    }
	 section.Article-Feature .comp-full-width-section .feat-article-row .feat-article-column1, section.Article-Feature .comp-full-width-section .feat-article-row .feat-article-column2 {
        width: 100%;
    }
	section.article-blog-sec.Article-Feature .article-blog-row.comp-full-width-section .article-column .feat-article-row {
    	height: auto;
}
	 .feat-blogs-column .category-blogs-column .category-blog-box .category-bg-box {
        	height: 420px !important;
    }
	 .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image {
        height: 190px;
    }
	 .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image img {
        height: 190px !important;
    }
	.industury-new-search .comp-search-bar {
    	width: 40%;
}
	section.article-blog-sec.Article-Feature .article-blog-row {	
    	grid-template-columns: repeat(1, 1fr) !important;
}
	.comp-article-feature-wrap {
    padding: 0 10px;
}
	.comp-article-feature .feat-article-row .feat-article-column1 {
    width: 60%;
}
	.comp-article-feature .feat-article-row .feat-article-column2 {
    width: 37%;
}
	.comp-article-feature .feat-article-row .feat-article-column1 .feat-article-image img {
    width: 100%;
    height: 310px;
}
	.comp-article-feature .feat-article-row .feat-article-column2 .feat-article-conetnt h2 {
    color: #fff;
    font-size: 29px;
    line-height: 40px;
    margin: 10px 0px 10px;
}
	.comp-article-feature .feat-article-row .feat-article-conetnt a {
		width: 88%;}
	section.cvi-team-sec .cvi-team-row .cvi-team-column {
    width: 32.5%;
    margin-bottom: 50px;
}
    .new-home-comp-pv p {
        font-size: 12px !important;
        line-height: 18.9px !important;
    }
	.new-home-comp-pv img {
    	height: 201px !important;
}
	.comp-article-feature .feat-article-row {
    gap: 15px;
	}
    .contct-popup-content .modal-dialog {
        max-width: 80% !important;
    }

    .comp-gallry-port.port-style-1 .comp-gallry-list {
        width: 31%;
    }

    .image-desktop-down img {
        height: auto !important;
    }

    .bright-aqua:before {
        bottom: -20rem !important;
    }

    .comp-hero-content-dum h1,
    .term-28 .comp-hero-content-dum h1 {
        font-size: 46px !important;
    }

    .bright-aqua:before {
        bottom: -27rem;
    }

    section.compelify-testi-tabs {
        padding-top: 0;
    }

    .services-list .tabs-container nav ul li {
        padding: 0;
    }

    .comp-hero-content-dum p {
        font-size: 25px;
        line-height: 28px;
        padding: 0 40px;
    }

    .product-list .bottom-img-set img {
        height: 75px !important;
    }

    .services-list .tabs-container nav ul li a {
        font-size: 14px;
    }

    .category-blogs-column .category-blog-box .blog-content {
        height: 250px !important;
    }

    .category-blogs-column .category-blog-box .category-bg-box {
        height: 470px !important;
    }

    .comp-services-heading {
        width: 100% !important;
    }

    .category-fillter-column {
        gap: 10px;
    }

    .category-fillter-column .category-sidebar-column .comp-sidebar h3,
    .checkb0x-category h3 {
        font-size: 22px !important;
    }

    .compley-tabs .e-n-tabs-heading {
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

    .category-fillter-column .category-sidebar-column .comp-sidebar ul li a {
        font-size: 18px;
        line-height: 24px;
    }

    .new {
        overflow-x: scroll;
    }

    .banner-wave-images {
        bottom: 0 !important;
    }

    .category-blogs-column .category-blog-box {
        width: 48%;
    }

    #compelify-tabs-parent .box {
        width: 100%;
    }

    .comp-gallry-port.port-style-5 .comp-gallry-list {
        width: 31% !important;
    }

    .comp-gallry-port.port-style-6 .comp-gallry-list {
        width: 22%;
    }

/*     .compelify-fillter-tabs .compelify-tabs {
        width: 930px;
        padding-bottom: 20px;
        padding-top: 20px;
        gap: 7px;
    } */

    .compelify-fillter-tabs .scroll-tabs-fill {
        overflow-x: scroll;
    }

    .comp-list .compli-advertise-content .utp {
        width: 100% !important;
    }

    #compelify-tabs-parent .compli-advertise-content .utp {
        width: 32%;
    }

    #compelify-tabs-parent .adver-inner {
        width: 100%;
        padding: 15px;
        height: 360px;
    }

    #compelify-tabs-parent .compli-advertise-content {
        gap: 10px;
    }

    .term-dummy-cat .artyclick-magenta:before {
        bottom: -31rem !important;
    }

    .comp-gallry-port.port-style-4 .comp-style4-full img {
        height: 338px !important;
    }

    /*     .comp-left-align:before {
        right: -200px;
        width: 36rem;
        height: 33rem;
        border-bottom-left-radius: 300px;
        border-top-right-radius: 300px;
        background: radial-gradient(at bottom right, #B45FF6 8%, #25252800 73%, transparent 0%);
    } */
    .tyrian-purple:before {
        width: 54rem !important;
        height: 54rem !important;
        right: -150px !important;
        background: radial-gradient(at bottom right, #b45ff6b8 8%, #25252800 55%, transparent 99%);
    }

    .artyclick-magenta.comp-left-align:before {
        background: radial-gradient(at bottom right, #E93EF6 8%, #ffffff00 71%, #25252800 0%) !important;
        width: 41rem !important;
        height: 33rem !important;
        right: -140px !important;
    }

    .bright-neon-pink:before {
        background: radial-gradient(at bottom right, #C750F5 8%, #25252800 69%, transparent 0%) !important;
        width: 44rem !important;
        height: 39rem !important;
    }

    .comp-left-align:before {
        right: -140px !important;
    }

    .blue-ivy:before {
        background: radial-gradient(at bottom right, #4FB2F8 8%, #25252800 73%, transparent 0%) !important;
    }

    .artyclick-cyan:before {
        background: radial-gradient(at bottom right, #73FAFC 9%, #25252800 73%, transparent 0%) !important;
    }

    .comp-secondary-section {
        margin-top: -140px !important;
    }

    .comp-gallry-port.port-style-3 .comp-gallry-list.comp-style3-fullwidth {
        width: 98% !important;
    }

    .comp-gallry-port.port-style-2 .comp-gallry-list {
        width: 46%;
    }

    .Compelify-tabs .tab-inner {
        padding: 10px 8px;
    }

    .comp-style4-grid .comp-gallry-list {
        width: 48% !important;
    }

    .comp-gallry-port.port-style-4 {
        gap: 10px !important;
    }

    section.compelify-testi-tabs .tab-link-compl {
        width: 96% !important;
    }

    section.compelify-testi-tabs .tab-inner .tab-inner--row {
        align-items: center;
    }

    .product-list .col-md-12.first-img-comp img {
        height: 190px !important;
    }

    section.compelify-testi-tabs .tab-column ul li p.column-desc {
        font-size: 14px !important;
    }

    section.compelify-testi-tabs .tab-inner {
        padding: 10px 8px !important;
        height: 450px;
    }

    .image-desktop-down img {
        height: 400px !important;
    }

    .comp-service-box {
        width: 341px;
    }

    .comp-secondary-section {
        top: -165px;
    }

    .comp-hero-section {
        height: 577px;
    }

    .ue-simple-popup-wrapper {
        max-width: 1400px !important;
        width: unset !important;
    }

    .comp-services-sec {
        margin-top: 0;
    }

    .comp-services-image img {
        height: auto !important;
    }

    .compelify-fillter-tabs .compelify-tabs .btn {
        height: 135px;
    }

    .footer-pv-up {
        bottom: 20px;
    }

    .blue-diamond:before {
        width: 74rem !important;
        height: 70rem !important;
    }

    .tealish-blue:before {
        width: 74rem !important;
        height: 70rem !important;
    }

    .blue-ivy:before {
        width: 45rem !important;
        height: 40rem !important;
    }

    .artyclick-cyan:before {
        width: 45rem !important;
        height: 39rem !important;
    }

    .Octavia-sec-shadow::before {
        width: 65rem !important;
        height: 55rem !important;
        bottom: -13rem !important;
    }

    #uc_simple_popup_elementor_78a5126 .ue-simple-popup-inner {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
	.comp-article-feature .feat-article-row {
    	align-items: center;
}
	.comp-post-new-sidebar {
   		 width: 70% !important;
}
    .feat-blogs-column .category-blogs-column .category-blog-box .category-bg-box {
        height: 440px !important;
    }
	.comp-article-feature .feat-article-row .feat-article-column2 .feat-article-conetnt h2 {
        font-size: 24px;
        line-height: 30px;
    }
	.comp-article-feature .feat-article-row .feat-article-column2 .feat-article-conetnt p {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
}
	 .comp-article-feature .feat-article-row .feat-article-conetnt a {
        width: 93%;
        font-size: 15px;
    }
	.comp-article-feature .feat-article-row .feat-article-column1 .feat-article-image img {
        height: 261px;
    }
	.video-left-image:before{
		display: none !important;
	}
	.video-left-image + a{position: relative;}
	.video-left-image + a:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0;
    padding: 5px;
    /* z-index: -1; */
    background: linear-gradient(100deg, #00d6b1, #ff00ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask-composite: exclude;
}
	 .new-home-comp-pv p {
        font-size: 17px !important;
        line-height: 30.9px !important;
    }
	 .new-home-comp-pv img {
        height: 381px !important;
    }
    h2.comp-services-heading.comp-mbl-head {
        display: block !important;
    }

    h2.comp-services-heading.comp-desktop-head {
        display: none !important;
    }

    .single-blogs-pv img {
        height: 650px !important;
    }
    .feature-img-blog-pv img {
        height: 420px !important;
        padding-top: 0px;
    }
    .category-sidebar-column .checkb0x-category ul.list {
        column-count: 2;
        padding: 0px;
    }

    .comp-hero-content-dum h1,
    .term-28 .comp-hero-content-dum h1 {
        font-size: 30px !important;
        margin: 0;
    }

    .comp-hero-content-dum p {
        font-size: 22px;
        line-height: 25px;
    }

    .category-fillter-column {
        flex-wrap: wrap;
    }

    .category-fillter-column .category-sidebar-column {
        width: 100%;
    }

    .category-fillter-column .category-blogs-column {
        width: 100%;
    }

    .category-blogs-column .category-blog-box {
        width: 48%;
    }

    .tabs-content-border {
        background: unset !important;
    }

    .compley-tabs .e-n-tab-title {
        margin-top: 12px !important;
    }

    .elementor .elementor-background-video-container {
        transform: scale(1.9);
    }

    .compley-tabs .e-n-tabs-heading {
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        display: flex !important;
        flex-basis: auto !important;
        flex-direction: row !important;
    }


    #compelify-tabs-parent .adver-inner h2 {
        width: 100%;
    }

    .comp-gallry-port.port-style-4 .comp-style4-full img {
        height: 285px !important;
    }

    .image-desktop-down img {
        height: 510px !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    /*     .comp-left-align:before {
        right: 0 !important;
        width: 29rem !important;
        height: 29rem !important;
        border-radius: 1000px !important;
    } */
    .tyrian-purple:before {
        width: 61rem !important;
        height: 57rem !important;
    }

    .comp-gallry-port.port-style-2 .comp-gallry-list {
        width: 49% !important;
    }

    .product-list .bottom-img-set img {
        height: 90px !important;
    }

    section.compelify-testi-tabs .tab-column ul li img {
        width: 144px !important;
    }

    .comp-services-heading {
        font-size: 19px !important;
        line-height: 28.26px !important;
        width: 100%;
        padding-top: 0;
    }

    .comp-secondary-section {
        top: -135px;
    }

    .comp-services-sec {
        margin-top: 30px;
    }

    .comp-service-box {
        width: 100%;
    }

    #compelify-tabs-parent .comp-list .comp-gallry-port {
        gap: 10px;
        flex-wrap: wrap;
    }

    .services-list nav {
        background: transparent;
    }

    .services-list .tabs-container nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        white-space: nowrap;
        overflow: hidden;
        border: none;
        padding: 0;
    }

    .services-list .tabs-container nav ul li {
        display: inline-block;
        margin: 0 0rem 0 0rem;
        padding: 0 0 .2rem 0;
        border: none;
    }

    .services-list .tabs-container nav ul li:not(.active) {
        position: relative;
        top: auto;
    }

    .services-list .tabs-container nav ul li.active:after {
        display: none;
    }

    .blue-diamond:before {
        width: 33rem !important;
        height: 28rem !important;
        bottom: -15rem !important;
        left: -170px !important;
        background: radial-gradient(at bottom left, #80DDF9 8%, #25252800 71%, transparent 36%);
    }

    .tealish-blue:before {
        width: 33rem !important;
        height: 28rem !important;
        bottom: -15rem !important;
        left: -170px !important;
        background: radial-gradient(at bottom left, #537bf0 8%, #25252800 71%, transparent 36%);
    }

    .bright-neon-pink:before {
        background: radial-gradient(at bottom right, #C750F5 8%, #25252800 72%, transparent 0%) !important;
    }

    .blue-ivy:before {
        background: radial-gradient(at bottom right, #4FB2F8 8%, #25252800 72%, transparent 0%) !important;
    }

    .artyclick-cyan:before {
        background: radial-gradient(at bottom right, #73FAFC 9%, #25252800 72%, transparent 0%) !important;
    }

    #compelify-tabs-parent .compli-advertise-content .utp {
        width: 49%;
    }

    #compelify-tabs-parent .adver-inner {
        height: 360px;
        padding: 30px 25px;
    }

    .bright-aqua:before {
        width: 40rem !important;
        height: 38rem !important;
    }

    .comp-right-align:before {
        left: -84px !important;
    }

    .octavia-head-pv h4 {
        font-size: 30px !important;
    }

    .expert-desk-view {
        display: none !important;
    }

    .expert-mble-view {
        display: block !important;
    }
}

/* ================ RESPONSIVE IPHONE ==================== */
@media only screen and (max-width: 639px) {
	    section.Article-Feature .feat-article-row .feat-article-column2 .feat-article-conetnt p {
        font-size: 15px;
        line-height: 25px;
    }
	 .feature-img-blog-pv img {
        height: 480px !important;
        padding-top: 0;
    }
	.comp-post-new-sidebar {
    	width: 80% !important;
}
	 .article-blog-row.comp-full-width-section .feat-blogs-column .category-bg-box .comp-an-wrap {
        height: auto !important;
    }
	 .article-blog-row.comp-full-width-section .feat-blogs-column .category-blogs-column .category-blog-box .category-bg-box {
        height: auto !important;
    }
	 .article-blog-row.comp-full-width-section .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image img {
        height: 154px !important;
    }
	.comp-full-width-section .category-blogs-column .comp-ind-blog-content {
    	padding: 0 10px;
}
	.comp-full-width-section .comp-article-content {
		grid-template-columns: repeat(1, 1fr);
	}
	section.article-blog-sec.Article-Feature .article-column .feat-article-row{
		height: auto !important;
	}
	section.industury-new-search {
    	margin-bottom: 60px;
}
	.industury-new-search .comp-search-bar {
    	width: 100%;
	}
	section.article-blog-sec.Article-Feature .feat-article-row .feat-article-column1, section.Article-Feature .feat-article-row .feat-article-column2 {
    	width: 100%;
}
	 .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image img {
        height: 140px !important;
    }
	.feat-blogs-column .category-blogs-column .category-blog-box .blog-content {
        padding: 13px 13px 0;
        height: auto !important;
   }
    .feat-blogs-column .category-bg-box .comp-an-wrap {
        height: auto;
        margin-bottom: 10px;
    }
	.feat-blogs-column .inner-blo-pv-c {
        display: block;
    }
	.feat-blogs-column .category-blogs-column .category-blog-box .category-bg-box {
        height: 370px !important;
    }
	 .comp-article-feature .feat-article-row .feat-article-column1 {
        width: 100%;
    }
	 .comp-article-feature .feat-article-row .feat-article-column1 .feat-article-image img {
        height: 100%;
    }
	 .comp-article-feature .feat-article-row .feat-article-column2 {
        width: 97%;
    }
	
	.comp-article-feature .feat-article-row .feat-article-conetnt a {
        width: 63%;
        font-size: 15px;
    }
    #compelify-tabs-parent .comp-list .adver-inner {
        height: auto !important;
    }

    .page-id-4636 .banner-content-pv {
        margin-top: 30px !important;
    }

    .blue-diamond:before {
        left: -100px !important;
    }

    .tealish-blue:before {
        left: -100px !important;
    }

    #compelify-tabs-parent .compli-advertise-content .utp {
        width: 100%;
    }

    .comp-hero-content-dum p {
        font-size: 18px;
        line-height: 22px;
        padding: 0 10px;
    }

    .comp-overlay-dum img {
        height: 280px !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .product-list .bottom-img-set img {
        height: 140px !important;
    }

    .comp-services-heading {
        font-size: 16px !important;
    }

    .term-dummy-cat .artyclick-magenta:before {
        width: 34rem !important;
        bottom: -25rem !important;
        height: 42rem !important;
    }

    .Compelify-tabs .tab-content .tab-inner--row .tab-column {
        width: 100%;
    }

    .comp-style4-grid .comp-gallry-list {
        width: 45% !important;
    }

    .comp-gallry-port.port-style-4 .comp-style4-grid {
        display: flex;
        width: 67% !important;
    }

    .Compelify-tabs .hori-tabs {
        order: 1;
    }

    .Compelify-tabs .tab-content {
        order: 2;
        margin-top: 15px;
    }

    .Compelify-tabs ul.tabs-menu {
        margin-bottom: 10px;
    }

    .Compelify-tabs .tabs-menu .tab-link-compl {
        margin-bottom: 10px;
    }

    .Compelify-tabs .tab-column ul {
        padding: 0px 0px;
    }

    .Compelify-tabs .tab-column ul li {
        display: block;
    }

    section.compelify-testi-tabs .tab-inner {
        height: 100% !important;
    }

    .comp-gallry-port.port-style-4 .comp-style4-full {
        width: 30.8%;
    }

    .comp-gallry-port.port-style-4 .comp-style4-full img {
        height: 185px !important;
    }

    .comp-gallry-port.port-style-2 .comp-gallry-list {
        width: 47% !important;
    }

    .comp-list .adver-inner {
        height: 301px !important;
    }

    section.compelify-testi-tabs {
        padding-top: 0;
    }

    section.compelify-testi-tabs .tab-inner .tab-column {
        width: 100% !important;
    }

    section.compelify-testi-tabs .tab-inner .tab-inner--row {
        flex-wrap: wrap !important;
    }

    section.compelify-testi-tabs ul.product-list {
        padding: 0px 10px !important;
    }

    .product-list .col-md-12.first-img-comp img {
        height: 270px !important;
        object-fit: cover !important;
    }

    .comp-secondary-section {
        top: -95px;
    }

    /*     .artyclick-magenta.comp-left-align:before {
        background: radial-gradient(at bottom right, #E93EF6 8%, #ffffff00 85%, #25252800 0%) !important;
    } */

    .comp-services-sec {
        margin-top: 70px;
    }

    .comp-hero-content h1 {
        font-size: 30px !important;
    }

    .comp-hero-content p {
        font-size: 18px;
        line-height: 22.93px;
    }

    .comp-secondary-section {
        top: -75px;
    }

    .comp-services-sec {
        margin-top: 30px;
    }

    .comp-services-section {
        padding: 0;
    }

    .comp-service-box {
        padding: 14px 15px;
    }

    .comp-list-item {
        justify-content: center;
        flex-wrap: wrap;
    }

    .comp-list-group {
        padding-right: 0;
    }

    .comp-list-item {
        padding: 0;
    }

    .comp-list-item p {
        font-size: 13px !important;
        line-height: 18px !important;
        text-align: center;
    }

    .category-blogs-column .category-blog-box {
        width: 100%;
    }

    .category-blogs-column .category-blog-box .category-bg-box {
        height: auto !important;
    }

    #compelify-tabs-parent .compli-advertise-content {
        justify-content: center;
        margin-bottom: 10px;
    }

    #compelify-tabs-parent .adver-inner {
        height: auto;
    }

    #compelify-tabs-parent .adver-inner {
        width: 100%;
    }

    #compelify-tabs-parent .box {
        padding: 0;
        margin: 0px auto;
    }

    div#compelify-tabs-parent {
        padding: 40px 15px;
    }

    .category-blogs-column .category-blog-box .blog-fea-image img,
    .category-blogs-column .category-blog-box .blog-fea-image,
    .category-blogs-column .category-blog-box .blog-content {
        height: auto !important;
    }

    .comp-single-head-icon {
        flex-wrap: wrap;
    }

    .uc-active .elementor-element-f40de63 {
        padding-top: 50px !important;
    }

    .main-banner-image .single-blogs-pv img {
        height: 641px !important;
        object-fit: cover;
    }

    .feature-img-blog-pv {
        margin-top: 74px;
    }

    .bright-aqua:before {
        width: 40rem !important;
        height: 40em !important;
    }

    /*     .comp-right-align:before {
        left: -10px !important;
    } */
    .tyrian-purple:before {
        width: 53rem !important;
        height: 37rem !important;
        right: -150px !important;
        background: radial-gradient(at bottom right, #b45ff6b8 8%, #ffffff00 56%, #ffffff00 97%);
    }

    .blue-ivy:before {
        width: 43rem !important;
        height: 34rem !important;
    }

    .artyclick-cyan:before {
        width: 41rem !important;
        height: 32rem !important;
    }

    .octavia-head-pv h4 {
        font-size: 22px !important;
    }

}

@media only screen and (max-width: 550px) {
	.category-sidebar-column .checkb0x-category {
    	margin-left: 15px;
}
	.contct-popup .elementor-widget-container{
		--container-widget-width: 100% !important;
	}
     .styled-btn-form .elementor-field-type-submit {
        width: 98% !important;
    }

    .contct-popup {
        margin-top: 7px !important;
		width: 100% !important;
    }

    .comp-overlay-dum,
    .main-banner-image .elementor-widget-image .elementor-widget-container {
        position: relative;
    }

    .comp-overlay-dum::before,
    .main-banner-image .elementor-widget-image .elementor-widget-container::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 50%);
        content: '';
    }

    .contcS-button,
    .page-id-4224 .footer-pv-up .contcS-button {
        margin-left: 0px;
        margin-top: 11px;
    }

    .bright-aqua:before {
        width: 51rem !important;
        height: 50em !important;
    }

    .comp-services-container.comp-right-align {
        flex-direction: column-reverse;
    }

    .footer-pv-up .contcS-button {
        margin-left: 0px !important;
    }

    .contct-popup-content .modal-dialog {
        max-width: 100% !important;
    }

    ul.product-list.testi-images-pv,
    #compelify-tabs-parent .box,
    button#cmp-all,
    section.services-compelify .services-list,
    .inner-blo-pv-c {
        display: none;
    }

    .comp-hm-mbl-cats {
        display: block !important;
    }

    .compelify-fillter-tabs .scroll-tabs-fill, section.features-categories.compelify-fillter-tabs  {
        overflow-x: unset !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul {
        margin: 0;
        padding: 0;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li {
        border: none;
        background: linear-gradient(168deg, #0e0e0e 42%, #232325 100%);
        border-radius: 0;
        padding: 16px 10px;
        width: 48%;
        box-shadow: 0px 0px 11px #00000069;
        cursor: pointer;
        list-style: none;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: start !important;
        gap: 10px;
        align-items: center;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li span {
        font-size: 12px !important;
        font-weight: 700 !important;
        text-decoration: none;
        color: #ffffff;
        line-height: 13px !important;
    }

    .compelify-fillter-tabs .compelify-tabs .btn {
        margin: 0;
        width: 48% !important;
        align-items: center !important;
        gap: 12px;
        font-size: 12px !important;
        height: auto !important;
        justify-content: start !important;
        padding: 16px 10px !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li:nth-child(1):hover {
        background: linear-gradient(132deg, #6affe454 9%, #25252845 52%) !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li:nth-child(2):hover {
        background: linear-gradient(132deg, #b45ff645 9%, #25252845 52%) !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li:nth-child(3):hover {
        background: linear-gradient(132deg, #e93ef657 9%, #25252845 52%) !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li:nth-child(4):hover {
        background: linear-gradient(132deg, #80ddfa61 9%, #25252845 52%) !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li:nth-child(5):hover {
        background: linear-gradient(132deg, #c750f554 9%, #25252845 52%) !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li:nth-child(6):hover {
        background: linear-gradient(132deg, #4fb2f861 9%, #25252845 52%) !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li:nth-child(7):hover {
        background: linear-gradient(132deg, #73fafc4a 9%, #25252845 52%) !important;
    }

    .compelify-fillter-tabs .compelify-tabs .btn img,
    .comp-hm-mbl-cats .mbl-tabs ul li a img {
        width: 38px !important;
        height: 44px !important;
    }

    .compelify-fillter-tabs .compelify-tabs {
        width: 100%;
        gap: 10px;
        padding: 10px 18px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.compelify-testi-tabs .tab-inner .tab-column {
        padding-bottom: 15px;
    }

    .category-blogs-column .category-blog-box a h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .category-blogs-column .category-blog-box a {
        font-size: 14px;
    }

    .inner-blo-pv-c {
        display: none;
    }

    .category-blogs-column .category-blog-box .category-bg-box {
        padding-bottom: 20px;
    }

    .footer-pv-up {
        bottom: 0px;
    }

    .main-banner-image img {
        height: 330px !important;
        object-fit: cover;
    }

    .category-bg-box .comp-an-wrap {
        height: 90px;
        gap: 10px;
    }

    ul.comp-blog-breadcrumbs li:before {
        right: -6px;
        top: 5px;
    }

    ul.comp-blog-breadcrumbs img {
        height: auto !important;
        margin-bottom: 5px;
    }

    .ue-simple-popup-overlay {
        height: 470px !important;
    }

    .Octavia-sec-shadow::before {
        width: 45rem !important;
        height: 45rem !important;
        bottom: -14rem !important;
    }

    .image-desktop-down img {
        height: 560px !important;
    }

    .main-footer-style .footer-pv-up {
        bottom: 22px !important;
    }

    .checkb0x-category {
        padding: 10px 0 23px 0;
    }

    .feature-img-blog-pv {
        margin-top: 30px;
    }

    .main-banner-image .single-blogs-pv img {
        height: 787px !important;
    }

    ul.comp-blog-breadcrumbs li:nth-child(1) {
        padding: 0;
    }

    .comp-single-author-info p {
        font-size: 20px;
    }

    .comp-single-social-icons a {
        margin-right: 10px;
    }

    .complify-challenge-sec .complify-challenge-content p {
        margin-bottom: 40px !important;
    }

    .comp-services-heading,
    .header-heading-style h2 {
        font-size: 13px !important;
        line-height: 23px !important;
    }
}

@media only screen and (max-width: 479px) {
		.comp-post-new-sidebar {
    		width: 100% !important;
}
	.comp-content-area p {
		font-size: 16px;
		line-height: 25px;
		color: #fff;
		margin-bottom: 20px;
}
	.article-blog-row.comp-full-width-section .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image img, .article-blog-row.comp-full-width-section .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image {
        height: 215px !important;
    }
	.comp-full-width-section .category-blogs-column .comp-ind-blog-content {
    	grid-template-columns: repeat(1, 1fr) !important;
}
	.comp-full-width-section .feat-blogs-column .category-bg-box .comp-an-wrap {
        height: 100px !important;
    }
	.article-blog-sec .feat-blogs-column .category-blogs-column .comp-ind-blog-content {
    	grid-template-columns: repeat(1, 1fr);
}
	section.cvi-team-sec .cvi-team-row .cvi-team-column {
    	width: 50%;
    	margin-bottom: 30px;
}
	.feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image {
        height: 190px !important;
    }
	 .feat-blogs-column .category-blogs-column .category-blog-box .blog-fea-image img {
        height: 190px !important;
    }
	.feat-blogs-column .category-bg-box .comp-an-wrap {
        height: 100% !important;
    }
	 .feat-blogs-column .category-blogs-column .category-blog-box .blog-content {
        height: auto !important;
    }
	.article-column .comp-article-load-more a, .category-blogs-column .comp-blog-load-more a {
    	width: 63%;
	}
    .feat-blogs-column .category-blogs-column .category-blog-box .category-bg-box {
        height: auto !important;
    }
	.feat-blogs-column .category-blogs-column {
    	margin-top: 50px;
}
	section.cvi-team-sec .cvi-team-row .cvi-team-column .cvi-team-info h2 {
    	color: #ffffff;
    	font-size: 15px;
    	line-height: 20px;
	}
	 .new-home-comp-pv img {
        height: 300px !important;
    }
    .styled-btn-form .elementor-field-type-submit {
        width: 97% !important;
    }

    .contct-popup {
        margin-top: 6px !important;
    }

    .header-heading-style h2 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul li {
        width: 100% !important;
    }

    .octavia-head-pv h4 {
        font-size: 18px !important;
    }

    .category-sidebar-column .checkb0x-category .label--checkbox {
        font-size: 13px !important;
    }

    .comp-hm-mbl-cats .mbl-tabs ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .comp-hm-mbl-cats .mbl-tabs ul li span,
    .compelify-fillter-tabs .compelify-tabs .btn {
        font-size: 14px !important;
    }

    .compelify-fillter-tabs .compelify-tabs .btn img,
    .comp-hm-mbl-cats .mbl-tabs ul li a img {
        width: 54px !important;
        height: 60px !important;
    }

    .compelify-fillter-tabs .compelify-tabs {
        padding: 0 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .comp-hm-mbl-cats .mbl-tabs ul li a,
    .compelify-fillter-tabs .compelify-tabs .btn {
        gap: 22px;
    }

    .compelify-fillter-tabs .compelify-tabs .btn {
        width: 100% !important;
    }

    div#blog-single-top {
        margin-top: 0px !important;
    }

    .page-id-4636 .banner-content-pv {
        margin-top: 0px !important;
    }

    .single-post .banner-content-pv {
        top: 60px;
    }

    .feature-img-blog-pv {
        margin-top: 0px !important;
    }


    .comp-hero-content-dum p {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }

    /*     .blue-diamond:before {
        width: 20rem !important;
        height: 20rem !important;
        background: radial-gradient(at bottom left, #80DDF9 8%, #25252800 82%, transparent 36%);
        bottom: -14rem !important;
        border-radius: 1000px;
        left: 0 !important;
    } */

    /*     .bright-aqua:before {
        display: block;
        content: '';
        width: 20rem !important;
        height: 20rem !important;
        background: radial-gradient(at bottom left, #00ffe0c2 8%, #00ffe01f 75%, transparent 85%);
        bottom: -15rem !important;
        position: absolute;
        z-index: -1;
        border-radius: 1000px;
        left: 0 !important;
    } */

    .page-id-4224 .main-banner-image img {
        height: 300px !important;
        object-fit: cover;
        object-position: right center;
    }

    .banner-content-pv {
        padding-top: 20px;
    }



    .comp-gallry-port.port-style-1 .comp-gallry-list {
        width: 31%;
    }

    #compelify-tabs-parent .adver-inner {
        height: auto;
        width: 100%;
        padding: 20px 20px 10px;
    }

    .comp-single-blog-content>h2 {
        font-size: 20px !important;
    }

    .comp-single-blog-content {
        padding: 20px !important;
    }

    .comp-single-author-profile {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 20px;
    }

    .comp-single-blog-content h3,
    .comp-single-blog-content h5 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .comp-single-author-info,
    .comp-single-author-profile img {
        width: 100%;
    }

    .inner-blo-pv-c {
        margin-top: 16px;
    }

    .main-banner-image img {
        height: 300px !important;
        object-fit: cover;
        object-position: right center;
    }


    .blog-banner-image img {
        height: 293px !important;
        object-fit: cover;
    }

/*     .feature-img-blog-pv img {
        height: auto !important;
    } */
	    .feature-img-blog-pv img {
        	height: 580px !important;
        	padding-top: 100px;
    }
    .category-fillter-column .category-blogs-column,
    .category-fillter-column .category-sidebar-column {
        width: 100%;
    }

    .category-fillter-column {
        flex-wrap: wrap;
    }

    .comp-gallry-port.port-style-4 .comp-style4-full img {
        height: auto !important;
    }

    .comp-overlay-dum img {
        height: 280px !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .comp-hero-content-dum h1,
    .term-28 .comp-hero-content-dum h1 {
        font-size: 21px !important;
    }

    .comp-secondary-section {
        margin-top: -72px !important;
    }

    .comp-gallry-port.port-style-2 .comp-gallry-list {
        width: 100% !important;
    }

    .comp-list .adver-inner {
        height: 100% !important;
    }

    .product-list .col-md-12.first-img-comp img {
        height: 180px !important;
    }

    section.compelify-testi-tabs ul.product-list li {
        column-gap: 10px !important;
    }

    section.compelify-testi-tabs .tab-link-compl img {
        width: 80px !important;
    }

    .comp-services-heading {
        font-size: 11px !important;
        line-height: 17px !important;
        margin-bottom: 40px;

    }

    .comp-services-sec .container {
        padding: 0 !important;
    }

    .containerrrr.text-center.py-5 {
        padding-bottom: 5px !important;
    }

    section.menu-tabs.Compelify-tabs {
        padding-top: 0;
    }

    .Compelify-tabs .tab-column .user-ico {
        justify-content: start !important;
    }

    .comp-services-container {
        padding: 0px 10px;
    }

    .comp-service-box h3 {
        font-size: 20px !important;
    }

    .comp-hero-content h1 {
        font-size: 22px !important;
    }

    .comp-hero-content p {
        line-height: 20.93px;
        margin: 0;
    }

    .comp-hero-section {
        height: 411px;
    }

    .Compelify-tabs .inner-container {
        padding-left: 0;
        padding-right: 0;
    }

    .tab-content {
        padding: 15px 0;
    }

    .product-list .bottom-img-set img {
        height: 100px !important;
    }

    .uc-active .elementor-element-f40de63 {
        padding-top: 20px;
    }

    .ue-simple-popup-overlay {
        background-color: #000000e6 !important;
        padding: 20px 0px 20px 10px !important;
    }

    .header-1 {
        padding-top: 40px !important;
    }

    .services-list .tabs-container nav ul li.active:after {
        top: 2em !important;
    }

    .services-list .tabs-container nav ul li {
        margin-top: calc(11px / 2) !important;
    }

    #compelify-tabs-parent .comp-list .adver-inner h2 {
        font-size: 20px !important;
        line-height: 29px !important;
        width: 100% !important;
    }

    #compelify-tabs-parent .comp-list .adver-inner p {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .bright-neon-pink:before {
        width: 34rem !important;
        height: 25rem !important;
    }

    .comp-left-align:before {
        /*         width: 40rem !important;
        height: 25rem !important; */
        bottom: -13rem !important;
    }

    .tyrian-purple.comp-left-align:before {
        background: radial-gradient(at bottom right, #B45FF6 8%, #25252800 66%, transparent 0%);
    }


    .comp-single-head-icon h2 {
        font-size: 22px !important;
    }

    .comp-single-blog-content,
    .comp-single-author-profile {
        margin: 0;
    }

    .category-bg-box .comp-an-wrap {
        height: 140px !important;
    }

    .bright-aqua:before {
        width: 35rem !important;
        height: 30em !important;
    }

    .comp-right-align:before {
        left: -14px !important;
    }

    .bright-aqua:before {
        bottom: -14rem !important;
    }

    .artyclick-magenta.comp-left-align:before {
        width: 35rem !important;
        height: 23rem !important;
    }

    .blue-diamond:before {
        width: 27rem !important;
        height: 24rem !important;
    }

    .tealish-blue:before {
        width: 27rem !important;
        height: 24rem !important;
    }

    .blue-ivy:before {
        width: 37rem !important;
        height: 27rem !important;
        bottom: -17rem !important;
    }

    .artyclick-cyan:before {
        width: 37rem !important;
        height: 23rem !important;
    }

    #uc_simple_popup_elementor_78a5126 .ue-simple-popup-close {
        right: 20px;
        top: 16px;
    }

    .tyrian-purple:before {
        width: 41rem !important;
        height: 26rem !important;
    }

    .padd-footer-first {
        padding-left: 50px !important;
    }

    .footer-first-col {
        padding-left: 40px !important;
    }
}

@media screen and (max-width: 400px) {
    .comp-services-heading {
        font-size: 14px !important;
    }
	section.article-blog-sec.Article-Feature .feat-article-row .feat-article-column1 .feat-article-image-content {
    	padding-left: 0;
}	
}

@media only screen and (max-width: 370px) {
	.comp-full-width-section .feat-blogs-column .category-bg-box .comp-an-wrap {
        height: 100px !important;
    }
	.comp-full-width-section .comp-article-content {
    	padding: 0 10px;
}
	 .comp-article-feature .feat-article-row .feat-article-conetnt a {
		width: 83%;
	}
    .product-list .bottom-img-set img {
        height: 115px !important;
    }

    .comp-services-heading {
        font-size: 14px !important;
        line-height: 20.26px !important;
    }

    .category-sidebar-column .checkb0x-category ul.list {
        column-count: 1;
        padding: 0px;
    }

    .comp-left-align:before {
        width: 31rem !important;
        height: 22rem !important;
    }

    .artyclick-magenta.comp-left-align:before {
        background: radial-gradient(at bottom right, #e93ef6b0 8%, #ffffff00 63%, #25252800 6%) !important;
        width: 35rem !important;
        height: 24rem !important;
    }

    .blue-diamond:before {
        width: 21rem !important;
        height: 19rem !important;
    }

    .tealish-blue:before {
        width: 21rem !important;
        height: 19rem !important;
    }

    .padd-footer-first {
        padding-left: 30px !important;
    }

    .footer-first-col {
        padding-left: 26px !important;
    }
/* 
    .header-heading-style h2 {
        font-size: 9px !important;
        line-height: 15px !important;
    } */
}