@font-face {
  font-family: "Nimbus";
  src: url("../../frontend/fonts/NimbusSansNovusT_Bold.woff") format("woff"),
      url("../../frontend/fonts/NimbusSansNovusT_Bold.ttf") format("truetype");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* ul,
li {
    font-family: "Prompt", sans-serif;
} */
iframe {
  width: 500px;
  height: 300px;
}
iframe.map {
  width: 100%;
  height: 400px;
}
img {
  width: 100%;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0 0 0 10px;
  list-style: unset;
}
/* strong {
    font-weight: 600;
} */
header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

/* html,
body {
    font-family: "Nimbus", sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4a4a4a;
}
.font-nimbus {
    font-family: "Nimbus", sans-serif;
} */
/* .font-prompt {
    font-family: "Prompt", sans-serif;
}
a {
    font-family: "Prompt", sans-serif;
    text-decoration: none !important;
} */

[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button-bevel !important;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nimbus", sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
} */

ul {
  margin-bottom: 0px;
}

/* p {
    font-family: "Prompt", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #4a4a4a;
} */
.color-darkblue {
  color: #1b2b79 !important;
}
.color-white {
  color: #fff !important;
}
.color-orange {
  color: #f78200 !important;
}
.color-black {
  color: #4a4a4a !important;
  font-weight: 400 !important;
}
::selection {
  background: #071657;
  color: #fff;
}

::-moz-selection {
  background: #071657;
  color: #fff;
}
.zoom img {
  transition-duration: 0.5s;
}
.zoom img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  z-index: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #eeeff7;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-select {
  display: block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #495057;
  background-color: #eeeff7;
  background-clip: padding-box;
  border: 0px solid #495057;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.padding-bolg {
  padding: 3rem;
}
.padding-blogall {
  padding: 0 1rem;
}
.scroll-blogall {
  height: fit-content;
  max-height: 100vh;
  overflow: scroll;
}

a.main-button-slider {
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 20px;
  background: linear-gradient(
    90deg,
    rgba(0, 21, 84, 1) 0%,
    rgba(27, 43, 121, 1) 100%
  );
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button {
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 20px;
  background: linear-gradient(
    90deg,
    rgba(0, 21, 84, 1) 0%,
    rgba(27, 43, 121, 1) 100%
  );
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* button.main-button-slider {
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 12px 20px;
    background: linear-gradient(
        90deg,
        rgba(0, 21, 84, 1) 0%,
        rgba(27, 43, 121, 1) 100%
    );
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 0px solid #ddd;
    font-family: "Prompt", sans-serif;
} */

/* button.main-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 12px 20px;
    background: linear-gradient(
        90deg,
        rgba(0, 21, 84, 1) 0%,
        rgba(27, 43, 121, 1) 100%
    );
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 0px solid #ddd;
    font-family: "Prompt", sans-serif;
} */

a.main-button-white {
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 20px;
  background: #fff;
  color: #1b2b79;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-orange {
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 20px;
  background: linear-gradient(
    90deg,
    rgba(227, 108, 46, 1) 0%,
    rgba(246, 176, 29, 1) 100%
  );
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button-slider {
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 20px;
  background: linear-gradient(
    90deg,
    rgba(0, 21, 84, 1) 0%,
    rgba(27, 43, 121, 1) 100%
  );
  color: #fff;
  border: unset !important;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-heading h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #232323;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 17px;
  color: #777;
  text-align: center;
}

.career-th {
  background: linear-gradient(
    90deg,
    rgba(0, 21, 84, 1) 0%,
    rgba(27, 43, 121, 1) 100%
  );
  color: #fff;
  border: 3px solid #fff !important;
  border-top: 0px solid #dee2e6 !important;
  border-bottom: 0px solid #dee2e6 !important;
  border-radius: 20px 20px 0 0;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 3px solid #fff;
}
.td-bg1,
.td-bg2 {
  background: #f1f3ff;
}
.td-bg1:hover,
.td-bg2:hover {
  background: #dde1fe;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li {
  color: #666 !important;
}
.background-header .main-nav .nav > li.btn-nav-dropdown:hover > a {
  color: #fff !important;
}

.background-header .main-nav .nav > li:hover > a {
  color: #1b2b79 !important;
}

.background-header .main-nav .nav > li > ul > li:hover > a {
  color: #1b2b79 !important;
}

.background-header .nav li a.active {
  color: #1b2b79 !important;
}

.icon-home-mt {
  margin-top: -5px;
}
.mb-title-home {
  margin-bottom: 30px !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  margin-top: 1rem;
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 60px;
  color: #666;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img {
  width: 250px;
}
.logo-footer img {
  width: 200px;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 20px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: unset;
}

.header-area .main-nav .nav li {
  padding-left: 27px;
  padding-right: 25px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

/* .header-area .main-nav .nav li a {
    display: block;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
} */

.header-area .main-nav .nav li:hover a {
  color: #1b2b79;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 27px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #666666;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header-area .main-nav .nav li.submenu.btn-nav-dropdown:after {
  color: #f78200;
}

.header-area.background-header .main-nav .nav li.submenu:after {
  color: #1b2b79;
}

.header-area.background-header
  .main-nav
  .nav
  li.submenu.btn-nav-dropdown:after {
  color: #f78200;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3b566e;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #1b2b79;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #1b2b79;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 30px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #666;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #666;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #666;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #666;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 98px;
  background: #fff;
}

.header-area.header-sticky .nav {
  margin-top: 0 !important;
}

.header-area.header-sticky .nav li a.active {
  color: #1b2b79;
}
.header-area.header-sticky .nav li a.active .st0 {
  fill: #1b2b79;
}
.icon-nav {
  width: 25px;
}
.icon-home {
  width: 40px;
}
.icon-home-num {
  width: 60px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.icon-svg {
  width: 30px;
}
.icon-svg-social {
  width: 40px;
}
.icon-svg-dev {
  width: 70px;
}
.icon-svg-manu {
  width: 50px;
}
.p-dev {
  padding: 1rem;
}
.dev-box {
  border: 1px solid #fff;
  background: #ffffff1c;
  border-radius: 10px;
  padding: 10px;
  height: 13rem;
  width: 100%;
}
.type-icon {
  width: 70px;
}
.card-personal-detail {
  padding: 1rem;
  margin: 3rem 0.5rem;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 2px rgb(33 33 33 / 17%);
}
.logo-about-sustain {
  width: 170px;
  padding: 10px;
}

.border-bottom-nav {
  border-bottom: 2px solid #f78200;
  height: 100px;
}

.btn-nav-dropdown {
  background: linear-gradient(
    90deg,
    rgba(0, 21, 84, 1) 0%,
    rgba(27, 43, 121, 1) 100%
  );
  border-radius: 5px;
}
.btn-nav-dropdown2 {
  background: linear-gradient( 90deg, rgba(227, 108, 46, 1) 0%, rgba(246, 176, 29, 1) 100% );
  border-radius: 5px;
}
.media-body {
  padding-left: 1rem;
  margin-bottom: auto;
  margin-top: auto;
}
/* .media span {
    font-family: "Prompt", sans-serif;
} */

.div-service {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #071657;
  padding: 1rem;
  margin-bottom: 1rem;
}
.div-service:hover {
  background-color: #4152a1;
}
.div-service.active {
  background-color: #4152a1;
}

.clients {
  background: #eeeff7;
}
.hr-footer {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid #f78200;
}

@media (min-width: 1300px) {
  .container-1200 {
    max-width: 1290px !important;
  }
}
@media (min-width: 1400px) {
  .container-1200 {
    max-width: 1390px !important;
  }
}
@media (min-width: 1500px) {
  .container-1200 {
    max-width: 1490px !important;
  }
}
@media (min-width: 1600px) {
  .container-1200 {
    max-width: 1590px !important;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3b566e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
  .header-area .main-nav .nav > li > a:hover,
  .header-area .main-nav .nav .submenu > ul > li > a:hover {
    color: #1b2b79;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
#welcome, #welcome2, #welcome3 {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  height: 117rem;
}

#welcome2 h2 {
  font-size: 50px;
  margin-left: 24%;
}

#welcome2 h3 {
  font-size: 50px;
  margin-left: 24%;
}

#welcome2 .main-button-slider {
  margin-left: 87%;
}

#welcome3 h2 {
  font-size: 50px;
  margin-left: 24%;
}

#welcome3 h3 {
  font-size: 50px;
  margin-left: 24%;
}

#welcome3 .main-button-slider {
  margin-left: 87%;
}

#welcome .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: 100%;
}

#welcome2 .header-text {
  position: absolute;
  top: 62%;
  transform: translateY(-62%);
  text-align: left;
  width: 100%;
}

#welcome3 .header-text {
  position: absolute;
  top: 22%;
  text-align: left;
  width: 100%;
}

.welcome-area .header-text .left-text {
  align-self: center;
}

.welcome-area .header-text h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
  color: #1b2b79;
}

.welcome-area .header-text h1 strong {
  color: #f78200;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
  position: relative;
}
#welcome-sub {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 70vh;
  margin-top: 6rem;
}
.fbox-bg.fbox-center {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 2rem 1.5rem;
  height: 100%;
  border: 0px solid #1b2c79;
  background-color: #1b2c79;
  border-radius: 10px;
}
.fbox-bg-grey.fbox-center {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 2rem;
  height: 100%;
  border: 0px solid #1b2c79;
  background-color: #eeeff7;
  border-radius: 10px;
}
.fbox-icon {
  width: 8rem;
  height: 4rem;
  padding: 0 0.75rem;
  margin-left: auto;
  margin-right: auto;
}
.fbox-center .fbox-icon {
  margin-bottom: 1.5rem;
}
.fbox-bg.fbox-center .fbox-icon {
  background-color: transparent;
  margin-top: -4.5rem;
  margin-left: auto;
  margin-right: auto;
}
.fbox-bg-grey.fbox-center .fbox-icon {
  background-color: transparent;
  margin-top: -4.5rem;
  margin-left: auto;
  margin-right: auto;
}
.fbox-bg-reg.fbox-center {
  margin-top: 0rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem 1rem;
  height: 100%;
  border: 0px solid #1b2c79;
  background-color: #fce3cf;
  border-radius: 10px;
  width: 225px;
}
.fbox-bg-reg:hover.fbox-center {
  background-color: #1b2c79;
}
/* .fbox-content-reg h4 {
    font-family: "Nimbus", sans-serif;
    color: #1b2b79;
    font-size: 14px;
    margin-top: 0rem;
} */
.fbox-bg-reg:hover .fbox-content-reg p {
  color: #fff !important;
}
#inner-value {
  height: 100px;
  width: 100px;
  background: linear-gradient(
    90deg,
    rgba(247, 130, 0, 1) 0%,
    rgba(246, 176, 29, 1) 100%
  );
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -1.5rem;
  padding: 1.5rem;
}
#inner-value-white {
  height: 70px;
  width: 70px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  padding: 5px;
}
#inner-value-blue {
  height: 100px;
  width: 100px;
  background: linear-gradient(
    90deg,
    rgba(0, 21, 84, 1) 0%,
    rgba(27, 43, 121, 1) 100%
  );
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -1.5rem;
  padding: 1.5rem;
}
.fbox-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.75rem;
}
/* .fbox-content h4 {
    font-family: "Prompt", sans-serif;
    color: #f78200;
    margin-top: 4rem;
}
.fbox-content h5 {
    font-family: "Prompt", sans-serif;
    color: #fff;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    line-height: 30px !important;
}
.fbox-content p {
    font-family: "Prompt", sans-serif;
    color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;
} */

.fbox-content-grey {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0;
}
/* .fbox-content-grey h4 {
    font-family: "Nimbus", sans-serif;
    color: #1b2b79;
    font-size: 20px;
    margin-top: 4rem;
} */
/* .fbox-content-grey h5 {
    font-family: "Prompt", sans-serif;
    color: #1b2b79;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
}
.fbox-content-grey p {
    font-family: "Prompt", sans-serif;
    color: #666;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
    margin-top: 1rem;
} */
.fbox-light .fbox-icon i,
.fbox-light .fbox-icon img {
  color: #444;
}
.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.grid-item {
  padding: 5px;
  font-size: 30px;
  text-align: center;
  width: 225px;
}
.reg-standard.right {
  border-right: 1px solid #ccc;
}
.reg-standard p,
.reg-standard li {
  font-size: 12px !important;
  line-height: 20px !important;
  letter-spacing: 0px !important;
  color: #4a4a4a !important;
}
.reg-standard img {
  margin-left: -1rem;
}
.card-service {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #071657;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card-service:hover {
  background-color: #4152a1;
}
.card-service .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
}
.card-service h6 {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.icon-one-stop {
  width: 25px;
}
#inner-srvice {
  height: 60px;
  width: 60px;
  background: linear-gradient(
    90deg,
    rgba(247, 130, 0, 1) 0%,
    rgba(246, 176, 29, 1) 100%
  );
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -3rem 0 1rem 0;
  padding: 10px;
}
#inner-srvice img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.list-content-col {
  display: flex;
  flex: 1 0 auto;
}
.list-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* .events_news {
    font-family: "Prompt", sans-serif;
    justify-content: center;
    font-weight: 500;
    display: flex;
    float: right;
    padding-bottom: 5px;
    list-style: none;
} */
.events_news li {
  padding: 0 0.5rem;
}
.events_news li a {
  color: #666666;
}
.events_news li.active a {
  color: #1b2b79;
}
.card-blog {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 20px 0px #bdc9d470;
  border-radius: 0;
}
.card-blog-detail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 20px 0px #bdc9d470;
  border-radius: 0;
}
/* .careers-font h4 {
    font-family: "Prompt", sans-serif !important;
    font-size: 20px;
} */
.box-text-title {
  background: #eeeff7;
  padding: 1rem 0 1rem 1rem;
  border-left: 5px solid #f78200;
  margin-bottom: 10px;
}
.pharma-text h2 {
  font-size: 45px;
  font-weight: 600;
  color: #f78200;
}
.pharma-text p {
  font-size: 22px !important;
  font-weight: 500;
  color: #fff;
  margin-top: 0.5rem;
}
.facility-border {
  border-bottom: 2px solid #f78200;
  padding: 1rem 0;
}
.card-facility {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  margin: 2rem 2rem 0 2rem;
}
.hormone-text h2 {
  font-size: 45px;
  font-weight: 600;
  color: #f78200;
}
.hormone-text p {
  font-size: 22px !important;
  font-weight: 500;
  color: #666;
  margin-top: 0.5rem;
}
.logistic-mt {
  margin-top: 4rem !important;
}
.title {
  position: relative;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
  margin-bottom: -7px;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0px 0;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ccc;
  color: #ffffff;
  font-size: 14px;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 10px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -3px;
  background: #fff;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: left;
  margin: 40px 0 20px 0;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: right;
  margin: 40px 0 20px 0;
}

.timeline .timeline-date {
  font-size: 2.5rem;
  font-weight: 600;
}

.timeline .timeline-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 40px;
  background: linear-gradient(#4f84c4, #00539c);
  box-shadow: 0 0 5px rgb(0 0 0 / 40%);
  border-radius: 15px;
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -12px;
  background: #1b2b79;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -12px;
  background: #f78200;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
}

.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #4f84c4;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
#inner {
  height: 250px;
  width: 250px;
  background: linear-gradient(
    90deg,
    rgba(60, 71, 156, 1) 2%,
    rgba(41, 49, 112, 1) 80%
  );
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0.5rem;
}
.hr-left {
  margin-top: 3.2rem;
  margin-bottom: -3.3rem;
  width: 80%;
  margin-left: 0;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.hr-right {
  margin-top: 3.2rem;
  margin-bottom: -3.3rem;
  width: 80%;
  margin-right: 0;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
/*
---------------------------------------------
about
---------------------------------------------
*/

.about {
  padding: 60px 0px;
}

@media (max-width: 765px) {
  .about {
    padding: 20px 0px 20px 0px;
  }
}

.about .right-text {
  align-self: center;
}

.about .right-text p {
  margin-bottom: 35px;
}

.about2 {
  padding: 120px 0px;
}

.about2 .right-image {
  align-self: center;
}

/* .about h5 {
    font-size: 40px;
    font-weight: 500 !important;
    color: #1b2b79;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.about2 h5 {
    font-size: 40px;
    font-weight: 500 !important;
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.about h5 .orange,
.about2 h5 .orange {
    font-size: 40px;
    font-weight: 500 !important;
    color: #f78200;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
} */

.about h6,
.about2 h6 {
  font-size: 22px;
  font-weight: 500 !important;
}

.about p,
.about2 p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.about2 ul li img {
  display: inline;
  float: left;
}

.about2 ul li .text {
  margin-left: 80px;
}

.about2 ul li .text h6 {
  padding-top: 12px;
  font-size: 21px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.bg-about-olic {
  background-image: url(../images/bg/olic-bg-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 2rem left 0%;
}

.bg-about-olic-top {
  background-image: url(../images/bg/olic-bg-blue-top.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: bottom -1px left 0%;
}

.bg-about-olic-bottom {
  background-image: url(../images/bg/olic-bg-blue-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 left 0%;
}
.bg-about-olic-bottom-01 {
  background-image: url(../images/bg/olic-bg-blue-bottom-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 left 0%;
}
.bg-about-olic-bottom-02 {
  background-image: url(../images/bg/olic-bg-blue-bottom-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 left 0%;
}

.bg-health-experts {
  background-image: url(../images/bg/bg-health-experts.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contact {
  background-image: url(../images/bg/bg-contact-text.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-dev {
  background-image: url(../images/bg/bg-dev.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-about-sustainability {
  background-image: url(../images/bg/bg-about-sustainability.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 4rem left 0%;
  height: 600px;
  padding: 5px;
}

.bg-green {
  background-image: url(../images/bg/bg-sustainability.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* 
---------------------------------------------
services
--------------------------------------------- 
*/
#services {
  position: relative;
  padding: 120px 0px 90px 0px;
  background: rgba(0, 136, 232, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(0, 136, 232, 1)),
    color-stop(0%, rgba(0, 182, 198, 1)),
    color-stop(100%, rgba(0, 136, 232, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
}

.service-item {
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.service-item {
  margin: 0px 10px !important;
}

@media screen and (max-width: 920px) {
  .service-item {
    margin: 0px 30px !important;
  }
}

.service-item:hover .icon,
.service-item:hover a.main-button {
  background-color: #0088e8;
}

.service-item .icon {
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(
    90deg,
    rgba(0, 21, 84, 1) 0%,
    rgba(27, 43, 121, 1) 100%
  );
  color: #f78200;
  font-size: 50px;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.service-item .icon img {
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-item .service-title {
  font-weight: 600;
  font-size: 22px;
  color: #1b2b79;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.service-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.service-item a.main-button {
  margin-top: 30px;
  display: inline-block;
}

.owl-carousel .owl-dots {
  margin-top: 0;
  text-align: center;
  align-self: center;
}

.owl-carousel button.owl-dot span {
  border-radius: 50%;
  background-color: #fff;
  width: 5px;
  height: 5px;
  display: inline-block;
  margin: 0px 5px;
}

.owl-carousel button.active span {
  width: 8px;
  height: 8px;
  padding-top: 1.5px;
}

.owl-carousel {
  position: relative;
}

#our_clients .owl-nav button.owl-next {
  top: -40%;
  border-radius: 50%;
  font-size: 36px;
  color: #f78200;
  right: 0;
  width: 10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: absolute;
}

#our_clients .owl-nav button.owl-prev {
  top: -40%;
  border-radius: 50%;
  font-size: 36px;
  color: #f78200;
  left: 49.5rem;
  width: 10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: absolute;
}

.news_and_event {
  margin-top: 0rem;
  margin-bottom: 4rem;
}

.news_and_event .owl-nav {
  margin: 2rem 0;
}

.news_and_event .owl-nav button.owl-prev {
  bottom: 0%;
  border-radius: 50%;
  font-size: 36px;
  color: #f78200;
  left: 33rem;
  width: 10px;
  height: 60px;
  line-height: 165px;
  text-align: center;
  display: inline-block;
  position: absolute;
}

.news_and_event .owl-nav button.owl-next {
  bottom: 0%;
  border-radius: 50%;
  font-size: 36px;
  color: #f78200;
  right: 33rem;
  width: 10px;
  height: 60px;
  line-height: 165px;
  text-align: center;
  display: inline-block;
  position: absolute;
}

#sustainability .owl-nav button.owl-next {
  top: 45%;
  border-radius: 50%;
  font-size: 36px;
  color: #f78200;
  right: 0;
  width: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: absolute;
}

#sustainability .owl-nav button.owl-prev {
  top: 45%;
  border-radius: 50%;
  font-size: 36px;
  color: #f78200;
  left: 0;
  width: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: absolute;
}
#sustainability .owl-item img {
  padding: 3rem;
}

/*
---------------------------------------------
accordions
---------------------------------------------
*/

#frequently-question {
  padding: 120px 0px;
}

#frequently-question .section-heading p {
  margin-bottom: 80px;
}

#frequently-question .left-text {
  align-self: center !important;
}

#frequently-question .left-text h5 {
  font-size: 26px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 40px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#frequently-question .left-text span {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 50px;
  display: block;
}

#frequently-question .left-text span a {
  font-weight: 500;
}

@media (max-width: 765px) {
  #frequently-question .left-text {
    margin-bottom: 60px;
  }
}

.accordions {
  background-color: #fff;
}
/* .accordion-head {
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: color 200ms ease-in-out;
    border-bottom: 0px solid #666;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    color: #1b2b79;
    background: #eeeff5;
} */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: 220px;
  word-wrap: break-word;
  background-color: #eeeff7;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.icon-home {
  width: 40px;
}
.icon-next {
  width: 15px;
}
.icon-next-career {
  width: 15px;
}
.number-page img {
  width: 400px;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  padding-top: 3px;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #1b2b79;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(177deg);
}

/* .is-first-expanded .accordion-body {
  height: fit-content !important;
} */

.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 5px solid #fff;
}
.accordion-body > .content {
  padding-top: 0;
}
.sap-width {
  width: 240px;
  margin: auto;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: hidden;
}

#contact-us .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-field {
  background-color: rgba(250, 250, 250, 0.3);
}

.contact-form {
  padding: 100px;
  background: rgba(0, 136, 232, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(0, 136, 232, 1)),
    color-stop(0%, rgba(0, 182, 198, 1)),
    color-stop(100%, rgba(0, 136, 232, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(0, 136, 232, 1) 0%,
    rgba(0, 182, 198, 1) 0%,
    rgba(0, 136, 232, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
}

@media (max-width: 765px) {
  .contact-form {
    padding: 60px;
    margin-top: -7px;
  }
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: none;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.contact-form ::placeholder {
  color: #fff;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color: #1b2b79;
}

footer .social {
  overflow: hidden;
  text-align: right;
}

footer .social li {
  margin: 0px 5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: #00b4c6;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #0088e8;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}
.footer {
  padding: 60px 0px;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
  footer .social {
    text-align: center;
    margin-top: 15px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #1b2b79 0%, #001554 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

.nav-pc,
.clients-pc {
  display: block;
}
.nav-mb,
.clients-mb {
  display: none;
}

.manage-crad {
  padding: 2rem 2rem 2rem 4rem;
  border-radius: 5px;
  margin-left: 8rem;
  margin-top: -18rem;
  min-height: 21rem;
}
.manage-crad-img {
  width: 170px;
  margin-top: 3rem;
  box-shadow: 0px 0px 15px 2px rgb(33 33 33 / 17%);
}
.director-talk span {
  font-size: 30px;
  color: #f78200;
}
.manage-crad-hr {
  border-top: 3px solid #fff;
}
.fuji-text {
  position: absolute;
  z-index: 1;
}
.class-manage-crad {
  width: 65%;
  margin-left: 11rem;
  z-index: -1;
}
.director-crad-img {
  width: 170px;
  box-shadow: 0px 0px 15px 2px rgb(33 33 33 / 17%);
}
.fuji-box {
  position: absolute;
  box-shadow: 0 0 5px #adb5bd5e;
  border-radius: 5px;
  padding: 1.5rem 1.5rem;
  width: fit-content;
}
.rd-margin {
  margin: 18rem 0 0 21rem;
}
.office-margin {
  margin: 39rem 0 0 38rem;
}
.service-icon-img {
  width: 70%;
}

.doc-item img {
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.doc-item {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #000;
}

.doc-item:hover {
  background: #f78200 !important;
}

.doc-item.grey {
  background: #f7f7f7;
}

.doc-item.green {
  background: #e5f2b3;
}

.mr-icon {
  margin-right: 15px;
}

.sustainability-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: transparent;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 10px 20px;
}

.sustainability-btn:hover {
  background: #fff;
  color:#000;
}

.left-img-border {
  border-radius: 30px 0 0 30px;
}

.right-img-border {
  padding: 0 5rem 0 40%;
}

.col-half-offset{
  margin-left:8.166666667%
}

.graph h2, .graph h3, .graph p {
  margin-bottom: .5rem;
}

.env-title h5 {
  font-size : 1.5rem;
  margin-bottom: .5rem;
}

.env-title h2 {
  font-size : 2.5rem;
  margin-bottom: .5rem;
}

.env-title h3 {
  font-size : 2rem;
  margin-bottom: .5rem;
}

.env-title h6 {
  font-family: "Prom", sans-serif;
  font-size : 1.25rem;
  margin-bottom: .5rem;
  font-weight: 400;
  text-align:left;
  margin-left: 35%;
}

.env-title {
  margin-bottom: 2rem;
}

.env-detail img {
  width: 150px;
}

.env-detail h5 {
  font-family: "Prom", sans-serif;
  font-size : 1.25rem;
  font-weight: 400;
}

.env-detail h3 {
  font-size : 2.5rem;
  margin-bottom: .5rem;
}

.env-detail h6 {
  font-family: "Prom", sans-serif;
  font-size : 1.25rem;
  font-weight: 800;
}

.right-row {
  border-radius: 0 40px 40px 0;
}

.left-row {
  border-radius: 40px 0 0 40px;
}

.sustainability-detail {
  padding: 100px 0;
}

.sustainability-detail .right-detail {
  padding-left: 4rem;
  padding-right: 30%;
}

.sustainability-detail .left-detail {
  padding-left: 30%;
  padding-right: 4rem;
}

.card-sustainability {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  margin: 10px;

}

.card-sustainability:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 10px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.line-clamp-title {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-detail {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.learn-more-icon {
  width: 25px !important;
}

.card-sustainability .card-footer {
  border-top: unset;
  background: #fff;
  color: #000;
}

.pt-10 {
  padding-top: 1rem !important;
}

.mb-20 {
  margin-bottom: 3rem;
}

.card-blog .img-cover , .card-sustainability .img-cover{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
---------------------------------------------
mobile
--------------------------------------------- 
*/
@media (max-width: 3200px) {
  #welcome, #welcome2, #welcome3 {
    height: 97rem;
    background-position: top 0 right 0;
    margin-top: 100px;
  }
  #welcome2 h2 {
      font-size: 50px;
      margin-left: 19%;
  }
  #welcome2 .main-button-slider {
      margin-left: 86%;
  }

  #welcome3 h2 {
      font-size: 50px;
      margin-left: 19%;
  }
  #welcome3 .main-button-slider {
      margin-left: 76%;
  }
  
}
@media (max-width: 2560px) {
  #welcome .welcome-area .header-text {
    top: 40%;
    transform: translateY(-40%);
  }
  #welcome, #welcome2, #welcome3 {
    height: 78rem;
  }

  #welcome2 .welcome-area .header-text {
      top: 50%;
      transform: translateY(-50%);
  }
  #welcome2 h2 {
      margin-left: 14%;
  }
  #welcome2 .main-button-slider {
      margin-left: 85%;
  }

  #welcome3 .welcome-area .header-text {
      top: 50%;
      transform: translateY(-50%);
  }
  #welcome3 h2 {
      margin-left: 14%;
  }
  #welcome3 .main-button-slider {
      margin-left: 75%;
  }
}
@media (max-width: 2304px) {
  #welcome, #welcome2, #welcome3 {
    height: 70.5rem;
  }
  #welcome .welcome-area .header-text {
    top: 35%;
    transform: translateY(-35%);
  }
  .sustainability-detail .right-detail {
      padding-right: 25%;
  }
  .sustainability-detail .left-detail {
      padding-left: 25%;
  }
  #welcome2 h2 {
      margin-left: 10%;
  }
  #welcome2 h3 {
      margin-left: 10%;
  }
}
@media (max-width: 2240px) {
  #welcome, #welcome2, #welcome3 {
      height: 68.5rem;
  }
  #welcome2 .main-button-slider {
      margin-left: 84.5%;
  }

  #welcome3 .main-button-slider {
      margin-left: 74.5%;
  }
}
@media (max-width: 2048px) {
  #welcome, #welcome2, #welcome3 {
    height: 62.5rem;
  }
  #welcome2 h2 {
      margin-left: 7%;
  }
  #welcome2 .main-button-slider {
      margin-left: 84%;
  }

  #welcome3 h2 {
      margin-left: 7%;
  }
  #welcome3 .main-button-slider {
      margin-left: 74%;
  }
}
@media (max-width: 1920px) {
  #welcome, #welcome2, #welcome3 {
    height: 59rem;
  }
}
@media (max-width: 1664px) {
  .manage-crad {
    padding: 2rem 2rem 2rem 4rem;
    border-radius: 5px;
    margin-left: 10rem;
    margin-top: -19rem;
  }
  .class-manage-crad {
    width: 65%;
    margin-left: 10rem;
    z-index: -1;
  }
  #welcome, #welcome2, #welcome3 {
    height: 51rem;
  }
  .right-img-border {
      padding: 0 5rem 0 30%;
  }
  #welcome2 .main-button-slider {
      margin-left: 83%;
  }
  #welcome3 .main-button-slider {
      margin-left: 73%;
  }
}
@media (max-width: 1620px) {
  #welcome, #welcome2, #welcome3 {
      height: 49rem;
  }
  #welcome2 .main-button-slider {
      margin-left: 82%;
  }
  #welcome2 .header-text {
      top: 63%;
      transform: translateY(-63%);
  }

  #welcome3 .main-button-slider {
      margin-left: 72%;
  }
}
@media (max-width: 1536px) {
  .bg-about-olic {
    background-position: top 6rem left 0%;
  }
  .grid-item {
    width: 210px;
  }
  .rd-margin {
    margin: 15rem 0 0 15rem;
  }
  .office-margin {
    margin: 35rem 0 0 38rem;
  }
  #welcome-sub {
    height: 570px;
  }
  #welcome, #welcome2, #welcome3 {
    height: 46.5rem;
  }
  #welcome2 .main-button-slider {
      margin-left: 82%;
  }
  #welcome3 .main-button-slider {
      margin-left: 72%;
  }
}

@media (max-width: 1504px) {
  #welcome, #welcome2, #welcome3 {
    height: 46rem;
  }
}
@media (max-width: 1440px) {
  .bg-about-olic {
    background-position: top 5rem left 25%;
  }
  .grid-item {
    width: 200px;
  }
  .p-dev {
    padding: 0.5rem;
  }
  .manage-crad {
    margin-left: 8rem;
  }
  .rd-margin {
    margin: 13rem 0 0 15rem;
  }
  .office-margin {
    margin: 32rem 0 0 38rem;
  }
  #welcome-sub {
    height: 530px;
  }
  #welcome, #welcome2, #welcome3 {
    height: 44rem;
  }
  #welcome2 .main-button-slider {
      margin-left: 81%;
  }
  #welcome3 .main-button-slider {
      margin-left: 71%;
  }
  #welcome2 h2, #welcome2 h3, #welcome3 h3 {
      font-size: 35px;
  }
}
@media (max-width: 1368px) {
  .grid-item {
    width: 180px;
  }
  .rd-margin {
    margin: 11rem 0 0 15rem;
  }
  .office-margin {
    margin: 30rem 0 0 34rem;
  }
  #welcome, #welcome2, #welcome3 {
      height: 41.5rem;
  }
}
@media (max-width: 1280px) {
  .grid-item {
    width: 170px;
  }
  .timeline .timeline-date {
    font-size: 2rem;
    font-weight: 600;
  }
  .rd-margin {
    margin: 9rem 0 0 11rem;
  }
  .office-margin {
    margin: 26rem 0 0 34rem;
  }
  #welcome-sub {
    height: 480px;
  }
  #welcome, #welcome2, #welcome3 {
      height: 39rem;
  }
  #welcome2 h2 {
      margin-left: 4%;
  }
  #welcome2 .main-button-slider {
    margin-left: 80%;
  }
  #welcome3 h2 {
    margin-left: 4%;
  }
  #welcome3 .main-button-slider {
    margin-left: 70%;
  }
}
@media (max-width: 1024px) {
  #welcome, #welcome2, #welcome3 {
    height: 31rem;
  }
  .fuji-text {
    position: unset;
  }
  .class-manage-crad {
    width: 100%;
    margin-left: -3rem;
    z-index: -1;
  }
  .rd-margin {
    margin: 10rem 0 0 2rem;
  }
  .office-margin {
    margin: 30rem 0 0 19rem;
  }
  .icon-home {
    width: 40px;
  }
  .bg-about-olic-top {
    background-size: 80%;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 27rem;
  }
  .news_and_event .owl-nav button.owl-next {
    right: 27rem;
  }
  .grid-item {
    width: 120px;
  }
  .dev-box {
    height: 15rem;
  }
  .fbox-bg-reg.fbox-center {
    padding: 2rem 1rem;
    width: 115px;
  }
  #inner-value-white {
    height: 50px;
    width: 50px;
  }
  .fbox-bg-reg .fbox-icon {
    width: 5rem;
    margin-bottom: -2.5rem;
  }
  .float-right {
    display: inline-table;
    float: unset !important;
  }
  .table-career {
    width: 850px;
  }
  #welcome-sub {
    height: 380px;
  }
  .right-img-border {
      padding: 0 5rem 0 25%;
  }
  #welcome .header-text {
      top: 30%;
      transform: translateY(-30%);
  }
  #welcome2 .main-button-slider {
    margin-left: 78%;
  }
  #welcome2 .header-text {
    top: 65%;
    transform: translateY(-65%);
  }

  #welcome3 .main-button-slider {
    margin-left: 68%;
  }
}
@media (max-width: 991px) {
  #welcome, #welcome2, #welcome3 {
    height: 27.5rem;
  }
  #welcome-sub {
    height: 335px;
  }
  .bg-about-olic {
    background-position: top -1rem left 25%;
  }
  #our_clients .owl-nav button.owl-prev {
    top: -40%;
    border-radius: 50%;
    font-size: 36px;
    color: #f78200;
    left: 27rem;
    width: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    position: absolute;
  }
  #our_clients .owl-nav button.owl-next {
    top: -40%;
    border-radius: 50%;
    font-size: 36px;
    color: #f78200;
    right: 2rem;
    width: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    position: absolute;
  }
  .about h5 {
    font-size: 30px;
    line-height: 30px;
  }
  .events_news {
    display: flex;
    float: unset;
    padding-bottom: 5px;
    padding-top: 1rem;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 20rem;
  }
  .news_and_event .owl-nav button.owl-next {
    right: 20rem;
  }
  .news_and_event .service-item {
    margin: 0px 20px !important;
  }
  #our_clients .service-item {
    margin: 0px 10px !important;
  }
  .bg-contact {
    background-position: bottom;
  }
  .nav-pc {
    display: none !important;
  }
  .nav-mb {
    display: block;
  }
  .border-bottom-nav {
    border-bottom: 0px solid #f78200;
  }
  .office-margin {
    margin: 34rem 0 0 22rem;
  }
  .rd-margin {
    margin: 14rem 0 0 4rem;
  }
  .about {
    padding: 50px 0px;
  }
  .grid-item {
    width: 130px;
  }
  .fbox-bg-reg.fbox-center {
    width: 130px;
  }
  .card-facility {
    margin: 2rem 0;
  }
  .float-right {
    float: right !important;
  }
  .table-career {
    width: 100%;
  }
  .service-icon-img {
    width: 100%;
  }
  .card-blog {
    height: auto;
  }

  .welcome-area .header-text h1 {
    font-size: 36px;
    color: #1b2b79;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #666;
  }
  .welcome-area .header-text p {
    color: #666;
  }
  .logo-footer img {
    width: 170px;
  }

  .welcome-area .header-text {
    top: 45%;
    transform: translateY(-45%);
  }
}
@media (max-width: 884px) {
  .env-title h6 {
      margin-left: 24%;
  }
  .col-half-offset{
    margin-left:0%
  }
  #welcome2 .main-button-slider {
      margin-left: 76%;
  }
  #welcome3 .main-button-slider {
      margin-left: 68%;
  }

  #welcome3 .header-text {
    top: 40%;
  }

  .welcome-area .header-text p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 834px) {
  #welcome-sub {
    height: 26vh;
  }
  #welcome2 h2, #welcome2 h3, #welcome3 h3 {
    font-size: 25px;
  }
  #welcome2 h3 {
      margin-left: 17%;
  }
  #welcome2 .main-button-slider {
      margin-left: 75%;
  }

  #welcome3 h3 {
      margin-left: 17%;
  }
  #welcome3 .main-button-slider {
      margin-left: 67%;
  }
}
@media (max-width: 820px) {
  .about {
    padding: 50px 0px;
  }
  .bg-about-olic {
    background-position: top -2rem left 20%;
  }
  .welcome-area .header-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  #welcome, #welcome2, #welcome3 {
      height: 24.5rem;
  }
  #welcome2 .header-text {
      top: 70%;
      transform: translateY(-70%);
  }
}
@media (max-width: 810px) {
  #welcome-sub {
    height: 310px;
  }
}
@media (max-width: 768px) {
  .bg-about-olic-top {
    background-size: 70%;
  }
  .manage-crad {
    margin-top: -16rem;
  }
  #welcome-sub {
    height: 290px;
  }

  #welcome .welcome-area .header-text {
    top: 40%;
    transform: translateY(-40%);
  }

  #welcome, #welcome2, #welcome3 {
    height: 23.5rem;
  }
  a.main-button-slider {
      font-size: 14px;
      padding: 5px 15px;
  }
  #welcome2 .main-button-slider {
      margin-left: 77%;
  }
  #welcome2 .header-text {
    top: 65%;
    transform: translateY(-65%);
  }
  #welcome3 .main-button-slider {
      margin-left: 69%;
  }
}
@media (max-width: 767px) {
  .timeline .timeline-continue::after {
    left: 0%;
  }
  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year {
    text-align: left;
    left: -10px;
  }
  .timeline .row.timeline-right .timeline-date::after {
    left: -13px;
  }
  .hr-right {
    margin-left: 0;
  }
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date {
    text-align: right;
  }
  .hr-right {
    width: 70%;
  }
  .hr-left {
    width: 70%;
  }
  .timeline .container {
    width: 100%;
  }
  .rd-margin {
    margin: 6rem 0 0 0rem;
  }
  .class-manage-crad {
    width: 80%;
    margin-left: 2rem;
  }
  .office-margin {
    margin: 19rem 0 0 14rem;
  }
  iframe {
    width: 390px;
    height: 240px;
  }
  .grid-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .grid-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .fbox-content {
    padding: 0;
  }

  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .welcome-area .header-text img {
    width: 80%;
    margin-top: 20px;
  }
  #welcome .header-text {
    top: 20%;
    transform: translateY(-20%);
  }
  #welcome, #welcome2, #welcome3 {
    height: 60rem;
  }
}
@media (max-width: 700px) {
  #welcome, #welcome2, #welcome3 {
    height: 55rem;
  }
}
@media (max-width: 600px) {
  #our_clients .owl-nav button.owl-prev {
    top: 20%;
    left: -1rem;
  }
  #our_clients .owl-nav button.owl-next {
    top: 20%;
    right: -1rem;
  }
  .clients-pc {
    display: none;
  }
  .clients-mb {
    display: inline-block;
  }
  .events_news li {
    padding: 0 10px;
  }
  .news_and_event .owl-nav button.owl-next {
    right: 14rem;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 14rem;
  }
  .fbox-bg.fbox-center {
    padding: 1.5rem 1rem;
  }
  .events_news {
    width: 450px;
    justify-content: left !important;
    overflow: auto;
  }

  .margin-mb5 {
    margin-bottom: 3rem;
  }
  .fbox-bg-reg.fbox-center {
    width: 170px;
  }
  .padding-bolg {
    padding: 2rem;
  }
  .table-career {
    width: 700px;
  }
  .card-personal-detail {
    margin: 1rem 0.5rem 2rem 0.5rem;
  }
  #welcome-sub {
    height: 225px;
  }
  .right-img-border {
      padding: 0 5% 0 5%;
      margin-bottom: 3rem;
  }
  .left-img-border {
      border-radius: 0;
  }
  .env-title h2 {
      font-size: 2rem;
  }
  .env-title h5 {
      font-size: 1.25rem;
  }
  .env-title h3 {
      font-size: 1.5rem;
  }
  .env-title h6 {
      font-size: 1rem;
  }

  .sustainability-btn {
    font-size: 14px;
  }
  #welcome2 .header-text {
      top: 45%;
      transform: translateY(-45%);
  }
  #welcome2 .main-button-slider {
      margin-left: 4%;
  }

  #welcome3 .header-text {
      top: 34%;
      left: 50%;
      transform: translate(-15%, -60%);
  }
  #welcome3 .main-button-slider {
      margin-left: 4%;
  }
  #welcome, #welcome2, #welcome3 {
      height: 42rem;
      margin-top: 85px;
  }
}
@media (max-width: 540px) {
  .about {
    padding: 50px 0px;
  }
  .bg-about-olic {
    background-position: top -15rem left 50%;
  }
  .container {
    width: 90%;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 13rem;
  }
  .news_and_event .owl-nav button.owl-next {
    left: 15rem;
  }
  .events_news li {
    padding: 0 5px;
  }
  .manage-crad {
    padding: 9rem 2rem 2rem 2rem;
    margin-left: 0;
    margin-top: -6rem;
  }
  .manage-crad-img {
    width: 250px;
    margin-left: 7.5rem;
  }
  .rd-margin {
    margin: 6rem 0 0 0rem;
  }
  .fuji-text-mb {
    font-size: 18px !important;
  }
  .fuji-text-mb-p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .class-manage-crad {
    width: 80%;
  }
  .office-margin {
    margin: 18rem 0 0 15rem;
  }
  .fuji-box {
    padding: 1rem 1rem;
  }
  .header-area .logo {
    margin-left: 0;
  }
  .bg-about-sustainability {
    background-position: top 5rem left 0%;
    height: 700px;
  }
  .welcome-area .header-text p {
    margin-bottom: 0;
  }
  .reg-standard.right {
    border-right: 0px solid #ccc;
  }
  .sap-width {
    width: 170px;
  }
  .card-facility {
    height: auto;
    margin: 1rem 0;
  }
  .logo-about-sustain {
    width: 100%;
  }
  .number-page img {
    width: 300px;
  }
  #welcome-sub {
    height: 200px;
  }
  .env-title h6 {
      margin-left: 15%;
  }
  #welcome2 .main-button-slider {
      margin-left: 4%;
  }
  #welcome3 .main-button-slider {
      margin-left: 4%;
  }
  #welcome, #welcome2, #welcome3 {
      height: 38rem;
  }
}
@media (max-width: 504px) {
  .bg-about-olic {
    background-position: top -18rem left 50%;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 12rem;
  }
  .news_and_event .owl-nav button.owl-next {
    left: 14rem;
  }
  footer .copyright {
    font-size: 12px;
  }
  .manage-crad-img {
    margin-left: 6.4rem;
  }
  .fuji-text-mb {
    font-size: 16px !important;
  }
  .bg-about-olic {
    background-position: top -19rem left 50%;
  }
  a.main-button {
    font-size: 14px;
    padding: 10px 15px;
  }
  button.main-button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 12rem;
  }
  .news_and_event .owl-nav button.owl-next {
    left: 14rem;
  }
  .manage-crad-img {
    margin-left: 4rem;
  }
  .class-manage-crad {
    width: 73%;
  }
  .rd-margin {
    margin: 6rem 0 0 0rem;
  }
  .office-margin {
    margin: 15rem 0 0 13rem;
  }
  iframe {
    width: 330px;
    height: 210px;
  }
  #welcome, #welcome2, #welcome3 {
    height: 40rem;
  }
  .events_news {
    width: 380px;
  }
  #welcome .header-text {
    top: 25%;
    transform: translateY(-25%);
  }
  a.main-button-slider {
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
  }
}
@media (max-width: 480px) {
  #welcome, #welcome2, #welcome3 {
    height: 33rem;
  }
}
@media (max-width: 448px) {
  .sustainability-detail .right-detail, .sustainability-detail .left-detail {
      margin-top: 3rem !important;
  }
  #welcome .header-text {
      top: 15%;
      transform: translateY(-15%);
  }
  #welcome2 .header-text {
      top: 45%;
      transform: translateY(-45%);
  }
  #welcome, #welcome2, #welcome3 {
      height: 31.5rem;
  }
}
@media (max-width: 480px) {
  .sustainability-btn {
      font-size: 10px;
      padding: 5px 10px;
  }
}
@media (max-width: 432px) {
  .class-manage-crad {
    margin: 4rem 2rem !important;
  }
  .office-margin {
    margin: 17rem 0 0 10rem;
  }
  .header-area .main-nav .logo img {
    width: 120px;
  }
  .header-area .main-nav .menu-trigger {
    top: 28px;
    width: 10px;
  }
  .header-area.header-sticky {
    min-height: 80px;
  }
  .header-area .main-nav {
    margin-top: 0rem;
  }
  .header-area .logo {
    margin-top: 13px;
  }
  .bg-about-sustainability {
    background-position: bottom;
    height: 665px;
    background-size: contain;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 10rem;
  }
  .news_and_event .owl-nav button.owl-next {
    left: 12rem;
  }
  .events_news {
    width: 310px;
  }
  .dev-box p {
    line-height: 18px;
    font-size: 14px;
  }
  #welcome-sub {
    margin-top: 5rem;
  }
  .accordion-head {
    font-size: 16px;
  }
  .about p,
  .about2 p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
  .media-body {
    padding-left: 1rem;
  }
  .sap-width {
    width: 100px;
  }
  .fbox-bg-grey.fbox-center {
    margin-top: 1rem;
  }
  .about2 h5 {
    font-size: 30px;
  }
  .timeline .timeline-date {
    font-size: 1.5rem;
  }
  .manage-crad-img {
    margin-left: 3.5rem;
  }
  iframe {
    width: 280px;
    height: 170px;
  }
  .contact-ml-mb .media-body {
    padding-left: 1rem;
  }
  .padding-bolg {
    padding: 1rem;
  }
  .careers-font h4 {
    font-size: 18px;
  }
  #welcome, #welcome2, #welcome3 {
      height: 29.5rem;
  }
  #welcome .header-text {
    top: 10%;
  }
}
@media (max-width: 428px) {
  iframe {
    width: 290px;
    height: 185px;
  }
  #sustainability .owl-nav button.owl-next {
    top: 30%;
    width: 25px;
  }
  #sustainability .owl-nav button.owl-prev {
    top: 30%;
    width: 25px;
  }
  .grid-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about h6,
  .about2 h6 {
    font-size: 18px;
  }
  .fbox-bg-reg.fbox-center {
    width: 180px;
  }
  #welcome-sub {
    height: 160px;
  }
}
@media (max-width: 414px) {
  .news_and_event .owl-nav button.owl-prev {
    left: 9rem;
  }
  footer .copyright {
    font-size: 10px;
  }
  .manage-crad-img {
    margin-left: 3.4rem;
  }
  .office-margin {
    margin: 17rem 0 0 9rem;
  }
  iframe {
    width: 280px;
    height: 166px;
  }
  #welcome, #welcome2, #welcome3 {
    height: 28.5rem;
  }
  #welcome2 .main-button-slider {
    margin-left: 3%;
  }
  #welcome3 .main-button-slider {
    margin-left: 3%;
  }
}
@media (max-width: 412px) {
  .about {
    padding: 40px 0px;
  }
  .about2 {
    padding: 40px 0px;
  }
  .bg-about-olic {
    background-position: top -20rem left 50%;
  }
  .manage-crad-img {
    margin-left: 3.4rem;
  }
  .manage-crad-img {
    margin-left: 3rem;
  }
  .number-page img {
    width: 240px;
  }
}
@media (max-width: 400px) {
  .bg-about-olic {
    background-position: top -22rem left 50%;
  }
  .manage-crad-img {
    margin-left: 2.3rem;
  }
  .office-margin {
    margin: 17rem 0 0 8rem;
  }
  iframe {
    width: 250px;
    height: 166px;
  }
  .about h5 {
    font-size: 25px;
  }
  .table-career {
    width: 640px;
  }
  #welcome, #welcome2, #welcome3 {
    height: 28rem;
  }
}
@media (max-width: 393px) {
  .manage-crad-img {
    margin-left: 2.6rem;
  }
  .fuji-text-mb {
    font-size: 12px !important;
  }
  .fuji-text-mb-p {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .fuji-text p {
    font-size: 14px !important;
  }
  .bg-about-sustainability {
    height: 725px;
  }
  .news_and_event .owl-nav button.owl-next {
    left: 11rem;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 8.5rem;
  }
  .env-title h6 {
      margin-left: 8%;
  }
  #welcome, #welcome2, #welcome3 {
    height: 27rem;
  }
}
@media (max-width: 392px) {
  #welcome-sub {
    height: 150px;
  }
}
@media (max-width: 384px) {
  .manage-crad-img {
    width: 240px;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 8rem;
  }
  .news_and_event .owl-nav button.owl-next {
    left: 11rem;
  }
  .events_news {
    width: 265px;
  }
}
@media (max-width: 375px) {
  .icon-home {
    width: 40px;
  }
  .timeline .timeline-date {
    font-size: 1.3rem;
  }
  .about p,
  .about2 p {
    font-size: 14px;
  }
  .manage-crad-img {
    width: 220px;
  }
  .office-margin {
    margin: 16rem 0 0 8rem;
  }
  .fbox-content h4 {
    font-size: 20px;
  }
  .fbox-content h5 {
    font-size: 16px;
  }
  .env-title h6 {
      margin-left: 5%;
  }
  #welcome, #welcome2, #welcome3 {
      height: 26rem;
  }
}
@media (max-width: 360px) {
  .manage-crad-img {
    width: 220px;
  }
  .office-margin {
    margin: 15rem 0 0 8rem;
  }
  iframe {
    width: 235px;
    height: 145px;
  }
  a.main-button-orange {
    padding: 12px 10px;
  }
  #welcome-sub {
    height: 135px;
  }

  .welcome-area .header-text h1 {
      font-size: 20px !important;
  }
  .welcome-area .header-text p {
      font-size: 10px;
  }
  .welcome-area .header-text p {
      margin-bottom: 10px;
  }
}
@media (max-width: 346px) {
  .manage-crad-img {
    width: 205px;
  }
  iframe {
    width: 200px;
    height: 125px;
  }
  #welcome-sub {
    height: 130px;
  }
}
@media (max-width: 320px) {
  .bg-about-olic {
    background-position: top -22rem left 50%;
  }
  .about h5 {
    font-size: 25px;
  }
  .manage-crad-img {
    margin: 0 2.6rem;
    margin-top: 3rem;
  }
  .manage-crad {
    padding: 5rem 1rem 2rem 1rem;
    margin-top: -4rem;
    margin-left: 0;
  }
  .about h6,
  .about2 h6 {
    font-size: 18px;
  }
  .icon-svg {
    width: 22px;
  }
  a.main-button-orange {
    font-size: 12px;
  }
  .manage-crad-img {
    width: 185px;
  }
  .fuji-text p {
    font-size: 11px !important;
  }
  .class-manage-crad {
    margin: 6rem 4rem !important;
  }
  .office-margin {
    margin: 16rem 0 0 6rem;
  }
  .class-manage-crad {
    width: 65%;
  }
  .events_news {
    width: 215px;
  }
  .news_and_event .owl-nav button.owl-prev {
    left: 7rem;
  }
  .news_and_event .owl-nav button.owl-next {
    left: 9rem;
  }
  .number-page img {
    width: 200px;
  }
  #welcome-sub {
    height: 120px;
  }
  #welcome, #welcome2, #welcome3 {
      height: 22rem;
  }
}
