@media(min-width:768px) {}

@media(min-width:768px) and (max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .menu-links a {
        font-size: 16px;
    }

    .menu-column {
        padding: 0 10px;
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .oe-2 .card-item p {
        font-size: 17px;
    }
}

@media(min-width:992px) and (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 992px;
    }
}

@media(min-width:992px) {
    .dr-2 .card-item {
        min-height: 226px;
    }
}

@media(min-width:1200px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1180px;
    }

    .sub-title {
        margin-bottom: 30px;
    }

    .f-20 {
        font-size: 20px;
    }

    .dr-2 .card-item {
        min-height: 200px;
    }

    .dr-4 .card-item {
        min-height: 272px;
    }

    .f-17 {
        font-size: 17px;
    }

    .nsm-3 .card-item {
        min-height: 234px;
    }
}

@media(min-width:1320px) {
    .help-inner-content img {
        bottom: -100px;
        width: 120px;
        transform: rotate(0deg);
    }
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }

    .dr-2 .card-item {
        min-height: 173px;
    }

    .dr-4 .card-item {
        min-height: 245px;
    }
}

@media(max-width:1400px) {
    .eb_h4-footer-bottom {
        padding: 21px 25px 21px 25px;
    }

    .eb_h4-footer-top-item {
        padding: 36px 25px 36px 25px;
    }
}

@media(max-width:1200px) {
    .eb_h4-footer-bottom {
        padding: 21px 25px 21px 25px;
    }
}

@media(max-width:1024px) {
    .cta-inner {
        padding: 40px 24px;
    }

    .cta-arrow {
        bottom: 0px;
        width: 300px;
    }
}

@media(max-width:992px) {
    body {
        font-size: 16px;
    }

    .about-exprnc-shape-html h3 {
        font-size: 20px;
    }

    .about-exprnc-shape-html h4 {
        font-size: 16px;
    }

    .about-exprnc-shape-html {
        padding: 12px 20px;
    }

    .image-box-1 {
        width: calc(100% - 150px);
    }

    .image-box-2 {
        width: calc(100% - 60px);
    }

    .image-box-3 {
        bottom: 0px;
    }

    .about-exprnc-shape-html {
        padding: 30px 12px 20px;
    }

    .about-exprnc-shape-html h4 {
        font-size: 20px;
    }

    .eb_h4-footer-top {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }

    .eb_h4-footer-top-item:nth-child(3) {
        border-top: 1px solid var(--white);
        border-left: 0;
    }

    .eb_h4-footer-top-item:nth-child(4) {
        border-top: 1px solid var(--white);
    }

    .cta-arrow {
        bottom: 20px;
        width: 300px;
        right: 170px;
    }
}

@media(max-width:768px) {
    header {
        padding: 20px 12px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h2.f-40 {
        font-size: 42px;
    }

    h3 {
        font-size: 20px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .menu-column {
        flex: 0 0 100%;
    }

    .help-column::before {
        opacity: 0;
    }

    .logo {
        height: 34px;
    }

    #nav-icon3 {
        width: 32px;
        height: 24px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 12px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 24px;
    }

    .menu-content {
        padding: 74px 12px 0px;
    }

    .menu-column h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .menu-column h3::before {
        bottom: -8px;
        width: 60px;
    }

    .menu-column h3::after {
        bottom: -8px;
        left: 70px;
        width: 6px;
    }

    .menu-column {
        height: auto;
        padding: 18px 12px 0px !important;
        border-right: 0px;
    }

    .menu-links a {
        font-size: 16px;
        padding: 8px 0px;
        padding-left: 25px;
    }

    .help-inner-content {
        display: none;
    }

    .menu-column-3 {
        padding-top: 0px !important;
        background-image: none;
    }

    .fullscreen-menu {
        align-items: start;
    }

    .image-box-3 {
        top: 260px;
        width: 100px;
        right: -30px;
        left: auto;
        transform: rotate(90deg) !important;
    }

    @keyframes dance {
        0% {
            -webkit-transform: scale(0.75) rotate(90deg);
            transform: scale(0.75) rotate(90deg);
        }

        100% {
            -webkit-transform: scale(1.05) rotate(90deg);
            transform: scale(1.05) rotate(90deg);
        }
    }

    .sub-title {
        font-size: 16px;
    }

    .sub-title {
        margin-bottom: 24px;
    }

    .service-item {
        padding-top: 40px;
        padding-bottom: 0px;
        text-align: center;
    }

    .row.service-item:nth-child(2) {
        padding-top: 65px;
    }

    .about-exprnc-shape-html {
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }

    .image-box-1 {
        width: calc(100% - 60px);
    }

    .service-images {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .service-item .col-md-4 {
        order: 1;
    }

    .service-item .col-md-8 {
        order: 2;
        margin-top: -100px;
        z-index: 1;
    }

    .service-icon-cover {
        margin-bottom: 40px;
        background: var(--blue-1);
        padding: 10px;
        width: fit-content;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-images::after {
        top: -10px;
    }

    .eb_h4-footer-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: start;
    }

    .eb_h4-footer-top-item:not(:first-child) {
        border-left: 0px;
    }

    .eb_h4-footer-widget-title {
        margin-bottom: 12px;
    }

    .eb_h4-footer-logo img {
        max-width: 180px;
    }

    .eb_h4-footer-logo {
        margin-bottom: 14px;
    }

    .eb_h4-footer-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .eb_h4-footer-top-item:nth-child(2) {
        border-top: 1px solid var(--white);
        border-left: 0;
    }

    .eb_h4-footer-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .image-cover {
        height: 280px;
    }

    .eb_h4-footer-top-item {
        padding: 25px 25px 30px 25px;
    }

    .cta-content {
        gap: 20px;
        flex-direction: column;
        align-items: start;
    }

    .cta-arrow {
        bottom: 168px;
        width: 278px;
        right: -137px;
        transform: rotate(110deg) rotatex(170deg);
    }

    .counter-two-shape2 {
        background: var(--blue-1);
        top: -623px;
        opacity: .75;
    }

    .counter-two-shape3 {
        background: var(--blue-3);
    }

    .cta-inner {
        padding: 60px 24px;
    }

    .subtitle>span {
        font-size: 16px;
    }

    .btn-default.btn-default-black {
        background: var(--blue-1);
    }

    .btn-default.btn-default-black .btn_inner .btn_text {
        color: var(--white);
        text-shadow: 0 23px 0 var(--white);
    }

    .oe-2 {
        padding-bottom: 50px;
    }

    .oe-3-left::before {
        border-radius: 0px 0px 10px 0px;
        height: 212px;
    }

    .oe-4 .col-md-6>div {
        padding: 40px 20px;
    }

    /*.oe-4 .col-md-6:nth-child(1) {
    background: var(--blue-1);
    padding-left:24px;
    padding-right:24px;
}
.oe-4{
    padding-left:0px;
    padding-right:0px;
}
.oe-4 .col-md-6:nth-child(2) {
    background: var(--black);
    padding-left:24px;
    padding-right:24px;
}*/
    .oe-4 h2 {
        font-size: 32px;
    }

    .oe-2 .card-item-cover {
        border-right: 0px;
        border-bottom: 1px solid rgba(161, 167, 241, .31);
        padding-bottom: 48px;
    }

    .timeline-content {
        margin-top: -35px;
    }

    .sd-3 .position-relative img {
        left: 200px;
        top: 51px;
        transform: rotatez(221deg);
        width: 600px;
    }

    .sd-3 {
        overflow: hidden;
    }

    .step-arrow {
        right: 0px;
        bottom: -80px;
        transform: rotate(100deg);
        top: auto;
    }

    .step-arrow-2 {
        left: 0px;
        right: auto;
    }

    .sd-5-innner {
        padding: 0px 15px;
    }

    .sd-6-bg-image::before {
        background: linear-gradient(180deg, #171717, #4e92ea);
    }

    .inner-contact {
        padding: 20px 20px 50px;
    }

    .recaptch-cover .recaptch-cover-header {
        padding: 12px 10px;
    }

    .form-control {
        padding: 12px 10px;
    }

    .recaptch-cover .recaptch-cover-header button {
        padding: 6px 8px 8px;
        font-size: 14px;
    }

    .recaptch-cover .recaptch-cover-header button i {
        margin-right: 2px;
    }

    .recaptch-cover-body {
        padding: 10px 10px 0px 10px;
    }

    .emoji-options {
        gap: 5px;
    }

    .emoji-option {
        font-size: 26px;
        min-width: 38px;
    }

    .cursor1 {
        display: none;
    }

    .cursor2 {
        display: none;
    }

    .dr-6-box {
        padding: 30px 20px 30px;
    }

    .dr-7 svg.divider {
        display: none;
    }

    .dr-2 .card-item {
        flex-direction: column;
        gap: 0px;
        padding: 20px;
    }

    .dr-2 .card-item .icon-cover {
        margin-top: 0px;
        margin-left: -30px;
        border-radius: 0px 100px 100px 0px;
        width: 120px;
        height: 80px;
        flex: 0 0 80px;
        margin-bottom: 20px;
    }

    .dr-2 .card-item .icon-cover img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }

    .dr-2 .card-item .icon-cover:before {
        border-radius: 0px 100px 100px 0px;
        width: 0px;
        height: 100%;
    }

    .dr-2 .card-item:hover .icon-cover:before {
        width: 100%;
    }

    .arrow-fade {
        display: none;
    }

    .hero-shape {
        opacity: .2;
    }

    .hero-shape-1 {
        left: -100px;
    }

    .hero-shape-2 {
        right: -100px;
    }
.oe-3-left img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
}

@media(max-height:520px) {
    .help-content p {
        display: none;
    }

    .help-inner-content img {
        bottom: -70px;
        right: -60px;
        transform: rotate(-40deg);
        width: 100px;
    }
}