@charset "UTF-8";
/*=====================================================================
@Template Name: korat template
@Author: connecti
@Developed By: Shuki
@Developer URL: https://connecti.co.jp/
Author E-mail: shuki@connecti.co.jp

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ banner
05/ slider
06/ feature
07/ button
08/ service
09/ testimonials
10/ blog
11/ contact
12/ fab
13/ footer
14/ news
15/ other
16/ events
=====================================================================*/
/*-- variables area start ----------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%; }

/*-- variables area end ------------------------------*/
/*-- predefin area start -----------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.row.m0 {
  margin: 0px; }

.p0 {
  padding: 0px; }

body {
  line-height: 28px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

#success {
  display: none; }

#error {
  display: none; }

.display_table {
  display: table;
  width: 100%; }

.display_table_row {
  display: table-row; }

.display_table_cell {
  display: table-cell;
  float: none !important; }

.p_50 {
  padding: 50px 0; }

.p_100 {
  padding: 100px 0px; }

iframe {
  border: none; }

i:before {
  margin-left: 0px !important; }

/* Main title css
============================================================================================ */
.c_title {
  text-align: center;
  padding-bottom: 40px; }
  .c_title img {
    padding-bottom: 30px; }
  .c_title h6 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #7c8d93;
    padding-bottom: 10px; }
  .c_title h2 {
    font-size: 48px;
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.l_title {
  padding-bottom: 55px; }
  .l_title img {
    padding-bottom: 30px; }
  .l_title h6 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #7c8d93;
    padding-bottom: 10px; }
  .l_title h2 {
    font-size: 34px;
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
    .l_title h2 span {
      font-style: italic;
      color: #6fbbfe; }

/* Main title css
============================================================================================ */
/*-- predefin area end -------------------------------*/
/*-- header area start -------------------------------*/
.main_menu_area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 30;
  padding: 0px 45px; }
  .main_menu_area .navbar {
    padding: 0px;
    border-radius: 0px;
    background-color: transparent !important; }
    .main_menu_area .navbar a.navbar-brand {
      z-index: 10000;
      background-size: 134px 25px;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      font-size: 35px;
      font-weight: bold;
      color: #000;
      letter-spacing: -4px; }
    .main_menu_area .navbar .navbar-toggler {
      border: none;
      border-radius: 0px;
      padding: 0px; }
      .main_menu_area .navbar .navbar-toggler span {
        height: 3px;
        width: 25px;
        display: block;
        background: #0b1033;
        margin-bottom: 3px; }
        .main_menu_area .navbar .navbar-toggler span:last-child {
          margin-bottom: 0px; }
    @media (min-width: 992px) {
      .main_menu_area .navbar .navbar-collapse {
        text-align: right;
        display: block !important; } }
    .main_menu_area .navbar .navbar-nav {
      display: inline-block;
      text-align: right; }
      .main_menu_area .navbar .navbar-nav li {
        display: inline-block;
        margin-right: 55px; }
        .main_menu_area .navbar .navbar-nav li a {
          font-size: 13px;
          font-family: "Roboto", sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          color: #3e3e3e;
          letter-spacing: .65px;
          padding: 0px;
          line-height: 118px;
          -webkit-transition: all 400ms linear 0s;
          transition: all 400ms linear 0s; }
        .main_menu_area .navbar .navbar-nav li:last-child {
          margin-right: 0px; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
            -webkit-transform: scaleY(0);
                    transform: scaleY(0);
            -webkit-transition: all 400ms ease-out;
            transition: all 400ms ease-out;
            display: block;
            -webkit-transform-origin: 50% 0;
                    transform-origin: 50% 0;
            min-width: 250px;
            background: #171717;
            left: auto;
            right: 0px;
            top: 90%;
            border-radius: 0px;
            border: none;
            padding: 30px 0px 30px 0px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            visibility: hidden; } }
        .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
          margin-right: 0px;
          display: block; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
            display: block;
            line-height: 38px;
            color: #FFF;
            font-family: "Roboto", sans-serif;
            letter-spacing: .48px;
            font-size: 16px;
            padding: 0px 30px;
            text-transform: inherit;
            -webkit-transition: all 400ms linear 0s;
            transition: all 400ms linear 0s;
            font-weight: normal;
            text-shadow: none; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
            color: #97ccfe; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1);
            visibility: visible; } }
        .main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
          color: #0b1033; }
  .main_menu_area.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    z-index: 999999; }
    .main_menu_area.navbar_fixed .navbar .navbar-nav li a {
      line-height: 70px;
      color: #FFF; }

.main_menu_area.navbar_fixed .navbar a.navbar-brand {
  z-index: 10000;
  background-size: 134px 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 35px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: -4px; }

[data-current-nav="top"] nav ul li:nth-child(1) a a:hover,
[data-current-nav="about"] nav ul li:nth-child(2) a a:hover,
[data-current-nav="service"] nav ul li:nth-child(3) a a:hover,
[data-current-nav="recruit"] nav ul li:nth-child(4) a a:hover,
[data-current-nav="news"] nav ul li:nth-child(5) a a:hover,
[data-current-nav="contact"] nav ul li:nth-child(6) a a:hover,
nav ul li a:hover {
  text-decoration: underline;
  color: #0b1033; }

/*-- header area end ---------------------------------*/
/*-- banner area start -------------------------------*/
.banner_area {
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .banner_area:before {
    content: "";
    background: url(../images/banner/banner-bg01.png) no-repeat scroll center right;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    max-width: 1233px;
    width: 100%; }

.banner_inner_text {
  padding-top: 200px;
  position: relative;
  padding-bottom: 95px;
  position: relative;
  background: transparent; }
  .banner_inner_text h2 {
    position: relative;
    display: block; }
    .banner_inner_text h2 .gf {
      color: gold;
      font-size: 90%;
      display: inline-block;
      padding: 0.1em 0 0; }
  .banner_inner_text:before {
    content: "";
    width: 213px;
    height: 1px;
    position: absolute;
    background: #ced0e0;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .banner_inner_text h2 {
    font-size: 72px;
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }
  .banner_inner_text p {
    font-size: 24px;
    color: #6b7d8e;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    padding-top: 15px;
    text-align: left; }

.top {
  position: relative;
  background: transparent;
  height: 100vh; }
  .top h3 {
    position: relative;
    display: block;
    top: 50vh;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    .top h3 .gf {
      color: gold;
      font-size: 90%;
      display: inline-block;
      padding: 0.1em 0 0; }

/*-- banner area end ---------------------------------*/
/*-- slider area start -------------------------------*/
.main_slider_area {
  background: url(../images/home-slider/2000.png) no-repeat scroll center center;
  background-size: cover; }
  .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
    font-weight: normal !important;
    color: #0b1033; }
  .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
    color: #6b7d8e; }
  .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .more_btn {
    -webkit-transition: all 400ms linear !important;
    transition: all 400ms linear !important;
    padding: 0px 53px; }
  .main_slider_area .rev_slider .tp-bullets {
    left: calc(50% - 970px) !important; }
    .main_slider_area .rev_slider .tp-bullets .tp-bullet {
      height: 10px;
      width: 10px;
      background: #b3adff;
      border: 5px solid #fff; }
      .main_slider_area .rev_slider .tp-bullets .tp-bullet.selected {
        background: #97cdfe;
        border-color: #97cdfe; }
  .main_slider_area .rev_slider .tp-leftarrow, .main_slider_area .rev_slider .tp-rightarrow {
    height: 120px;
    background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
    background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
    background-size: 200% auto;
    width: 138px;
    border: 10px solid rgba(204, 241, 255, 0.5);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out; }
    .main_slider_area .rev_slider .tp-leftarrow:before, .main_slider_area .rev_slider .tp-rightarrow:before {
      line-height: 100px; }
    .main_slider_area .rev_slider .tp-leftarrow:hover, .main_slider_area .rev_slider .tp-rightarrow:hover {
      background-position: right center;
      color: #fff; }
  .main_slider_area .rev_slider .tp-leftarrow {
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
    border-left: 0px; }
  .main_slider_area .rev_slider .tp-rightarrow {
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
    border-right: 0px; }

/* End Slider css
============================================================================================ */
/* Testimonials Slider css
============================================================================================ */
.testimonials_area {
  padding-top: 190px;
  padding-bottom: 130px;
  border-bottom: 1px solid #bbbec1; }

.testimonials_slider {
  position: relative; }
  .testimonials_slider:before {
    content: "";
    background: url(../img/3d-shap.png) no-repeat scroll center center;
    height: 600px;
    max-width: 524px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: -210px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
  .testimonials_slider .owl-item.center {
    color: #fff; }
    .testimonials_slider .owl-item.center h3 {
      color: #fff; }
    .testimonials_slider .owl-item.center p {
      color: #fff; }
    .testimonials_slider .owl-item.center .media .media-body h5 {
      color: #fff; }
  .testimonials_slider .testi_item h3 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #0b1033; }
  .testimonials_slider .testi_item p {
    font-size: 15px;
    color: #7c8d93;
    line-height: 28px;
    font-weight: normal;
    padding: 20px 0px 55px 0px; }
  .testimonials_slider .testi_item .media .d-flex {
    padding-right: 20px; }
  .testimonials_slider .testi_item .media .media-body h4 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #0b1033;
    padding-bottom: 8px; }
  .testimonials_slider .testi_item .media .media-body h5 {
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    font-size: 12px; }
  .testimonials_slider .owl-dots {
    text-align: center;
    z-index: 4;
    margin-top: 50px; }
    .testimonials_slider .owl-dots .owl-dot {
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      margin-right: 8px; }
      .testimonials_slider .owl-dots .owl-dot:last-child {
        margin-right: 0px; }

/*-- slider area end ---------------------------------*/
/*-- feature area start ------------------------------*/
.news_template {
  margin: 7% 0;
  position: relative; }

.feature_area {
  padding-top: 70px; }

.feature_item {
  text-align: center;
  padding: 40px 0px 0px 0px;
  -webkit-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s; }
  .feature_item .f_icon {
    min-height: 91px;
    position: relative; }
    .feature_item .f_icon img {
      position: absolute;
      bottom: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .feature_item h4 {
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding: 45px 0px 20px 0px; }
  .feature_item p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    max-width: 310px;
    margin: auto;
    padding-bottom: 60px; }
  .feature_item .more_btn {
    opacity: 0; }
  .feature_item:hover {
    -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11); }
    .feature_item:hover .more_btn {
      opacity: 1; }
  .feature_item .button {
    opacity: 0; }
  .feature_item:hover {
    -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11); }
  .feature_item:hover .button {
    opacity: 1; }

.service_feature {
  border-bottom: 1px solid #bbbec1;
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 50px; }
  .service_feature .feature_inner {
    margin-bottom: -50px;
    margin-top: 5%; }
    .service_feature .feature_inner .feature_item {
      margin-bottom: 50px; }
      .service_feature .feature_inner .feature_item .more_btn {
        opacity: 1;
        background: transparent;
        border-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(#6ebdfe), to(#9b8aff));
        background-image: linear-gradient(left, #6ebdfe, #9b8aff);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-transition: all 400ms linear 0s;
        transition: all 400ms linear 0s;
        background-size: 200% auto; }
      .service_feature .feature_inner .feature_item:hover .more_btn {
        color: #fff;
        background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
        background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
        border-color: rgba(204, 241, 255, 0.5);
        background-clip: inherit; }

/* End Feature Area css
============================================================================================ */
/* Team People Area css
============================================================================================ */
.team_people_area {
  overflow: hidden;
  padding-top: 90px;
  position: relative; }

.team_people_text {
  max-width: 540px;
  float: right; }
  .team_people_text p {
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 45px; }
  .team_people_text ul {
    padding-left: 20px; }
    .team_people_text ul li {
      width: calc(100% / 2);
      float: left;
      margin-bottom: 15px; }
      .team_people_text ul li a {
        padding-left: 18px;
        font-family: "Roboto", sans-serif;
        color: #7c8d93;
        font-size: 15px;
        line-height: 28px;
        font-weight: 500;
        position: relative;
        -webkit-transition: all 400ms linear 0s;
        transition: all 400ms linear 0s; }
        .team_people_text ul li a:before {
          content: "";
          height: 5px;
          width: 5px;
          border-radius: 50%;
          background: #a6d7ff;
          position: absolute;
          left: 0px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all 400ms linear 0s;
          transition: all 400ms linear 0s; }
      .team_people_text ul li:nth-child(even) {
        padding-left: 22px; }
      .team_people_text ul li:last-child {
        margin-bottom: 0px; }
      .team_people_text ul li:hover a {
        color: #a6d7ff; }
        .team_people_text ul li:hover a:before {
          left: 4px; }

.team_img_inner {
  max-width: 591px;
  margin-bottom: -20px;
  margin-left: 0; }
  .team_img_inner .row {
    margin-left: -10px;
    margin-right: -10px; }
    .team_img_inner .row .col-lg-6 {
      padding: 0px 10px;
      margin-bottom: 20px;
      overflow: hidden; }
  .team_img_inner .team_img_item {
    overflow: hidden; }

/* End Team People Area css
============================================================================================ */
/* We Are Company Area css
============================================================================================ */
.left_company_text p {
  font-size: 15px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-right: 20px; }

.company_skill {
  padding-top: 90px; }
  .company_skill p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    color: #7c8d93;
    font-weight: 500;
    padding-bottom: 70px; }

.our_skill_inner .single_skill {
  margin-bottom: 20px; }
  .our_skill_inner .single_skill h3 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    padding-bottom: 12px; }
  .our_skill_inner .single_skill .progress {
    height: 5px;
    background: #f4f8fc;
    border-radius: 0px;
    overflow: visible; }
    .our_skill_inner .single_skill .progress .progress-bar {
      background-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
      position: relative; }
      .our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
        position: absolute;
        right: 0px;
        top: -40px;
        background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
        color: #fff;
        padding: 0px 16px;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        line-height: 34px;
        border-radius: 17px; }
  .our_skill_inner .single_skill:last-child {
    margin-bottom: 0px; }

.talk_area {
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  padding: 160px 0px 170px 0px;
  border-bottom: 2px solid #fff; }

.talk_text {
  text-align: center; }
  .talk_text h4 {
    font-size: 48px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-bottom: 26px; }
  .talk_text a {
    font-size: 48px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600; }

/* End We Are Company Area css
============================================================================================ */
/* Service Solution Area css
============================================================================================ */
.service_solution_area {
  background: #FFF;
  background-size: inherit;
  position: relative;
  z-index: 3; }
  .service_solution_area:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0; }

.s_solution_item p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93; }

.solution_collaps {
  margin-top: 60px; }
  .solution_collaps .card {
    margin-bottom: 25px;
    border: none; }
    .solution_collaps .card:last-child {
      margin-bottom: 0px; }
    .solution_collaps .card .card-header {
      padding: 0px;
      border: none;
      background-color: transparent; }
      .solution_collaps .card .card-header h5 a {
        background: #79ccff;
        background: -webkit-linear-gradient(left, #79ccff 0%, #9b75ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79ccff', endColorstr='#9b75ff',GradientType=1 );
        display: block;
        color: #fff;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        padding: 11px 25px 11px 20px;
        line-height: 26px;
        position: relative; }
        .solution_collaps .card .card-header h5 a i {
          display: inline-block;
          font-style: normal;
          position: absolute;
          right: 20px;
          line-height: 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          .solution_collaps .card .card-header h5 a i + i {
            display: none; }
      .solution_collaps .card .card-header h5 .collapsed i {
        display: none; }
        .solution_collaps .card .card-header h5 .collapsed i + i {
          display: inline-block; }
    .solution_collaps .card .card-body p {
      font-size: 15px;
      line-height: 28px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      color: #7c8d93; }

/* End Service Solution Area css
============================================================================================ */
/* Best 3d Area css
============================================================================================ */
.best_3d_area {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 887px;
  position: relative; }
  .best_3d_area .left_3d {
    width: calc(50% - 160px);
    float: left;
    position: relative; }
  .best_3d_area .right_text {
    width: calc(50% + 160px);
    float: right;
    z-index: 9999; }

.shap_slider_inner {
  max-width: 315px;
  float: right;
  margin-right: 160px;
  margin-top: 300px; }
  .shap_slider_inner .item {
    color: #181818; }
    .shap_slider_inner .item img {
      width: auto; }
    .shap_slider_inner .item h4 {
      font-size: 24px;
      line-height: 28px;
      font-family: "Roboto", sans-serif;
      font-weight: bold; }
    .shap_slider_inner .item p {
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 28px;
      padding: 25px 0px 55px 0px; }
    .shap_slider_inner .item .media {
      vertical-align: middle; }
      .shap_slider_inner .item .media img {
        -ms-flex-item-align: center;
            align-self: center; }
      .shap_slider_inner .item .media .media-body {
        padding-left: 18px; }
        .shap_slider_inner .item .media .media-body h5 {
          font-size: 15px;
          font-family: "Roboto", sans-serif;
          font-weight: 500;
          line-height: 28px;
          color: #0b1033;
          padding-bottom: 5px; }
        .shap_slider_inner .item .media .media-body h6 {
          font-size: 12px;
          font-family: "Roboto", sans-serif;
          font-weight: 500; }
  .shap_slider_inner .owl-dots {
    text-align: right;
    margin-top: 70px; }
    .shap_slider_inner .owl-dots .owl-dot {
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      margin-right: 10px; }
      .shap_slider_inner .owl-dots .owl-dot:last-child {
        margin-right: 0px; }
      .shap_slider_inner .owl-dots .owl-dot.active {
        background: #97ccfe; }

.text_3d {
  display: inline-block;
  padding-left: 80px;
  padding-top: 150px;
  width: 54%;
  float: left;
  padding-right: 5px; }
  .text_3d p {
    font-size: 15px;
    line-height: 28px;
    color: #7c8d93;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.shap_mobile {
  padding-top: 85px;
  float: right;
  width: 46%;
  padding-left: 130px; }

/* Challange Area css
============================================================================================ */
.challange_area {
  overflow: hidden; }

.challange_text_inner {
  max-width: 800px;
  float: right; }
  .challange_text_inner p {
    font-size: 15px;
    line-height: 28px;
    color: #7c8d93;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-right: 25px; }
  .challange_text_inner .c_video {
    padding-top: 35px; }
  .challange_text_inner .c_video a {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #0b1033; }
    .challange_text_inner .c_video a img {
      padding-right: 15px; }

.challange_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .challange_img .challange_img_inner {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-shadow: 0px 27px 68px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 27px 68px 0px rgba(0, 0, 0, 0.4); }

/* End Challange Area css
============================================================================================ */
/* We Are Company Area css
============================================================================================ */
.left_company_text p {
  font-size: 15px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-right: 20px; }

.company_skill {
  padding-top: 90px; }
  .company_skill p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    color: #7c8d93;
    font-weight: 500;
    padding-bottom: 70px; }

.our_skill_inner .single_skill {
  margin-bottom: 20px; }
  .our_skill_inner .single_skill h3 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    padding-bottom: 12px; }
  .our_skill_inner .single_skill .progress {
    height: 5px;
    background: #f4f8fc;
    border-radius: 0px;
    overflow: visible; }
  .our_skill_inner .single_skill .progress .progress-bar {
    background-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
    position: relative; }
    .our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
      position: absolute;
      right: 0px;
      top: -40px;
      background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
      color: #fff;
      padding: 0px 16px;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      line-height: 34px;
      border-radius: 17px; }
.our_skill_inner .single_skill:last-child {
  margin-bottom: 0px; }

.talk_area {
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  padding: 60px 0px;
  border-bottom: 2px solid #fff; }

.talk_text {
  text-align: center; }
  .talk_text h4 {
    font-size: 48px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-bottom: 26px; }
  .talk_text a {
    font-size: 48px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600; }

/* End We Are Company Area css
============================================================================================ */
ul.archive-top-ko {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  ul.archive-top-ko li {
    width: 50%; }
    ul.archive-top-ko li:first-child {
      margin-right: 20px; }
    ul.archive-top-ko li a {
      color: #3e3e3e; }
      ul.archive-top-ko li a img {
        width: 100%;
        height: 182px; }
      ul.archive-top-ko li a .right-txt h3 {
        font-size: 18px; }

.mdl-grid {
  max-width: 600px; }

.mdl-card__media {
  margin: 0; }

.mdl-card__media > img {
  max-width: 100%; }

.mdl-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mdl-card__actions > .mdl-button--icon {
  margin-right: 3px;
  margin-left: 3px; }

.mdl-card__title-text {
  font-size: 16px; }

.mdl-layout__container {
  position: inherit; }

@media (min-width: 992px) {
  .mdl-layout__container {
    position: absolute;
    width: 100%;
    height: 100%; }

  .service_solution_area {
    background: url(../images/service-bg.jpg) no-repeat fixed center right;
    background-size: cover;
    position: relative;
    z-index: 3; }
    .service_solution_area:before {
      content: "";
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0; } }
.mdl-card__media > img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 286px;
  height: 160px; }

/*-- feature area end --------------------------------*/
/*-- button area start -------------------------------*/
.more_btn {
  padding: 0px 46px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6fbcfe), color-stop(51%, #998dff), to(#6fbcfe));
  background-image: linear-gradient(to right, #6fbcfe 0%, #998dff 51%, #6fbcfe 100%);
  background-size: 200% auto;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 55px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px; }
  .more_btn:hover {
    background-position: right center;
    color: #fff; }

.submit_btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#70bafe), color-stop(51%, #998dff), to(#70bafe));
  background-image: linear-gradient(to right, #70bafe 0%, #998dff 51%, #70bafe 100%);
  background-size: 200% auto;
  z-index: 2;
  width: 176px;
  padding: 0px;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 58px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px; }
  .submit_btn:hover {
    background-position: right center;
    color: #fff; }
  .submit_btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    border: 6px solid rgba(204, 241, 255, 0.5); }

.solid_btn {
  padding: 0px 53px;
  background: #6fbcfe;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 55px;
  border: 6px solid rgba(204, 241, 255, 0.5);
  border-radius: 33px; }
  .solid_btn:hover {
    background-position: right center;
    color: #fff; }

a.cp_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  border: 3px solid #9C27B0;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .4s;
  transition: all .4s; }
  a.cp_btn:before, a.cp_btn:after {
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    z-index: 2;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s; }
  a.cp_btn:before {
    border-top: 3px solid #FF5722;
    border-bottom: 3px solid #FF5722;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
  a.cp_btn:after {
    border-right: 3px solid #FF5722;
    border-left: 3px solid #FF5722;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0); }
  a.cp_btn:hover {
    color: #FF5722; }
    a.cp_btn:hover:after {
      -webkit-transform: scale(1);
              transform: scale(1); }
    a.cp_btn:hover:before {
      -webkit-transform: scale(1);
              transform: scale(1); }

.r-btn {
  color: #525252; }

.button {
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  margin: auto;
  padding: 10px 0px;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s; }
  .button span {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    -webkit-animation: effect-animation 2s; }
  .button:hover {
    /*-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6);*/ }

.button-white {
  background: #fff;
  color: #00BCD4;
  border-top: 1px solid #ececec; }
  .button-white span {
    background: #000; }

.button-contact {
  font-size: 20px;
  text-align: center;
  display: block;
  width: 100%;
  margin: auto;
  padding: 15px 0px;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2); }
  .button-contact span {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    -webkit-animation: effect-animation 2s; }
  .button-contact:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6); }

.button-black {
  background: #9C27B0;
  color: #fff; }
  .button-black span {
    background: #fff;
    left: 50%;
    top: 50%; }

.button-blog {
  width: 200px;
  margin: 30px 0 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2); }
  .button-blog:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6);
    -webkit-transition: color .3s;
    transition: color .3s; }

.button-black-blog {
  background: #000; }

@-webkit-keyframes effect-animation {
  from {
    -webkit-transform: scale(1);
    opacity: 0.4; }
  to {
    -webkit-transform: scale(100);
    opacity: 0; } }
/*-- button area end ---------------------------------*/
/*-- service area start ------------------------------*/
.kt-over-view {
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  color: #FFFFFF; }

.kt-contents-inner.career {
  -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2), 0 10px 57px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2), 0 10px 57px 0 rgba(0, 0, 0, 0.22); }

.kt-contents-inner.event {
  -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2), 0 10px 57px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2), 0 10px 57px 0 rgba(0, 0, 0, 0.22); }

.kt-btn {
  display: inline-block;
  min-width: 250px;
  padding: 13px 20px;
  border: 3px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 40px; }

.kt-btn.on-img {
  border: 3px solid #000;
  color: #000;
  background-color: rgba(255, 255, 255, 0.2); }

.kt-btn.on-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  color: #FFFFFF;
  background: #FFFFFF;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1; }

.kt-btn.on-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2; }

.kt-contents-inner {
  width: 100%;
  margin: 5% 0;
  padding: 20px 10px; }

.kt-contents-none h2 {
  text-align: left;
  color: #3e3e3e;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px; }

.kt-contents-none h3 {
  font-size: 20px;
  font-weight: bold;
  color: #3e3e3e;
  line-height: 1.8;
  text-align: left;
  font-family: "din-condensed", sans-serif; }

@media (min-width: 992px) {
  .kt-contents-none {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    color: #FFF; }

  .kt-contents-inner {
    display: block;
    float: left;
    width: 45%;
    padding: 30px; }

  .kt-contents-inner {
    display: block;
    float: left;
    width: 45%;
    padding: 30px; }
    .kt-contents-inner .sg-explanatory-text {
      color: #000; }

  .kt-contents-none h2 {
    text-align: left;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px; }

  .kt-contents-none h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    text-align: left;
    font-family: "din-condensed", sans-serif; }

  .kt-contents-inner + * {
    float: right; } }
/*-- service area end --------------------------------*/
/*-- testimonials area start -------------------------*/
/*-- testimonials area end ---------------------------*/
/*-- blog area start ---------------------------------*/
.blog_img {
  position: relative; }
  .blog_img .blog_date {
    position: absolute;
    left: 0px;
    top: 40px;
    max-width: 120px;
    width: 100%;
    background: #6fbcfe;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#6fbcfe), to(#9b8aff));
    background: linear-gradient(to right, #6fbcfe 0%, #9b8aff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbcfe', endColorstr='#9b8aff',GradientType=1 );
    /* IE6-9 */
    text-align: center;
    color: #fff;
    padding: 18px 0px 16px 0px; }
    .blog_img .blog_date h4 {
      font-size: 36px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      padding-bottom: 5px; }
    .blog_img .blog_date h5 {
      font-size: 12px;
      font-weight: 500;
      font-family: "Roboto", sans-serif; }

.blog_text {
  padding: 40px 30px 65px 30px; }
  .blog_text h4 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #0b1033;
    padding-bottom: 5px; }
  .blog_text .blog_author {
    padding-bottom: 30px; }
    .blog_text .blog_author a {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      color: #7c8d93;
      margin-right: 20px;
      position: relative; }
      .blog_text .blog_author a:before {
        content: "|";
        position: absolute;
        right: -13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #7c8d93; }
      .blog_text .blog_author a:last-child {
        margin-right: 0px; }
        .blog_text .blog_author a:last-child:before {
          display: none; }
  .blog_text p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 28px;
    color: #7c8d93; }
    .blog_text p + p {
      padding-top: 30px; }
  .blog_text .more_btn {
    margin-top: 45px; }

.blog_main_item {
  -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 100px; }

.pagination_area {
  padding-top: 100px; }
  .pagination_area .pagination li {
    margin-right: 10px; }
    .pagination_area .pagination li a {
      border-radius: 0px;
      border: none;
      background: transparent;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      color: #7c8d93;
      padding: 0px;
      -webkit-transition: all 400ms linear 0s;
      transition: all 400ms linear 0s; }
    .pagination_area .pagination li:last-child {
      margin-right: 0px; }
    .pagination_area .pagination li:hover a, .pagination_area .pagination li.active a {
      color: #0b1033;
      background: transparent; }

.r_widget {
  margin-bottom: 80px; }
  .r_widget:last-child {
    margin-bottom: 0px; }

h3.r_w_title:first-child {
  padding-bottom: 25px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #0b1033; }

h3.r_w_title {
  padding-bottom: 25px;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #0b1033; }

.search_widget .input-group {
  display: block;
  position: relative; }
  .search_widget .input-group input {
    width: 100%;
    display: block;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-image: -ms-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
    border-image-slice: 1;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    padding: 0px;
    line-height: 0px;
    padding-bottom: 24px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 12px;
    color: #acb6ba;
    font-family: "Roboto", sans-serif;
    font-style: italic; }
    .search_widget .input-group input.placeholder {
      font-size: 12px;
      color: #acb6ba;
      font-family: "Roboto", sans-serif;
      font-style: italic; }
    .search_widget .input-group input:-moz-placeholder {
      font-size: 12px;
      color: #acb6ba;
      font-family: "Roboto", sans-serif;
      font-style: italic; }
    .search_widget .input-group input::-moz-placeholder {
      font-size: 12px;
      color: #acb6ba;
      font-family: "Roboto", sans-serif;
      font-style: italic; }
    .search_widget .input-group input::-webkit-input-placeholder {
      font-size: 12px;
      color: #acb6ba;
      font-family: "Roboto", sans-serif;
      font-style: italic; }
  .search_widget .input-group .input-group-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3; }
    .search_widget .input-group .input-group-btn .btn-secondary {
      background: transparent;
      border-radius: 0px;
      padding: 0px;
      border: none;
      -webkit-transition: all 400ms linear 0s;
      transition: all 400ms linear 0s;
      margin: 0px;
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #acb6ba;
      cursor: pointer; }
      .search_widget .input-group .input-group-btn .btn-secondary:hover {
        color: #0b1033; }

.categories_widget ul li {
  margin-bottom: 10px; }
  .categories_widget ul li:last-child {
    margin-bottom: 0px; }
  .categories_widget ul li:hover a {
    color: #70a7e4; }

#my_sidebar_widget ul li {
  margin-bottom: 10px; }
  #my_sidebar_widget ul li a {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #7c8d93;
    -webkit-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s; }
    #my_sidebar_widget ul li a span.circle_number {
      margin-left: 30px;
      padding: 5px 20px;
      background: #f4f8fc;
      -webkit-transition: all 400ms linear 0s;
      transition: all 400ms linear 0s; }
      #my_sidebar_widget ul li a span.circle_number:hover {
        border-radius: 20px;
        background-image: -ms-linear-gradient(10deg, #fed26e 0%, #ff8a8a 100%);
        color: #fff; }

.insta_widget ul {
  overflow: hidden;
  margin: -3px; }
  .insta_widget ul li {
    width: calc(100% / 3);
    float: left;
    overflow: hidden; }
    .insta_widget ul li a {
      display: block;
      padding: 3px; }

.tag_widget ul {
  margin-right: -8px;
  margin-bottom: -12px; }
  .tag_widget ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px; }
    .tag_widget ul li a {
      display: inline-block;
      background: #f4f8fc;
      padding: 0px 25px;
      line-height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 500;
      color: #7c8d93;
      -webkit-transition: all 400ms linear 0s;
      transition: all 400ms linear 0s; }
    .tag_widget ul li:hover a {
      border-radius: 20px;
      background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
      color: #fff; }

.quote_widget p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #7c8d93;
  line-height: 30px;
  font-size: 15px;
  padding-top: 25px; }

.s_blog_social {
  padding-bottom: 80px;
  padding-left: 30px; }
  .s_blog_social h3 {
    font-size: 18px;
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: inline-block; }
  .s_blog_social ul {
    display: inline-block; }
    .s_blog_social ul li {
      display: inline-block;
      margin-left: 30px; }
      .s_blog_social ul li a {
        font-size: 12px;
        color: #0b1033; }
      .s_blog_social ul li:first-child {
        margin-left: 40px; }

.blog_author .media {
  vertical-align: middle; }
  .blog_author .media .d-flex {
    padding-right: 20px;
    -ms-flex-item-align: center;
        align-self: center; }
  .blog_author .media .media-body h4 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-bottom: 25px; }
    .blog_author .media .media-body h4 span {
      color: #7c8d93; }
  .blog_author .media .media-body p {
    font-size: 15px;
    line-height: 28px;
    color: #7c8d93;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.blog_comment h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 80px;
  padding-top: 80px; }
.blog_comment .media {
  margin-bottom: 35px; }
  .blog_comment .media .d-flex {
    display: block !important;
    padding: 0px 0px 0px 25px;
    max-width: 144px;
    width: 100%; }
    .blog_comment .media .d-flex h4 {
      color: #0b1033;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 16px;
      display: block;
      padding-bottom: 6px; }
    .blog_comment .media .d-flex h5 {
      color: #7c8d93;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 12px;
      display: block; }
  .blog_comment .media .media-body {
    padding-left: 20px; }
    .blog_comment .media .media-body p {
      color: #7c8d93;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 28px;
      padding-bottom: 15px; }
    .blog_comment .media .media-body a {
      color: #0b1033;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 12px; }
  .blog_comment .media:last-child {
    margin-bottom: 0px; }

.blog_comment_form {
  max-width: 560px; }
  .blog_comment_form h3 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #0b1033;
    padding: 75px 0px 55px 0px; }
  .blog_comment_form .contact_us_form {
    margin-top: 0px; }
    .blog_comment_form .contact_us_form .form-group input {
      height: 55px; }
    .blog_comment_form .contact_us_form .form-group:last-child {
      margin-bottom: 0px; }

.img-fluid-archive {
  width: 825px;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover; }

.img-fluid {
  width: 100%;
  position: relative;
  /*margin: 5% 0;*/ }

/*-- blog area end -----------------------------------*/
/*-- aboutus area start ---------------------------------*/
.table-wrap {
  padding: 20px;
  color: #333;
  margin-bottom: 5%; }

table {
  width: 100%; }

.c-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
  .c-table tr {
    border-bottom: 1px solid #eaeaea;
    display: grid; }
  .c-table th.c-table-th {
    width: 100%;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 10px 20px 5px; }
  .c-table td.c-table-td {
    width: 100%;
    font-weight: 400;
    letter-spacing: .1em;
    padding: 0px 20px 5px;
    position: relative; }
    .c-table td.c-table-td .c-table-link {
      display: inline-block;
      float: right;
      position: relative;
      left: 5px; }

.pad-100 {
  padding-top: 50px; }

@media (min-width: 992px) {
  .pad-100 {
    padding-top: 0; }

  .c-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
    .c-table tr {
      border-bottom: 1px solid #eaeaea;
      display: inherit; }
    .c-table th.c-table-th {
      width: 19.5%;
      font-weight: 700;
      letter-spacing: .1em;
      padding: 25px 40px; }
    .c-table td.c-table-td {
      width: 80.5%;
      font-weight: 400;
      letter-spacing: .1em;
      padding: 25px 40px;
      position: relative; }
      .c-table td.c-table-td .c-table-link {
        display: inline-block;
        float: right;
        position: relative;
        left: 5px; } }
/*-- aboutus area end -----------------------------------*/
/*-- news area start ---------------------------------*/
.topics-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 2% 0; }
  .topics-item .head {
    width: 40%; }
    .topics-item .head span.date {
      color: #9b8aff;
      font-family: 'Roboto', sans-serif;
      font-size: 18px; }
    .topics-item .head span.cat {
      margin-left: 10%;
      font-size: 13px;
      display: inline-block;
      background: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
      color: white;
      min-width: 83px;
      text-align: center;
      line-height: 27px;
      width: 140px;
      margin-left: 30px; }
  .topics-item .txt {
    width: 60%; }
  .topics-item p {
    font-size: 1.0rem;
    line-height: 24px;
    margin: 0;
    -webkit-transition: color .5s ease;
    transition: color .5s ease; }
  .topics-item .txt a {
    color: black;
    border-bottom: 1px solid black; }

span.day-date {
  border-bottom: 2px solid #fe4a67; }

.topics-item-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 2% 0; }
  .topics-item-top .head {
    width: 30%; }
    .topics-item-top .head span.date {
      color: #9b8aff;
      font-family: 'Roboto', sans-serif;
      font-size: 18px; }
    .topics-item-top .head span.cat {
      margin-left: 10%;
      font-size: 13px;
      display: inline-block;
      background: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
      color: white;
      min-width: 83px;
      text-align: center;
      line-height: 27px;
      width: 140px;
      margin-left: 30px; }
  .topics-item-top .txt {
    width: 60%; }
    .topics-item-top .txt a {
      color: black;
      border-bottom: 1px solid black; }
  .topics-item-top p {
    font-size: 1.0rem;
    line-height: 24px;
    margin: 0;
    -webkit-transition: color .5s ease;
    transition: color .5s ease; }

.page-title {
  font-size: 1.5em;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding-bottom: 10px; }

/*-- news area end -----------------------------------*/
/*-- fab area start ----------------------------------*/
.fab {
  position: fixed;
  bottom: 16px;
  right: 16px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 9999; }
  .fab .trigger, .fab .action {
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    cursor: pointer; }
  .fab .trigger:active, .fab .action:active {
    opacity: 0.7; }
  .fab .trigger {
    position: relative;
    background: #2c4;
    color: #fff;
    height: 56px;
    width: 56px;
    line-height: 56px;
    vertical-align: middle;
    font-size: 1.5em;
    z-index: 1; }
  .fab .action {
    position: absolute;
    top: 0;
    margin: 0 8px;
    background: #fff;
    color: #333;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  .fab .actions {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
  .fab .tooltip {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50vw;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    -webkit-transform-origin: right center 0;
            transform-origin: right center 0;
    text-align: right;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    color: #fff; }
    .fab .tooltip a {
      font-weight: bold; }

.fab.open .actions {
  opacity: 1; }
  .fab.open .actions .action:nth-child(1) {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px); }
  .fab.open .actions .action:nth-child(2) {
    -webkit-transform: translateY(-96px);
            transform: translateY(-96px); }
  .fab.open .actions .action:nth-child(3) {
    -webkit-transform: translateY(-144px);
            transform: translateY(-144px); }
  .fab.open .actions .action:nth-child(4) {
    -webkit-transform: translateY(-192px);
            transform: translateY(-192px); }
.fab.open .tooltip {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 64px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

/*----------------------------------------------------*/
/*-- footer area start -------------------------------*/
.footer-wrapper {
  background-color: #fafafa;
  position: relative; }
  .footer-wrapper .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
    color: #181818 !important;
    text-decoration: none; }

.footer_widget_area {
  background: url(../img/footer-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 130px 0px 115px 0px; }

.mdl-mega-footer--bottom-section ul#menu-footer-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.f_title {
  padding-bottom: 45px; }
  .f_title h3 {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.f_about_widget {
  padding-right: 35px; }
  .f_about_widget img {
    padding-bottom: 55px; }
  .f_about_widget p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.f_insta_widget ul {
  overflow: hidden;
  margin: -1px; }
  .f_insta_widget ul li {
    width: calc(100% / 4);
    float: left; }
    .f_insta_widget ul li a {
      display: inline-block;
      padding: 1px; }
      .f_insta_widget ul li a img {
        width: 100%; }

.f_subs_widget .input-group {
  display: block; }
  .f_subs_widget .input-group input {
    display: block;
    width: 100%;
    border-radius: 0px;
    border: none;
    height: 52px;
    padding: 0px 30px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #9b9b9b; }
    .f_subs_widget .input-group input.placeholder {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-style: italic;
      color: #9b9b9b; }
    .f_subs_widget .input-group input:-moz-placeholder {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-style: italic;
      color: #9b9b9b; }
    .f_subs_widget .input-group input::-moz-placeholder {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-style: italic;
      color: #9b9b9b; }
    .f_subs_widget .input-group input::-webkit-input-placeholder {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-style: italic;
      color: #9b9b9b; }
  .f_subs_widget .input-group .input-group-btn {
    margin-left: 0px;
    display: block;
    margin-top: 25px; }
    .f_subs_widget .input-group .input-group-btn .submit_btn {
      margin-left: 0px;
      border-radius: 35px !important; }
      .f_subs_widget .input-group .input-group-btn .submit_btn:hover {
        border-color: #8cc4fb; }

.footer_copyright {
  overflow: hidden;
  background: #11173b;
  padding: 35px 0px; }
  .footer_copyright .float-sm-left h5 {
    font-size: 14px;
    color: #2a2f56;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 29px; }
  .footer_copyright .float-sm-right ul li {
    display: inline-block;
    margin-right: 32px; }
    .footer_copyright .float-sm-right ul li a {
      font-size: 14px;
      color: #2a2f56;
      -webkit-transition: all 400ms linear 0s;
      transition: all 400ms linear 0s; }
    .footer_copyright .float-sm-right ul li:last-child {
      margin-right: 0px; }
    .footer_copyright .float-sm-right ul li:hover a {
      color: #fff; }

.mdl-mega-footer--bottom-section {
  padding-top: 16px;
  margin-bottom: 16px;
  display: grid;
  text-align: center; }

@media (min-width: 992px) {
  .mdl-mega-footer--bottom-section {
    padding-top: 16px;
    margin-bottom: 16px;
    display: inherit;
    text-align: inherit; } }
/*-- footer area end ---------------------------------*/
/*-- news area start ---------------------------------*/
.topics-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 2% 0; }
  .topics-item .head {
    width: 40%; }
    .topics-item .head span.date {
      color: #9b8aff;
      font-family: 'Roboto', sans-serif;
      font-size: 18px; }
    .topics-item .head span.cat {
      margin-left: 10%;
      font-size: 13px;
      display: inline-block;
      background: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
      color: white;
      min-width: 83px;
      text-align: center;
      line-height: 27px;
      width: 140px;
      margin-left: 30px; }
  .topics-item .txt {
    width: 60%; }
  .topics-item p {
    font-size: 1.0rem;
    line-height: 24px;
    margin: 0;
    -webkit-transition: color .5s ease;
    transition: color .5s ease; }
  .topics-item .txt a {
    color: black;
    border-bottom: 1px solid black; }

span.day-date {
  border-bottom: 2px solid #fe4a67; }

.topics-item-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 2% 0; }
  .topics-item-top .head {
    width: 30%; }
    .topics-item-top .head span.date {
      color: #9b8aff;
      font-family: 'Roboto', sans-serif;
      font-size: 18px; }
    .topics-item-top .head span.cat {
      margin-left: 10%;
      font-size: 13px;
      display: inline-block;
      background: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
      color: white;
      min-width: 83px;
      text-align: center;
      line-height: 27px;
      width: 140px;
      margin-left: 30px; }
  .topics-item-top .txt {
    width: 60%; }
    .topics-item-top .txt a {
      color: black;
      border-bottom: 1px solid black; }
  .topics-item-top p {
    font-size: 1.0rem;
    line-height: 24px;
    margin: 0;
    -webkit-transition: color .5s ease;
    transition: color .5s ease; }

.page-title {
  font-size: 1.5em;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding-bottom: 10px; }

/*-- news area end -----------------------------------*/
/*-- other area start --------------------------------*/
/* other Area css
============================================================================================ */
.appear dt {
  margin: 3% 0 6px 0;
  font-size: 1.3em; }

.bg-w {
  background: inherit;
  color: inherit;
  padding: 0;
  margin: 0; }

.p-none {
  padding: 0; }

/* End other Area css
============================================================================================ */
/* recruit Area css
============================================================================================ */
ul.r-btn-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  width: 100%; }
  ul.r-btn-wrap li {
    width: 45%;
    margin: 5%; }
    ul.r-btn-wrap li a {
      color: #FFF;
      height: auto; }

/* End recruit Area css
============================================================================================ */
/* profile Area css
============================================================================================ */
ul.peo-pro-li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }
  ul.peo-pro-li li {
    margin: 0 3%; }
    ul.peo-pro-li li:first-child {
      margin: 0 3% 0 0; }
    ul.peo-pro-li li:last-child {
      margin: 0 0 0 3%; }

.peo-pro-ttl h3 {
  font-weight: bold; }
  .peo-pro-ttl h3 span {
    font-weight: 100;
    font-size: 12px; }

.peo-pro-qa-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .peo-pro-qa-wrap .peo-pro-qa-box {
    padding: 5% 2%; }
    .peo-pro-qa-wrap .peo-pro-qa-box h3 {
      font-size: 24px;
      font-weight: bold;
      position: relative; }
      .peo-pro-qa-wrap .peo-pro-qa-box h3 span {
        font-size: 16px;
        font-weight: 100;
        display: block; }
      .peo-pro-qa-wrap .peo-pro-qa-box h3 img {
        width: 15%;
        padding: 0;
        margin: 0;
        display: block; }
    .peo-pro-qa-wrap .peo-pro-qa-box p {
      margin-top: 5%;
      font-size: 16px;
      letter-spacing: .1em;
      line-height: 26px; }

.peo-prev {
  padding: 100px 0;
  text-align: center; }
  .peo-prev .copy {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px; }

a.peo-wrap {
  border-top: 1px solid #bdbdbd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #3c3c3c;
  cursor: pointer;
  width: 100%; }
  a.peo-wrap .peo-leftbox {
    padding: 3%;
    border-right: 1px solid #808080; }
    a.peo-wrap .peo-leftbox .peo-pro span {
      font-weight: 100;
      color: #808080; }

.col-lg-8.peo-rightbox {
  padding: 3%; }
  .col-lg-8.peo-rightbox img {
    width: 100%; }

.col-lg-12.p_main-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 3%; }
  .col-lg-12.p_main-img .img-promain {
    width: 80%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    margin-top: -3%; }
  .col-lg-12.p_main-img h5 {
    position: absolute;
    top: 10%;
    left: 0;
    background: #000;
    color: #FFF;
    padding: 10px 30px;
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11); }

.col-lg-12.p_main-ttl {
  padding: 3% 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .col-lg-12.p_main-ttl .peo-pro {
    width: 70%; }
  .col-lg-12.p_main-ttl .p_txt {
    width: 30%;
    padding-left: 3%; }
    .col-lg-12.p_main-ttl .p_txt span {
      letter-spacing: .3em; }

p.pro-name {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .3em; }

p.pro-message {
  margin-top: 10%;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

p.pro-message.m-none {
  margin: 0;
  padding: 0 15%;
  border-left: 1px solid #808080; }

/* End profile Area css
============================================================================================ */
/* recruit Area css
============================================================================================ */
#timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #031625; }
  #timeline:hover .tl-item {
    width: 23.3333%; }

.tl-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 100vh;
  min-height: 600px;
  color: #fff;
  overflow: hidden;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease; }
  .tl-item:before, .tl-item:after {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .tl-item:after {
    background: rgba(3, 22, 37, 0.85);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .tl-item:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) translateY(50%);
            transform: translate3d(0, 0, 0) translateY(50%);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease; }
  .tl-item:hover {
    width: 30% !important; }
    .tl-item:hover:after {
      opacity: 0; }
    .tl-item:hover:before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) translateY(0);
              transform: translate3d(0, 0, 0) translateY(0);
      -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
      transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
      transition: opacity 1s ease, transform 1s ease 0.25s;
      transition: opacity 1s ease, transform 1s ease 0.25s, -webkit-transform 1s ease 0.25s; }
    .tl-item:hover .tl-content {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all 0.75s ease 0.5s;
      transition: all 0.75s ease 0.5s; }
    .tl-item:hover .tl-bg {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  .tl-item .tl-content {
    -webkit-transform: translate3d(0, 0, 0) translateY(25px);
            transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 55%;
    opacity: 0; }
    .tl-item .tl-content h1 {
      font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #1779cf;
      font-size: 1.44rem;
      font-weight: bold;
      margin-top: 5%; }
  .tl-item .tl-year {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    .tl-item .tl-year p {
      font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 1.728rem;
      line-height: 2; }
  .tl-item .tl-bg {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-filter 0.5s ease;
    transition: -webkit-filter 0.5s ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

/* End recruit Area css
============================================================================================ */
/* apply Area css
============================================================================================ */
.contact_form.apply-wrap {
  position: inherit;
  bottom: inherit; }
  .contact_form.apply-wrap label {
    background: #989898;
    color: #fff;
    cursor: pointer;
    padding: 15px 30px;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px; }
  .contact_form.apply-wrap label input {
    display: none; }

/* End apply Area css
============================================================================================ */
/* revealContent Area css
============================================================================================ */
/* revealContentを最初は消しておく */
.revealContent {
  opacity: 0; }

/* revealActiveクラスが追加されて.3s後に表示する */
.revealActive .revealContent {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1; }

.revealItem {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 999; }

/* before擬似要素の黒いblockにanimationをつけておく */
.revealItem.revealActive::before {
  -webkit-animation: hideFromLeft .3s forwards, showFromLeft .3s forwards .3s;
  animation: hideFromLeft .3s forwards, showFromLeft .3s forwards .3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  margin: 1px; }

/* before擬似要素を左から右にスライドイン */
@-webkit-keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }
@keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }
/* before擬似要素を左から右にスライドアウト */
@-webkit-keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.revealImg {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom; }

h3.revealContent {
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11);
  font-weight: bold; }

/* End revealContent Area css
============================================================================================ */
.center {
  left: 0;
  right: 0; }

.center {
  width: 30%;
  margin: 0 auto; }

.life-wrap {
  z-index: 9999; }

.c-contact-wrap {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0%;
  background-color: #FFF; }

.c-contact {
  text-align: center;
  padding: 0px;
  margin: 40px 4% 10px 4%; }
  .c-contact p {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3%; }
  .c-contact a {
    width: 100%;
    font-weight: bold;
    letter-spacing: 0.2em; }

.mdl-link .material-icons {
  position: relative;
  top: -1px;
  vertical-align: middle;
  left: -20px; }

.tl-bg img {
  width: 100%;
  height: 100%; }

/*-- other area end ----------------------------------*/
/*-- card area start ---------------------------------*/
.card-sub {
  float: left;
  padding: 0;
  width: 45%;
  margin: 0 10px; }
  .card-sub .menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .card-sub .menu-content li {
      display: inline-block; }
    .card-sub .menu-content a {
      color: #fff; }
    .card-sub .menu-content span {
      position: absolute;
      left: 50%;
      top: 0;
      font-size: 10px;
      font-weight: 700;
      font-family: "Open Sans";
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .card-sub:before, .card-sub:after {
    content: "";
    display: table; }
  .card-sub:after {
    clear: both; }
  .card-sub .wrapper {
    background-color: #fff;
    min-height: 285px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2); }
    .card-sub .wrapper :hover .data {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .card-sub .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(calc(70px + 1em));
            transform: translateY(calc(70px + 1em));
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .card-sub .data .content {
      padding: 1em;
      position: relative;
      z-index: 1; }
  .card-sub .author {
    font-size: 12px; }
  .card-sub .title {
    margin-top: 10px;
    font-size: 14px; }
  .card-sub .text {
    height: 70px;
    margin: 0;
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px; }
  .card-sub input[type=checkbox] {
    display: none; }
  .card-sub input[type=checkbox]:checked + .menu-content {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); }

.card-wrap .wrapper {
  background: url(../img/team/people/people-1.jpg) center/cover no-repeat;
  background-size: cover;
  position: relative;
  height: 100%; }
  .card-wrap .wrapper:before {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .card-wrap .wrapper:hover .menu-content span {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
    opacity: 1; }
.card-wrap .header {
  color: #fff;
  padding: 1em; }
  .card-wrap .header:before {
    content: "";
    display: table; }
  .card-wrap .header:after {
    clear: both; }
  .card-wrap .header .date {
    float: left;
    font-size: 12px; }
.card-wrap .menu-content {
  float: right; }
  .card-wrap .menu-content li {
    margin: 0 5px;
    position: relative; }
  .card-wrap .menu-content span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0; }
.card-wrap .data {
  color: #fff;
  -webkit-transform: translateY(calc(70px + 4em));
          transform: translateY(calc(70px + 4em)); }
.card-wrap .title a {
  color: #fff; }
.card-wrap .button-sub {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700; }
  .card-wrap .button-sub:after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .card-wrap .button-sub:hover::after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
    opacity: 1; }

.example-2 .header::after {
  content: "";
  display: table; }

/*-- card area end -----------------------------------*/
/*-- contact area start ------------------------------*/
.get_in_touch_area {
  padding-top: 0;
  position: relative;
  padding-bottom: 100px; }

.contact_form {
  position: inherit;
  background-color: #FFF;
  width: 100%;
  margin-top: 10px; }

@media (min-width: 992px) {
  .contact_form {
    position: absolute;
    bottom: -150px;
    right: 2%;
    z-index: 9999;
    background-color: #FFF;
    width: 48%; }

  .get_in_touch_area {
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px; } }
.contact_us_form {
  margin-top: 0;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11); }
  .contact_us_form .form-group {
    margin-bottom: 5px; }
    .contact_us_form .form-group input {
      height: 50px;
      border: none;
      border-bottom: 2px solid #e1e1e1;
      border-radius: 0px;
      padding: 0px;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      color: #a5bbd0; }
      .contact_us_form .form-group input.placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group input:-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group input::-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group input::-webkit-input-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group input:focus {
        border-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
        border-image-slice: 1; }
    .contact_us_form .form-group textarea {
      height: 200px;
      border: none;
      border-bottom: 2px solid #e1e1e1;
      border-radius: 0px;
      padding: 15px 0px;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      color: #a5bbd0;
      resize: none; }
      .contact_us_form .form-group textarea.placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group textarea:-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group textarea::-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group textarea::-webkit-input-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #a5bbd0; }
      .contact_us_form .form-group textarea:focus {
        border-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
        border-image-slice: 1; }
    .contact_us_form .form-group:last-child {
      margin-top: 40px; }

.touch_details {
  margin-left: 90px; }
  .touch_details p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93; }
  .touch_details h5 {
    font-size: 18px;
    color: #97ccfe;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: block;
    padding: 50px 0px 20px 0px; }
  .touch_details h4 {
    font-size: 30px;
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

/* End Get In Touch Area css
============================================================================================ */
/* World Map Area css
============================================================================================ */
.world_map_inner {
  text-align: center;
  position: relative; }

.bd-callout {
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 550px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  border-left: 8px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #9b8aff 0%, #6ebcfe 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#9b8aff), to(#6ebcfe));
     border-image: linear-gradient(to bottom, #9b8aff 0%, #6ebcfe 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .bd-callout h3 {
    font-size: 15px;
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-bottom: 15px; }
  .bd-callout p {
    color: #7c8d93;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 28px;
    display: inline-block; }
  .bd-callout h4 {
    display: inline-block;
    padding-left: 50px; }
    .bd-callout h4 a {
      display: block;
      color: #7c8d93;
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 28px; }

/* End World Map Area css
============================================================================================ */
/* Contact Map Area css
============================================================================================ */
.contact_map_area {
  position: relative;
  overflow: hidden; }
  .contact_map_area .mapBox1 {
    min-height: 670px; }
  .contact_map_area .map_location_box {
    position: absolute;
    left: 0;
    top: 160px;
    width: 95%; }
    .contact_map_area .map_location_box .bd-callout {
      position: relative;
      top: 0px;
      left: 0px;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .contact_map_area .map_location_box .bd-callout:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 14px 0 0;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        right: -14px;
        bottom: 0px;
        top: initial; }

/* End Contact Map Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #97ccfe;
      padding-bottom: 10px; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }

.pad-n {
  margin: 0; }

div#gmap {
  min-height: 670px; }

/*-- contact area end --------------------------------*/
/*-- events area start -------------------------------*/
.event-list {
  min-height: 155px;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-sizing: initial;
          box-sizing: initial; }
  .event-list .date {
    float: left;
    text-align: center;
    width: 160px;
    min-height: 120px; }
    .event-list .date .year {
      font-size: 25px; }
    .event-list .date .day {
      font-size: 20px;
      font-weight: 700; }
      .event-list .date .day span {
        font-size: 14px; }
    .event-list .date .time {
      color: #666;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 2px; }
  .event-list .event-list-right {
    float: left;
    width: 665px;
    padding-left: 20px;
    border-left: 1px solid #e9e9e9; }
    .event-list .event-list-right .image {
      position: relative;
      float: left;
      width: 120px;
      height: 100px;
      margin-right: 20px;
      overflow: hidden; }
      .event-list .event-list-right .image img {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -o-object-fit: cover;
           object-fit: cover; }
  .event-list .title {
    float: left;
    width: 400px;
    min-height: 120px; }
    .event-list .title h3 {
      line-height: 24px;
      margin-bottom: 15px; }
      .event-list .title h3 a {
        font-size: 20px;
        font-weight: 700;
        color: #000; }
    .event-list .title .labels {
      margin-bottom: 8px; }
      .event-list .title .labels span {
        background-color: #0e7ac4;
        color: #fff;
        font-size: 12px;
        line-height: 1.7;
        padding: 4px 12px;
        margin-right: 4px; }
      .event-list .title .labels .new {
        background-color: #e3017f; }
  .event-list .address {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 0; }
  .event-list .fa-map-marker:before {
    content: "\f041"; }
  .event-list .tags {
    font-size: 11px;
    line-height: 2.5em; }
    .event-list .tags .tags-item {
      color: grey;
      line-height: 1em;
      display: inline-block;
      background-color: #eee;
      border-radius: 12px;
      padding: 6px 8px;
      margin-right: 4px; }

.clear, .clearFix::after {
  content: "";
  display: block;
  clear: both; }

.labels .full, .labels .new, .labels .speaker {
  background-color: #e3017f; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'Open Sans';
  background: #fafafa; }

.l-card {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  width: 320px;
  padding: 0;
  margin: 24px auto; }
  .l-card:hover .thumbnail-wrapper:after {
    opacity: 0.8;
    -webkit-animation: bg-gradient 30s ease infinite;
    animation: bg-gradient 30s ease infinite; }
  .l-card:hover .thumbnail-wrapper img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  .l-card:hover .more-text {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.l-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .l-thumbnail .more-text {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    opacity: 0;
    display: inline-block;
    padding: 6px 12px 8px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px; }

.thumbnail-wrapper {
  display: block;
  margin: 0;
  padding: 0; }
  .thumbnail-wrapper:after {
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: linear-gradient(238deg, rgba(14, 236, 179, 0.95), rgba(239, 255, 17, 0.95), rgba(17, 255, 136, 0.95), rgba(223, 116, 255, 0.95));
    background-size: 800% 800%; }
  .thumbnail-wrapper img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    max-width: 100%; }

.text-content {
  padding: 16px; }
  .text-content .title {
    margin: 0 0 12px 0;
    font-size: 20px;
    color: #4cc48e; }
  .text-content .caption {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #555;
    font-weight: lighter; }

.content-meta {
  overflow: hidden;
  width: 100%;
  font-size: 12px; }
  .content-meta .date {
    float: left;
    color: #aaa; }
  .content-meta .like {
    display: inline-block;
    float: right;
    color: #4cc48e; }
    .content-meta .like .material-icons {
      vertical-align: middle;
      font-size: 16px; }

@-webkit-keyframes bg-gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes bg-gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*-- events area end --------------------------------*/

/*# sourceMappingURL=style.css.map */