/****=====Company Banner CSS=======******/
.system-banner .system-rgt img {
  object-position: unset !important;
}

.company-banner,
.company-sec {
  margin: 0 0 8rem;
}

.company-blk {
  display: flex;
}

.company-lft {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-lft::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: -120px;
  top: 0;
  border-bottom: 452px solid #fff;
  border-right: 120px solid transparent;
}

.company-inr {
  padding: 0 0 0 8rem;
}

.company-inr h1 {
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 85px;
  letter-spacing: 0.06em;
  color: #263238;
  margin: 0 0 0.6rem;
}

.company-inr span {
  font-size: 1.5rem;
  line-height: 33px;
  letter-spacing: 0.035em;
  color: #263238;
  display: inline-block;
   margin: 0 0 1rem;
}

.banner-list ul {
  display: flex;
  flex-wrap: wrap;
}

.banner-list ul li {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #7c7c7c;
  list-style-type: none;
  padding: 0 0 0.6rem 1.2rem;
  position: relative;
  width: 35%;
}

.banner-list ul li::before {
  content: '';
  display: inline-block;
  background: #19baff;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}

.company-rgt {
  width: 50%;
}

.banner-img {
  height: 452px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  ul.barnner-list-group li:nth-child(even) {
    margin-left: 30px;
  }
}
@media (min-width: 767px) {
  .banner-img {
    transition: visibility 0s 0.6s,
      transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s,
      -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s;
    animation: 1.5s ease-out slideInLeft;
    z-index: 1;
  }

  .company-lft {
    z-index: 2;
  }

  ul.barnner-list-group li {
    word-break: keep-all;
  }

  .banner-list ul li {
    width: 36% !important;
  }

  .company-blk {
    transition: visibility 0s 0.6s,
      transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s,
      -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.6s;
    animation: 1s ease-out slideInLeft;
  }

  @keyframes slideInLeft {
    0% {
      transform: translate3d(-1000px, 0, 0);
      opacity: 0;
      visibility: hidden;
    }

    100% {
      transform: translate3d(0, 0, 0);
      visibility: visible;
      opacity: 1;
    }
  }
}

/****=====System Banner CSS=======******/
.company-banner {
  margin: 0 0 8rem;
}

.company-blk {
  display: flex;
}

.company-lft {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

/* .system-lft::after {
     content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    position: absolute;
    right: -180px;
    top: 0;
    border-top: 570px solid #fff;
    border-right: 222px solid transparent;
    z-index: -1;
} */

.company-inr h1 {
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 85px;
  letter-spacing: 0.035em;
  color: #263238;
  margin: 0 0 0.6rem;
}

.system-inr span {
  font-size: 1.5rem;
  line-height: 33px;
  letter-spacing: 0.035em;
  color: #263238;
  display: inline-block;
  margin: 0 0 1rem;
}

.company-banner .company-blk .sub-mainvisual-title {
  padding: 5px 10px 0px 0;
}

.company-banner-list ul {
  display: flex;
  flex-wrap: wrap;
}

.company-banner-list ul li {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #7c7c7c;
  list-style-type: none;
  padding: 0 0 0.6rem 1.2rem;
  position: relative;
  width: 34%;
}

.banner-list ul li::before {
  content: '';
  display: inline-block;
  background: #19baff;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}

.company-system-rgt {
  width: 50%;
}

.company-banner-img {
  height: 452px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .company-system-lft {
    /*          margin-right: -13.5%; */
    margin-right: -265px;
    width: auto;
  }
}

@media (min-width: 767px) {
  .system-lft {
    z-index: 2;
    background-color: transparent;
  }

  @keyframes slideInLeft {
    0% {
      transform: translate3d(-1000px, 0, 0);
      opacity: 0;
      visibility: hidden;
      width: 0px;
    }

    50% {
      width: 50%;
    }

    75% {
      width: 75%;
    }

    100% {
      transform: translate3d(0, 0, 0);
      visibility: visible;
      opacity: 1;
      width: 100% !important;
    }
  }
}

/****=====Motto Section CSS=======******/
.motto-setion {
  margin: 0 0 8rem;
  position: relative;
}

.motto-setion::after {
  content: '';
  display: inline-block;
  background-image: url(/wp-content/themes/motocle/dist/images/company-page/motto-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 819px;
  height: 664px;
  z-index: -1;
}

.motto-title {
  margin: 0 0 4rem;
}

.motto-title h2 {
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 66px;
  color: #263238;
  letter-spacing: 0.035em;
}

.motto-title span {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #4f5a60;
}

.motto-subtitle {
  margin: 0 0 3rem;
}

.motto-subtitle-cm {
  display: inline-block;
  position: relative;
  height: 61.8px;
  margin: 0 0 1rem;
}

.motto-subtitle-cm:last-child {
  margin: 0;
}

.motto-subtitle-cm p {
  font-size: 2.25rem;
  line-height: 49px;
  letter-spacing: 0.035em;
  color: #273238;
  background: #f8f8f8;
  padding: 0.4rem 0;
  margin: 0 0 1.2rem;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.motto-subtitle-m {
  display: none;
}

.motto-para {
  margin: 0 0 8rem;
}

.motto-para p {
  font-size: 1rem;
  line-height: 220%;
  letter-spacing: 0.035em;
  color: #263238;
}

.stances-blk {
  margin: 0 0 6rem;
  display: flex;
}

.stances-lft {
  width: 30%;
}

.stances-lft span {
  font-size: 1.5rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.035em;
  color: #263238;
}

.stances-rgt {
  width: 70%;
}

.stances-content {
  margin: 0 0 1.6rem;
  display: flex;
  align-items: center;
}

.stances-content:last-child {
  margin: 0;
}

.content-lft span {
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 400;
  width: 59px;
  height: 59px;
  background: #263238;
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 0.035em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-rgt {
  padding: 0 0 0 1rem;
}

.content-rgt span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 25px;
  letter-spacing: 0.035em;
  color: #222222;
  display: inline-block;
  margin: 0 0 0.3rem;
}

.content-rgt p {
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0.035em;
  color: #4f5a60;
}

.skills-blk {
  display: flex;
}

.skills-lft {
  width: 30%;
}

.skills-lft span {
  font-size: 1.5rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.035em;
  color: #263238;
}

.skills-rgt {
  width: 70%;
}

.skills-list ul {
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
}

.skills-list ul li {
  list-style-type: none;
  text-align: center;
  padding: 0 2rem;
}

.skills-list img {
  margin: 0 auto 1rem;
  min-height: 105px;
}

.skills-list span {
  font-size: 1.125rem;
  line-height: 25px;
  letter-spacing: 0.035em;
  color: #11b4fa;
  font-weight: 500;
}

.skills-list p {
  font-size: 0.938rem;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #4f5a60;
}

.skills-list p br {
  display: none;
}

/****=====Activity Section CSS=======******/
.activity-section {
  margin: 0 0 8rem;
}

.activity-title {
  margin: 0 0 5rem;
}

.activity-title h2 {
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 66px;
  color: #263238;
}

.activity-title span {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #4f5a60;
}

.activity-blk .container-fluid {
  padding: 0;
}

.activity-otr {
  padding: 0 16rem 0 0;
  display: flex;
  align-items: center;
}

.activity-lft {
  width: 744px;
}

.activity-rgt {
  width: 50%;
  padding: 0 0 0 4rem;
  max-width: 683px;
}

.activity-para {
  margin: 0 0 4rem;
}

.activity-para p {
  font-size: 1rem;
  line-height: 220%;
  letter-spacing: 0.035em;
  color: #263238;
}

.activity-cm {
  margin: 0 0 3rem;
}

.activity-cm:last-child {
  margin: 0;
}

.activity-cm span {
  font-size: 1.5rem;
  line-height: 33px;
  letter-spacing: 0.035em;
  color: #19baff;
  display: inline-block;
  margin: 0 0 0.6rem;
  position: relative;
  font-weight: 500;
}

.activity-cm span::before {
  content: '';
  display: inline-block;
  background-image: url(/wp-content/themes/motocle/dist/images/company-page/activity-shape.png);
  width: 76px;
  height: 76px;
  z-index: -1;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.activity-cm p {
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0.035em;
  color: #4f5a60;
}

/****=====Message Section CSS=======******/
.message-section {
  margin: 0 0 8rem;
}

.message-title {
  margin: 0 0 6rem;
}

.message-title h2 {
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 66px;
  letter-spacing: 0.035em;
  color: #263238;
}

.message-title span {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #4f5a60;
}

.message-otr {
  padding: 0;
}

.message-tp {
  margin: 0 0 3rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-evenly;
}

.message-tp-lft {
  width: 40%;
}

.message-tp-lft img {
  border-radius: 10px;
  box-shadow: 0px 0px 8px 2px #e5e5e5;
}

.message-tp-rgt {
  width: auto;
  padding: 0 8% 0 0;
}

.message-tp-rgt .position {
  font-size: 0.938rem;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #263238;
  display: block;
}

.message-tp-rgt .person-name {
  font-size: 1.5rem;
  line-height: 45px;
  letter-spacing: 0.035em;
  color: #000000;
  display: block;
}

.message-tp-rgt .original {
  font-size: 0.938rem;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #263238;
  display: block;
  margin: 0 0 3rem;
}

.message-tp-rgt p {
  font-size: 0.938rem;
  line-height: 1.8;
  letter-spacing: 0.035em;
  color: #4f5a60;
}

.message-btm span {
  display: inline-block;
  font-size: 1.875rem;
  line-height: 35px;
  letter-spacing: 0.035em;
  color: #11b4fa;
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 2rem;
  font-weight: 500;
}

.message-btm span::before {
  content: '';
  display: inline-block;
  background: #19baff;
  height: 42px;
  width: 3px;
  transform: rotate(32deg);
  position: absolute;
  left: 10px;
  top: -4px;
}

.message-btm p {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.035em;
  color: #263238;
  margin: 15px 0px;
}

.message-btm h3 {
  font-size: 17px;
  color: #515a62;
  font-weight: 500;
}

/****=====Profile Section CSS=======******/
.profile-section {
  margin: 0 0 8rem;
}

.profile-title {
  margin: 0 0 5rem;
}

.profile-title h2 {
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 66px;
  letter-spacing: 0.035em;
  color: #263238;
}

.profile-title span {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #4f5a60;
}

.profile-cm {
  border-bottom: 1px solid #dddddd;
  padding: 3rem 0;
  display: flex;
}

.profile-cm:first-child {
  border-top: 1px solid #dddddd;
}

.profile-lft {
  width: 30%;
}

.profile-lft span {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #505050;
  padding: 0 0 0 6rem;
  font-weight: 500;
}

.profile-rgt {
  width: 70%;
}

.profile-cnt p {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #263238;
}

.tel-address span {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #263238;
}

.tel-address address {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #263238;
  margin: 0 0 2rem;
}

.tel-address p {
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0.035em;
  color: #263238;
}

.feature-cm {
  margin: 0 0 1rem;
}

.feature-cm:last-child {
  margin: 0;
}

.feature-cm span {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #263238;
  display: inline-block;
  margin: 0 0 1rem;
}

.feature-cm ul {
  padding: 0 0 0 2rem;
}

.feature-cm ul li {
  list-style-type: none;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0.035em;
  color: #263238;
  position: relative;
  padding: 0 0 0 1rem;
}

.feature-cm ul li::before {
  content: '';
  display: inline-block;
  background: #263238;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
}

/****=====Product Section CSS=======******/
.product-section {
  background: #263238;
  padding: 10.438rem 0;
}

.product-title {
  margin: 0 0 6.25rem;
}

.product-title h2 {
  font-family: 'Reem Kufi', sans-serif;
  font-weight: 400;
  font-size: 2.75rem;
  line-height: normal;
  letter-spacing: 1.54px;
  color: #ffffff;
}

.product-title span {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.56px;
  color: #c5d0d4;
}

.product-list {
}

.product-cm {
  margin: 0 0 5rem;
  display: flex;
}

.product-cm:last-child {
  margin: 0;
}

.product-lft {
  width: 40%;
}

.product-lft img {
  width: 100%;
}

.product-rgt {
  width: 60%;
  padding: 0 0 0 2rem;
}

.product-para p {
  font-size: 1.023rem;
  line-height: normal;
  letter-spacing: 0.573px;
  color: #ddf4fe;
}

.product-tp {
  margin: 0 0 0.938rem;
}

.product-tp a {
  display: inline-flex;
  align-items: center;
}

.product-tp span {
  font-size: 1.875rem;
  line-height: 41px;
  letter-spacing: 0.035em;
  color: #19baff;
  padding: 0 1rem 0 0;
}

.product-tp i {
  background: #19baff;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
}

.product-tp i:before {
  vertical-align: 0;
}

.product-tp em {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: normal;
  letter-spacing: 1.05px;
  color: #ffffff;
  font-style: normal;
}
.more-link {
  margin: 0 0 1.375rem;
}
.more-link ul {
}
.more-link li {
  list-style-type: none;
  margin: 0 0 0.8rem;
}
.more-link li:last-child {
  margin: 0;
}
.more-link a {
}
.more-link a span {
  color: #19baff;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0.63px;
}
.more-link a i {
  background: #19baff;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 1450px) {
  /****=====Activity Section CSS=======******/
  .activity-otr {
    padding: 0 6rem 0 0;
  }
}

@media screen and (max-width: 1280px) {
  /****=====Activity Section CSS=======******/
  .activity-para {
    margin: 0 0 2rem;
  }

  .activity-para p {
    font-size: 0.938rem;
    line-height: 210%;
  }

  .activity-cm {
    margin: 0 0 1rem;
  }

  .activity-cm span {
    font-size: 1.2rem;
    line-height: 33px;
  }

  .activity-cm p {
    font-size: 0.938rem;
    line-height: 23px;
  }
}

@media screen and (max-width: 1024px) {
  /****=====Activity Section CSS=======******/
  .activity-blk .container-fluid {
    max-width: 960px;
  }

  .activity-otr {
    padding: 0;
    flex-direction: column;
  }

  .activity-lft {
    width: 100%;
    margin: 0 0 2rem;
  }

  .activity-lft img {
    margin: 0 auto;
    max-height: 600px;
  }

  .activity-rgt {
    width: 100%;
    padding: 0;
    max-width: inherit;
  }
}

@media only screen and (max-width: 991px) and (min-width: 961px) {
  nav.menu-main-menu-container {
    margin-top: 3rem;
  }

  header .logo {
    left: 36% !important;
    top: 25px !important;
  }
}

@media (max-width: 960px) {
  nav.menu-main-menu-container {
    margin-top: 3rem;
  }

  header .logo {
    left: 36% !important;
    top: 25px !important;
  }

  /****=====Activity Section CSS=======******/
  .activity-blk .container-fluid {
    max-width: 720px;
  }

  .product-list {
    flex-direction: column;
  }

  .product-cm {
    width: 100%;
    margin: 0 0 4rem;
  }

  .product-cm:last-child {
    margin: 0;
  }
}

@media (max-width: 767px) {
  body.menu-open nav .main-menu li a {
    font-size: 16.8px !important;
  }

  /****=====Motto Section CSS=======******/
  .motto-setion {
    margin: 0 0 5rem;
  }

  .motto-setion::after {
    display: none;
  }

  .company-banner {
    overflow: hidden !important;
  }

  .banner-img {
    background-image: url('https://mtcl.motocle8.com/wp-content/uploads/2022/06/Skype_Picture_2022_05_10T05_46_10_573Z-2-1.png');
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 0 99%);
    margin-bottom: 40px;
  }

  .company-blk {
    flex-direction: column-reverse;
  }

  .company-inr {
    padding-left: 20px !important;
  }

  .company-lft,
  .company-rgt {
    width: 100% !important;
  }

  .company-inr h1 {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .company-inr span {
    font-size: 0.938rem;
  }

  .banner-list ul li {
    /* width: 50% !important; */
    /* font-size: 12px !important; */
    /* line-height: 16px !important; */
  }

  .banner-list ul {
    /* justify-content: space-between !important; */
  }

  .motto-title {
    margin: 0 0 3rem;
    text-align: center;
  }

  .motto-title h2 {
    font-size: 1.5rem;
    line-height: 36px;
  }

  .motto-title span {
    font-size: 0.938rem;
    line-height: 16px;
  }

  .motto-subtitle {
    display: none;
  }

  .motto-subtitle-m {
    display: block;
    margin: 0 0 2rem;
  }

  .motto-para {
    margin: 0 0 5rem;
  }

  .motto-subtitle-m h3 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 27px;
    letter-spacing: 0.035em;
    color: #000000;
    margin: 0 0 0.6rem;
    background: #f8f8f8;
    display: inline-block;
    padding: 0.3rem;
  }

  .motto-subtitle-m h3:last-child {
    margin: 0;
  }

  .motto-para p {
    font-size: 0.938rem;
    line-height: 189%;
  }

  .stances-blk {
    margin: 0 0 5rem;
    flex-direction: column;
  }

  .stances-lft {
    width: 100%;
    text-align: center;
    margin: 0 0 2rem;
  }

  .stances-lft span {
    font-size: 1.25rem;
    line-height: 27px;
  }

  .stances-rgt {
    width: 100%;
  }

  .stances-content {
    align-items: inherit;
  }

  .content-lft span {
    width: 41px;
    height: 100%;
    font-size: 1rem;
    line-height: 24px;
  }

  .content-rgt {
    padding: 0 0 0 0.8rem;
  }

  .content-rgt span {
    font-size: 1rem;
    line-height: 22px;
  }

  .content-rgt p {
    font-size: 0.938rem;
    line-height: 19px;
  }

  .skills-blk {
    flex-direction: column;
  }

  .skills-lft {
    width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 0 2rem;
  }

  .skills-lft span {
    font-size: 1.25rem;
    line-height: 27px;
  }

  .skills-rgt {
    width: 100%;
  }

  .skills-list ul {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    justify-content: space-between;
  }

  .skills-list ul li {
    padding: 0 0.2rem;
    width: 33.33%;
  }

  .skills-list img {
    max-width: 55px !important;
    max-height: 55px !important;
    min-height: unset !important;
  }

  .skills-list span {
    font-size: 0.938rem;
    line-height: 19px;
    margin: 0 0 0.3rem;
    display: inline-block;
  }

  .skills-list p {
    font-size: 0.938rem;
    line-height: 16px;
  }

  .skills-list p br {
    display: block;
  }

  /****=====Activity Section CSS=======******/
  .activity-section {
    margin: 0 0 5rem;
  }

  .activity-title {
    margin: 0 0 3rem;
    text-align: center;
  }

  .activity-title h2 {
    font-size: 1.5rem;
    line-height: 36px;
  }

  .activity-title span {
    font-size: 0.938rem;
    line-height: 16px;
  }

  .activity-blk .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .activity-para {
  }

  .activity-para p {
    font-size: 0.938rem;
    line-height: 189%;
  }

  .activity-inr {
    padding: 0 0 0 1.6rem;
  }

  .activity-cm span {
    font-size: 1rem;
    line-height: 22px;
  }

  .activity-cm p {
    font-size: 0.938rem;
    line-height: 154.2%;
  }

  /****=====Message Section CSS=======******/
  .message-section {
    margin: 0 0 6rem;
  }

  .message-title {
    margin: 0 0 5rem;
    text-align: center;
  }

  .message-title h2 {
    font-size: 1.5rem;
    line-height: 36px;
  }

  .message-title span {
    font-size: 0.938rem;
    line-height: 16px;
  }

  .message-otr {
    display: flex;
    flex-direction: column;
  }

  .message-btm {
    margin: 2rem 0 0;
  }

  .message-btm span {
    font-size: 1.25rem;
    line-height: 27px;
    margin: 0 0 1rem;
    padding: 0 0 0 1.6rem;
  }

  .message-btm span::before {
    height: 19px !important;
    top: 5px !important;
  }

  .message-btm p {
    font-size: 0.938rem;
    line-height: 154.2%;
  }

  .message-btm p:last-child {
    margin-bottom: 0 !important;
  }

  .message-tp {
    position: relative;
    background: #f8f8f8;
    padding: 30px;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 0;
  }

  .message-tp-lft {
    margin-top: -50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
  }

  .message-tp-rgt {
    padding: 0;
    width: 100%;
  }

  .message-tp-rgt .position {
    font-size: 0.938rem;
    line-height: 16px;
    margin: 0 0 0.2rem;
  }

  .message-tp-rgt .person-name {
    font-size: 1.125rem;
    line-height: 25px;
    margin: 0 0 0.2rem;
  }

  .message-tp-rgt .original {
    font-size: 0.938rem;
    line-height: 16px;
    margin: 0 0 1rem;
  }

  .message-tp-rgt p {
    line-height: 154.2%;
  }

  .message-tp-rgt p br:nth-child(3),
  .message-tp-rgt p br:nth-child(5),
  .message-tp-rgt p br:nth-child(6) {
    display: none;
  }

  .product-list {
    margin: 0;
    flex-direction: column;
  }

  /****=====Profile Section CSS=======******/
  .profile-section {
    margin: 0 0 6rem;
  }

  .profile-title {
    margin: 0 0 3rem;
    text-align: center;
  }

  .profile-title h2 {
    font-size: 1.5rem;
    line-height: 36px;
  }

  .profile-title span {
    font-size: 0.938rem;
    line-height: 16px;
  }

  .profile-cm {
    padding: 1.6rem 0;
  }

  .profile-lft span {
    padding: 0;
    font-size: 0.938rem;
    line-height: 19px;
  }

  .profile-cnt p {
    font-size: 0.938rem;
    line-height: 19px;
  }

  .tel-address span {
    font-size: 0.938rem;
    line-height: 19px;
  }

  .tel-address address {
    font-size: 0.938rem;
    line-height: 19px;
  }

  .feature-cm span {
    font-size: 0.938rem;
    line-height: 19px;
    margin: 0 0 0.4rem;
  }

  .feature-cm ul {
    padding: 0;
  }

  .feature-cm ul li {
    font-size: 0.938rem;
    line-height: 19px;
  }

  /****=====Product Section CSS=======******/
  .product-section {
    padding: 4.375rem 0;
  }

  .product-title {
    text-align: center;
    margin: 0 0 4.375rem;
  }

  .product-title h2 {
    font-size: 1.5rem;
    letter-spacing: 0.84px;
  }

  .product-title span {
    font-size: 0.75rem;
    letter-spacing: 0.42px;
  }

  .product-cm {
    width: 100%;
    margin: 0 0 4.375rem;
    flex-direction: column;
  }

  .product-cm:last-child {
    margin: 0;
  }

  .product-lft {
    width: 100%;
    margin: 0 0 1.25rem;
  }

  .product-rgt {
    width: 100%;
    padding: 0;
  }

  .product-tp {
    margin: 0 0 0.6rem;
  }

  .product-tp span {
    padding: 0 0.4rem 0 0;
    font-size: 1.25rem;
    line-height: 27px;
  }

  .product-tp i {
    font-size: 1rem;
    height: 21px;
    width: 21px;
  }

  .product-tp em {
    font-size: 1.25rem;
    letter-spacing: 0.7px;
  }
  .more-link {
    margin: 0 0 0.625rem;
  }
  .more-link li {
    margin: 0 0 0.313rem;
  }
  .more-link a span {
    font-size: 1.125rem;
  }
  .more-link a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
  }
  .product-para p {
    font-size: 0.875rem;
    letter-spacing: 0.49px;
  }

  nav.menu-main-menu-container {
    margin-top: 0;
  }

  .company-sec {
    margin: 0 0 6rem;
  }

  .activity-lft {
    margin-bottom: 15px;
  }

  .activity-lft picture img {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .banner-img {
    height: 170px !important;
  }
}

@media screen and (max-width: 376px) {
  /****=====Motto Section CSS=======******/
  .skills-list span {
    font-size: 0.938rem;
  }

  .skills-list p {
    font-size: 0.938rem;
  }
}

/* top banner effect */

body.is-opening,
body::after {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
}

body {
  margin: 0;
  background-color: #fff;
  z-index: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-size: 0.938rem;
  font-weight: 500;
  color: #15171b;
}

body::before {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  width: 400px;
  min-width: calc(50vw - 280px);
  height: 100%;
  background-color: #f8f8f8;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s 0.2s
    cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: -webkit-transform 0.6s 0.2s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: transform 0.6s 0.2s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: transform 0.6s 0.2s cubic-bezier(0.19, 0.82, 0.27, 1),
    -webkit-transform 0.6s 0.2s cubic-bezier(0.19, 0.82, 0.27, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  pointer-events: none;
}

body#philosophy::before {
  -webkit-transform-origin: right;
  transform-origin: right;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

body::after {
  z-index: 100;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.2s;
  transition: opacity 0.4s 0.2s;
  background: #fff;
  pointer-events: none;
}

body.is-change-start::after {
  opacity: 1;
  -webkit-transition: opacity 0.27s;
  transition: opacity 0.27s;
  pointer-events: all;
}

#wrapper {
  width: 100%;
}

.company-sec .container {
  max-width: 100%;
  position: relative;
  padding: 0;
}

.is-invasion:not(.no-fade) {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform 1s;
  transition: opacity 0.5s ease-in, -webkit-transform 1s;
  transition: transform 1s, opacity 0.5s ease-in;
  transition: transform 1s, opacity 0.5s ease-in, -webkit-transform 1s;
}

.js-parent-fit {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

video.js-parent-fit.video-loaded {
  -webkit-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}

.js-white-area {
  position: absolute;
  top: calc(100vh - 52px);
  left: 0;
  width: 100%;
  height: calc(100% - 100vh);
  min-height: 1px;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
}

.l-opening {
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #fff;
}

.l-opening__inner {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

body:not(.is-opening) .l-opening {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
  -webkit-transition: 0.7s 0.1s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: 0.7s 0.1s cubic-bezier(0.19, 0.82, 0.27, 1);
}

body:not(.is-opening) .l-opening__inner {
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
  -webkit-transition: 0.7s 0.1s cubic-bezier(0.19, 0.82, 0.27, 1);
  transition: 0.7s 0.1s cubic-bezier(0.19, 0.82, 0.27, 1);
}

.l-opening__wrap {
  position: absolute;
  z-index: 1;
  right: 48.92%;
  top: 3.8%;
  bottom: 0;
  margin: auto;
  width: 43vw;
  height: 35.5vw;
}

.l-opening #svg-opening {
  fill: #aaa;
  width: 60vw;
  height: 35.5vw;
  position: absolute;
  left: 60%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-40%, 0, 0);
}

.l-opening #svg-opening .op-after {
  fill: none;
  stroke: #aaa;
  stroke-width: 1px;
}

.l-opening #svg-opening .op-after path,
.l-opening #svg-opening .op-after polygon,
.l-opening #svg-opening .op-after rect {
  opacity: 0;
}

@media screen and (min-width: 801px) {
  .l-opening #svg-opening .op-after path,
  .l-opening #svg-opening .op-after polygon,
  .l-opening #svg-opening .op-after rect {
    -webkit-transform: translate3d(3%, 1%, 0);
    transform: translate3d(3%, 1%, 0);
  }

  .l-opening #svg-opening .op-after path:nth-child(2n),
  .l-opening #svg-opening .op-after polygon:nth-child(2n),
  .l-opening #svg-opening .op-after rect:nth-child(2n) {
    -webkit-transform: translate3d(3%, -1%, 0);
    transform: translate3d(3%, -1%, 0);
  }
}

@media screen and (max-width: 800px) {
  .l-opening #svg-opening .op-after path,
  .l-opening #svg-opening .op-after polygon,
  .l-opening #svg-opening .op-after rect {
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
  }
}

.p-phil-message {
  border-top: solid 1px #d5d5d5;
  background-color: #f8f8f8;
}

.p-phil-message__top {
  position: relative;
  width: 85.3%;
  min-width: 760px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1066px;
  padding-top: 112px;
  padding-bottom: 74px;
  padding-left: 150px;
}

.p-phil-message__head {
  position: absolute;
  top: 118px;
  left: -3px;
  margin-bottom: 39px;
  letter-spacing: 1.2px;
}

.p-phil-mv__bottom,
.p-phil-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
}

.p-phil-mv {
  width: 100vw;
  height: 100vh;
  min-height: 640px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-phil-mv__bg {
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
  overflow: hidden;
}

.p-phil-mv__bg video {
  width: 101vw;
  height: 56.8226vw;
}

.p-phil-mv__inner {
  width: 100%;
  height: 100vh;
  min-height: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 101px 7.3% 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company_bg {
  background-image: url(/wp-content/themes/motocle/dist/images/company-page/dot.png);
  background-repeat: repeat;
  background-position: top;
}

.p-phil-mv__copy {
  width: 100%;
}

.p-phil-mv__copy .svg-phil-copy {
  max-width: 84%;
}

.p-phil-mv__bottom {
  width: 100%;
  position: relative;
  margin-top: 8.1vh;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 58px;
  padding-right: 30px;
}

.p-phil-mv__bottom .svg-dq {
  position: absolute;
  top: 1px;
  left: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
}

.p-phil-mv__title svg {
  max-width: 100%;
}

.p-phil-mv__desc {
  margin-top: 16px;
  padding-bottom: 20px;
}

.p-phil-mv__desc p {
  font-size: 15px;
  letter-spacing: 0.7px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 6px;
  color: #fff;
}

body.is-change-start .p-phil-mv__bg {
  opacity: 0;
}

body.is-change-start .p-phil-mv__copy,
body:not(.init-end) .p-phil-mv__copy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}

body.is-change-start .p-phil-mv__copy path,
body:not(.init-end) .p-phil-mv__copy path {
  fill: #fff !important;
}

body.is-change-start .p-phil-mv__bottom svg,
body.is-change-start .p-phil-mv__desc,
body.is-change-start .p-phil-mv__title,
body:not(.init-end) .p-phil-mv__bottom svg,
body:not(.init-end) .p-phil-mv__desc,
body:not(.init-end) .p-phil-mv__title {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.p-phil-mv__bg {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-phil-mv__copy {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 1.3s cubic-bezier(0.79, 0.17, 0.15, 0.96),
    opacity 0.8s 0.4s;
  transition: 1.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), opacity 0.8s 0.4s;
}

.p-phil-mv__bottom svg,
.p-phil-mv__title {
  -webkit-transition: 0.8s 0.2s cubic-bezier(0.79, 0.17, 0.15, 0.96),
    opacity 0.5s 0.5s;
  transition: 0.8s 0.2s cubic-bezier(0.79, 0.17, 0.15, 0.96), opacity 0.5s 0.5s;
}

.p-phil-mv__title {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  width: 37.7%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

.p-phil-mv__desc {
  -webkit-transition: 0.8s 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96),
    opacity 0.5s 0.6s;
  transition: 0.8s 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96), opacity 0.5s 0.6s;
}

.p-phil-mv__bg video {
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle at bottom, #9bdaff, transparent 65%),
    linear-gradient(to top, dodgerblue 0%, transparent 70%),
    linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4) 75%),
    #0062ff;
  /* #1e90ff */
  animation: bg 30s infinite;
}

body .p-phil-mv__bg video,
header {
  opacity: 0;
}

body.init-end .p-phil-mv__bg video,
body.init-end header {
  opacity: 1;
}

/* header section */
#philosophy header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 200;
  color: #15171b;
  background-color: transparent;
}

#philosophy.header-white nav .main-menu li a {
  color: #fff;
}

#philosophy.header-white nav .main-menu li a:before {
  border-color: #fff;
}

body#philosophy .svg-logo-white {
  display: block;
}

body#philosophy .logo picture {
  display: none;
}

.header-white .svg-logo-white * {
  fill: #fff;
}

header .logo {
  position: absolute;
  top: 20px;
  left: unset;
  z-index: 100;
  width: 140px;
  pointer-events: auto;
  -webkit-transition: 0.4s 0.4s, color 0.2s;
  transition: 0.4s 0.4s, color 0.2s;
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.init-end header .logo {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@keyframes bg {
  0%,
  100% {
    background-color: #1e90ff;
  }

  25% {
    background-color: #39d24a;
  }

  50% {
    background-color: #ffe244;
  }

  75% {
    background-color: #ff36a3;
  }
}

.works-section {
  padding: 8rem 0;
}

/* Responsive View*/

@media screen and (min-width: 801px) {
  body.is-change-start::before,
  body:not(.init-end)::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: opacity 0.3s,
      -webkit-transform 0.3s cubic-bezier(0.19, 0.82, 0.27, 1);
    transition: opacity 0.3s,
      -webkit-transform 0.3s cubic-bezier(0.19, 0.82, 0.27, 1);
    transition: transform 0.3s cubic-bezier(0.19, 0.82, 0.27, 1), opacity 0.3s;
    transition: transform 0.3s cubic-bezier(0.19, 0.82, 0.27, 1), opacity 0.3s,
      -webkit-transform 0.3s cubic-bezier(0.19, 0.82, 0.27, 1);
  }

  #philosophy nav .main-menu li > a {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  #philosophy nav .main-menu li:nth-child(1) > a {
    -webkit-transition: opacity 0.3s 0.44s, color 0.2s,
      -webkit-transform 0.3s 0.44s;
    transition: opacity 0.3s 0.44s, color 0.2s, -webkit-transform 0.3s 0.44s;
    transition: transform 0.3s 0.44s, opacity 0.3s 0.44s, color 0.2s;
    transition: transform 0.3s 0.44s, opacity 0.3s 0.44s, color 0.2s,
      -webkit-transform 0.3s 0.44s;
  }

  #philosophy nav .main-menu li:nth-child(2) > a {
    -webkit-transition: opacity 0.3s 0.48s, color 0.2s,
      -webkit-transform 0.3s 0.48s;
    transition: opacity 0.3s 0.48s, color 0.2s, -webkit-transform 0.3s 0.48s;
    transition: transform 0.3s 0.48s, opacity 0.3s 0.48s, color 0.2s;
    transition: transform 0.3s 0.48s, opacity 0.3s 0.48s, color 0.2s,
      -webkit-transform 0.3s 0.48s;
  }

  #philosophy nav .main-menu li:nth-child(3) > a {
    -webkit-transition: opacity 0.3s 0.52s, color 0.2s,
      -webkit-transform 0.3s 0.52s;
    transition: opacity 0.3s 0.52s, color 0.2s, -webkit-transform 0.3s 0.52s;
    transition: transform 0.3s 0.52s, opacity 0.3s 0.52s, color 0.2s;
    transition: transform 0.3s 0.52s, opacity 0.3s 0.52s, color 0.2s,
      -webkit-transform 0.3s 0.52s;
  }

  #philosophy nav .main-menu li:nth-child(4) > a {
    -webkit-transition: opacity 0.3s 0.56s, color 0.2s,
      -webkit-transform 0.3s 0.56s;
    transition: opacity 0.3s 0.56s, color 0.2s, -webkit-transform 0.3s 0.56s;
    transition: transform 0.3s 0.56s, opacity 0.3s 0.56s, color 0.2s;
    transition: transform 0.3s 0.56s, opacity 0.3s 0.56s, color 0.2s,
      -webkit-transform 0.3s 0.56s;
  }

  #philosophy nav .main-menu li:nth-child(5) > a {
    -webkit-transition: opacity 0.3s 0.6s, color 0.2s,
      -webkit-transform 0.3s 0.6s;
    transition: opacity 0.3s 0.6s, color 0.2s, -webkit-transform 0.3s 0.6s;
    transition: transform 0.3s 0.6s, opacity 0.3s 0.6s, color 0.2s;
    transition: transform 0.3s 0.6s, opacity 0.3s 0.6s, color 0.2s,
      -webkit-transform 0.3s 0.6s;
  }

  body.init-end#philosophy nav .main-menu li > a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 1251px) {
  .p-phil-mv__bottom {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  body::before {
    width: 350px;
    padding-left: 30px;
  }

  .l-opening__wrap {
    top: 0;
    right: 54%;
  }

  .p-phil-mv__bottom {
    padding-left: 40px;
    padding-right: 0;
  }

  .p-phil-mv__bottom .svg-dq {
    left: -5px;
    width: 30px;
    height: 30px;
  }

  .p-phil-message__top {
    padding-left: 0;
    padding-top: 80px;
  }

  .p-phil-message__head {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 800px) {
  body::before {
    width: 100%;
    -webkit-transition: opacity 0.3s,
      -webkit-transform 0.4s cubic-bezier(0.79, 0.17, 0.15, 0.96);
    transition: opacity 0.3s,
      -webkit-transform 0.4s cubic-bezier(0.79, 0.17, 0.15, 0.96);
    transition: transform 0.4s cubic-bezier(0.79, 0.17, 0.15, 0.96),
      opacity 0.3s;
    transition: transform 0.4s cubic-bezier(0.79, 0.17, 0.15, 0.96),
      opacity 0.3s, -webkit-transform 0.4s cubic-bezier(0.79, 0.17, 0.15, 0.96);
    -webkit-transform: scaleX(0.266);
    transform: scaleX(0.266);
  }

  .l-opening__wrap {
    right: auto;
    left: 3%;
  }

  .p-phil-mv__inner {
    min-height: 0;
    height: 100%;
    padding: 113px 30px 0;
    display: block;
  }

  .p-phil-mv__copy .svg-phil-copy {
    max-width: 98%;
  }

  .p-phil-mv__bottom {
    padding-left: 0;
    padding-top: 20px;
  }

  .p-phil-mv__bottom .svg-dq {
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
  }

  .p-phil-mv__title {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 37.7%;
  }

  .p-phil-mv__title {
    margin-top: 6px;
    margin-bottom: 0;
    width: 298px;
  }

  .p-phil-mv {
    min-height: 0;
    height: auto;
  }

  .p-phil-message__top {
    min-width: 0;
    padding-left: 0;
    padding-top: 74px;
    padding-bottom: 54px;
    width: 500px;
    max-width: 89.5%;
  }
}

@media screen and (max-width: 650px) {
  .l-opening__wrap {
    width: 280px;
    height: 231px;
  }
}

/* End Responsive View*/
