@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
}

.animated {
  animation-duration: 1s;

  animation-fill-mode: both;

  -webkit-animation-duration: 1s;

  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;

  animation-name: fadeInUp;

  -webkit-animation-name: fadeInUp;
}

html,
body {
  margin: 0px;

  padding: 0px;

  width: 100%;

  min-height: 100vh;
}

body {
  font-family: 'Rajdhani', sans-serif;

  font-size: 16px;

  background: #232121;
}

a,
a:link,
a:visited {
  outline: none;

  text-decoration: none;

  -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out;

  -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out;

  -o-transition: color 0.4s ease-out, background-color 0.4s ease-out;

  transition: color 0.4s ease-out, background-color 0.4s ease-out;
}

img {
  border: none;

  margin: 0px;

  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;

  margin: 0px;

  padding: 0px;
}

form,
input,
select,
textarea,
p {
  margin: 0px;

  padding: 0;
}

textarea {
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;

  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;

  margin: 0px;

  padding: 0;
}

/*IE below 9*/

#ieWrapper {
  background: #000;

  position: fixed;

  z-index: 100;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.ieHolder {
  position: relative;

  width: 555px;

  padding: 20px;

  margin: 200px auto 0 auto;

  background: #fff;

  border: 7px solid #2b2927;
}

.btnIeUpdate {
  background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;

  width: 144px;

  height: 37px;

  position: absolute;

  right: 20px;

  bottom: 20px;

  color: #fff;

  line-height: 37px;

  text-align: center;

  text-decoration: none;

  text-transform: uppercase;

  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;

  font-size: 13px;
}

.ieLogo {
  float: left;

  width: 134px;

  height: 139px;

  background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
  float: right;

  margin: 0;

  padding: 0;

  width: 400px;

  color: #666;

  font-size: 15px;

  line-height: 18px;
}

.ieContent strong {
  margin: 0 0 15px 0;

  padding: 0 0 10px 0;

  border-bottom: 1px dashed #cccccc;

  display: block;

  font-size: 18px;

  color: #333;

  font-weight: normal;
}

* {
  box-sizing: border-box;
}

/*End IE below 9*/

#container {
  background: #fff;
}

.container {
  max-width: 1404px;
}

.main-header {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  transition: top 0.3s, background-color 0.3s;
}

.main-header.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #232121;
}
.main-header .container {
  padding: 13px 0;

  justify-content: space-between;
}

.header-left {
  max-width: 250px;
}

.main-header nav {
  height: 100%;

  align-items: center;

  justify-content: flex-end;
}

.hamburger {
  display: inline-block;

  cursor: pointer;

  transition-property: opacity, filter;

  transition-duration: 0.15s;

  transition-timing-function: linear;

  overflow: visible;

  position: absolute;

  display: none;

  width: 32px;

  height: 24px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 32px;

  height: 24px;

  display: inline-block;

  position: relative;
}

.hamburger-inner {
  display: block;

  top: 50%;

  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 32px;

  height: 4px;

  background-color: #fff;

  border-radius: 4px;

  position: absolute;

  transition-property: transform;

  transition-duration: 0.15s;

  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: '';

  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;

  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);

  transition-delay: 0.12s;

  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;

  opacity: 0;

  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;

  transform: rotate(-90deg);

  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-header ul {
  margin: 0;

  padding: 0;

  list-style: none;

  display: flex;

  flex-flow: row nowrap;
}

.main-header li:not(:last-child) {
  margin-right: 40px;
}

.main-header li a {
  font-size: 16px;

  color: #fff;

  text-transform: uppercase;

  display: block;
}

.main-header li a:hover,
.main-header li.selected a {
  color: #fff;
}

.dropdown {
  display: inline-block;

  margin-right: 10px;

  position: relative;
}

.dropdown.toggle > input {
  display: none;
}

.dropdown > a,
.dropdown.toggle > label {
  border-radius: 2px;
}

.dropdown ul {
  list-style-type: none;

  display: block !important;

  margin: 0;

  padding: 0;

  position: absolute;

  width: 100%;

  min-width: 200px;

  overflow: hidden;

  background-color: #fff;

  color: #000;

  border-radius: 5px;
}

.dropdown a,
.dropdown.toggle > label {
  display: block;

  padding: 0 0 0 10px;

  text-decoration: none;

  font-size: 13px;

  color: #999;
}

.dropdown ul li a {
  display: block;

  padding: 0 0 0 10px;

  text-decoration: none;

  font-size: 13px;

  color: #000;
}

.dropdown ul li a:hover {
  color: #547cac;
}

.dropdown li {
  height: 0;

  overflow: hidden;

  transition: all 500ms;

  min-width: 300px;

  line-height: 20px;
}

.dropdown.hover li {
  transition-delay: 300ms;
}

/*.dropdown li:first-child a {

  border-radius: 2px 2px 0 0;

}

.dropdown li:last-child a {

  border-radius: 0 0 2px 2px;

}

*/
.dropdown a:hover,
.dropdown.toggle > label:hover,
.dropdown.toggle > input:checked ~ label {
  color: #666;
}

.dropdown.hover:hover li,
.dropdown.toggle > input:checked ~ ul li {
  height: 30px;
}

.dropdown.hover:hover li:first-child,
.dropdown.toggle > input:checked ~ ul li:first-child {
  padding-top: 5px;
}

.btn-contact {
  line-height: 17px;

  white-space: nowrap;

  font-weight: 500;

  color: #000;

  text-transform: uppercase;

  background: #f7b626;

  padding: 15px 28px;

  border-radius: 50px;

  margin-left: 48px;

  display: block;
}

.btn-contact:hover {
  color: #000;

  background: #f8db2d;
}

.home-hero figure {
  width: 100%;
}

.home-hero img,
.img-contact img,
.service-main-content img {
  object-fit: cover;

  width: 100%;
}

.home-hero .container {
  position: absolute;
  /* bottom: 20%; */
  top: 50%;
  transform: translateY(-50%);
}

.home-hero .curve-bg {
  position: absolute;

  z-index: 5;

  width: 100%;

  bottom: 0;
}

.home-hero .item {
  justify-content: center;

  align-items: flex-start;
}

.home-hero h1 {
  font-size: 58px;

  color: #fff;
}

.home-hero h1 span {
  color: #fff;

  display: block;

  font-weight: 300;
}

.home-hero p {
  color: #e1e1e1;

  padding: 20px 0 0;
}

.home-hero h1,
.home-hero p {
  display: block;
}

.banner-content {
  max-width: 530px;

  margin-bottom: 190px;
}

.btn-read-more {
  line-height: 14px;

  color: #fff;

  margin-top: 40px;

  padding: 10px;

  border-radius: 50px;

  display: inline-block;

  position: relative;

  text-align: left;

  transition: 0.5s;
}

.btn-read-more:before {
  content: '';

  background-image: url(../images/arrow-white.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 13px;

  right: -35px;

  transition: 0.5s;
}

.btn-read-more:hover.btn-read-more:before {
  content: '';

  background-image: url(../images/arrow-white.png);

  right: -40px;
}

.who-we-are {
  padding: 60px 20px 80px;

  /*  background:url(../images/boat.png) right 20px center no-repeat;

*/
}

.who-ctnt-wrap {
  display: flex;

  align-items: center;

  justify-content: space-around;
}

.who-ctnt {
  padding: 20px;

  width: 100%;

  max-width: 540px;

  text-align: center;
}

.who-ctnt h2 {
  font-size: 42px;

  color: #000;

  margin-bottom: 20px;
}

.who-ctnt h2 span {
  font-weight: 300;
}

.logo-wrap {
  width: 100%;

  max-width: 350px;

  text-align: center;
}

.boat-wrap {
  width: 100%;

  max-width: 650px;

  text-align: center;
}

.btn-read-more-b {
  line-height: 14px;

  color: #000;

  margin-top: 40px;

  padding: 10px;

  border-radius: 50px;

  display: inline-block;

  position: relative;

  text-align: left;

  margin-left: -10px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px 60px 15px 10px;
}
.btn-read-more-b:hover {
  border: 1px solid #232121;
  color: #232121;
  transition: border 0.5s;
}
.btn-read-more-b:before {
  content: '';

  background-image: url(../images/arrow-b.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 50%;
  right: 9px;
  transition: 0.5s;
  transform: translateY(-50%);
}

/* .btn-read-more-b:hover.btn-read-more-b:before {
  content: '';

  background-image: url(../images/arrow-b.png);

  right: -40px;
} */

.survey-type-wrap {
  padding: 200px 0px 80px;

  background-image: url(../images/survey-bg.jpg);

  position: relative;
}

.survey-ctnt {
  padding: 20px;
}

.survey-ctnt h2 {
  color: #fff;

  font-size: 42px;

  margin-bottom: 20px;
}

.survey-ctnt h2 span {
  font-weight: 300;
}

.survey-ctnt ul {
  margin-left: -15px;
}

.survey-ctnt ul li {
  color: #fff;

  font-size: 18px;

  margin-bottom: 15px;
}

.survey-type-wrap .curve-bg-r {
  position: absolute;

  z-index: 2;

  width: 100%;

  top: 0;
}

.btn-read-more-box {
  line-height: 14px;

  color: #fff;

  margin-top: 40px;

  padding: 15px 60px 15px 10px;

  display: inline-block;

  position: relative;

  text-align: left;

  transition: 0.5s;

  border: 1px solid #fff;
}

.btn-read-more-box:before {
  content: '';

  background-image: url(../images/arrow-white.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 17px;

  right: 10px;

  transition: 0.5s;
}

.btn-read-more-box:hover.btn-read-more-box:before {
  content: '';

  background-image: url(../images/arrow-white.png);

  /* right: 2px; */
}

.service-wrap {
  padding: 60px 20px;
}

.sec-title {
  width: 100%;

  max-width: 767px;

  margin: 0 auto;

  text-align: center;
}

.sec-title h2 {
  color: #000;

  font-size: 42px;

  margin-bottom: 20px;
}

.sec-title h2 span {
  font-weight: 300;
}

.service-slide {
  position: relative;

  margin-top: 50px;
}

.our-services .owl-nav button.owl-prev {
  width: 36px;

  height: 9px;

  position: absolute;

  top: 41.5%;

  left: -35px;
}

.our-services .owl-nav button.owl-prev::before {
  content: '';

  background-image: url(../images/arrow-b.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 17px;

  right: 10px;

  transition: 0.5s;

  transform: rotate(180deg);
}

.our-services .owl-nav button.owl-next {
  width: 36px;

  height: 9px;

  position: absolute;

  top: 41.5%;

  right: -55px;
}

.our-services .owl-nav button.owl-next::before {
  content: '';

  background-image: url(../images/arrow-b.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 17px;

  right: 10px;

  transition: 0.5s;
}

.our-services .owl-nav button.owl-prev span,
.our-services .owl-nav button.owl-next span {
  display: none;
}

.our-services .item {
  position: relative;

  padding-bottom: 50px;
}

.our-services .item figcaption {
  position: absolute;

  color: #000;

  z-index: 999;

  bottom: 0px;

  width: 100%;

  text-align: center;

  display: flex;

  justify-content: center;

  padding-bottom: 25px;
}

.our-services .item figcaption h2 {
  font-size: 20px;

  font-weight: 300;

  color: #000;

  text-align: center;

  background-color: #fff;

  padding: 25px 40px;

  box-shadow: -1px 11px 22px 0px rgba(0, 0, 0, 0.25);

  -webkit-box-shadow: -1px 11px 22px 0px rgba(0, 0, 0, 0.25);

  -moz-box-shadow: -1px 11px 22px 0px rgba(0, 0, 0, 0.25);
}

.morebtnwrap {
  display: flex;

  justify-content: center;

  width: 100%;
}

.morebtnwrap .btn-read-more-box {
  line-height: 14px;

  color: #000;

  margin-top: 40px;

  padding: 15px 60px 15px 10px;

  display: inline-block;

  position: relative;

  text-align: left;

  transition: 0.5s;

  border: 1px solid #000;
}

.morebtnwrap .btn-read-more-box:before {
  content: '';

  background-image: url(../images/arrow-b.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 17px;

  right: 10px;

  transition: 0.5s;
}

.morebtnwrap .btn-read-more-box:hover.btn-read-more-box:before {
  content: '';

  background-image: url(../images/arrow-b.png);

  right: 2px;
}

.liquid-service-ctnt-wrap {
  width: 100%;

  max-width: 1600px;

  margin: 0 auto;

  position: relative;

  padding-bottom: 200px;
}

.liquid-service-ctnt-wrap img {
  width: 100%;
}

.liquid-ctnt {
  position: absolute;

  bottom: 50px;

  right: 50px;

  padding: 50px;

  background-color: #fff;

  width: 100%;

  max-width: 767px;

  -webkit-box-shadow: 0px 14px 32px -17px rgba(0, 0, 0, 0.54);

  -moz-box-shadow: 0px 14px 32px -17px rgba(0, 0, 0, 0.54);

  box-shadow: 0px 14px 32px -17px rgba(0, 0, 0, 0.54);
}

.liquid-ctnt h2 {
  color: #000;

  font-size: 42px;

  margin-bottom: 20px;
}

.liquid-ctnt h2 span {
  font-weight: 300;
}

.liquid-ctnt ul li {
  list-style: none;
}

.liquid-ctnt .btn-read-more-box {
  line-height: 14px;

  color: #000;

  margin-top: 40px;

  padding: 15px 60px 15px 10px;

  display: inline-block;

  position: relative;

  text-align: left;

  transition: 0.5s;

  border: 1px solid #000;
}
.liquid-ctnt .btn-read-more-box:hover {
  background-color: #232121;
  color: #fff;
}

.liquid-ctnt .btn-read-more-box::before {
  content: '';

  background-image: url(../images/arrow-b.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 17px;

  right: 10px;

  transition: 0.5s;
}

.maraine-cargo-wrap {
  padding: 60px 20px;
}

.maraine-cargo {
  display: flex;

  align-items: center;
}

.maraine-cargo h2 {
  color: #000;

  font-size: 42px;

  margin-bottom: 20px;
}

.maraine-cargo h2 span {
  font-weight: 300;

  display: block;
}

.maraine-cargo ul li {
  list-style: none;
}

.maraine-cargo .btn-read-more-box:hover {
  background-color: #232121;
  color: #fff;
}
.maraine-cargo .btn-read-more-box {
  line-height: 14px;

  color: #000;

  margin-top: 40px;

  padding: 15px 60px 15px 10px;

  display: inline-block;

  position: relative;

  text-align: left;

  transition: 0.5s;

  border: 1px solid #000;
}

.maraine-cargo .btn-read-more-box::before {
  content: '';

  background-image: url(../images/arrow-b.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 17px;

  right: 10px;

  transition: 0.5s;
}

.container-wrap {
  padding: 60px 0px;
}

.container-wrap .container-fluid {
  padding: 0;
}

.container-wrap .container-fluid .row {
  padding: 0;

  margin: 0;
}

.container-wrap .container-fluid .row div {
  padding: 0;

  margin: 0;
}

.container-wrap .container-fluid .container-ctnt {
  padding: 50px !important;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.container-ctnt h2 {
  color: #000;

  font-size: 42px;

  margin-bottom: 20px;
}

.container-ctnt h2 span {
  font-weight: 300;
}

.container-ctnt ul {
  margin-left: -15px;
}

.container-ctnt ul li {
  list-style: disclosure-closed;
}

.container-ctnt ul li:last-child {
  list-style: none;

  margin-left: -15px;
}

.container-ctnt .btn-read-more-box {
  line-height: 14px;

  color: #000;

  margin-top: 40px;

  padding: 15px 60px 15px 10px;

  display: inline-block;

  position: relative;

  text-align: left;

  transition: 0.5s;

  border: 1px solid #000;
}

.container-ctnt .btn-read-more-box:hover {
  background-color: #232121;
  color: #fff;
}
.container-ctnt .btn-read-more-box::before {
  content: '';

  background-image: url(../images/arrow-b.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 17px;

  right: 10px;

  transition: 0.5s;
}

footer {
  background-image: url(../images/footer-bg.jpg);

  padding: 30px 0px;

  padding-top: 170px;

  position: relative;
}

footer .curve-bg {
  position: absolute;

  z-index: 5;

  width: 100%;

  top: 0;
}

footer .container-fluid {
  padding-left: 10%;
}

.footer-ctnt-wrap {
  display: flex;

  justify-content: space-around;

  align-items: center;
}

.footer-ctnt {
  width: 70%;
}

.foot-ctnt h2 {
  color: #fff;

  font-size: 24px;

  margin-bottom: 20px;
}

.foot-ctnt ul {
  margin-left: -28px;
}

.foot-ctnt ul li {
  margin: 0;

  color: #fff;

  list-style: none;

  font-size: 18px;
}

.foot-ctnt ul li a {
  margin: 0;

  color: #fff;

  list-style: none;
}

.foot-ctnt .social {
  margin: 0;

  padding-left: 0;
}

.foot-ctnt .social li {
  margin-right: 5px;

  color: #fff;

  list-style: none;

  display: inline-block;
}

.foot-ctnt .social li a {
  margin: 0;

  color: #fff;

  list-style: none;

  border: 1px solid #fff;

  border-radius: 50%;

  padding: 10px;

  display: flex;
}

.foot-ctnt .social li a img {
  width: 22px;
}

.foot-ctnt .social li a:hover {
  background-color: #465c77;

  border: 1px solid #7e93ac;
}

.foot-ctnt p {
  margin: 0;

  color: #fff;

  font-size: 18px;
}

.newsletter-wrap {
  margin-bottom: 70px;
}

.newsletter-wrap h2 {
  color: #fff;

  font-size: 28px;

  margin-bottom: 20px;
}

.newsletter input {
  width: 60%;

  height: 50px;

  border: 1px solid #fff;

  background-color: transparent;

  color: #fff;

  padding: 10px;
}

.newsletter button {
  width: 200px;

  height: 50px;

  border: 0;

  background-color: #465c77;

  color: #fff;

  padding: 10px;
}

.foot-bottom {
  border-top: 1px solid #7c889b;

  padding: 20px 0px;

  margin-top: 50px;
}

.foot-bottom p {
  color: #fff;

  font-size: 14px;
}

.terms {
  text-align: right;
}

.terms ul li {
  margin: 0;

  list-style: none;

  display: inline-block;
}

.terms ul li a {
  margin: 0;

  color: #fff;

  list-style: none;

  font-size: 14px;
}

.inner-hero-wrapper {
  position: relative;
}

.bread-crumb-wrap {
  position: absolute;

  bottom: 15%;

  left: 0;

  width: 100%;
}

.bread-crumb {
  width: 640px;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

.bread-crumb h2 {
  color: #fff;

  font-size: 68px;

  font-weight: 600;

  margin-bottom: 10px;

  text-align: center;
}

.bread-crumb h2 span {
  font-weight: 400;
}

.bread-crumb ul {
  margin: 0;

  padding: 0;
}

.bread-crumb ul li {
  list-style: none;

  display: inline-block;

  color: #fff;

  margin-right: 10px;
}

.bread-crumb ul li a {
  color: #fff;

  font-size: 18px;
}

.abt-inner-wrap {
  padding: 60px 20px;

  background-image: url(../images/abt-bg.jpg);
}

.abt-inner-wrap h2 {
  color: #000;

  font-size: 42px;

  font-weight: 600;

  margin-bottom: 20px;
}

.abt-inner-wrap h2 span {
  font-weight: 400;
}

.abt-inner-wrap p {
  font-size: 18px;

  color: #000;

  margin-bottom: 15px;

  line-height: 24px;
}

.number-wrap {
  display: flex;

  margin-top: 30px;
}

.number-box {
  padding: 0px 40px;
}

.box-mid {
  border-left: 1px solid #ccc;

  border-right: 1px solid #ccc;
}

.number-box h2 {
  color: #000;

  font-size: 42px;

  font-weight: 600;

  line-height: 36px;

  margin: 0;
}

.number-box h2 span {
  font-weight: 400;

  font-size: 22px;

  display: flex;
}

.mission-wrap {
  padding: 60px 20px;
}

.mission-wrap .container {
  width: 100%;

  max-width: 991px;
}

.mission-ctnt {
  margin-bottom: 40px;
}

.mission-ctnt h2 {
  color: #000;

  font-size: 42px;

  font-weight: 600;

  line-height: 36px;

  margin-bottom: 15px;
}

.mission-ctnt h2 span {
  font-weight: 400;
}

.mission-ctnt p {
  font-size: 18px;

  color: #000;

  margin-bottom: 15px;

  line-height: 24px;
}

.why-choose-wrap {
  padding: 200px 0px 80px;

  background-image: url(../images/why-bg.jpg);

  position: relative;
}

.why-choose-ctnt {
  padding: 20px;
}

.why-choose-ctnt h2 {
  color: #fff;

  font-size: 42px;

  margin-bottom: 20px;
}

.why-choose-ctnt h2 span {
  font-weight: 300;
}

.why-choose-ctnt ul {
  margin-left: -15px;
}

.why-choose-ctnt ul li {
  color: #fff;

  font-size: 18px;

  margin-bottom: 15px;
}

.why-choose-wrap .curve-bg-r {
  position: absolute;

  z-index: 2;

  width: 100%;

  top: 0;
}

.quality-wrap {
  padding: 60px 20px;

  background-image: url(../images/qaulity-bg.png);

  background-position: center right;

  background-repeat: no-repeat;
}

.ctnt-wrap {
  display: flex;

  align-items: center;

  padding-left: 8%;
}

.quality-ctnt {
  width: 100%;

  display: flex;

  margin-bottom: 20px;
}

.quality-ctnt .icon {
  margin-right: 20px;
}

.quality-ctnt .content h2 {
  color: #000;

  font-size: 42px;

  margin-bottom: 20px;

  font-weight: 300;
}

.survey-wrap {
  padding: 60px 0px 80px;

  position: relative;
}

.survey-wrap-ctnt {
  padding: 20px;
}

.list-wrap {
  display: flex;

  align-items: center;
}

.survey-wrap-ctnt ul {
  margin-left: -15px;
}

.survey-wrap-ctnt ul li {
  color: #000;

  font-size: 18px;

  margin-bottom: 15px;
}

.survey {
  width: 100%;

  max-width: 991px;

  margin: 0 auto;

  padding: 30px 10px;
}

.survey p {
  color: #000;

  font-size: 18px;

  margin-bottom: 15px;

  text-align: center;
}

.career-wrap {
  padding: 60px 0px 80px;

  position: relative;
}

.career-ctnt-wrap {
  display: flex;

  align-items: center;
}

.career-wrap .container {
  max-width: 1200px;
}

.career-ctnt {
  padding: 20px;
}

.career-ctnt h2 {
  color: #000;

  font-size: 42px;

  margin-bottom: 20px;
}

.career-ctnt h2 span {
  font-weight: 300;

  display: block;
}

.career-ctnt p {
  color: #000;

  font-size: 18px;

  margin-bottom: 15px;
}

.career-ctnt p.email {
  color: #000;

  font-size: 18px;

  margin-bottom: 15px;

  font-weight: 600;
}

.career-ctnt p.email a {
  color: #000;

  font-size: 18px;

  margin-bottom: 15px;

  font-weight: 300;
}

.career-row {
  padding: 60px 0px 0px;
}

.career-row img {
  width: 100%;
}

.contact-inner-wrap {
  padding: 80px 20px;

  background-image: url(../images/abt-bg.jpg);
}

.contact-inner-wrap .container {
  width: 100%;

  max-width: 991px;
}

.box-wrap {
  margin: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

.box-wrap figure {
  margin-bottom: 10px;
}

.box-wrap h2 {
  color: #000;

  font-size: 32px;

  font-weight: 500;
}

.box-wrap p {
  color: #000;

  font-size: 18px;

  margin-bottom: 15px;

  text-align: center;
}

.facilitate-wrap {
  padding: 80px 20px;
}

.facilitate-wrap .container {
  width: 100%;

  max-width: 1200px;
}

.facilitate-box {
  display: flex;

  flex-direction: column;

  align-content: center;

  justify-content: center;

  padding-right: 50px;
}

.facilitate-box h2 {
  color: #000;

  font-size: 32px;

  font-weight: 500;

  margin-bottom: 30px;
}

.facilitate-box p {
  color: #000;

  font-size: 18px;

  margin-bottom: 15px;
}

.contact-form-wrap {
  padding: 60px 20px;
}

.contact-form-wrap .container {
  width: 100%;

  max-width: 1200px;
}

.form-wrap input {
  width: 100%;

  height: 50px;

  border-radius: 30px;

  border: 1px solid #ccc;

  background-color: transparent;

  padding: 10px 20px;

  margin-bottom: 20px;
}

.form-wrap h2 {
  color: #000;

  font-size: 42px;

  text-align: center;

  margin-bottom: 10px;
}

.form-wrap h2 span {
  font-weight: 300;
}

.form-wrap p {
  color: #000;

  font-size: 18px;

  text-align: center;

  width: 100%;

  max-width: 567px;

  margin: 0px auto;

  margin-bottom: 35px;
}

.form-wrap textarea {
  width: 100%;

  height: 150px;

  border-radius: 30px;

  border: 1px solid #ccc;

  background-color: transparent;

  padding: 10px 20px;

  margin-bottom: 20px;
}

.btn-submit {
  line-height: 14px;

  color: #000;

  margin-top: 30px;

  padding: 20px 60px;

  display: inline-block;

  position: relative;

  text-align: left;

  text-transform: uppercase;

  transition: 0.5s;

  border: 1px solid #000;

  border-radius: 30px;

  background-color: transparent;

  font-size: 18px;

  float: right;

  display: flex;
}

.btn-submit:hover {
  background-color: #465c77;

  color: #fff;

  border: 1px solid #465c77;
}

.form-wrap input::placeholder {
  color: #666;
}

.form-wrap textarea::placeholder {
  color: #666;
}

.media-wrap {
  padding: 80px 20px 40px;
}

.titlewrap h2 {
  color: #000;

  font-size: 42px;

  text-align: center;

  margin-bottom: 10px;
}

.titlewrap h2 span {
  font-weight: 300;
}

.titlewrap p {
  color: #000;

  font-size: 18px;

  text-align: center;

  width: 100%;

  max-width: 991px;

  margin: 0px auto;

  margin-bottom: 35px;
}

.media-ctnt {
  margin-bottom: 20px;
}

.media-ctnt img {
  width: 100%;
}

.media-ctnt figcaption {
  padding: 20px 0px;
}

.media-ctnt figcaption p {
  color: #000;

  font-size: 19px;

  margin-bottom: 5px;
}

.media-ctnt figcaption a {
  line-height: 14px;

  color: #000;

  padding: 15px 60px 15px 0px;

  display: inline-block;

  position: relative;

  text-align: left;

  transition: 0.5s;
}

.media-ctnt figcaption a::before {
  content: '';

  background-image: url(../images/arrow-b.png);

  width: 36px;

  height: 9px;

  position: absolute;

  top: 17px;

  right: 10px;

  transition: 0.5s;
}

.media-ctnt figcaption a:hover.media-ctnt figcaption a::before {
  content: '';

  background-image: url(../images/arrow-b.png);

  right: 2px;
}

.bulk-wrap {
  padding: 80px 20px 0px;
}

.bulk-ctnt-wrap {
  padding: 40px 0px 40px;
}

.side-tab li {
  list-style: none;

  margin-bottom: 10px;
}

.side-tab h3 {
  font-size: 26px;

  margin: 0;

  cursor: pointer;

  font-weight: 400;
}

.side-tab h3 a.on {
  color: #547cac;

  font-weight: 600;
}

.side-tab h3 a {
  color: #000;
}

.side-tab h3 a:hover {
  color: #547cac;

  font-weight: 600;
}

.tab-list-wrap {
  position: relative;
}

.tab-list {
  font-size: 20px;

  opacity: 0;

  left: 0;

  top: 50px;

  position: absolute;

  -webkit-transition: all ease 0.7s;

  -o-transition: all ease 0.7s;

  transition: all ease 0.7s;
}

.tab-list li {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  line-height: 100%;

  margin-bottom: 20px;
}

.tab-list li:before {
  -ms-flex-negative: 0;

  flex-shrink: 0;

  background: #fa6620;

  content: '';

  margin: 12px 10px 0 0;

  height: 1px;

  width: 30px;
}

.tab-list.show {
  opacity: 1;

  left: 0;

  top: 0;

  position: relative;
}

.tab-list h2 {
  color: #547cac;

  font-weight: 600;

  font-size: 26px;

  margin-bottom: 10px;
}

::-webkit-input-placeholder {
  opacity: 1;

  -webkit-transition: opacity 0.25s;

  transition: opacity 0.25s;
}

:-moz-placeholder {
  opacity: 1;

  -moz-transition: opacity 0.25s;

  transition: opacity 0.25s;
}

::-moz-placeholder {
  opacity: 1;

  -moz-transition: opacity 0.25s;

  transition: opacity 0.25s;
}

:-ms-input-placeholder {
  opacity: 1;

  -ms-transition: opacity 0.25s;

  transition: opacity 0.25s;
}

::placeholder {
  opacity: 1;

  transition: opacity 0.25s;
}

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus:-moz-placeholder {
  opacity: 0;
}

*:focus::-moz-placeholder {
  opacity: 0;
}

*:focus:-ms-input-placeholder {
  opacity: 0;
}

*:focus::placeholder {
  opacity: 0;
}

@media screen and (max-width: 1430px) {
  .container,
  .our-services {
    padding-left: 20px !important;

    padding-right: 20px !important;
  }

  .about-bottom-wrapper .row > *,
  .about-top-wrapper .row > * {
    padding-left: 12px !important;

    padding-right: 12px !important;
  }

  .service-wrap {
    padding: 60px 50px;
  }
}

@media screen and (max-width: 1366px) {
  .banner-content {
    margin-bottom: 0;
  }

  .home-hero-wrapper .item {
    align-items: center !important;
  }
}

@media screen and (max-width: 992px) {
  .main-header li a {
    font-size: 15px;
  }

  .banner-content h1,
  .personel-loan-left h1 {
    font-size: 32px;
  }

  .home-hero p {
    padding: 10px 0 0;
  }

  .main-header li:not(:last-child) {
    margin-right: 42px;
  }

  .btn-contact {
    padding: 13px 26px;
  }

  .our-services {
    padding: 35px 0 0;
  }

  .our-services h2 {
    font-size: 35px;

    padding-bottom: 40px;
  }

  .our-services .owl-nav {
    margin-top: 40px;
  }

  .ourservice-bottom {
    padding: 20px;
  }

  .ourservice-bottom span {
    font-size: 20px;
  }

  .btn-know-more {
    padding: 14px 28px 13px;
  }

  .how-it-works {
    margin-top: 50px;
  }

  .how-it-works h3 {
    font-size: 35px;
  }

  .how-it-works h3::before {
    padding-bottom: 12px;
  }

  .how-it-works li:not(:last-child) {
    margin-bottom: 25px;
  }

  .how-it-works li span {
    padding-bottom: 10px;
  }

  .how-it-works li p {
    font-size: 15px;
  }

  .about-us-wrapper {
    padding: 35px 0 0;
  }

  .about-content span {
    padding-bottom: 13px;
  }

  .about-content h4,
  .fun-facts-wrapper h4 {
    font-size: 30px;

    padding-bottom: 20px;
  }

  .about-content .btn-know-more {
    margin-top: 25px;
  }

  .fun-facts-wrapper {
    margin-top: 50px;
  }

  .fun-facts-wrapper span {
    font-size: 25px;
  }

  .fun-facts-wrapper p,
  .personel-loan-left p,
  .white-content-area article p {
    font-size: 16px;
  }

  .fun-facts-wrapper {
    margin: 50px 0 0;

    padding: 70px 0 125px;
  }

  .newsletter-wrapper {
    padding: 80px 0;
  }

  .newsletter-wrapper h4,
  .white-content-area article h2 {
    font-size: 28px;
  }

  .title-common {
    margin-bottom: 50px;
  }

  .field-group {
    margin-top: 45px;
  }

  .main-footer img {
    max-width: 65%;
  }

  .personel-loan-right {
    padding-left: 0;
  }

  .about-content-wrapper {
    margin-top: 35px;
  }

  .personel-loan-left span {
    padding-bottom: 10px;
  }

  .white-content-area,
  .contact-us .white-content-area {
    padding: 40px 30px;
  }

  .common-wrapper {
    padding: 50px 0 30px;
  }

  .service-main-content:not(:last-child) {
    margin-bottom: 80px;
  }

  .service-content-right {
    padding-right: 12px;
  }

  .common-wrapper h1,
  .common-wrapper h2 {
    font-size: 42px;
  }

  .service-content-right h2 {
    font-size: 30px;
  }

  .contact-form {
    margin-top: 90px;

    padding-bottom: 90px;
  }

  .contact-form input[type='text'],
  .contact-form textarea {
    padding: 13px 18px;
  }

  .liquid-ctnt {
    position: relative;

    bottom: 0;

    right: 0;

    padding: 50px 20px;

    background-color: #f5f5f5;

    width: 100%;

    box-shadow: none;

    max-width: 100%;
  }

  .liquid-service-ctnt-wrap {
    padding-bottom: 0px;
  }

  .service-wrap {
    padding: 60px 10px;
  }

  .our-services .owl-nav button.owl-prev {
    left: 0;
  }

  .our-services .owl-nav button.owl-next {
    right: -20px;
  }

  .footer-ctnt {
    width: 100%;
  }

  .foot-logo {
    display: none;
  }

  .abt-inner-wrap figure {
    display: none;
  }

  .abt-inner-wrap .col-md-6 {
    width: 100%;
  }

  .number-wrap {
    margin-top: 30px;

    margin-bottom: 30px;

    justify-content: space-between;
  }

  .number-box {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .banner-content {
    margin: 0 auto;

    text-align: center;
  }

  .home-hero h1 span {
    display: inline;
  }

  .btn-read-more {
    margin-top: 10px;
  }

  .main-header .container {
    position: relative;

    min-height: 70px;
  }

  .header-left {
    display: flex;

    align-items: center;

    padding-right: 20px;
  }

  .main-header figure img {
    max-width: 90%;
  }

  .main-header ul {
    background: #56697e;

    width: 100%;

    position: absolute;

    left: 0;

    flex-direction: column;

    z-index: 100;

    display: none;
  }

  .dropdown ul {
    list-style-type: none;

    display: block !important;

    margin: 0;

    padding: 0;

    position: absolute;

    width: 100%;

    min-width: 200px;

    overflow: hidden;

    background-color: #fff;

    color: #000;

    border-radius: 5px;
  }

  .dropdown ul {
    top: 50px !important;
  }

  .main-header li a {
    padding: 10px 15px;

    color: #fff;
  }

  .dropdown {
    width: 100%;
  }

  .main-header li a:hover,
  .main-header li.selected a {
    background: #fff;

    color: #000;
  }

  .main-header li:not(:last-child) {
    margin-right: 0;
  }

  .btn-contact {
    font-size: 14px;

    padding: 10px 17px 8px;

    margin: 0 15px 0 0;
  }

  .btn-know-more {
    margin-top: 25px;
  }

  .about-content .btn-know-more {
    font-size: 15px;
  }

  .hamburger {
    right: 20px;

    display: block;
  }

  .header-right {
    padding-right: 32px;

    display: flex;

    align-items: center;
  }

  .home-hero p {
    line-height: 18px;
  }

  .our-services h2 {
    font-size: 30px;

    width: 100%;

    padding: 0 90px 35px 0;
  }

  .our-services h2::before {
    max-width: 80px;

    top: 18px;
  }

  .our-services .owl-nav {
    margin-top: 20px;
  }

  .fun-facts-wrapper {
    margin-top: 20px;
  }

  .btn-know-more {
    padding: 12px 21px 12px;

    font-size: 15px;
  }

  .our-services button {
    width: 40px;

    height: 40px;
  }

  .how-it-works h3,
  .service-content-right h2 {
    font-size: 30px;
  }

  .how-it-works {
    margin-top: 25px;

    padding: 50px 0;
  }

  .fun-facts-wrapper {
    margin: 35px 0 0;

    padding: 70px 0;
  }

  .fun-facts-wrapper .container {
    padding-top: 35px;
  }

  .fun-facts-wrapper .row > * {
    margin-bottom: 20px;

    border: none !important;
  }

  .newsletter-wrapper {
    padding: 38px 0;
  }

  .newsletter-wrapper span {
    padding-bottom: 5px;
  }

  .field-group {
    margin-top: 25px;
  }

  .field-group input[type='submit'] {
    font-size: 15px;

    max-width: inherit;

    width: auto;

    padding: 16px 32px 14px;

    margin-left: 13px !important;
  }

  .field-group input[type='text'] {
    padding: 10px 28px;
  }

  .main-footer img {
    max-width: 25%;
  }

  .main-footer .inner-content {
    text-align: center;

    margin-bottom: 25px;
  }

  .main-footer .inner-content h5::before {
    right: 0;

    margin: auto;
  }

  .main-footer .border-end {
    border: none !important;
  }

  .footer-bottom {
    text-align: center;

    padding: 20px 0;

    margin: 0;
  }

  .footer-bottom figure {
    margin: 10px 0 0;
  }

  .about-bottom-wrapper {
    margin-top: 35px;
  }

  .white-content-area {
    max-width: 100%;

    flex-direction: column;

    align-items: center;
  }

  .white-content-area article {
    text-align: center;

    padding: 0;

    margin: 0;

    border: none;
  }

  .white-content-area article h2 {
    text-align: center;
  }

  .white-content-area figure {
    padding: 0;

    margin-bottom: 15px;
  }

  .service-content-right .btn-know-more {
    margin-top: 0;
  }

  .flex-row-reverse .service-content-right {
    padding-right: 12px;
  }

  .common-wrapper {
    padding: 40px 0 0;
  }

  .title-common {
    margin-bottom: 35px;
  }

  .common-wrapper h1,
  .common-wrapper h2 {
    font-size: 32px;
  }

  .service-main-content:not(:last-child) {
    margin-bottom: 40px;
  }

  .service-main-content {
    margin-bottom: 50px;
  }

  .service-content-right h2,
  .service-content-right span {
    padding-bottom: 25px;
  }

  .contact-form {
    margin-top: 0;

    padding-bottom: 50px;
  }

  .contact-form .title-common {
    margin-bottom: 35px;
  }

  .img-contact figure {
    height: auto;
  }

  .boat-wrap {
    display: none;
  }

  .survey-type-wrap {
    padding: 100px 0px 80px;

    background: #006d8a;
  }

  footer {
    background-image: url(../images/footer-bg.jpg);

    background-repeat: no-repeat;

    background-color: #032040;

    padding: 30px 0px;

    padding-top: 100px;

    position: relative;

    text-align: center;
  }

  footer .container-fluid {
    padding: 0;
  }

  .foot-ctnt {
    margin-bottom: 25px;
  }

  .newsletter input {
    margin-bottom: 7px;
  }

  .liquid-ctnt ul {
    margin: 0;
  }

  .foot-ctnt h2 {
    margin-bottom: 10px;
  }

  .foot-ctnt ul {
    margin-left: 0;
  }

  .copyright {
    text-align: center;
  }

  .terms {
    text-align: center;
  }

  .footer-ctnt ul {
    padding-left: 0;
  }

  .why-choose-wrap {
    padding: 100px 0px 80px;

    background: #006d8a;
  }

  .bread-crumb {
    width: 100%;
  }

  .bread-crumb h2 {
    font-size: 28px;

    text-align: center;

    margin-bottom: 0;
  }

  .bread-crumb ul li a {
    font-size: 16px;
  }

  .contact-form-wrap {
    padding: 20px 20px;
  }

  .titlewrap h2 {
    font-size: 32px;
  }

  .form-wrap h2 {
    font-size: 32px;
  }

  .survey-wrap-ctnt ul li {
    margin-bottom: 5px;
  }

  .survey {
    padding: 10px;
  }

  .survey-wrap {
    padding: 60px 0px 20px;
  }
}

@media screen and (max-width: 576px) {
  .home-hero img,
  .inner-hero-wrapper img {
    height: 250px;

    width: 100%;
  }

  .home-hero .curve-bg {
    display: none;
  }

  .home-hero .container {
    position: absolute;

    bottom: 1%;
  }

  .btn-read-more {
    margin-top: 0px;
  }

  .logo-wrap {
    display: none;
  }

  .who-ctnt h2 {
    font-size: 32px;
  }

  .survey-ctnt h2 {
    font-size: 32px;
  }

  .sec-title h2 {
    font-size: 32px;
  }

  .liquid-ctnt h2 {
    font-size: 32px;
  }

  .maraine-cargo h2 {
    font-size: 32px;
  }

  .container-ctnt h2 {
    font-size: 32px;
  }

  .abt-inner-wrap h2 {
    font-size: 32px;
  }

  .container-wrap {
    padding: 60px 0px 0px;
  }

  .who-we-are {
    padding: 20px;
  }

  .our-services .container {
    padding: 0 !important;
  }

  .personel-loan-left h1,
  .common-wrapper h1 {
    font-size: 28px;
  }

  .our-services h2,
  .how-it-works h3,
  .service-content-right h2,
  .about-content h4,
  .fun-facts-wrapper h4,
  .newsletter-wrapper h4,
  .white-content-area article h2 {
    font-size: 26px;
  }

  .btn-submit {
    font-size: 16px;

    max-width: 155px;
  }

  .banner-content h1 {
    font-size: 22px;
  }

  .main-header figure img {
    max-width: 60%;
  }

  .maraine-cargo-wrap {
    padding: 60px 20px 20px;
  }

  .abt-inner-wrap {
    padding: 40px 0px;
  }

  .box-mid {
    border: none;
  }

  .number-wrap {
    display: block;
  }

  .number-wrap {
    margin-top: 0;
  }

  .ctnt-wrap {
    padding-left: 0;

    padding-top: 20px;
  }

  .media-wrap {
    padding: 40px 20px;
  }

  .facilitate-wrap {
    padding: 40px 20px;
  }

  .form-wrap textarea {
    height: 100px;
  }

  .form-wrap input {
    margin-bottom: 10px;
  }

  .form-wrap textarea {
    margin-bottom: 10px;
  }

  .btn-submit {
    margin-top: 5px;

    padding: 15px 50px;
  }

  .facilitate-box {
    display: block;

    padding-right: 0px;

    text-align: center;
  }

  .bulk-ctnt-wrap {
    padding: 0px 0px 40px;
  }

  .foot-bottom {
    margin-top: 25px;
  }

  .newsletter-wrap {
    margin-bottom: 30px;
  }

  .quality-ctnt .content h2 {
    font-size: 28px;

    margin-bottom: 5px;

    font-weight: 400;
  }

  .contact-inner-wrap {
    padding: 40px 20px;
  }

  .bread-crumb-wrap {
    bottom: 1%;
  }

  .bulk-wrap {
    padding: 40px 20px 0px;
  }

  .bulk-ctnt-wrap {
    padding: 10px;
  }

  .side-tab {
    padding: 0;

    margin-bottom: 30px;
  }
}

.dropdown {
  display: inline-block;

  margin-right: 10px;

  position: relative;
}

.dropdown.toggle > input {
  display: none;
}

.dropdown > a,
.dropdown.toggle > label {
  border-radius: 2px;

  box-shadow: none;
}

.dropdown ul {
  list-style-type: none;

  display: block;

  margin: 0;

  padding: 0;

  position: absolute;

  width: 100%;

  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);

  overflow: hidden;
}

.dropdown a,
.dropdown.toggle > label {
  display: block;

  padding: 0 0 0 10px;

  text-decoration: none;

  font-size: 13px;

  text-transform: uppercase;

  color: #999;

  background-color: transparent;
}

.dropdown li {
  height: 0;

  overflow: hidden;

  transition: all 500ms;
}

.dropdown.hover li {
  transition-delay: 300ms;
}

.dropdown li:first-child a {
  border-radius: 2px 2px 0 0;
}

.dropdown li:last-child a {
  border-radius: 0 0 2px 2px;
}

.dropdown li:first-child a::before {
  content: '';

  display: block;

  position: absolute;

  width: 0;

  height: 0;

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  border-bottom: 10px solid #fff;

  margin: -10px 0 0 30px;
}

.dropdown > a:hover::after,
.dropdown.toggle > label:hover::after,
.dropdown.toggle > input:checked ~ label::after {
  border-top-color: #aaa;
}

.dropdown li:first-child a:hover::before {
  border-bottom-color: #eee;
}

.dropdown.hover:hover li:first-child,
.dropdown.toggle > input:checked ~ ul li:first-child {
  padding-top: 0px;

  margin-top: 10px;
}

.facilitate-box .main-wrap {
  display: flex;
  align-items: start;
  gap: 5px;
}
.facilitate-box .main-wrap .box-wrap {
  border: 1px solid #aaaa;
  border-radius: 7px;
  padding: 14px;
  width: 100%;
  height: 100%;
}
.facilitate-box .main-wrap .box-wrap img {
  width: 24px;
}
.facilitate-box .main-wrap .box-wrap h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.facilitate-box .main-wrap .box-wrap p {
  font-size: 16px;
  margin-bottom: 2px;
}
.facilitate-box .main-wrap .box-wrap p:nth-last-child() {
  margin: 0;
}
