.ittech-our-experts-style .section-boxed.column-gap {
    display: flex;
}
.ittech-our-experts-style {
    padding: .69rem;
}
.ittech-our-experts-style .elements-col-50 {
    width: 50%;
    position: relative;
}
.ittech-our-experts-style .element-about-us {
    margin-bottom: 1.39rem;
}
.ittech-our-experts-style .element-about-us img.attachment-large {
    transition: .5s;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.ittech-our-experts-style .element-dots {
    left: .56rem;
    position: absolute;
    top: 30.42rem;
}
.ittech-our-experts-style .element-dots img.attachment-large {
    transition: .5s;
    width: 13.61rem;
    height: auto;
    aspect-ratio: 196/100;
}
.ittech-our-experts-style .element-dance {
    left: 15.35rem;
    top: 21.18rem;
    position: absolute;
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}
@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1.2);
    }
}
.ittech-our-experts-style .element-dance img.attachment-large {
    transition: .5s;
    width: 16.67rem;
    aspect-ratio: 240/240;
}
.ittech-our-experts-style .elements-col-50:last-child {
    padding: .69rem;
    margin: 0 0 0 3.13rem;
}
.ittech-our-experts-style .section-title {
    position: relative;
    margin-bottom: 1.39rem;
}
.ittech-our-experts-style .section-title .subtitle {
    font-size: 1.39rem;
    padding: 0 0 0 3.13rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #0c5adb;
    font-family: 'Nunito', sans-serif;
    line-height: 1.2;
    transition: .5s;
    margin: .76rem 0 .97rem 0;
}
.ittech-our-experts-style .section-title .subtitle:before {
    position: absolute;
    left: 0;
    width: 2.71rem;
    height: .83rem;
    background: url('/wp-content/uploads/2025/10/title-shape.webp');
    content: "";
    top: .35rem;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.ittech-our-experts-style .section-title .title {
    font-size: 2.92rem;
    margin: .56rem 0 0;
    line-height: 3.47rem;
    color: #232323;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    transition: .5s;
}
.ittech-our-experts-style .section-title .title3 {
    font-size: 2.92rem;
    margin: 0px 0 0;
    line-height: 3.47rem;
    color: #232323;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    transition: .5s;
}
.ittech-our-experts-style .description {
    font-family: Nunito, sans-serif;
    color: rgb(104, 104, 104);
    font-size: 1.11rem;
    line-height: 1.81rem;
    font-weight: 400;
    margin-bottom: 1.39rem;
}
.ittech-our-experts-style .description p {
    margin: 0;
}
.ittech-our-experts-style .element-inner-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.74rem;
}
.ittech-our-experts-style .iconbox {
    width: 50%;
}
.ittech-our-experts-style .iconbox .icon-box {
    padding: .69rem;
    margin: 0px 2.64rem 1.39rem 0px;
    text-align: left;
    display: flex;
    align-items: center;
}
.ittech-our-experts-style .icon-box .icon-box-icon {
    padding-right: 1.6rem;
}
.ittech-our-experts-style .icon-box .icon-box-icon img.lazyloaded {
    transition: .5s;
    width: 3.47rem;
    aspect-ratio: 50/48;
    object-fit: contain;
}
.ittech-our-experts-style .icon-box:hover .img-icon img  {
    animation: experts_wobble_vertical 1s forwards ease-in-out 0s;
}
@keyframes experts_wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.ittech-our-experts-style .icon-box .icon-box-content h4 {
    font-size: 1.46rem;
    font-weight: 700;
    margin: 0 0 .49rem 0;
    color: #232323;
    font-family: 'Nunito', sans-serif;
    line-height: 1.2;
    transition: .5s;
}
.ittech-our-experts-style .dreamit-button a.button {
    padding: .83rem 2.78rem .83rem 2.78rem;
    background: #226cfe;
    border-radius: 2.08rem;
    border: .07rem solid #226cfe;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 1.11rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    line-height: 1.81rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ittech-our-experts-style .dreamit-button a.button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: .21rem;
    transition: .5s;
}
.ittech-our-experts-style .dreamit-button a.button:hover {
    color: #2d3dfc;
}
.ittech-our-experts-style .dreamit-button a.button:hover:before {
    width: 100%;
    left: 0;
}
.ittech-our-experts-style .dreamit-button a.button i {
    text-align: center;
    background: transparent;
    color: #fff;
    display: inline-block;
    margin-left: .28rem;
    position: relative;
    transition: .5s;
    font-weight: 700;
    line-height: 1.81rem;
    font-size: .97rem;
    width: 1.04rem;
    border-radius: 0;
}
.ittech-our-experts-style .dreamit-button a.button:hover i {
    color: #0c5adb;
    background: transparent;
}
.ittech-our-experts-style .dreamit-button.dreamit-button {
    display: flex;
    gap: 1.39rem;
}
.ittech-our-experts-style .dreamit-button.dreamit-button .image-link {
    display: flex;
    align-items: center;
}
.ittech-our-experts-style .dreamit-button.dreamit-button .image-link img.lazyloaded {
    transition: .5s;
    width: 5rem;
}
@media only screen and (max-width: 767.9px) {
    .ittech-our-experts-style {
        padding: 18.7rem 5.12rem;
    }
    .ittech-our-experts-style .elements-col-50 {
        width: 100%;
    }
    .ittech-our-experts-style .section-boxed {
        flex-wrap: wrap;
        padding: 5.12rem 0 0 0;
    }
    .ittech-our-experts-style .element-about-us {
        margin-bottom: 5.12rem;
        padding-bottom: 2.56rem;
    }
    .ittech-our-experts-style .element-dots {
        display: none;
    }
    .ittech-our-experts-style .element-dance {
        display: none;
    }
    .ittech-our-experts-style .elements-col-50:last-child {
        padding: 0;
        margin: 0;
    }
    .ittech-our-experts-style .section-title {
        margin-bottom: 5.12rem;
    }
    .ittech-our-experts-style .section-title .subtitle {
        font-size: 5.12rem;
        padding: 0 0 0 11.53rem;
        margin: 2.82rem 0 3.59rem 0;
    }
    .ittech-our-experts-style .section-title .subtitle:before {
        width: 9.99rem;
        height: 3.07rem;
        top: 1.28rem;
    }
    .ittech-our-experts-style .section-title .title {
        font-size: 4.87rem;
        line-height: 8.45rem;
        margin: 2.05rem 0 0;
    }
    .ittech-our-experts-style .section-title .title3 {
        font-size: 5.38rem;
        line-height: 8.45rem;
    }
    .ittech-our-experts-style .description {
        margin-bottom: 10.25rem;
        font-size: 4.1rem;
        line-height: 6.66rem;
    }
    .ittech-our-experts-style .element-inner-section {
        margin-bottom: 6.4rem;
    }
    .ittech-our-experts-style .iconbox {
        width: 100%;
        padding: 2.56rem;
    }
    .ittech-our-experts-style .iconbox .icon-box {
        padding: 0 0 3.84rem 0;
        margin: 0;
        display: block;
    }
    .ittech-our-experts-style .icon-box .icon-box-icon {
        padding-right: 5.89rem;
    }
    .ittech-our-experts-style .icon-box .icon-box-icon img.lazyloaded {
        width: 12.81rem;
    }
    .ittech-our-experts-style .icon-box .icon-box-content h4 {
        font-size: 5.38rem;
        margin: 0 0 1.79rem 0;
    }
    .ittech-our-experts-style .icon-box .icon-box-icon .img-icon {
        padding-bottom: 2.08rem;
    }
    .ittech-our-experts-style .icon-box .icon-box-content .description {
        margin-bottom: 5.12rem;
    }
    .ittech-our-experts-style .dreamit-button.dreamit-button {
        gap: 5.12rem;
        padding-bottom: 7.68rem;
    }
    .ittech-our-experts-style .dreamit-button a.button {
        padding: 3.07rem 10.25rem 3.07rem 10.25rem;
        border-radius: 7.68rem;
        border: .26rem solid #226cfe;
        font-size: 4.1rem;
        line-height: 6.66rem;
    }
    .ittech-our-experts-style .dreamit-button a.button:before {
        border-radius: .77rem;
    }
    .ittech-our-experts-style .dreamit-button a.button i {
        line-height: 6.66rem;
        font-size: 3.59rem;
        width: 3.84rem;
        margin-left: 2.05rem;
    }
    .ittech-our-experts-style .dreamit-button.dreamit-button .image-link img.lazyloaded {
        width: 18.44rem;
    }
}