@media (min-width: 1390px) {
  :root {
    --pcolor: #0058ab;
    --scolor: #fb4326;
    --textcolor: #000000;
    --border: #dbdbdb;
    --box-shadow: 0px 0px 4px 0px #00000040;
    --headingfont: 48px;
    --subheadingfont: 28px;
    --bigpara: 24px;
    --primaryfont: 16px;
    --smallfont: 12px;
    --sectionpadding: 65px;
  }
}

@media (max-width: 1920px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 1064px) {
  .in-touch .col-md-7 {
    margin-top: 40px;
  }
}

.white-logo{display:none}
@media (max-width: 860px) {
  .mhead-wrap,
  .mhead-close,
  .mheader {
    display: block;
  }
	.id-f0 .logo img {
		display: none;
	}
.id-f0 .logo .white-logo{display:block}
  .mhead-wrap {
    position: absolute;
    z-index: 104;
    top: 38px;
    right: 28px;
  }
  
  

  .show-mhead {
    max-width: 33px;
  }

  .header-fixed + .mhead-wrap {
    position: fixed;
  }

  .show-mhead .two {
    display: none;
  }

  .mhead-links {
    display: flex;
    flex-flow: column;
    gap: 12px;
    padding: 20px;
  }

  .mheader {
    position: fixed;
    width: 65%;
    background: #fff;
    right: 0;
    top: 0;
    height: 100%;
    padding-top: 52px;
    z-index: 102;
    transform: translateX(100%);
    transition: all 0.25s;
  }

  .mhead-links .head-cta {
    max-width: fit-content;
  }

  .mhead-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0002;
    z-index: 101;
    backdrop-filter: blur(1px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s;
  }

  .menu-open .mhead-close {
    opacity: 1;
    visibility: visible;
  }

  .menu-open .mheader {
    transform: translateX(0);
  }

  .menu-open .show-mhead .two {
    display: block;
  }

  .menu-open .show-mhead .one {
    display: none;
  }

  .MainMenu__mobile {
    list-style: none;
    padding: 20px;
    padding-top: 0;
  }

  .MainMenu__mobile .menu-item ul {
    display: none;
    padding: 0;
    position: relative;
    border: none;
    margin: 0;
    margin-left: 20px;
    border-top: 13px solid #fff;
  }

  .MainMenu__mobile .menu-item {
    margin-bottom: 14px;
  }

  .MainMenu__mobile .menu-item:hover ul {
    display: block;
  }

  #menu-mainmenu {
    display: none;
  }

  .id-0 .header-logo {
    max-width: 200px;
  }

  .id-f0 {
    grid-template-columns: repeat(1, 1fr);
    background: #342f2f;
    transform: none;
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .id-f0 > div {
    padding: 10px 0;
    text-align: left;
  }

  .leftwall:before {
    display: none;
  }

  .id-f1 a:not(:first-child) {
    border-left: none;
  }

  .id-f1 a {
    padding: 0;
  }

  .id-f1 {
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
  }

  .id-f0 .logo {
    background: #342f2f;
    justify-content: flex-start;
  }

  .pcopy {
    text-align: left;
  }

  h1 {
    font-size: 36px;
  }

  .nav-01 {
    display: none;
  }

  .banner-01 + .std-ts {
    display: none;
  }

  .automation-data .data {
    flex-wrap: wrap;
  }

  .automation-data .data > div,
  .automation-data .data > div:nth-child(1),
  .automation-data .data > div:nth-child(2) {
    width: 100%;
    border: none;
    padding: 18px 0;
  }

  .ready-product .data-01 .card-type-01:first-child {
    border-bottom: none;
  }

  .ready-product .data-02 {
    padding-left: 0;
    margin-top: 32px;
  }

  .ready-product .data-03 {
    margin-top: 0;
    flex-wrap: wrap;
  }
  
  .ready-product .data-03 > div {
    width: 100%;
    padding: 18px 0;
  }
  
  .ready-product .data-03 > div:nth-child(odd) {
    border-right: none;
  }

  .design-tools .row > div:last-child {
    padding-left: 15px;
    margin-top: 42px;
  }

  .ready-product .data-01 > div:first-child,  .ready-product .data-02 > div:first-child {
    padding-top: 20px;
  }

  .design-tools .data-02 {
    flex-wrap: wrap;
  }

  .design-tools .data-02 > div:first-child {
    border-right: none;
  }

  .design-tools .data-02 > div {
    width: 100%;
    padding: 18px 0;
  }

  .card-type-01 img {
    max-width: 54px;
    max-height: 54px;
  }

  .card-type-01 h4 {
    top: 27px;
  }

  .pfooter {
    margin-top: 40px;
  }

  .service-industry .row-pc {
    padding-left: 15px;
  }

  .service-industry {
    margin-top: 28px;
  }

  .service-industry .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .page-template-about-us .std-img-box {
    margin-top: 20px;
  }

  .id-team > div {
    width: 100%;
  }

  .id-team {
    gap: 32px;
  }

  .id-why {
    flex-wrap: wrap;
  }

  .id-why > div {
    width: 100%;
  }

  .page-template-about-us .pfooter {
    margin-top: -1px;
  }

  .id-why .data {
    padding-bottom: 42px;
    padding-top: 42px;
	min-height: unset;
  }

  .row-pc p:first-child {
    margin-top: 0;
  }

  .id-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .id-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 72px;
  }

  .id-3 > div {
    grid-template-columns: repeat(1, 1fr);
  }

  .id-3 .tbnail {
    left: 0;
  }

  .id-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .id-4 .data ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .why-us .wrap {
    padding: 0;
  }

  .why-us .bg {
    left: 0;
    width: 100%;
  }

  .id-5 .slick-dots {
    bottom: -40px;
    top: unset;
    text-align: right;
  }

  .id-6 {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-articles .black-box {
    clip-path: polygon(0 25px, 100% 50px, 100% 100%, 0% 100%);
  }

  .blog-articles .green-box {
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0% 100%);
  }

  .banner-01 {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
  }

  .hero-sec .hero-slider {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
  }

  .blog-articles .std-ts {
    height: 40px;
  }

  .hero-sec h2 {
    font-size: 26px;
  }

  .hero-sec .to-right,
  .hero-sec .to-left {
    width: 11px;
  }

  .max-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item {
    flex-wrap: wrap;
	gap: 0;
  }

  .blog-item .image {
    min-width: 100%;
  }

  .id-1 .col-md-7 {
    padding-left: 15px;
    margin-bottom: 32px;
  }

  .id-4 {
    gap: 40px;
  }

  .std-ts {
    height: 40px;
  }

}
