@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
html {
  background-color: #353b43;
  color: #afbac4;
}

body {
  background-color: #353b43;
  font-family: "Montserrat", "Sawarabi Gothic", sans-serif;
  color: #afbac4;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #afbac4;
}

p {
  font-family: "Montserrat", "Sawarabi Gothic", sans-serif;
  color: #afbac4;
}
/*=================================================================
   Cursor
==================================================================*/
#ityped {
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(0deg, #217ec3, #9dabce);
  background: -webkit-linear-gradient(0deg, #217ec3, #9dabce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.ityped-cursor {
  font-size: 2.2rem;
  opacity: 1;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}
@keyframes blink {
  100% {
    opacity: 0;
  }
}
/*=================================================================
  Basic Setup
==================================================================*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #217ec3;
}

::selection {
  color: #fff;
  background: #217ec3;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #6cb670;
}
.w-100 {
  width: 100%;
}
.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all 0.3s ease-in 0s;
}
.btn:focus {
  color: #ddd;
  box-shadow: none;
}

.btn-transparent {
  border: 1px solid #4e595f;
}
.btn-transparent:hover,
.btn-transparent:focus {
  background-color: #217ec3;
  border-color: #217ec3 !important;
  color: #fff;
}

.form-control {
  background-color: #2f383d;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: #ddd;
}

.form-control:focus {
  box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder {
  /*  Chrome, Safari, Opera  */
  color: #ddd;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

.form-control:-ms-input-placeholder {
  /*  Internet Explorer  */
  color: #ddd;
}

.border {
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 30%;
}
.border:before {
  background-color: #fff;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
}
.b-blue {
  font-weight: 700;
  color: #2398c5;
  font-size: large;
}
.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-one {
  background-color: #353b43;
}

.bg-dark {
  background: #242930;
}

.parallax-section {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.2s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #217ec3;
}

.btn-main {
  background: #217ec3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.btn-main:hover {
  background: #003f6e;
  color: #fff;
}
.btn-sub {
  background: #878889;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.btn-sub:hover {
  background: #606060;
  color: #fff;
}
.p-0 {
  padding: 0;
}
.mt-20 {
  margin-top: 20px;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-100 {
  padding-top: 100px;
}
.section {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 50px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #217ec3;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.title {
  padding-bottom: 60px;
}
.title h2 {
  /*text-transform: capitalize;*/
  font-weight: 700;
  font-size: 3em;
  color: #fff;
  margin-bottom: 0;
}
.title h2 span {
  display: inline-block;
  background: linear-gradient(0deg, #217ec3, #9dabce);
  background: -webkit-linear-gradient(0deg, #217ec3, #9dabce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.title p {
  color: #fff;
  font-size: 1em;
  position: relative;
  top: -3px;
}
.title.title-white h2 {
  color: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.section-bg {
  background: #292f36;
}
.section-bg2 {
  background: #363c44;
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  background: rgba(0, 0, 0, 0.096);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a,
.header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Quattrocento Sans", sans-serif;
}
.header-bradcrumb a:hover {
  color: #217ec3;
}

.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pagination li {
  margin: 5px;
  display: inline-block;
}
.pagination li a {
  background: #242930;
  border: 0;
  color: #fff;
  border-radius: 0 !important;
}
.pagination li a:focus,
.pagination li a:hover,
.pagination li a.active {
  background: #217ec3;
  color: #fff;
  box-shadow: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: #1d2024;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 0;
}
.navigation .logo img {
  height: auto;
  width: 45px;
}
.navigation .navigation-menu li a.active {
  color: #217ec3 !important;
}
.navigation .navigation-menu a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px;
  color: #afbac4;
  font-weight: 600;
}
.navigation .navigation-menu a:hover,
.navigation .navigation-menu a:focus {
  background: transparent;
  color: #217ec3 !important;
}
.navigation .navigation-menu li a {
  padding-bottom: 5px;
  position: relative;
}
.navigation .navigation-menu li a::before {
  background: #217ec3;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.navigation .navigation-menu li a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle span {
  background: #fff;
}
/*== ボタン共通設定 */
.nav-link {
  position: relative;
}
/*== NAVドロップダウン */
.navbar-nav .dropdown-menu {
  background-color: #1d2024;
}
.navigation .navigation-menu li .dropdown-menu a::before {
  background: #217ec3;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 0);
  transition: transform 0s;
}
.bg-1 {
  background-image: url("../images/company/visual--company.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================================
Index
==================================================================*/
.TOP-area {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.TOP-area .block {
  text-align: center;
  z-index: 99;
}
.TOP-area .block .video-button a {
  background: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  line-height: 60px;
  font-size: 20px;
  margin-left: 3px;
  color: #217ec3;
}
.TOP-area .block h1 {
  font-size: 5em;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Shippori Mincho B1", serif;
}
@media (max-width: 992px) {
  .TOP-area .block h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .TOP-area .block h1 {
    font-size: 48px;
  }
}
.TOP-area h2 {
  font-weight: bolder;
  font-size: 2rem;
  color: #ffffffc7;
}
.TOP-area .block p {
  color: #fff;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}
.TOP-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.TOP-video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-1 p {
  padding-bottom: 200px;
}
@media (max-width: 575px) {
  .index-1 p {
    padding-bottom: 50px;
  }
}
.index-1 h2 {
  font-weight: 600;
}
.index-1 .company-name {
  float: left;
}
.index-1 .company-name span {
  line-height: 0.25;
  font-size: 2.25em;
  font-weight: 600;
  color: #ffffff;
}
.index-1 .company-name img {
  position: relative;
  top: -7px;
  width: 38px;
}
.index-1 h4 {
  clear: both;
  font-size: 1.4rem;
  line-height: 2;
  color: #f0f0f0;
}
.index-2 .title h2 {
  padding-top: 120px;
}
.index-2 h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5;
  padding: 20px;
}
.index-2 h3 span {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(0deg, #67b4ed, #bed4e5);
  background: -webkit-linear-gradient(0deg, #67b4ed, #bed4e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-3 .post-block {
  background-color: #292f36;
  margin-bottom: 10px;
}
.img_ac1 a {
  display: block;
}
.index-3 .post-block a:hover {
  opacity: 0.6;
}
.index-3 .post-block .content {
  padding: 20px;
}
.index-3 .post-block .content .text {
  margin-bottom: 10px;
}
.index-3 .post-block .content p {
  margin-bottom: 0px;
  font-weight: 500;
}
.index-3 .post-block .content p span {
  margin-left: 10px;
  font-size: small;
  font-weight: 400;
}
.index-3 .post-block .content h3 {
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
}
.index-3 .post-block .content h3 .tag {
  font-size: 12px;
  width: 90px;
  display: inline-block;
  text-align: center;
  padding: 4px;
  margin-right: 5px;
  color: #ffffff;
  font-weight: 600;
}
.index-3 .post-block .content h3 .mamorulink {
  background: #7eb393;
}
.index-3 .post-block .content h3 .development {
  background: #897eb3;
}
.index-3 .post-block .content h3 .other {
  background: #2f7bb3;
}
.index-3 .media-wrapper {
  border-bottom: 1px solid #4e595f;
}
.index-3 .all-post {
  margin-top: 50px;
}
/*=================================================================
News page
==================================================================*/
.News-top-bg {
  background-image: url("../news/images/top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.News-top-bg:before {
  background: rgba(42, 48, 55, 0.7);
}
.news {
  padding-top: 50px;
}
.news-filter {
  margin-bottom: 20px;
  text-align: center;
}
.news-filter button {
  border: none;
  outline: none;
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: transparent;
  display: inline-block;
  font-size: 14px;
  padding: 6px 20px;
  font-weight: 700;
  color: #737f8a;
  transition: 0.3s all;
}
.news-items-wrapper .mix {
  padding: 5px;
}

.news-block {
  position: relative;
  margin-top: 30px;
}
.news-block:before {
  transition: all 0.3s ease-in-out;
  background: rgb(255, 255, 255);
  opacity: 0;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  position: absolute;
  content: "";
}
.news-block img {
  width: 100%;
  height: auto;
}
.news-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 100%;
  background-color: #ffffffe0;
  padding: 30px 10px;
}
.news-block .caption p {
  color: #555;
  font-size: small;
  font-weight: 600;
}
.news-block .caption h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.news-filter button.active {
  border: 1px solid #217ec3;
  color: #217ec3;
}
.news-filter button:active,
.news-filter button:hover {
  color: #fff;
}
.news-filter button.all:active,
.news-filter button.all:hover {
  background-color: #89b4cd;
}
.news-filter button.mamorulink:active,
.news-filter button.mamorulink:hover {
  background-color: #7eb393;
}
.news-filter button.development:active,
.news-filter button.development:hover {
  background-color: #c9cd89;
}
.news-filter button.other:active,
.news-filter button.other:hover {
  background-color: #2f7bb3;
}
.news .news-title {
  text-align: center;
}
.news .news-inner {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .news .news-title {
    margin-top: 30px;
  }
}
.news .btn-area {
  margin-top: 50px;
}
.news .btn-area .col-sm-4 {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .news .btn-area .col-sm-4 {
    margin: 3px 10px;
  }
}
/*=================================================================
Services
==================================================================*/
.Services-top-bg {
  background-image: url("../images/services/top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.Services-top-bg:before {
  background: rgba(42, 48, 55, 0.7);
}
.Services-1 .explain {
  margin-bottom: 30px;
}
.Services-1 .block h3 {
  color: #353b43;
  font-weight: 525;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.Services-1 .block p {
  color: #252b31;
  font-weight: 500;
  margin-bottom: 0;
}
.Services-1 .block {
  background: #f5f5f5;
  padding: 30px 0;
  transition: 0.5s all;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease 0s;
  min-height: 130px;
}
.Services-1 .block:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .Services-1 .block {
    display: inline-block;
  }
}
@media (min-width: 576px) and (max-width: 993px) {
  .Services-1 .block {
    min-height: 125px;
  }
}
.Services-1 .block:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.Services-1 .block .mask {
  background-color: rgba(33, 126, 195, 0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.Services-1 .block .mask .mask-inner {
  text-align: center;
  position: relative;
  top: 30%;
}
@media (max-width: 991px) {
  .Services-1 .block .col-4 {
    padding: 0 0 0 10px;
  }
}
.Services-2 {
  padding: 150px 0;
}
.Services-2 h2 {
  color: #e7eff7;
  font-size: 1.75em;
}
.Services-2-bg {
  background-image: url("../images/services/visual--services.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.Services-2-bg:before {
  background: rgba(42, 48, 55, 0.7);
}

/*=================================================================
  Company 
==================================================================*/
.Company-top-bg {
  background-image: url("../images/company/top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.Company-top-bg:before {
  background: rgba(42, 48, 55, 0.7);
}
/*.Company-1 .content-block {
  padding: 35px 40px;
}
@media (max-width: 768px) {
  .Company-1 .content-block {
    padding: 40px 15px;
  }
}
.Company-1  .title {
  padding-bottom: 20px;
}
.Company-1 .content-block {
  margin-top: 25px;
}*/
.Company-1 .content-block .pull-left {
  padding-right: 15px;
}
.Company-1 .content-block i {
  font-size: 30px;
  color: #217ec3;
}
.Company-1 .content-block h4 {
  font-size: 16px;
  font-weight: 600;
}

.Company-2 {
  background-attachment: fixed;
}
.Company-2 .title {
  padding-bottom: 60px;
}
.Company-2 .border {
  margin: 5px auto 20px;
  border: 1px solid #353b4326 !important;
}
.Company-2 p {
  font-weight: 600;
}
.Company-2 ul {
  margin-top: 15px;
  font-size: 15px;
}
.Company-2 .block {
  padding: 40px 20px;
  border-left: 1px solid rgba(236, 239, 241, 0.07);
  border-top: 1px solid rgba(236, 239, 241, 0.07);
  margin-bottom: 40px;
  box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3),
    13px 13px 0 rgba(255, 255, 255, 0.7);
  background-color: #e9e9e9;
  color: #656a70;
  background-image: url("../images/company/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.Company-2 .block h2 {
  font-size: 1.5em;
  color: #000;
  font-weight: 500;
}
.Company-2 .block h3 {
  font-size: 1.2em;
  color: #656a70;
}
.Company-3 .slider_inner {
  width: 200px !important;
  overflow: hidden;
  position: relative;
}
.Company-3 .slider_inner img {
  margin: 0 auto;
}
.Company-3 .slider_inner img:nth-child(2) {
  cursor: pointer;
  position: absolute;
  top: 34.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Company-3 .slider_inner:hover img:nth-child(2) {
  opacity: 0;
  transition: opacity 1.5s;
}
.Company-3 .slider_inner p {
  padding-top: 10px;
  font-size: small;
}
.Company-3 .slider .c-1:hover {
}
/*=================================================================
 Contact
==================================================================*/
.Contact-top-bg {
  background-image: url("../images/contact/top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.Contact-top-bg:before {
  background: rgba(42, 48, 55, 0.7);
}
.contact-form {
  margin-bottom: 60px;
}
.contact-form .row {
  padding-bottom: 5px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(236, 239, 241, 0.07);
  color: #fff;
}
.contact-form .form-control option {
  color: #000000;
}
.contact-form .form-control:focus {
  color: #ffffff;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}
.contact-form #text_msg {
  height: 7em;
  margin-bottom: 20px;
}
.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: #217ec3;
}

#contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #217ec3;
  padding: 12px 0;
  width: 100%;
  margin: 0;
}

.contact-info p {
  margin-bottom: 25px;
}

/*=================================================================
  Recruite
==================================================================*/
.Recruite {
  padding-top: 50px;
}
.Recruite-top-bg {
  background-image: url("../images/recruite/top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.Recruite-top-bg:before {
  background: rgba(42, 48, 55, 0.7);
}
.Recruite-1 .list {
  background-color: #292f36;
  margin: 15px 0;
}
.Recruite-1 .list:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.Recruite-1 .list .list-photo {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .Recruite-1 .list .list-photo {
    text-align: center;
  }
}
.Recruite-1 .list .list-photo:hover img {
  transform: scale(1.2);
}
.Recruite-1 .list .list-photo img {
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .Recruite-1 .list .list-photo img {
    display: inline-block;
  }
}
.Recruite-1 .list .list-meta {
  padding: 15px;
}
.Recruite-1 .list .list-meta p {
  margin-bottom: 0;
}
.Recruite-1 .list .list-meta h4 {
  margin: 0 0 5px;
}
.Recruite-1 .list .list-meta span {
  font-size: 12px;
}
#WebCreator h2,
#Programmer h2,
#Designer h2 {
  font-weight: 600;
}
#WebCreator p,
#Programmer p,
#Designer p {
  font-weight: 600;
  margin-bottom: 35px;
}
.Block1,
.Block2 {
  position: relative;
}
.Block1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #30353d;
}
.Block2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #252b31;
}

/*=================================================================
  Footer section
==================================================================*/
#footer {
  font-size: 14px;
}
#footer .section {
  padding: 70px 0;
}
#footer h3 {
  float: left;
  font-weight: 700;
  font-size: 2.5em;
}
#footer img {
  position: relative;
  float: left;
  top: -2px;
  margin-left: 5px;
}
#footer h4 {
  font-size: 1.25em;
  clear: left;
  margin-top: 20px;
  font-weight: 600;
}
#footer a {
  color: inherit;
}
.footer-subtitle {
  border-bottom: 1px solid #afbac459;
  padding-bottom: 10px;
  color: #afbac459;
}
#footer .footer-details {
  margin-bottom: 20px;
}
#footer .footer-details .footer-map:hover,
#footer .footer-details .footer-info:hover {
  color: #217ec3 !important;
}
.copyright {
  padding-top: 30px;
}

#scrollUp {
  border: 1px solid #4e595f;
  bottom: 15px;
  color: #fff;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

#scrollUp:hover {
  background-color: #217ec3;
  border: 1px solid #217ec3;
}
#comment-form {
  margin-top: 35px;
}

#comment-form .form-control:hover {
  border-color: #6cb670;
}
