@import url("//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css");

/* -- typography -- */
/* Japanese Font */
@font-face {
  font-family: "JapaneseBrushScript";
  /*a name to be used later*/
  src: url("../fonts/hkkaiiw.ttf");
  /*URL to font*/
}

@font-face {
  font-family: "JapaneseBrushScript2";
  /*a name to be used later*/
  src: url("../fonts/AiharaHudemojiKaisho3.00.ttf");
  /*URL to font*/
}

@font-face {
  font-family: "JapaneseBrushScript3";
  /*a name to be used later*/
  src: url("../fonts/hkgokukaikk.ttf");
  /*URL to font*/
}

@font-face {
  font-family: "JapaneseBrushScript4";
  /*a name to be used later*/
  src: url("../fonts/hkgyokk.ttf");
  /*URL to font*/
}

@font-face {
  font-family: "JapaneseBrushScript5";
  /*a name to be used later*/
  src: url("../fonts/hkgyoprokk.ttf");
  /*URL to font*/
}

@font-face {
  font-family: "JapaneseBrushScript6";
  /*a name to be used later*/
  src: url("../fonts/hkkaikk.ttf");
  /*URL to font*/
}

@font-face {
  font-family: "JapaneseBrushScript6";
  /*a name to be used later*/
  src: url("../fonts/hkgyoiw.ttf");
  /*URL to font*/
}

@font-face {
  font-family: "JapaneseBrushScript6";
  /*a name to be used later*/
  src: url("../fonts/hkkaiiw.ttf");
  /*URL to font*/
}

@font-face {
  font-family: "ibmflex";
  src: url("../fonts/IBMPlexSansJP-Regular.otf");
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

body {
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden !important;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #10161a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  /* font-size: 10rem !important; */
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }

  .owl-carousel h3,
  .filterDiv h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

a {
  color: #6195ff;
  text-decoration: none;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  opacity: 0.8;
  color: #6195ff;
}

.main-color {
  color: #6195ff;
}

.white-text {
  color: #fff;
}

::-moz-selection {
  background-color: #6195ff;
  color: #fff;
}

::selection {
  background-color: #6195ff;
  color: #fff;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.col-md-6 {
  padding-right: 20px;
  padding-left: 20px;
}

/* -- section  -- */

.section {
  position: relative;
}

.md-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sm-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-row {
  padding-top: 10%;
  padding-bottom: 10%;
}

/* --  background section  -- */

.bg-grey {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.bg-dark {
  background-color: #1c1d21;
}

/* --  background image section  -- */

.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #1c1d21;
}

.bg-img-landing {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-img-landing .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #1c1d21;
}

/* --  section header  -- */

.section-header {
  position: relative;
  margin-bottom: 60px;
}

.section-header .title {
  text-transform: capitalize;
}

section-header-white {
  position: relative;
  margin-bottom: 60px;
}

.section-header-white .title {
  text-transform: capitalize;
  color: #fff;
}

.title:after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: #6195ff;
  margin-top: 20px;
}

.text-center .title:after {
  margin: 20px auto 0px;
}

/* --  Input  -- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea {
  height: 40px;
  width: 100%;
  border: none;
  background: #f4f4f4;
  border-bottom: 2px solid #eee;
  color: #354052;
  padding: 0px 10px;
  opacity: 0.5;
  -webkit-transition: 0.2s border-color, 0.2s opacity;
  transition: 0.2s border-color, 0.2s opacity;
}

textarea {
  padding: 10px 10px;
  min-height: 80px;
  resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #6195ff;
  opacity: 1;
}

/* --  Buttons  -- */

.main-btn,
.white-btn,
.outline-btn {
  display: inline-block;
  padding: 10px 35px;
  margin: 3px;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.main-btn {
  background: #0e4377;
  color: #fff;
}

.white-btn {
  background: #fff;
  color: #10161a !important;
}

.outline-btn {
  background: transparent;
  color: #6195ff !important;
  border-color: #6195ff;
}

.main-btn:hover,
.white-btn:hover,
.outline-btn:hover {
  opacity: 0.8;
}

/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
  padding: 0;
  height: 40px;
}

.navbar-brand .logo,
.navbar-brand .logo-alt {
  max-height: 150px;
  display: block;
}

.navbar-brand .logo {
  margin: -10px 15px 0;
  width: 257px;
}

.navbar-brand .logo-alt {
  margin: -10px 13px 0;
  width: 257px;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
  display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
  display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
  display: none;
}

@media only screen and (max-width: 767px) {
  #nav.nav-transparent .navbar-brand .logo-alt {
    display: none !important;
  }

  #nav.nav-transparent .navbar-brand .logo {
    display: block !important;
    width: 180px;
    margin: 0;
  }
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
  padding: 10px 0px;
  background: #fff;
  -webkit-transition: 0.2s padding;
  transition: 0.2s padding;
  z-index: 999;
}

#nav.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}

#nav.fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0px -1px;
  background-color: #fff !important;
  border-bottom: 1px solid #eee;
}

#nav.nav-transparent {
  background: transparent;
}

/* -- default nav -- */

@media only screen and (min-width: 768px) {
  .main-nav li {
    padding: 0px 15px;
  }

  .main-nav li a {
    font-size: 14px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
  }

  .main-nav > li > a {
    color: #10161a;
    /* padding: 23px 0px; */
    padding: 13px 0px;
  }

  #nav.nav-transparent:not(.fixed-nav) .main-nav > li > a {
    color: #fff;
  }

  .main-nav > li > a:hover,
  .main-nav > li > a:focus,
  .main-nav > li.active > a {
    background: transparent;
    color: #6195ff;
  }

  .main-nav > li > a:after {
    content: "";
    display: block;
    background-color: #6195ff;
    height: 2px;
    width: 0%;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
  }

  .main-nav > li > a:hover:after,
  .main-nav > li.active > a:after {
    width: 100%;
  }

  /* dropdown */
  .has-dropdown {
    position: relative;
  }

  .has-dropdown > a:before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 6px;
    margin-left: 6px;
    float: right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
  }

  .dropdown {
    position: absolute;
    right: -50%;
    top: 0;
    background-color: #6195ff;
    width: 200px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
    box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
    -webkit-transform: translateY(15px) translateX(50%);
    -ms-transform: translateY(15px) translateX(50%);
    transform: translateY(15px) translateX(50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  .main-nav > .has-dropdown > .dropdown {
    top: 100%;
    right: 50%;
  }

  .main-nav > .has-dropdown > .dropdown .dropdown.dropdown-left {
    right: 150%;
  }

  .dropdown li a {
    display: block;
    color: #fff;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    padding: 10px 0px;
  }

  .dropdown li:nth-child(1) a {
    border-top: none;
  }

  .has-dropdown:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px) translateX(50%);
    -ms-transform: translateY(0px) translateX(50%);
    transform: translateY(0px) translateX(50%);
  }

  .has-dropdown:hover > a:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .nav-collapse {
    display: none;
  }
}

/* -- mobile nav -- */

@media only screen and (max-width: 767px) {
  #nav {
    padding: 0px 0px;
  }

  #nav.nav-transparent {
    background: #fff;
  }

  .main-nav {
    position: fixed;
    right: 0;
    height: calc(100vh - 80px);
    -webkit-box-shadow: 0px 80px 0px 0px #1c1d21;
    box-shadow: 0px 80px 0px 0px #1c1d21;
    max-width: 250px;
    width: 0%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    margin: 0;
    overflow-y: auto;
    background: #1c1d21;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  #nav.open .main-nav {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
  }

  .main-nav li {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
  }

  .main-nav li a {
    display: block;
    color: #fff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  .main-nav > li.active {
    border-left: 6px solid #6195ff;
  }

  .main-nav li a:hover,
  .main-nav li a:focus {
    background-color: #6195ff;
    color: #fff;
    opacity: 1;
  }

  .has-dropdown > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
  }

  .dropdown li a {
    padding: 6px 30px;
  }

  .has-dropdown > a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .has-dropdown > .dropdown {
    background: rgba(250, 250, 250, 0.1);
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
}

/* -- nav btn collapse -- */

.nav-collapse {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
  z-index: 99999;
}

.nav-collapse span {
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
}

.nav-collapse span:before,
.nav-collapse span:after {
  content: "";
  display: block;
}

.nav-collapse span,
.nav-collapse span:before,
.nav-collapse span:after {
  height: 4px;
  background: #10161a;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-collapse span:before {
  -webkit-transform: translate(0%, 10px);
  -ms-transform: translate(0%, 10px);
  transform: translate(0%, 10px);
}

.nav-collapse span:after {
  -webkit-transform: translate(0%, -14px);
  -ms-transform: translate(0%, -14px);
  transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
  background: transparent;
}

#nav.open .nav-collapse span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
  -webkit-transform: translateY(-4px) rotate(135deg);
  -ms-transform: translateY(-4px) rotate(135deg);
  transform: translateY(-4px) rotate(135deg);
}

/*------------------------------------*\
	About Header
\*------------------------------------*/
#about-header {
  height: 45vh;
}

#about-header .home-wrapper {
  position: absolute;
  left: 1%;
  right: 0px;
  top: 63%;
}

/*------------------------------------*\
	Header
\*------------------------------------*/

header {
  position: relative;
}

#home {
  height: 100vh;
}

#home .home-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.home-content h1 {
  text-transform: capitalize;
}

.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
  display: inline-block;
  margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
  float: right;
  background: transparent;
  margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
  color: #868f9b;
}

.breadcrumb > li + li:before {
  color: #868f9b;
}

/*------------------------------------*\
	About
\*------------------------------------*/

.about {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #eee;
  margin: 15px 0px;
}

.about i {
  font-size: 36px;
  color: #6195ff;
  margin-bottom: 20px;
}

.about:after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}

.about:hover:after {
  width: 100%;
}

.about h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.about:hover h3 {
  color: #fff;
}

/*------------------------------------*\
	Portfolio
\*------------------------------------*/

.work {
  position: relative;
  padding: 20px;
}

.work > img {
  width: 100%;
}

.work .overlay {
  background: #1c1d21;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.work:hover .overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0.8;
}

.work .work-content {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work .work-content h3 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.work:hover .work-content h3 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.work .work-content span {
  display: block;
  text-transform: uppercase;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  color: #6195ff;
  margin-bottom: 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.work:hover .work-content span {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.work .work-link {
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.work .work-link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #6195ff;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.work:hover .work-link {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

/*------------------------------------*\
	Services
\*------------------------------------*/

.service {
  position: relative;
  padding: 40px 20px 40px 70px;
  margin: 15px 0px;
  border: 1px solid #eee;
  height: 300px;
}

.service i {
  position: absolute;
  left: 20px;
  text-align: center;
  font-size: 32px;
  color: #6195ff;
  border-radius: 50%;
}

.service:after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}

.service:hover:after {
  width: 100%;
}

.service h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.service:hover h3 {
  color: #fff;
}

/*------------------------------------*\
	Why choose us
\*------------------------------------*/

.feature {
  margin: 15px 0px;
}

.feature i {
  float: left;
  padding: 5px;
  border-radius: 50%;
  color: #6195ff;
  border: 1px solid #6195ff;
  margin-right: 5px;
}

/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
  text-align: center;
  margin: 15px 0px;
}

.number i {
  color: #6195ff;
  font-size: 36px;
  margin-bottom: 20px;
}

.number h3 {
  font-size: 36px;
  margin-bottom: 10px;
}

/*------------------------------------*\
	Pricing
\*------------------------------------*/

.pricing {
  position: relative;
  text-align: center;
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 11;
  margin: 15px 0px;
}

.pricing::after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
  z-index: -1;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
}

.pricing:hover:after {
  height: 100%;
}

.img-responsive:hover {
  opacity: 1 !important;
}

.pricing .price-head {
  position: relative;
  margin-bottom: 20px;
}

.pricing .price-title {
  display: block;
  padding: 40px 0px 20px;
  text-transform: uppercase;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.pricing:hover .price-title {
  color: #6195ff;
}

.pricing .price {
  position: relative;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #6195ff;
}

.pricing .price h3 {
  font-size: 42px;
  margin: 0px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.pricing:hover .price h3 {
  color: #fff;
}

.pricing .duration {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #10161a;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.pricing:hover .duration {
  color: #fff;
}

.pricing .price-btn {
  padding-top: 20px;
  padding-bottom: 40px;
}

/*------------------------------------*\
	Testimonial
\*------------------------------------*/

.testimonial {
  margin: 15px 0px;
}

.testimonial-meta {
  position: relative;
  padding-left: 90px;
  height: 70px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.testimonial img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}

.testimonial h3 {
  margin-bottom: 5px;
}

.testimonial span {
  font-size: 14px;
  color: #6195ff;
  text-transform: uppercase;
}

/*------------------------------------*\
	Team
\*------------------------------------*/

.team {
  position: relative;
  background-color: #f4f4f4;
  padding: 40px 20px;
  margin: 15px 0px;
}

.team::after {
  content: "";
  background-color: #1c1d21;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
  z-index: 1;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
}

.team:hover:after {
  height: 100%;
}

.team-img {
  position: relative;
  margin-bottom: 20px;
  z-index: 11;
}

.team-img > img {
  width: 100%;
}

.team .overlay {
  background: #1c1d21;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.team:hover .overlay {
  opacity: 0.8;
}

.team .team-content {
  text-align: center;
  position: relative;
  z-index: 11;
}

.team .team-content h3 {
  margin-bottom: 10px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.team .team-content span {
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.team:hover .team-content h3 {
  color: #fff;
}

.team:hover .team-content span {
  color: #6195ff;
}

.team .team-social {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.team .team-social a {
  display: block;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background-color: #6195ff;
  color: #fff;
}

.team:hover .team-social {
  opacity: 1;
}

/*------------------------------------*\
	Blog
\*------------------------------------*/

.blog {
  background-color: #fff;
  margin: 15px 0px;
  transition: all 0.2s ease-in-out;
}

.blog:hover {
  transform: scale(1.1);
}

/* .blog:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.blog:hover:after {
    width: 100%;
} */
.blog .blog-content {
  padding: 20px 20px 40px;
}

.blog .blog-meta {
  margin-bottom: 20px;
}

.blog .blog-meta li {
  display: inline-block;
  font-size: 14px;
  color: #10161a;
  margin-right: 10px;
}

.blog .blog-meta li i {
  color: #6195ff;
  margin-right: 5px;
}

/*------------------------------------*\
	Blog post
\*------------------------------------*/

#main .blog .blog-content {
  padding: 20px 0px 0px;
}

#main .blog {
  margin-top: 0px;
}

/* -- blog tags -- */

.blog-tags {
  margin: 40px 0px;
}

.blog-tags h5 {
  margin-bottom: 0;
  display: inline-block;
}

.blog-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #f4f4f4;
  color: #10161a;
}

.blog-tags a:hover {
  color: #fff;
  background-color: #6195ff;
}

.blog-tags a i {
  margin-right: 3px;
  color: #6195ff;
}

.blog-tags a:hover i {
  color: #fff;
}

/* -- blog author -- */

.blog-author {
  margin: 40px 0px;
}

.blog-author .media .media-left {
  padding-right: 20px;
}

.blog-author .media {
  padding: 20px;
  border: 1px solid #eee;
}

.blog-author .media .media-heading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.blog-author .media .media-heading h3 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

.blog-author .media .media-heading .author-social {
  float: right;
}

.blog-author .author-social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  margin-left: 5px;
  color: #fff;
  background-color: #6195ff;
}

/* -- blog comments -- */

.blog-comments {
  margin: 40px 0px;
}

.blog-comments .media {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 0px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-top: 0px;
}

.blog-comments .media:first-child {
  border-bottom: 0px;
}

.blog-comments .media:last-child {
  border-bottom: 1px solid #eee;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-comments .media .media-body .media-heading .time {
  font-size: 12px;
  margin-left: 20px;
  font-weight: 400;
  color: #868f9b;
}

.blog-comments .media .media-body .media-heading .reply {
  float: right;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.blog-comments .media.author {
  background-color: #f4f4f4;
  border-color: #6195ff;
  border-bottom: 1px solid #6195ff;
}

.blog-comments .media.author > .media-body > .media-heading {
  color: #6195ff;
}

.blog-comments .media.author + .media {
  border-top: 0px;
}

/* blog reply form */

.reply-form {
  margin: 40px 0px;
}

.reply-form form .input,
.reply-form form .input,
.reply-form form textarea {
  margin-bottom: 20px;
}

.reply-form form .input,
.reply-form form .input {
  width: calc(50% - 10px);
  display: inline-block;
}

.reply-form form .input:nth-child(2) {
  margin-left: 15px;
}

/*------------------------------------*\
	Blog sidebar
\*------------------------------------*/

#aside .widget {
  margin-bottom: 40px;
}

.widget h3 {
  text-transform: uppercase;
}

/* -- search sidebar -- */

#aside .widget-search {
  position: relative;
}

#aside .widget-search .search-input {
  padding-right: 50px;
}

#aside .widget-search .search-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  border: none;
  line-height: 40px;
  background-color: transparent;
  color: #6195ff;
}

/* -- category sidebar -- */

.widget-category a {
  display: block;
  font-size: 14px;
  color: #354052;
  border-bottom: 1px solid #eee;
  padding: 5px;
}

.widget-category a:nth-child(1) {
  border-top: 1px solid #eee;
}

.widget-category a span {
  float: right;
  color: #6195ff;
}

.widget-category a:hover {
  color: #6195ff;
}

/* -- tags sidebar -- */

.widget-tags a {
  display: inline-block;
  padding: 6px 13px;
  font-size: 14px;
  margin: 2px 0px;
  background: #f4f4f4;
  color: #10161a;
}

.widget-tags a:hover {
  color: #fff;
  background-color: #6195ff;
}

/* -- posts sidebar -- */

.widget-post {
  min-height: 70px;
  margin-bottom: 25px;
}

.widget-post img {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.widget-post a {
  display: block;
  color: #10161a;
}

.widget-post a:hover {
  color: #6195ff;
}

.widget-post .blog-meta {
  display: inline-block;
}

.widget-post .blog-meta li {
  display: inline-block;
  margin-right: 5px;
  color: #6195ff;
  font-size: 12px;
}

.widget-post li i {
  color: #6195ff;
  margin-right: 5px;
}

/*------------------------------------*\
	Contact
\*------------------------------------*/

.contact {
  margin: 15px 0px;
  text-align: center;
}

.contact i {
  font-size: 36px;
  color: #6195ff;
  margin-bottom: 20px;
}

.contact-form {
  text-align: center;
  margin-top: 40px;
}

.contact-form .input {
  margin-bottom: 20px;
}

.contact-form .input:nth-child(1),
.contact-form .input:nth-child(2) {
  width: calc(50% - 10px);
}

.contact-form .input:nth-child(2) {
  margin-left: 15px;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
  position: relative;
  letter-spacing: 1px;
  color: white;
}
/* Footer Style */
.footer-menu a {
  font-size: 15px;
}

.breadcrumbs {
  font-size: 14px;
}

.bredarr {
  padding: 0 10px;
}

.footer-menu-new a {
  font-size: 14px !important;
  color: white;
  text-align: center;
}

.footer-menu-new li {
  display: block;
}

.footer-menu-new .bar {
  visibility: hidden;
}

@media (min-width: 768px) {
  .footer-menu-new li {
    display: inline;
    padding: 0 10px;
  }

  .footer-menu-new .bar {
    visibility: visible;
  }
}

.footer-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
  flex: 1 1 45%; 
  margin: 10px;
}

@media (min-width: 768px) {
  .footer-logo {
      flex-wrap: nowrap;
  }
}

.footer-follow {
  text-align: center;
  margin-bottom: 20px;
}

.footer-follow li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 13px;
}

.footer-follow li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #6195ff;
  color: #fff;
}

.footer-copyright p {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}

.footer-menu {

  display: inline-flex;
  justify-content: center;  
  padding: 0;
  list-style: none;
}

.footer-menu li {
  display: inline; /* Display list items inline */
  margin-right: 50px;
}

.footer-menu li:last-child {
  margin-right: 0; /* Remove margin from the last item */
}

.footer-menu li a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.footer-logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px;
}

.footer-logo-container img {
  width: 15%; 
  height: auto;
  margin: 10px;
}

@media (min-width: 768px) {
  .footer-logo-container {
      flex-wrap: nowrap; 
  }
}

@media only screen and (max-width: 480px) {
  .footer-logo {
    text-align: center;
  }
  
  .footer-links {
    text-align: center;
  }

  .corporate {
    text-align: center;
  }

  .footer-menu {
    display: block;
  }

  .footer-logo-container img {
    width: 100%;
    height: auto;
    margin: 10px;
  }
  
}

/*------------------------------------*\
	Responsive
\*------------------------------------*/

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
  .section-header h2.title {
    font-size: 31.5px;
  }

  .main-btn,
  .default-btn,
  .outline-btn,
  .white-btn {
    padding: 8px 22px;
    font-size: 14px;
  }

  .home-content h1 {
    font-size: 36px;
  }

  .header-wrapper h2 {
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .header-wrapper .breadcrumb {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #portfolio [class*="col-xs"] {
    width: 100%;
  }

  #numbers [class*="col-xs"] {
    width: 100%;
  }

  .contact-form .input:nth-child(1),
  .contact-form .input:nth-child(2) {
    width: 100%;
  }

  .contact-form .input:nth-child(2) {
    margin-left: 0px;
  }

  .reply-form form .input,
  .reply-form form .input {
    width: 100%;
  }

  .reply-form form .input:nth-child(2) {
    margin-left: 0px;
  }

  .blog-author .media .media-left {
    display: block;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .blog-author .media {
    text-align: center;
  }

  .blog-author .media .media-heading .author-social {
    margin-top: 10px;
    float: none;
  }

  .blog-author .media .media-left img {
    margin: auto;
  }

  .blog-comments .media .media {
    margin: 0px -15px;
  }
}

/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
  border: none;
  background: #eee;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #6195ff;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #6195ff;
  width: 20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
  opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #6195ff;
  color: #fff;
  padding: 0px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  line-height: 50px;
  margin: 0;
}

.owl-theme .owl-prev {
  left: 0px;
}

.owl-theme .owl-next {
  right: 0px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 0.8;
  background: #6195ff;
}

/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0e4377;
  border-radius: 3px;
  color: #fff;
  z-index: 9999;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  cursor: pointer;
}

#back-to-top:after {
  content: "\f106";
  font-family: "FontAwesome";
}

#back-to-top:hover {
  opacity: 0.8;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 99999;
}

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader span {
  display: inline-block;
  background-color: #6195ff;
  width: 25px;
  height: 25px;
  -webkit-animation: 1s preload ease-in-out infinite;
  animation: preload 1s ease-in-out infinite;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
}

.preloader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.main-nav.nav a {
  text-decoration: none;
  margin-top: 3px;
}

/* Added by Shanel  */

.fullscreen-bg {
  /* position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100; */

  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.fullscreen-bg .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url("../img/1.png") center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }

  .fullscreen-bg .overlay {
    opacity: 0.8;
    background: #1c1d21;
  }
}

#contact-info {
  color: #eee;
}

#footer {
  background: #0e4377;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer .footer-links {
  padding: 10px 30px;
}

#footer .footer-links .social a,
#footer .footer-links .social span,
#footer .footer-links .social i {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

/* #footer .footer-links .main,
#footer .footer-links .corporate {
    float:right;
} */
.corporate {
  padding: 10px 0;
}

#footer .footer-links .main a,
#footer .footer-links .main span,
#footer .footer-links .main i {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

#footer .footer-links .corporate span,
#footer .footer-links .corporate i {
  color: #fff;
  font-size: 13px;
  padding: 3px;
}

#footer .footer-links .corporate a {
  color: #fff;
  font-size: 13px;
  padding: 3px;
  text-decoration: underline;
}

#footer .footer-links .corporate div {
  display: inline;
}

@media only screen and (max-width: 480px) {
  #footer .footer-links .main {
    margin-top: 20px;
  }

  #footer .footer-links .main,
  #footer .footer-links .corporate {
    float: none;
  }

  #footer .footer-links .corporate div {
    display: block;
    margin-left: 0;
  }
}

.section-bj-img h1,
.section-bj-img h2,
.section-bj-img h3,
.section-bj-img h4,
.section-bj-img h5,
.section-bj-img h6,
.section-bj-img p {
  color: #eee;
}

/* --- Timeline --- */
* {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #0e4377;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content-timeline {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/* /---Timeline --- */

/* Down arrow */

.container:before {
  content: "";
  z-index: 1;
  position: absolute;
  height: 30px;
  width: 30px;
  transform: rotate(45deg);
  background-color: inherit;
  margin-top: -15px;
  margin-left: -15px;
  top: 100%;
  left: 50%;
  border-left-width: 0;
  border-top-width: 0;
}

/* timelineNew
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timelineNew ul {
  background: #b8c5e1;
  padding: 50px 0;
}

.timelineNew ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}

.timelineNew ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timelineNew ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
}

.timelineNew ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timelineNew ul li:nth-child(odd) div {
  left: 45px;
}

.timelineNew ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.timelineNew ul li:nth-child(even) div {
  left: -439px;
}

.timelineNew ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

timeNew {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timelineNew ul li::after {
  transition: background 0.5s ease-in-out;
}

.timelineNew ul li.in-view::after {
  background: #fff;
  border: 4px solid #0e4377;
}

.timelineNew ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timelineNew ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timelineNew ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timelineNew ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timelineNew ul li div {
    width: 250px;
  }

  .timelineNew ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timelineNew ul li {
    margin-left: 20px;
  }

  .timelineNew ul li div {
    width: calc(100vw - 91px);
  }

  .timelineNew ul li:nth-child(even) div {
    left: 45px;
  }

  .timelineNew ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
}

/*  --- overlay on hover ----  */
/* .thumb-container {
    position: relative;
    width: 50%;
  } */

/* .thumb-image {
    display: block;
    width: 100%;
    height: auto;
  } */

.thumb-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008cba;
}

.thumb-container:hover .thumb-overlay {
  opacity: 1;
}

.thumb-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*  !--- overlay on hover ----  */

.overlay::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99999;
}

/* accordion  */
/* 
.accordion {
    background-color: #eee;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    height: 200px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.active, .accordion:hover {
    background-color: #ccc;

}

.accordion:after {
    content: '\002B';
    color: #fff !important;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel-arrow {
    position: absolute;
    bottom: 35px;
    left: calc(50% - 35px);
    background-color: #4cc9f5;
    height: 60px;
    width: 60px;
    border: 5px solid #4cc9f5;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
}

.services-grid-panel.active .panel-arrow {
    background-color: white;
    color: #4cc9f5;
}

.services-grid-panel .panel-arrow::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 104%;
} */

.services-card {
  margin-bottom: 15px;
}

.services-accordion {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px !important;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
}

.services button.btn-link {
  color: #fff !important;
}

.panel-arrow {
  position: absolute;
  bottom: 35px;
  left: calc(50% - 35px);
  background-color: #4cc9f5;
  height: 60px;
  width: 60px;
  border: 5px solid #4cc9f5;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}

.services .card-body {
  padding: 50px;
}

.services .custom-bullet li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\e080";
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #cccccc;
}

/* careers filter css */
#careers .filterDiv {
  display: none;
}

#careers .show {
  display: block;
}

/* --  Buttons careers -- */

.careers-btn {
  display: inline-block;
  padding: 10px 35px;
  margin: 3px;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.careers-btn {
  background: transparent;
  color: #6195ff !important;
  border-color: #6195ff;
}

.careers-btn:hover,
.white-btn:hover,
.outline-btn:hover {
  opacity: 0.8;
}

#careers .careers-btn.active {
  background: #0e4377;
  color: #fff;
}

.careers-detail .fa-ul {
  line-height: 38px;
}

/* Company Philosophy */
.wrap {
  margin: 50px auto 0 auto;
  width: 100%;
  display: flex;
  align-items: space-around;
  max-width: 1200px;
}

.tile {
  width: 380px;
  height: 380px;
  margin: 10px;
  background-color: #99aeff;
  display: inline-block;
  background-size: cover;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44);
  overflow: hidden;
  color: white;
  font-family: "Roboto";
}

.tile img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s ease-out;
}

.tile .text {
  /*   z-index:99; */
  position: absolute;
  padding: 30px;
  height: calc(100% - 60px);
}

.tile h1 {
  font-weight: 300;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  color: #0e4377 !important;
}

.tile h2 {
  font-weight: 100;
  margin: 20px 0 0 0;
  font-style: italic;
  transform: translateX(200px);
}

.tile p {
  font-weight: 300;
  margin: 20px 0 0 0;
  line-height: 25px;
  /*   opacity:0; */
  transform: translateX(-200px);
  transition-delay: 0.2s;
}

.animate-text {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.tile:hover {
  /*   background-color:#99aeff; */
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  transform: scale(1.05);
}

.tile:hover img {
  opacity: 0.2;
}

.tile:hover .animate-text {
  transform: translateX(0);
  opacity: 1;
}

.dots {
  position: absolute;
  bottom: 20px;
  right: 30px;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  color: currentColor;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.dots span {
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
  display: block;
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
}

.tile:hover span {
  opacity: 1;
  transform: translateY(0px);
}

.dots span:nth-child(1) {
  transition-delay: 0.05s;
}

.dots span:nth-child(2) {
  transition-delay: 0.1s;
}

.dots span:nth-child(3) {
  transition-delay: 0.15s;
}

@media (max-width: 1000px) {
  .wrap {
    flex-direction: column;
    width: 400px;
  }
}

.contact-us-home {
  line-height: 15px;
}

.contact-us-home h3 {
  color: #fff !important;
}

.contact-us-main {
  line-height: 15px;
}

.contact-us-main h3 {
  color: #455482 !important;
}

/*------------------------------------*\
	Home - services section
\*------------------------------------*/

.home-services {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #eee;
  margin: 15px 10px;
  height: 300px;
}

.home-services i {
  font-size: 36px;
  color: #6195ff;
  margin-bottom: 20px;
}

.home-services:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}

.home-services:hover:after {
  width: 100%;
}

.home-services h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.home-services:hover h3 {
  color: #0e4377;
}

/*************************/
/*new ceo profile*/
/*************************/

.containersss {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
}

.containersss h4 {
  color: #fff !important;
  font-size: 20px !important;
}

.containersss h3 {
  color: #fff !important;
  font-size: 20px !important;
}

.timelinesss {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}

.timelinesss .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}

.timelinesss .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.timelinesss .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.timelinesss .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}

.timelinesss .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 100%;
  /* max-width: 310px; */
  /* right: 50%; */
  /* top: 13%; */
  /* -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0); */
  font-size: 12px;
  z-index: 2;
}

.timelinesss .swiper-slide .timeline-year {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  /* color: #d4a024; */
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.4s;
  /* border-color: red; */
  /* border: 1px solid red; */
}

.timelinesss .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  /* line-height: 2; */
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}

.timelinesss .swiper-slide .timeline-text {
  /* line-height: 1.5; */
  /* line-height: inherit; */
  /* line-height: 2; */
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
  font-size: 16px;
  /* border: 1px solid blue; */
}

.timelinesss .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}

.timelinesss .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}

.timelinesss .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}

.timelinesss .swiper-pagination {
  right: 12% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}

.timelinesss .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.timelinesss .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: left;
  opacity: 1;
  background: transparent;
  /* color: #d4a024; */
  color: #fff;
  margin: 15px 0 !important;
  position: relative;
}

.timelinesss .swiper-pagination-bullet:hover {
  color: #d4a024;
}

.timelinesss .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.2s;
}

.timelinesss .swiper-pagination-bullet-active {
  color: #d4a024;
}

.timelinesss .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.timelinesss .swiper-button-next,
.timelinesss .swiper-button-prev {
  background-size: 20px 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: 0.2s;
}

.timelinesss .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timelinesss .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.timelinesss .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timelinesss .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

@media screen and (min-width: 1024px) {
  .timelinesss .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 100vw rgba(0, 0, 0, 0.7);
  }

  .timelinesss .swiper-slide-content {
    right: 35%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 15px;
    text-align: right;
  }

  .timelinesss .swiper-slide .timeline-year {
    margin-bottom: 0;
  }

  .timelinesss .swiper-slide .timeline-title {
    font-size: 30px;
    margin: 0;
  }

  .timelinesss .swiper-pagination {
    display: flex;
  }

  .timelinesss .swiper-button-prev {
    top: 5.5%;
    left: auto;
    right: 25%;
    bottom: auto;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }

  .timelinesss .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
    transform: rotate(90deg) translate(-3px, 10px);
  }

  .timelinesss .swiper-button-next {
    top: auto;
    bottom: 5.5%;
    right: 25%;
    left: auto;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }

  .timelinesss .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
    transform: rotate(90deg) translate(3px, 10px);
  }
}

@media screen and (min-width: 1024px) {
  .timelinesss .swiper-slide-content {
    right: -2.5%;
  }
}

/*******/

.fadeInUp.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fadeInUp.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fadeInUp.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

/**********/
/* home page slide show */

.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.btn::after {
  transition: border 0.1s linear 0.05s;
}

.btn .btn-inner {
  position: relative;
  z-index: 2;
}

.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}

.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  padding: 0 100px;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  /* font: 300 30px/1.2 "Oswald", sans-serif; */
  font: 300 30px/1.2 "Montserrat", sans-serif;
  /* font-family: 'Courgette', cursive;
    font-family: 'Caveat', cursive;
    font-family: 'Kalam', cursive;
    font-family: 'Sriracha', cursive; */

  font-size: 30px;
  /* font-size: 30px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif; */
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 25px;
  line-height: 1.4;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}

.slideshow .slide .btn::before {
  background: #fff;
}

.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2000;
  text-align: center;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item + .page {
  margin-left: -2px;
}

.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2000;
  transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3000;
}

.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .prev:hover .svg {
  left: -10px;
}

.slideshow .arrows .next {
  right: 30px;
}

.slideshow .arrows .next:hover .svg {
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .slideshow .arrows .prev {
    left: 0;
  }

  .slideshow .arrows .next {
    right: 0;
  }
}

.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

/* background animation */
/* .background-anim {
    transform: skew(-35deg) translateX(-35%);
    transition: .9s ease;
} */

.background-anim {
  background-image: linear-gradient(
    -115deg,
    transparent 0%,
    #0e4377 25%,
    #0e4377 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* transform: skew(-35deg) translateX(-200%); */
  /* transition: 2s ease; */
  /* z-index: 0; */
  /* transform: skew(-35deg) translateX(-35%) !important; */
  /* transition: .9s ease; */
}

.about-history-left .background-anim-history {
  background-image: linear-gradient(
    -115deg,
    transparent 0%,
    #083765 25%,
    #0e4377 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow-x: hidden;
  /* transform: skew(-35deg) translateX(-200%); */
  /* transition: 2s ease; */
  /* z-index: 0; */
  /* transform: skew(-35deg) translateX(-35%) !important; */
  /* transition: .9s ease; */
}

.about-history-right .background-anim-history {
  background-image: linear-gradient(
    55deg,
    transparent 6%,
    #52596e 27%,
    #52596e 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: skew(-35deg) translateX(200%);
    transition: 2s ease; */
}

/*************************/
/*partners*/
/*************************/
.center-cij-group-div {
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  height: 700px;
}

.partners-main-logo {
  width: 60%;
}

.partners-detail {
  text-align: left;
  /* line-height: 300%; */
  line-height: 250%;
  height: 100%;
  float: left;
  width: 60vw;
}

.partners-small {
  display: none !important;
}

.partners-large {
  display: block !important;
}

.partners-detail .timeline-text.company-link {
  font-size: 16px;
}

.partners-detail .timeline-year.col-md-3 {
  border-left: 1px solid #d4a024;
}

.partners-detail .fa {
  color: #d4a024;
}

.cij-group {
  text-align: -webkit-center;
}

.cij-group-logo {
  width: 72%;
  padding: 10px 20px;
}

/* #cij-group-text {
  margin: 0;
} */

#cij-group-text::after {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background-color: #d4a024;
  margin-top: 5px;
}

#cij-group-label {
  color: white !important;
  /* width: 12%; */
  /* width: 100%; */
  position: absolute;
  top: 5%;
  /* height: 12%; */
  /* height: 100%; */
  z-index: 2;
  margin-left: 4%;
  /* border: red 1px solid; */
  text-align: left;
}

.timelinesss .swiper-slide #cij-group-label {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: 0.4s ease 0.2s;
  opacity: 0;
}

.timelinesss .swiper-slide-active #cij-group-label {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.4s;
}

@media (max-width: 767px) {
  #cij-group-label {
    display: none;
  }
}

.partners-logo-container {
  position: absolute;
  z-index: 2;
  bottom: 8%;
  left: 5%;
  /* left: -1%; */
  transform: scale(0.8);
  /* width: 40%; */
  height: 55%;
  /* border: 1px solid blue; */
}

.partners-logo {
  z-index: 2;
  height: 100%;
  object-fit: none;
  /* border: 1px solid yellow; */
}

/* partners page mobile screen  */
@media screen and (max-width: 480px) {
  .center-cij-group-div {
    display: none;
  }

  .swiper-slide {
    width: 100vw !important;
    height: 100% !important;
    /* border: 1px solid yellow; */
  }

  .swiper-slide-content {
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
    /* border: 1px solid blue; */
  }

  .partners-detail {
    height: auto !important;
    position: absolute;
    top: 30%;
    left: 20%;
    margin: 0 !important;
    /* border: 1px solid pink; */
  }

  .partners-logo-container {
    position: absolute;
    display: flex;
    top: 0;
    left: -27%;
    z-index: 10;
    min-height: 40%;
    height: 40%;
    width: 150% !important;
    transform: scale(50%);
    justify-content: center;
    margin: 0 !important;
    /* border: 1px solid white; */
  }

  .partners-logo {
    position: absolute;
    top: -25%;
    object-fit: none !important;
    margin: 0 !important;
    height: 150% !important;
    /* border: 1px solid red; */
  }

  .timeline-year {
    margin-top: 3%;
    margin-bottom: 0 !important;
    font-size: 14px !important;
  }

  .timeline-text {
    line-height: 1.5;
    margin-top: 1%;
    text-wrap: balance !important;
    word-wrap: break-word !important;
    font-size: 14px !important;
  }

  #cij-group-label {
    display: initial !important;
    top: 0;
    left: 0;
    scale: 65% !important;
    /* border: 1px solid pink; */
  }
}

#cij-logo {
  position: absolute;
  transform: scale(1) translate(-11%, -78%);
}

#cij-next-logo {
  position: absolute;
  transform: scale(0.775) translate(-12.5%, -125%);
}

#custanet-logo {
  position: absolute;
  transform: scale(0.95) translate(-2.5%, -120%);
}

#jfe-logo {
  position: absolute;
  transform: scale(0.275) translate(-130%, -240%);
}

#alink-logo {
  position: absolute;
  transform: scale(0.225) translate(-170%, -285%);
}

#nissin-logo {
  position: absolute;
  transform: scale(0.325) translate(-105%, -210%);
}

#ibridge-logo {
  position: absolute;
  transform: scale(0.2) translate(-197.5%, -315%);
}

/* partners page tablet screen */
@media screen and (max-width: 780px) and (min-width: 500px) {
  .swipers-slide {
    width: 100vw;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }

  .swiper-slide-content {
    height: 100%;
  }

  #cij-group-label {
    position: absolute;
    top: initial;
    left: 5%;
    bottom: 7% !important;
  }

  .partners-detail {
    padding: 30% 15% 0 25%;
    width: 100%;
    /* border: 1px solid blue; */
  }

  .partners-logo-container {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 6%;
    left: 0;
    margin: 0 !important;
    padding: 0 auto !important;
    width: 100%;
    /* transform: scale(60%); */
    scale: 1.1;
    height: 30%;
    /* border: 1px solid white; */
  }

  .partners-logo {
    margin: 0 !important;
    position: inherit;
    top: -25%;
    height: 150%;
    width: 150% !important;
    transform: scale(1.5);
    object-fit: none !important;
    /* border: 1px solid red; */
  }

  .timeline-year {
    line-height: 1.5 !important;
  }

  .timeline-text {
    line-height: 1.5 !important;
  }

  .partners-small {
    display: block !important;
  }

  .timelinesss .swiper-slide .timeline-text,
  .timelinesss .swiper-slide .timeline-year {
    font-size: 16px;
    /* width: fit-content !important; */
  }

  .partners-detail .timeline-text.company-link {
    font-size: 14px;
  }

  .timeline-year {
    margin-top: 16px;
    display: flex;
    float: left !important;
    width: fit-content;
  }

  .timeline-text {
    margin-top: 16px;
    float: right !important;
    width: 65%;
    text-wrap: balance;
    word-wrap: break-word;
    padding: 0 !important;
  }

  #cij-logo {
    transform: scale(1) translate(0%, -170%);
  }

  #cij-next-logo {
    transform: scale(1.1) translate(2.5%, -150%);
  }

  #custanet-logo {
    transform: scale(0.6) translate(-35%, -195%);
  }

  #jfe-logo {
    transform: scale(0.22) translate(-185%, -320%);
  }

  #alink-logo {
    transform: scale(0.185) translate(-220%, -380%);
  }

  #nissin-logo {
    transform: scale(0.275) translate(-135%, -270%);
  }

  #ibridge-logo {
    transform: scale(0.16) translate(-262%, -425%);
  }
}

/* custom aos animation */
[data-aos="new-animation"] {
  opacity: 0;
  transition-property: transform, opacity, transition;
  /* transform: skew(-35deg) translateX(-200%); */
  /* transition: 2s ease; */
}

[data-aos="new-animation"].aos-animate {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  [data-aos="new-animation"] {
    transform: skew(-35deg) translateX(-200%);
    transition: 2s ease;
  }

  [data-aos="new-animation"].aos-animate {
    transform: skew(-35deg) translateX(-35%);
    transition: 0.9s ease;
  }
}

/* custom aos animation */
[data-aos="new-animation-right"] {
  opacity: 0;
  transition-property: transform, opacity, transition;
  /* transform: skew(-35deg) translateX(-200%); */
  /* transition: 2s ease; */
}

[data-aos="new-animation-right"].aos-animate {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  [data-aos="new-animation-right"] {
    transform: skew(-35deg) translateX(200%);
    transition: 2s ease;
  }

  [data-aos="new-animation-right"].aos-animate {
    transform: skew(-35deg) translateX(35%);
    transition: 0.9s ease;
  }
}

/******************************************/
/* background css animation */
/******************************************/
.animated-gradient-background {
  width: 100wh;
  height: 90vh;
  color: #fff;
  background: linear-gradient(
    -45deg,
    #447aaf,
    #e73c7e,
    #0e4377,
    rgb(74, 72, 192)
  );
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* 
h1,
h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
} */

/*******************/
/* particle js */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

#particles-js1 {
  position: absolute;
  width: 100%;
  height: 100%;
}

#particles-js2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

#particles-js3 {
  position: absolute;
  width: 100%;
  height: 100%;
}

#particles-js4 {
  position: absolute;
  width: 100%;
  height: 100%;
}

#particles-js5 {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*******/
/* services */

.services-icon-big {
  font-size: 12vw;
}

.fa-ul li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\e080";
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  float: left;
  margin-top: 0px;
  margin-left: -17px;
  color: #cccccc;
}

.fa-ul.careers li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  float: left;
  margin-top: 0px;
  margin-left: -17px;
  color: #cccccc;
}

.fa-ul {
  line-height: 35px;
}

.services-row li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\e080";
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  float: left;
  margin-top: 8px;
  margin-left: -17px;
  color: #cccccc;
}

/************************/
/* Scroll down icon */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

/* Retro Text */

.retro-text {
  color: #fff;
  letter-spacing: 0.05em;
  /* text-shadow: 4px 4px 0px #424242, 7px 7px 0px rgba(0, 0, 0, 0.2); */
  text-shadow: 2px 1px 6px #ffffff, 0px -5px 35px rgba(255, 255, 255, 0.1);
  margin-top: 100px;
}

.retro-text:after {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  background-color: white;
  margin: 25px auto auto auto;
  text-shadow: 4px 4px 0px #424242, 7px 7px 0px rgba(0, 0, 0, 0.2);
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.ignore-capitalization {
  text-transform: none !important;
}

.white-text a {
  color: white;
  font-size: 30px;
}

.japanese-font h1 {
  font-family: "JapaneseBrushScript5" !important;
}

.japanese-font-special h1 {
  font-family: "JapaneseBrushScript" !important;
}

/* Social Account Container */

.social-account {
  display: inline-block;
  margin-bottom: 100px;
}

.social-account a {
  color: white;
}

.social-account .icon {
  vertical-align: sub;
  font-size: 30px;
  padding: 10px;
}

.social-account li {
  display: block;
}

@media (min-width: 768px) {
  .social-account li {
    display: inline;
    padding: 0 10px 0 0;
  }
}









.logo-partners {
  width: 35%;
  margin-bottom: 20px;
}

.logo-partners-cij {
  width: 50%;
  margin-bottom: 20px;
}

.catch-phrase {
  /* font-family: 'Sawarabi Mincho', sans-serif; */
  /* font-family: 'Noto Sans JP', sans-serif; */

  font-family: "ibmflex";
}

.japanese-font-content {
  font-family: "ibmflex";
}

.pann-slide * {
  margin: 0;
  padding: 0;
}

.pic-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/

  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.pic-1 {
  opacity: 1;
  background: url(../images/header/zQtmZjMdejU.jpeg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/header/eM9b0FGIeno.jpeg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../images/header/M2oJ7Uq_0rc.jpeg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/header/OxHPDs4WV8Y.jpeg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-career-1 {
  opacity: 1;
  background: url(../images/careers/samuel-zeller-4138-unsplash.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-career-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/careers/dylan-nolte-576808-unsplash.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-career-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../images/careers/marten-bjork-707746-unsplash.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-career-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/careers/dylan-nolte-576808-unsplash.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-sus-1 {
  opacity: 1;
  background: url(../images/sustainability/environmental.png) no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-sus-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../images/sustainability/Labor_and_Human_Rights.png) no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-sus-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../images/sustainability/Ethics.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-sus-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/sustainability/Sourcing.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-sus-5 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  background: url(../images/sustainability/Social_Responsibility.png) no-repeat
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* keyframes*/

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transformm: scale(1);
  }
}

@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transformm: scale(1);
  }
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

.image-round-cor {
  border-radius: 10px;
  box-shadow: 10px 10px grey;
  transition: box-shadow 0.4s ease;
}

.image-round-cor-link {
  border-radius: 10px;
  box-shadow: 10px 10px grey;
  transition: box-shadow 0.4s ease;
}

.image-round-cor-link:hover {
  box-shadow: none;
  transform: translateY(10px) translateX(10px);
}

.animated-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 54px;
  font-weight: 500;
  margin-top: 0px;
  color: white;
}

@media (max-width: 480px) {
  .animated-title {
    font-size: 40px;
  }
}

.animated-title > .title-container {
  display: flex;
  flex-wrap: nowrap;
}

.animated-title > .title-container div {
  padding-right: 5px;
}

.gradient-text {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(14, 67, 119, 1) 35%,
    rgba(14, 67, 119, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-eyebrow {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    #3c763d 0%,
    rgba(14, 67, 119, 1) 35%,
    rgb(222 189 16) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-sustainability {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgb(0 42 0) 0%,
    rgb(74 114 19) 35%,
    rgb(237 200 64) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Scroll button */

@media (max-width: 480px) {
  .scroll-button {
    display: none;
  }
}

.scroll-button a {
  padding-top: 60px;
}

.scroll-button a span {
  position: absolute;
  top: 30%;
  left: 96%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

.scroll-button a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.scroll-button a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.corporate-slogan {
  font-size: xx-large;
}

.side-subtitle {
  position: relative;
  top: 4px;
  font-size: medium;
}

@media only screen and (max-width: 767px) {
  .side-subtitle {
    position: relative;
    top: 4px;
    font-size: small;
  }
}

/*
Sustainability
*/

.sustainability-card {
  padding-top: 20px;
}

.sustainability-card .susTitle {
  padding-top: 20px;
}

.sustainability-card .susImage {
  padding-top: 20px;
}

.sustainability-card .susText {
  padding-top: 50px;
}

/*
Google
*/

/* Google Card - Home Page*/
#google-card {
  margin-top: -8px;
}


.google-red {
  color: #EA4335;
}

.google-yellow {
  color: #FBBC04;
}

.google-green {
  color: #34A853;
}

.google-blue {
  color: #4285F4;
}

.center-container-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Adjust height as needed */
}