html {
  scroll-behavior: smooth;
}
html {
  height: 100%;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  font-size: 16px;
  color: #333333;
}
p a , .list li a {
  -webkit-transition: 0.5s;
  color:#0cbeab;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
}
a:hover , .list li a:hover {
  color:#fccb34;
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
}
p {
  margin-bottom: 1.5em;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Tinos', serif;
  font-weight: 700;
  color: #333333;
  margin: 0 0 15px 0;
  line-height: 1.5;
  text-align: center;
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 45px;
  font-family: 'PT Sans', sans-serif;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}
.btn-primary {
  background: #0cbeab;
  color: #fff;
  border: 2px solid #0cbeab;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background:  #fccb34 !important;
  border-color:#fccb34 !important;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-text {
  position: relative;
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(0,0,0, 0.004);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-text {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(0,0,0, 0.004);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
}
.blog-text h4 { font-size: 16px; font-style: italic ; font-weight: 400; margin-bottom: 0.5rem}
.blog-text {
  position: relative;
}
.fh5co-blog-type-index .blog-text{
  min-height: 425px;
}
.fh5co-blog-type-logistic .blog-text {
  min-height: 428px;
}
.fh5co-blog-type-sales .blog-text {
  min-height: 428px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog-type-sales .blog-text , .fh5co-blog-type-logistic .blog-text , .fh5co-blog-type-index .blog-text {
    min-height: unset;
  }
}
.btn-pos {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}
.fh5co-blog .blog-text:hover {
  -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 14px 30px -15px rgba(0, 0, 0, 0.3);
}
#footer {
  background: #1b1e21;
  padding: 2em 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
#footer .copy-right p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
}
.js .animate-box {
  opacity: 0;
}

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


/***************************/
.container-fluid {
  max-width: 1600px;
}
.section {
  padding: 60px 0;
}
.header {
  padding: 200px 0 100px 0;
    position: relative;
}
@media screen and (max-width: 576px) {
  .header {
    padding: 150px 0 50px 0;
  }
}
#navbar {
  background: #ffffff;
  padding: 0;
  box-shadow: 0 10px 20px 0 rgba(90, 91, 95, 0.15);
}
#navbar .nav-link {
  padding-right: 18px;
  padding-left: 18px;
  color: #464c50;
  font-family: 'Tinos', serif;
  font-size: 18px;
  transition: 0.2s all ease-out;
}
#navbar .nav-link.active , #navbar .nav-link:hover {color:#0cbeab;}
.bg-image {
  padding: 250px 0;
  z-index: 1;
}
.text-grey {color: #343a40;}
.bg-blue {
  background-color:  #fccb34;
}
.text-opacity-white {
  color: rgba(255, 255, 255, 0.8);
}
.header h1 {
  font-size: 50px;
}
.header h2 {
    font-size: 24px;
}
h2 {
  font-size: 24px;
}
.header p {
  font-weight: 400;
  text-align: center;
}
.text-yellow {
  color: #fccb34;
}
.mdi {
  color: #fff;
  font-size: 20px;
}
.navbar-toggler:focus {
  outline: none;
  border: none;
}
.overlay-gradient {
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.bg-dark-life {
  background:  #1b1e21;
}
.number {
  width: 30px;
  height: 30px;
  background: #0cbeab;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: -65px auto 10px auto;
  font-family: 'PT Sans', sans-serif;
}
strong {
  color: #1b1e21;
}
.h-row-1 {
  min-height: 698px;
}
.h-row-2 {
  min-height: 785px;
}
@media screen and (max-width: 768px) {
  .h-row-1 , .h-row-2 {
    min-height: unset;
    height: auto;
  }
}
.blog-text p {
  font-size: 15px;
}
.blog-text h2 {
  font-size: 18px;
}
.mdi-phone , .mdi-email {
  color: #fccb34;
  vertical-align: middle;
  padding-right: 5px;
}
.list-unstyled li {
  font-size: 15px;
}
.list-unstyled li a{
  color: #fccb34;
  transition: 300ms;
}
.list-unstyled li a:hover{
  color: #fccb34;
  opacity: 0.8;
}
.bg-dark-life p {
  color: #ffffff;
}
h4 {
  text-align: left;
  margin-bottom: 0px;
}
p strong {
  font-weight: 700;
}
.faq h3 {
  text-align: left;
  background:rgba(12, 190, 171,0.4);
  padding: 15px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
.faq-box {
  background: #f8f9fa;
  padding: 15px;
}
.navbar-brand {
  background: #0cbeab;
  color: #ffffff;
  padding: 15px;
  font-weight: 700;
  margin-right: 0;
  font-family: 'Tinos', serif;
}
.navbar-brand:hover {
  color: #ffffff;
}
h1 span {
  display: block;
  margin: 5px auto;
  font-size: 20px;
}
.border {
  background: #ffffff;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
.icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 14px;
  background: #f1f1f1;
  margin: 0 auto 10px auto;
}
.post-entry {
  background: rgba(255,255,255,0.9);
  padding: 30px;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 15px;
  border-radius: 0;
  font-family: 'PT Sans', sans-serif;
}
.contact-form .form-control:focus, .contact-form .form-control:active {
  box-shadow: none;
  outline: none;
  border-color: #ced4da;
}

input[type="text"] , input[type="email"] {
  height: 50px;
}
textarea.form-control {
  height: 150px;
}
.form-group {
  margin-bottom: 30px;
}
.header-pages {
  padding: 100px 0 20px 0;
  background:#1b1e21;
}
.header-pages h1 , .header-pages p {
  color: #ffffff;
}
h5 {
  font-size: 16px;
  text-align: left;
}
.btn-sp {
  padding: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mh-7 {
  min-height: 166px;
}
.mh-6 {
  min-height: 150px;
}
.mh-5 {
  min-height: 150px;
}
.mh-4 {
  min-height: 313px;
}
.mh-3 {
  min-height: 516px ;
}
.mh-2 {
  min-height:500px ;
}
.mh-1 {
  min-height: 174px;
}
@media screen and (max-width: 992px) {
  .mh-1,.mh-2,.mh-3,.mh-4 , .mh-5, .mh-6 , .mh-7 {
    min-height: unset;
  }
}
.border {
  box-shadow: 0 10px 20px 0 rgba(90, 91, 95, 0.1);
  border: none!important;
}
.btns .btn-primary {
  font-size: 25px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}