#kadence-breadcrumbs {
    width: 100%;
    margin: 0;
    padding: 0 50px;
}
#kadence-breadcrumbs .kadence-breadcrumb-container, .skills_bread {
    text-align: left;
    background: linear-gradient(to left, #00d082 0%, #00d082 50%, #6256ed 100%);
    width: 100%;
    border-radius: 100px;
    margin: -30px 0 0 0;
    padding: 38px 60px 12px 60px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
#kadence-breadcrumbs a, .skills_bread a {
    color: #00d082;
    text-decoration: none;
}
#kadence-breadcrumbs a:hover, .skills_bread a:hover {
    color: #fff;
    text-decoration: none;
}
#inner_pages {padding-top: 50px;}
.portfolio_sec .sechead {
    border-right: 3px solid #c0bcdf;
}
.sechead_left {
    padding-left: 40px;
}
.portfolio_sec {
    padding: 50px 0 40px;
}
h1.new_head, .skill_head h2 {
    text-transform: uppercase;
    line-height: normal;
}
.skill_head {
    text-align: center;
}
.new_head strong, .skill_head h2 strong, .skill_head h2 b {
    color: #6256ed;
}
.portfolio_mb {
    margin-bottom: 40px;
}
.portfolio_box .wpb_text_column {
    font-weight: 500;
    color: #3e3871;
    display: inline-block;
    width: calc(33.33% - 20px);
    border-radius: 15px;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0 0 15px rgb(98 86 237 / 58%);
    transition: all 0.5s ease;
}
.portfolio_box .wpb_text_column:hover {
    box-shadow: 0 0 5px rgb(98 86 237 / 40%);
    transform: translateY(-5px);
}
.portfolio_box .thumb {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.portfolio_box .thumb img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    clip-path: ellipse(80% 80% at 50% 20%);
}
.portfolio_box .thumb a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00d37f;
    clip-path: ellipse(75% 80% at 50% 20%);
    z-index: -1;
    transform: translateY(7px);
    transition: all 0.5s ease;
    border-radius: 100% 100% 0 0;
}
.portfolio_box .wpb_text_column:hover .thumb a:after {
    background: #6256ed;
}
.portfolio_box .port_outer {
    padding: 0px 20px 20px;
}
.portfolio_box .wpb_text_column .name {
    text-transform: uppercase;
    padding: 0 0 15px;
    font-size: 18px;
}
.portfolio_box .wpb_text_column .name .t2 {
    font-size: 13px;
    color: #00d082;
    margin-top: 5px;
}
.portfolio_box .port_outer .sec2 {
    background: rgb(247 247 247);
    border-radius: 6px;
    padding: 15px;
    font-size: 13px;
}
.sec2_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.portfolio_box .wpb_text_column .link {
    text-decoration: underline;
}
.graphics_box .thumb {
    margin: 23px 0 15px;
}
.graphics_box .port_outer {
    text-align: center;
}
.graphics_box .thumb img {
    clip-path: unset;
    width: 100px;
    margin: 20px auto 0px;
    height: 100px;
    object-fit: contain;
}
.graphics_box .thumb a:after {
    background-color: #fff !important;
}
.graphics_box .wpb_text_column .name {
    padding: 0;
    font-size: 18px;
}
.graphics_box .wpb_text_column {
    box-shadow: 0 12px 0px #6256ed,0 0 5px #cecece;
    margin-bottom: 30px;
}
.graphics_box .wpb_text_column:hover {
    box-shadow: 0 12px 0px #00d082, 0 0 5px #cecece;
}
.graphics_inner .wpb_single_image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 3px 10px #c2b8b8;
}
.graphics_inner .wpb_single_image img {
    height: auto;
    object-fit: contain;
    object-position: top;
    border-radius: 20px !important;
    margin-bottom: 10px;
    box-shadow: 0 12px 0px #6256ed !important;
}
.graphics_inner h2 {
    color: rgb(0, 0, 0);
    position: absolute;
    left: 30px;
    right: 30px;
    background-color: #fff;
    bottom: 30px;
    padding: 20px 45px 18px 20px;
    font-size: 15px;
    z-index: 1;
    text-transform: uppercase;
    transform: translateX(-115%);
    transition: .5s ease;
    margin-bottom: 0px !important;
}
.graphics_inner h2::before {
    content: '+';
    position: absolute;
    right: -4px;
    top: 50%;
    width: 40px;
    color: #fff;
    line-height: 66px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    transform: translate(0px, -50%);
}
.graphics_inner h2::after {
    position: absolute;
    content: '';
    right: -1px;
    top: 0px;
    clip-path: polygon(20% 30%,100% 0,100% 100%,20% 75%);
    background: linear-gradient(#00d082 0%,#6256ed 100%);
    z-index: -1;
    width: 46px;
    height: 100%;
}
.graphics_inner .wpb_single_image a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(65, 214, 156, 0.75);
    width: 0;
    height: 100%;
    border-radius: 20px;
    transition: .5s ease;
}
.graphics_inner .wpb_single_image:hover a::before {width: 100%;}
.graphics_inner .wpb_single_image:hover h2 {transform: translateX(0%);}
.graphics_inner figure *, .graphics_inner figure {
    width: 100% !important;
    display: block;
}
.green_bg {background-color: #00d082;}
.purple_bg {background-color: #6054e5;}
.seo_block {
    padding: 40px 40px 27px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.seo_block.seo_port_sec {
    margin: 0 0 30px !important;
}
.seo_block:last-child {margin-bottom: 70px !important;}
.seo_block h2.seo_head {
    font-size: 35px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.green_bg p.site_url, .purple_bg p.site_url {
    padding: 5px;
    max-width: 280px;
    margin: 10px auto 15px;
    border-radius: 10px;
    font-size: 16px;transition: all 0.5s ease;
}
.green_bg p.site_url, .purple_bg p.site_url:hover, .skillsForm .col.captc {background-color: #fff;}
.purple_bg p.site_url, .green_bg p.site_url:hover {background-color: #000;}
.green_bg p.site_url:hover {color: #00d082;}
.purple_bg p.site_url:hover {color: #6054e5;}
.green_bg img {border: 15px solid #207f59;}
.purple_bg img {border: 15px solid #352ba9;}
.seo_table {border-collapse: collapse;}
.seo_table th, .seo_table td {
    border: 1px solid #000;
    padding: 0.5em;
    font-size: 18px;
    text-align: left;
}
.purple_bg th, .purple_bg td {border-color: #fff;}
.seo_table tr td:last-child, .seo_table tr th:last-child {text-align: center;}
.purple_bg *, .skillsForm, .skillsForm h3, .about_sec2 * {color: #fff;}
section.page-hero-section {
    z-index: 1;
}
.skills_main {
    background-image: url(images/skill_bg.webp);
    background-size: cover;
    background-position: center center;
    margin-top: -205px;
    padding-top: 250px;
    padding-bottom: 80px;
}
.skills_main .wpb_widgetised_column {
    margin: 0;
}
.skills_main h1 {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 30px;
}
.skills_main h1 strong {color: #ef7a01;}
.skills_left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.skillsForm {
    padding: 27px 30px;
    background: rgba(0,0,0,.3);
    text-align: center;
}
.skillsForm h3 {
    font-size: 28px;
    margin-bottom: 14px !important;
}
.skillsForm .col {
    display: inline-block;
    text-align: left;
    width: 50%;
    padding: 0 5px 11px;
}
.skillsForm .col p {margin: 0px;}
.skillsForm .wpcf7-form-control {
    padding: 7px 10px;
    border-radius: 5px;
}
.skillsForm textarea {height: 100px;}
.col.full.submit {margin-top: 12px;}
.skillsForm .col label {font-size: 13px;}
.skillsForm .col.captc {
    padding: 4px 6px;
    max-width: 253px;
    border: 1px solid #cbd5e0;
    border-radius: 5px;
}
.skillsForm .captc div {
    float: left;
    color: #000;
    font-weight: 500;
    padding: 5px 15px 2px 8px;
}
.skillsForm .col.captc p img {padding: 0;}
.skillsForm .col.right {float: right;}
.skillsForm .col.full {width: 100%;}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 17px;
    font-weight: 600;
    padding: 15px 60px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    background: #6256ed;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {background: #00d082;}
.graphics_logos img {
    border-radius: 10px;
    box-shadow: 0 3px 10px #c2b8b8;
    height: 150px !important;
    object-fit: contain;
}
.skills_sec1 {padding: 70px 0px;}
.skills_sec1 h3 {margin-bottom: 8px !important;}
.skills_sec1 p {margin: 0px;}
.about_sec1 {padding: 0 0 50px;}
.skills_sec1 .vc_inner .wpb_text_column {
    margin-bottom: 17px;
}
.skill_sec{
    background-image: url(https://squad.squaditpoint.com/wp-content/uploads/2025/09/squad-bck.webp) !important;
 background-size: cover;
  min-height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
background-attachment: fixed;
}


.about_sec1 .aio-icon-img.uavc-square {
    border-radius: 5px;
    padding: 0.1em;
}
.about_sec1 .aio-icon-component {
    display: inline-block;
    width: 49%;
    padding: 0 10px 0 0;
    margin-bottom: 20px;
    line-height: 0;
}
.about_sec1 .home_bck_block {
    width: 100%;
    max-width: 320px;
    border: 2px solid #8f85cb;
    border-radius: 10px;
    padding: 24px 0;
    margin-bottom: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_sec1 a.home_btn span.home_bck_txt {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-right: 70px;
    margin-bottom: -23px;
}
.about_sec1 a.home_btn .btn.home_bck {
    display: inline-block;
    position: relative;
    width: 68px;
    height: 68px;
    background: linear-gradient(to bottom, #00d082 0%, #2c15b3 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
    border-radius: 50%;
    line-height: 72px;
    text-align: center;
    color: white;
    z-index: 1;
}
.about_sec1 .btn.home_bck::before {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #323F7C;
    content: '';
    animation: pulse_about 1500ms ease-out infinite;
}
@keyframes pulse_about {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    
    50% {
        transform: scale(1.3);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.about_sec1 .stats-block {
    position: absolute;
    right: 50px;
    bottom: 35px;
    width: 365px;
    padding: 20px;
    border-radius: 20px;
    background: #00d082;
    color: #fff;
    background-image: linear-gradient(#00d082, #00a366);
}
.about_sec1 .stats-left .aio-icon-left {
    vertical-align: middle;
}
.about_sec1 .stats-block .stats-desc {
    text-align: center;
    border-left: 1px solid white;
    padding-left: 20px;
}
.about_sec2 {background-attachment: fixed;padding: 80px 0;}
.about_sec2 .stats-block {
    position: relative;
    margin: 0 auto !important;
    background-image: -webkit-linear-gradient(-123deg, #16052f 1%, #16052f 100%);
    padding: 40px 20px 22px;
    z-index: 11;
    transition: 0.3s;
    overflow: hidden;
    line-height: normal;
}
.about_sec2 .stats-block .stats-number, .about_sec2 .stats-block .counter_suffix {
    display: none;
}
.about_sec2 .stats-block .stats-text {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.about_sec2 .stats-block:before {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    left: 3px;
    top: 3px;
    border: none;
    background-image: none;
    background-color: #16052f;
    z-index: 3;
    transition: 0.3s;
}
.about_sec2 .stats-block:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: 0.3s;
    background: linear-gradient(130deg, transparent 15%, #6256ed 50%, transparent 85%);
}
.about_sec2 .stats-block:hover:after {
    transform: rotate(-90deg);
}
.about_sec2 .stats-block * {
    position: relative;
    z-index: 99;
    margin-bottom: 10px;
}
.about_sec2 .stats-block .aio-icon {
    margin-top: 13px;
}
.profolio-block-image-text .wpb_text_column{
margin-bottom: 0px;
}
.profolio-block-image-text .wpb_content_element h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 18px !important;
    color: #6256ed;
    text-align: center;
}
.profolio-block-image-text .wpb_content_element h3 a:hover {
    color:#00d082;
}
.profolio-block-image-text .wpb_content_element {
    margin-bottom: 0px;
}
.profolio-block-image-text .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000029;
}
.port-custombox-k {
    margin-top: 15px;
}
.about_sec2 .stats-block .aio-icon {
    background: #2e2341;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
}
.about_sec2 .stats-block:hover .aio-icon {
    background: linear-gradient(90deg,#00d082 0%,#2c15b3 100%) !important;
    transition: .3s;
    transform: scale(0.9);
}
.about_sec3 {padding: 75px 0 50px;}
.about_sec3 .vc_col-sm-8 .wpb_wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	justify-content: space-between;
}
.about_sec3 .aio-icon-component {
    position: relative;
    padding: 25px;
    background-color: rgb(247 247 247);
    border-radius: 5px;
    width: 31.6%;
    margin-bottom: 10px;
}
.about_sec3 .aio-icon-img.uavc-circle {padding: 0.3em;}
.about_sec3 .aio-icon-header+.aio-icon-description {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    transform: scaleY(0);
    padding: 15px;
    color: #fff;
    background: #00d082;
    font-size: 16px;
    margin: 0;
    width: 100%;
    height: 100%;
}
.about_sec3 .aio-icon-component:hover .aio-icon-header+.aio-icon-description {
    opacity: 1;
    transform: scaleY(1);
}
.about_sec3 .aio-icon-component p {
    margin: 0;
    font-size: 17px !important;
    color: #000 !important;
}
.about_sec3 .aio-icon-component p a {
    color: #2c15b3;
    margin-top: 3px;
    display: block;
}
.about_sec3 .aio-icon-component p a.m-number {
    margin-top: 32px;
}
.about_sec3 .aio-icon-component p a:hover {color: #fff;text-decoration: none;}
.about_sec3 .top-icon .aio-icon-header h3.aio-icon-title {margin: 10px 0 0;}
.about_sec3 .aio-icon-component * {text-align: left !important;}
.about_sec3 img, .about_sec3 .aio-icon-header+.aio-icon-description {border-radius: 0.5rem;}
.about_sec4 {padding: 80px 0;}
.seo_tab_sec {padding: 80px 0 0;}
.seo_tab_sec .stats-block.stats-left {
    display: inline-block !important;
    width: 50%;
}
.seo_tab_sec .wpb_single_image img {max-width: none;}
.seo_tab_sec ul li {margin-bottom: 15px;}
.seo_tab_sec .seo_tab_info {padding-bottom: 20px;}

.center-head{margin:0px auto;width: 65% !important;}
.center-head h1{margin-bottom: 10px !important;}
.qoute-f .vc_column-inner >.wpb_wrapper {padding: 35px;box-shadow: 0 0 10px #ddd;border-radius: 25px;}
.main-row{padding:40px 0px 75px 0px;}
.sec-colum .vc_column-inner.vc_custom_1758700811302 > .wpb_wrapper {padding: 0px;}
/* .second-fields-row p span input{width: 98% !important;border-radius: 20px;padding: .5em .9em !important;} */
/* .contact-page-form .first-fields-row p{width: 98% !important;} */
/* .contact-page-form span textarea {height: 8em !important;} */
#main-header .header-button{padding: 10px 20px;}
.wpcf7-not-valid-tip {text-align: start;margin-left: 15px;}


.skilrevim {
    padding: 70px 0;
    background-color: rgb(240 240 243 / 45%);
}
.skilrebox {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #adadad;
}
.skilrevim .pagination .page-numbers {
    font-size: 15px;
    background-color: #2b2f37;
    color: #fff;
    min-width: 2em;
    line-height: 2em;
    border: none;
    margin-right: 2px;
}
.skilrevim .pagination .page-numbers:hover, .skilrevim .pagination .page-numbers.current {
    background-color: #00d082;
}
.skilrevim .pagination .page-numbers.prev, .skilrevim .pagination .page-numbers.next {
    background-color: transparent;
    color: #000;
}
.skilrevim .pagination .page-numbers.prev:hover, .skilrevim .pagination .page-numbers.next:hover {
    color: #00d082;
}
.skilrevim .pagination {
    margin: 25px 0 0;
}
.skilrebox .wpb_raw_code i {
    color: #EEB93AFF;
}
.skilrebox .wpb_raw_code {
    margin-bottom: 10px;
}
.skilrebox p {
    margin-top: 0;
    margin-bottom: 10px;
}
.skilrebox p:last-child {
    margin-bottom: 0;
}
.skilrebox .wpb_text_column {
    margin-bottom: 0;
}
.skilrebox p strong {
    color: #212121;
}
.skilprob {
    background-color: rgb(98 86 237 / 6%);
    border: 10px solid #fff;
    box-sizing: border-box;
    transform: skewX(-10deg);
    padding: 20px 25px;
    width: 25%;
}
.skilprobin {
    /* transform: skewX(10deg); */
}
.skilprobin h3 {
    font-size: 21px;
    margin-bottom: 10px !important;
}
.skilprobin h3 b {
    color: #00d082;
}
.skilprobin p {
    margin: 0px;
}
.skiquesec {
    padding: 70px 0;
}
.faqmain {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 30px;
}
.faqmain .faq {
    border-radius: 5px;
    border: 1px solid #adadad;
    padding: 16px 18px;
    flex: 1 1 calc(50% - 30px);
}
.faqmain .que {
    cursor: pointer;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.faqmain .faq.active .que, .faqmain .faq .que:hover {
    color: #000;
}
.faqmain .que i.fa {
    float: right;
    background-color: #6256ed;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 11px;
}
.faqmain .faq .ans {
    padding-top: 15px;
    display: none;
}
.faqmain .faq.active .ans{
    display: block;
}
.skilproce {
    padding: 70px 0;
}
.skilprobm {
    display: flex;
}
.skilrevim .pagination {
    margin: 0;
}
.skilproce .skill_head h2 {
    margin-bottom: 0px;
}
.skilrevim .skill_head {
    margin-bottom: 35px;
}