@media(min-width:768px) {}

@media(min-width:768px) and (max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .contact-page-container {
        max-width: 100%;
        padding: 40px;
    }

    .skill-list {
        flex-wrap: wrap;
        gap: 30px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .skill-list .single-skill {
        width: calc(33.333% - 60px);
    }
    a.counter-wrap{
        top:-27px;
    }
}

@media(min-width:992px) and (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 992px;
    }

    .footer-grid {
        gap: 30px;
    }

    .footer-section {
        padding: 20px;
    }

    .contact-page-container {
        max-width: 800px;
        padding: 40px;
    }

    .skill-list {
        flex-wrap: wrap;
        gap: 30px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .skill-list .single-skill {
        width: calc(33.333% - 60px);
    }
}

@media(min-width:992px) {
    .contact-page-container.hover-animation:hover .b-top-left {
        top: 20px;
        left: 20px;
        transition: all 0.3s ease;
        opacity: 0.3;
    }

    .contact-page-container.hover-animation:hover .b-top-right {
        top: 20px;
        right: 20px;
        transition: all 0.3s ease;
        opacity: 0.3;
    }

    .contact-page-container.hover-animation:hover .b-bottom-right {
        bottom: 20px;
        right: 20px;
        transition: all 0.3s ease;
        opacity: 0.3;
    }

    .contact-page-container.hover-animation:hover .b-bottom-left {
        bottom: 20px;
        left: 20px;
        transition: all 0.3s ease;
        opacity: 0.3;
    }
}

@media(min-width:1200px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1180px;
    }

    .contact-page-container {
        max-width: 890px;
        padding: 40px;
    }

    .skill-list {
        margin-left: 120px;
        gap: 0px;
        width: calc(100% - 120px);
    }

    .skill-list .single-skill {
        padding: 52px 35px;
    }

    .single-skill:nth-child(1) {
        transform: translateX(-20px);
        transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 5;
        padding-left: 15px;
    }

    .single-skill:nth-child(2) {
        transform: translateX(-40px);
        transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 4;
    }

    .single-skill:nth-child(3) {
        transform: translateX(-60px);
        transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 3;
    }

    .single-skill:nth-child(4) {
        transform: translateX(-80px);
        transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 2;
    }

    .single-skill:nth-child(5) {
        transform: translateX(-100px);
        transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 1;
    }

    .single-skill:nth-child(6) {
        transform: translateX(-120px);
        transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 0;
        padding-left: 50px;
    }
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

@media(max-width:1200px) {
    h1 {
        font-size:76px;
    }
 h2 {
        font-size:42px;
    }
    .fix-image-right .fix-image-content {
        bottom: -70px;
    }
    .card-item{
        align-items:center;
    }
}

@media(max-width:992px) {
    h1 {
        font-size:60px;
    }
 h2 {
        font-size:36px;
    }

    .menu-left,
    .menu-right {
        flex: 0 0 20%;
    }

    .menu-center {
        flex: 0 0 60%;
    }

    .footer-grid {
        gap: 40px;
    }
}

@media(max-width:768px) {
    body {
        padding-top: 83.92px;
    }

    .logo img {
        width: 170px;
    }

    a.menu-logo img {
        width: 170px;
    }

    .hamburger {
        width: 80px;
        height: 30px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 18px;
    }

    .menu-left,
    .menu-right {
        flex: 0 0 45px;
    }

    .menu-items {
        padding: 0px 12px;
    }

    .menu-center {
        flex: 1;
        padding: 0 5px;
    }

    .menu-item>a {
        font-size: 16px;
        word-spacing: 2px;
        letter-spacing: 1px;
    }

    .submenu-item a {
        font-size: 16px;
    }

    .menu-logo {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .core-features {
        flex-direction: column;
    }

    .core-feature-card {
        max-width: 100%;
        /*min-height:170px;*/
    }

    a.counter-wrap {
        width: 100px;
        height: 74px;
        top: -26px;
    }

    a.counter-wrap .counter-content {
        padding: 10px 10px;
    }

    a.counter-wrap .counter-content span {
        font-size: 16px;
    }

    .services .item-s {
        padding: 20px 20px 80px 20px;
    }

    .services .item-s .icon .arrow {
        background: var(--clr-white);
        color: #000;
    }

    .services .item-s .icon .icon-w img.icon-show {
        display: none;
    }

    .services .item-s .icon .icon-w img.icon-hidden {
        display: block;
        text-align: center;
        vertical-align: middle;
    }

    .cta-inner {
        padding: 30px 15px;
    }

    .footer-grid {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .logo-container {
        margin-bottom: 40px;
    }

    .copyright::before {
        left: 7%;
        right: 7%;
    }

    .copyright {
        margin-top: 50px;
    }

    .section-title {
        font-size: 18px;
    }

    .hero {
        padding-bottom: 75px;
    }

    .hero-image-shape-1 {
        bottom: -80px;
        border-radius: 58px;
        filter: blur(104px);
        width: 200px;
        height: 200px;
    }

    .footer_shape_2 {
        bottom: 0px;
        top: auto;
    }

    a.btn-circle {
        min-width: 112px;
        /* 160px * 0.7 */
        padding-left: 18px;
        /* 25px * 0.7 */
        padding-bottom: 29px;
        /* 42px * 0.7 */
        padding-top: 25px;
        /* 35px * 0.7 */
        margin-top: 29px;
        /* 42px * 0.7 */
        font-size: 16px;
        /* explicitly set */
    }

    a.btn-circle img {
        height: 8px;
        /* 12px * 0.7 */
        margin-right: 11px;
        /* 15px * 0.7 */
    }

    a.btn-circle:after {
        height: 77px;
        /* 110px * 0.7 */
        width: 77px;
        /* 110px * 0.7 */
    }

    a.btn-circle:hover:after {
        left: -7px;
        /* -10px * 0.7 */
    }

    a.btn-circle:hover strong {
        margin-left: 18px;
        /* 25px * 0.7 */
        transform: translate(18px);
        /* 25px * 0.7 */
    }

    .footer_shape_1 img,
    .footer_shape_2 img {
        opacity: .35;
    }

    .infrastructure-support-3 .left-bg-card::after {
        height: calc(100% + 40px);
        top: -20px;
        right: 50px;
        border-radius: 10px;
    }

    .infrastructure-support-3 .left-bg-card img {
        width: 100% !important;
    }

    .goal-circle-container {
        gap: 10px;
    }

    .goal-shape {
        display: flex;
    }

    .it-consulting-5 .card-box-3 {
        padding: 20px;
    }

    .it-consulting-5 .card-box-3:after {
        width: 100%;
        height: 34.5%;
        height:0px;
    }

    .it-consulting-6 .card-box-2 {
        padding: 20px;
    }

    .it-consulting-7 .right-bg-card::after {
        height: calc(100% + 40px);
        top: -20px;
        left: 50px;
        border-radius: 10px;
    }

    .it-consulting-7 .right-bg-card img {
        width: 100% !important;
        left: 0px;
    }

    .circle-img-bord {
        width: 100px;
        height: 100px;
        margin-top: -100px;
        margin-left: auto;
        margin-right: 0px;
    }

    .network-security-and-monitoring-1 img.w-75 {
        width:100% !important;
        margin-left:-68px;
    }

    p.circle-img-bord-p {
        margin-top: 60px;
    }

    .check-item {
        min-height: 73px;
    }

    .two-boxs {
        flex-direction: column-reverse;
        height: auto;
        gap: 48px;
    }

    .box-1 {
        width: 100%;
        flex: 0 0 100%;
    }

    .box-1 img {
        position: static;
    }

    .box-2 {
        width: 100%;
        height: auto;
        flex: 0 0 100%;
    }

    .infrastructure-support-5 .card-box {
        padding: 20px;
    }

    .legal-pages h2 {
        font-size: 30px;
    }

    .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;
    }

    .configuration-management-2 .about-image .about-image-2 {
        width: 200px;
        bottom: 30px;
    }

    .configuration-management-2 .about-image {
        padding-left: 30px;
        padding-bottom: 100px;
    }

    .skill-list {
        flex-wrap: wrap;
        gap: 48px 20px;
    }

    .skill-list .single-skill {
        width: calc(50% - 20px);
    }

    .fix-image-right .fix-image-content {
        bottom:-100px;
        padding: 100px 30px 30px;
        padding-left: 16px;
    }

    .fix-image-right img {
        top: 48px;
        height: calc(100% + 52px);

    }

    .fix-image-right::after {
        bottom: -100px;
        top: auto;
        height: calc(100% + 52px);
        background: linear-gradient(to top, #224f83 0%, rgba(34, 79, 131, 0.9) 25%, rgba(34, 79, 131, 0.7) 50%, rgba(34, 79, 131, 0.5) 75%, rgba(34, 79, 131, 0.3) 90%, transparent 100%);
    }
    .it-consulting-2{
        padding-bottom:150px;
    }
    .network-security-and-monitoring-2{
        padding-bottom:125px;
    }
    .cookie-popup-container .cookie-popup:before{
        left:12px;
    }
    .cookie-popup-container .cookie-popup {
    padding-left: 25px !important;
}
.card-item{
        margin-bottom:20px;
    }
    .custom-card{
        padding:16px;
    }
    .menu-item.have-submenu > a .submenu-icon {
    left: calc(50% + 100px);
}
}

@media(max-height:500px) {}

@media(max-width:472px) {
    .cf-image-1{
        display: none;
    }
    .cf-image-2{
        display:block;
    }
        .menu-item.have-submenu > a .submenu-icon {
    left: calc(50% + 90px);
}
}