body {
  background-color: #ffffff;
}

body .navbar-light {
  background-color: #ffffff !important;
  color: #000000;
  position: -webkit-sticky;
  position: sticky;
}

body .navbar-light .navbar-brand img {
  max-height: 60px;
}

body .navbar-light .navbar-brand span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #20333E;
}

body .navbar-light .navbar-toggler-icon {
  color: #ffffff;
}

body .navbar-light .navbar-collapse {
  margin-left: auto;
  margin-right: 5px;
}

body .navbar-light .navbar-collapse .navbar-nav {
  margin-right: 5px;
}

body .navbar-light .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  font-family: 'Cabin', sans-serif;
  font-weight: bolder;
  font-size: 16px !important;
  text-align: left;
  color: #20333E;
  margin-right: 10px;
}

body .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  text-align: left;
  color: #20333E;
  margin-right: 10px;
}

body .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #b5b9bb;
}

body .navbar-light .navbar-collapse .navbar-nav .nav-item .btn-signin {
  padding: 5px 25px;
  margin-right: 10px;
  border-radius: 12px;
  margin-left: 0px;
  background-color: #1A81B3;
  color: #ffffff;
  margin-left: 5px;
}

body .navbar-light .navbar-collapse .navbar-nav .nav-item .btn-signin:hover {
  background-color: #0c6d9e;
  color: #ffffff;
}

body .navbar-light .navbar-collapse .navbar-nav .nav-item .img-fluid {
  padding-top: 5px;
  margin-left: 5px;
  width: 30px;
  position: relative;
}

body .navbar-light .navbar-collapse .navbar-nav .nav-item .badge {
  position: absolute;
  margin-top: 1px;
  margin-right: -8px;
  margin-left: -9px;
  background-color: #FF941D;
  color: #000000;
}

body .hero-title-content {
  background-image: url("../images/bc-header.jpg");
  background-size: cover;
}

body .hero-title-content .container .row {
  margin-top: 10vh;
  margin-bottom: 2.5vh;
}

body .hero-title-content .container .row .content-title {
  padding-top: 10vh;
  text-align: center;
}

body .hero-title-content .container .row .content-title h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 37px;
  color: #1a81b3;
  margin-bottom: 4px;
  margin-top: 0px;
}

body .hero-title-content .container .row .content-title p {
  margin-top: -8px;
  margin-bottom: 12px;
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  color: #ff941d;
}

body .hero-title-content .container .row .content-title .btn-services {
  background-color: #1A81B3;
  color: #ffffff;
  padding: 12px 20px 12px 20px;
  border-radius: 18px;
  font-size: 18px;
}

body .hero-title-content .container .row .content-title .btn-services:hover {
  background-color: #0c6d9e;
  color: #ffffff;
}

body .hero-title-content .container .row .content-title .btn-about-us {
  border-color: #1A81B3;
  color: #1A81B3;
  padding: 12px 33px 12px 33px;
  border-radius: 18px;
  font-size: 18px;
}

body .hero-title-content .container .row .content-title .btn-about-us:hover {
  border-color: #ff941d;
  background-color: #ff941d;
  color: #ffffff;
}

body .hero-title-content .container .row .content-img img {
  width: 500px;
}

body .section-service h4 {
  margin-top: 4vh;
  margin-left: 6vw;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  text-align: left;
  color: #ff6a00;
}

body .section-service .card {
  border-radius: 55px;
  background-color: transparent;
  border-color: #CCCCCC;
}

body .section-service .card .card-body {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
}

body .section-service .card .card-body .serv1 img {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

body .section-service .card .card-body .serv1 .img-title span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  color: #1A81B3;
  padding-left: 0px;
}

body .section-service .card .card-body .serv2 img {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

body .section-service .card .card-body .serv2 .img-title span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  color: #1A81B3;
  padding-left: 0px;
}

body .section-service .card .card-body .serv3 img {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

body .section-service .card .card-body .serv3 .img-title span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  color: #1A81B3;
  padding-left: 0px;
}

body .section-service .card .card-body .serv4 img {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

body .section-service .card .card-body .serv4 .img-title span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  color: #1A81B3;
  padding-left: 0px;
}

body .section-service .card .card-body .serv5 img {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

body .section-service .card .card-body .serv5 .img-title span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  color: #1A81B3;
  padding-left: 0px;
}

body .section-service .card .card-body .serv6 img {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

body .section-service .card .card-body .serv6 .img-title span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  color: #1A81B3;
  padding-left: 0px;
}

body .section-faq-header .container .faq-header h4 {
  margin-top: 4vh;
  margin-left: 6vw;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  text-align: left;
  color: #1a81b3;
  margin-bottom: 5px;
}

body .section-faq-content .container .accordion .card {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 3vh;
}

body .section-faq-content .container .accordion .card .card-header {
  background-color: #EEF3F6;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 2;
}

body .section-faq-content .container .accordion .card .card-header .header-title h5 {
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #4a6572;
  padding-top: 2vh;
}

body .section-faq-content .container .accordion .card .card-header .card-link span p {
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #ff941d;
  margin-bottom: 0vh;
}

body .section-faq-content .container .accordion .card .card-header [aria-expanded="false"] > .expanded,
body .section-faq-content .container .accordion .card .card-header [aria-expanded="true"] > .collapsed {
  display: none;
}

body .section-faq-content .container .accordion .card .collapse {
  background: #20333E;
  margin-top: -3vh;
  background: #20333E;
  color: #eef3f6;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

body .section-faq-content .container .accordion .card .collapse .card-body p {
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  font-size: 18px;
  padding-top: 3vh;
  margin-bottom: 0vh;
}

body .section-footer {
  margin-top: 3vh;
  background: transparent;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  --webkit-backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, 0.15);
}

body .section-footer .container-fluid .row {
  padding-top: 2.5vh;
}

body .section-footer .container-fluid .row .item-bag-1 {
  float: left;
}

body .section-footer .container-fluid .row .item-bag-1 a {
  padding-left: 2vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #20333e;
}

body .section-footer .container-fluid .row .item-bag-2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #20333e;
  text-align: center;
}

body .section-footer .container-fluid .row .item-bag-3 {
  float: right;
}

body .section-footer .container-fluid .row .item-bag-3 a {
  padding-right: 2vw;
}

body .section-footer .container-fluid .row .item-bag-3 a img {
  width: 30px;
}

body .section-hero-contact {
  margin-top: 5vh;
}

body .section-hero-contact .container .hero-header {
  margin-bottom: 3vh;
}

body .section-hero-contact .container .hero-header h4 {
  font-family: "Cabin Semi Bold";
  font-weight: 600;
  font-style: italic;
  font-size: 25px;
  color: #ff6a00;
}

body .section-hero-contact .container .hero-header h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 35px;
  color: #1a81b3;
}

body .section-hero-contact .container .hero-content-contact .row .form-content .card {
  background-color: #F9AA33;
  border-radius: 30px;
}

body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-header h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #20333e;
  margin-bottom: 3vh;
}

body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group {
  font-family: 'Roboto', sans-serif;
}

body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group .form-control {
  border-radius: 10px;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 25px;
}

body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group input::-webkit-input-placeholder {
  border-color: #707070;
  color: #C6D7D6;
}

body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group textarea::-webkit-input-placeholder {
  border-color: #707070;
  color: #C6D7D6;
}

body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send {
  background-color: #20333E;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #eaeff2;
  border-radius: 10px;
}

body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send:hover {
  background-color: #344955;
  color: #eaeff2;
}

body .section-hero-contact .container .hero-content-contact .row .image-content {
  margin-left: 5vw;
}

body .section-hero-contact .container .hero-content-contact .row .image-content .hero-image img {
  width: 500px;
}

body .section-footer-contact {
  background-color: #294B6E;
  margin-top: 5vh;
}

body .section-footer-contact .container .row .col-12 .row {
  margin-top: 5vh;
}

body .section-footer-contact .container .row .col-12 .row .list-unstyled li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 50px;
  color: #eaeff2;
}

body .section-footer-contact .container .row .col-12 .row .our-sosial-media h5 {
  font-family: 'Bebas Neue', cursive;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.04em;
  color: #f9aa33;
}

body .section-footer-contact .container .row .col-12 .row .our-sosial-media a img {
  width: 50px;
  margin-right: 2vw;
}

body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-1 {
  margin-bottom: 2vh;
}

body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-2 {
  margin-bottom: 2vh;
}

body .section-footer-contact .container-fluid {
  background-color: #486A8D;
}

body .section-footer-contact .container-fluid .row {
  padding-top: 2.5vh;
}

body .section-footer-contact .container-fluid .row .item-bag-1 {
  float: left;
}

body .section-footer-contact .container-fluid .row .item-bag-1 a {
  padding-left: 2vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}

body .section-footer-contact .container-fluid .row .item-bag-2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}

body .section-footer-contact .container-fluid .row .item-bag-3 {
  float: right;
}

body .section-footer-contact .container-fluid .row .item-bag-3 a {
  padding-right: 2vw;
}

body .section-footer-contact .container-fluid .row .item-bag-3 a img {
  width: 30px;
}

body .section-header-blog {
  margin-top: 3vh;
}

body .section-header-blog .container .btn-top-articles {
  background-color: #F9AA33;
  color: #294B6E;
  border-radius: 30px;
  padding: 12px 50px;
  margin-right: 2vw;
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.01em;
}

body .section-header-blog .container .btn-top-articles:hover {
  background-color: #c47c10;
  color: #294B6E;
}

body .section-header-blog .container .btn-recently-articles {
  border-color: #F9AA33;
  color: #294B6E;
  border-radius: 30px;
  padding: 12px 50px;
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.01em;
}

body .section-header-blog .container .btn-recently-articles:hover {
  border-color: transparent;
  background-color: #F9AA33;
  color: #294B6E;
}

body .section-hero-blog {
  margin-top: 4vh;
}

body .section-hero-blog .container .row .col .card {
  border-color: transparent;
}

body .section-hero-blog .container .row .col .card img {
  width: 100%;
  height: 250px;
  margin-bottom: 2vh;
}

body .section-hero-blog .container .row .col .card a {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 35px;
  text-align: left;
  color: #294b6e;
  margin-bottom: 1vh;
}

body .section-hero-blog .container .row .col .card h5 {
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #294b6e;
  margin-bottom: 3vh;
}

body .section-hero-blog .container .row .col .card p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #294b6e;
}

body .section-content-sosmed .container .content-header-sosmed {
  margin-bottom: 2vh;
}

body .section-content-sosmed .container .content-header-sosmed h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #294b6e;
}

body .section-content-sosmed .container .row .card {
  border-color: transparent;
}

body .section-content-sosmed .container .row .card img {
  width: auto;
  margin-bottom: 1vh;
}

body .section-content-sosmed .container .row .card a {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: #294b6e;
}

body .section-content-sosmed .container .row .card h5 {
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #294b6e;
}

body .section-content-sosmed .container .row .card p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #294b6e;
}

body .section-content-webapp .container .content-header-webapp {
  margin-bottom: 2vh;
}

body .section-content-webapp .container .content-header-webapp h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #294b6e;
}

body .section-content-webapp .container .row .card {
  border-color: transparent;
}

body .section-content-webapp .container .row .card img {
  width: auto;
  margin-bottom: 1vh;
}

body .section-content-webapp .container .row .card a {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 30px;
  color: #294b6e;
}

body .section-content-webapp .container .row .card h5 {
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #294b6e;
}

body .section-content-webapp .container .row .card p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #294b6e;
}

body .section-header-blog-recent {
  margin-top: 3vh;
}

body .section-header-blog-recent .container .btn-top-articles {
  border-color: #F9AA33;
  color: #294B6E;
  border-radius: 30px;
  padding: 12px 50px;
  margin-right: 2vw;
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.01em;
}

body .section-header-blog-recent .container .btn-top-articles:hover {
  border-color: transparent;
  background-color: #F9AA33;
  color: #294B6E;
}

body .section-header-blog-recent .container .btn-recently-articles {
  background-color: #F9AA33;
  color: #294B6E;
  border-radius: 30px;
  padding: 12px 50px;
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.01em;
}

body .section-header-blog-recent .container .btn-recently-articles:hover {
  background-color: #c47c10;
  color: #294B6E;
}

body .section-hero-blog-recent {
  margin-top: 4vh;
}

body .section-hero-blog-recent .container .row .col .card {
  border-color: transparent;
  margin-bottom: 5vh;
}

body .section-hero-blog-recent .container .row .col .card img {
  width: 100%;
  height: 250px;
  margin-bottom: 2vh;
}

body .section-hero-blog-recent .container .row .col .card a {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 35px;
  text-align: left;
  color: #294b6e;
  margin-bottom: 1vh;
}

body .section-hero-blog-recent .container .row .col .card h5 {
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #294b6e;
  margin-bottom: 3vh;
}

body .section-hero-blog-recent .container .row .col .card p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #294b6e;
}

body .section-header-blog-detail {
  margin-top: 5vh;
}

body .section-header-blog-detail .container .header-title-blog-detail h3 {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #294b6e;
}

body .section-hero-blog-detail {
  margin-top: 4vh;
}

body .section-hero-blog-detail .container .share-icon .icon {
  margin-bottom: 1vh;
}

body .section-hero-blog-detail .container .share-icon .icon .img-icon {
  float: right;
}

body .section-hero-blog-detail .container .share-icon .icon .img-icon a img {
  width: 20px;
}

body .section-hero-blog-detail .container .row .col .card {
  border-color: transparent;
  margin-bottom: 5vh;
}

body .section-hero-blog-detail .container .row .col .card img {
  width: 100%;
  height: auto;
  margin-bottom: 0vh;
}

body .section-hero-blog-detail .container .row .col .card h5 {
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 35px;
  color: #294b6e;
  margin-bottom: 30px;
}

body .section-hero-blog-detail .container .row .col .card h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #294b6e;
  margin-bottom: 30px;
  text-align: justify;
}

body .section-hero-blog-detail .container .row .col .card p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0em;
  color: #294b6e;
  margin-bottom: 30px;
  text-align: justify;
}

body .section-hero-blog-detail .container .back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 10vh;
  right: 20px;
  display: none;
}

body .section-content-service {
  margin-top: 6vh;
}

body .section-content-service .container .row .content-img {
  text-align: center;
}

body .section-content-service .container .row .content-img img {
  margin-top: 2vh;
  width: 130px;
}

body .section-content-service .container .row .content-title {
  margin-left: -1vw;
}

body .section-content-service .container .row .content-title h3 {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #1a81b3;
}

body .section-content-service .container .row .content-title p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #294b6e;
  margin-bottom: 2vh;
}

body .section-content-service .container .row .content-title .btn-more {
  border-color: #F9AA33;
  color: #294B6E;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  padding: 8px 50px;
  margin-bottom: 8vh;
}

body .section-content-service .container .row .content-title .btn-more:hover {
  color: #294B6E;
  background-color: #F9AA33;
}

body .section-header-serv-desc {
  margin-top: 5vh;
}

body .section-header-serv-desc .container .header-title h3 {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 0.03em;
  color: #1a81b3;
  margin-bottom: 20px;
}

body .section-header-serv-desc .container .header-title .title-sosmed {
  font-size: 40px;
}

body .section-header-serv-desc .container .header-img {
  margin-bottom: 5vh;
}

body .section-header-serv-desc .container .header-img img {
  width: 150px;
}

body .section-header-serv-desc .container .header-img .img-sosmed {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

body .section-header-serv-desc .container .header-img .img-compro {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

body .section-content-serv-desc .container-fluid .row {
  background-color: #DAECF7;
  margin-bottom: 5vh;
  height: 370px;
}

body .section-content-serv-desc .container-fluid .row .img .img-content img {
  margin-left: -2vw;
  width: 420px;
  height: 370px;
}

body .section-content-serv-desc .container-fluid .row .img .img-content .img-2 {
  margin-left: 0vw;
}

body .section-content-serv-desc .container-fluid .row .title {
  position: relative;
}

body .section-content-serv-desc .container-fluid .row .title .content-title {
  margin-top: 12vh;
  margin-left: 3vw;
  margin-right: 2vw;
}

body .section-content-serv-desc .container-fluid .row .title .content-title p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #294b6e;
  margin-bottom: 8vh;
}

body .section-content-serv-desc .container-fluid .row .title .content-title h5 {
  font-family: "Josefin Sans";
  font-weight: bold;
  font-size: 90px;
  color: #f9aa33;
}

body .section-testimonial {
  background-color: #DAECF7;
}

body .section-testimonial .container .testimonial-header {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

body .section-testimonial .container .testimonial-header h3 {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #1a81b3;
}

body .section-testimonial .container .testimonial-content .card {
  border-color: transparent;
  background-color: transparent;
}

body .section-testimonial .container .testimonial-content .card .card-body .people-testimonial img {
  border-radius: 75px;
  width: 150px;
  margin-bottom: 2vh;
}

body .section-testimonial .container .testimonial-content .card .card-body .title-testimonial p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #294b6e;
  height: 18vh;
}

body .section-testimonial .container .testimonial-content .card .card-body .user {
  margin-top: 2vh;
}

body .section-testimonial .container .testimonial-content .card .card-body .user .name-user {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #F9AA33;
}

body .section-testimonial .container .testimonial-content .card .card-body .user .prof-user {
  margin-top: -2.5vh;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #f9aa33;
}

@media screen and (min-width: 320px) and (max-width: 371px) {
  body .navbar-light .navbar-brand {
    margin-top: -1vh;
    margin-left: -3vw;
  }
  body .navbar-light .navbar-brand img {
    width: 40px;
  }
  body .navbar-light .navbar-brand span {
    font-size: 16px;
    color: #20333E;
  }
  body .navbar-light .navbar-toggler {
    padding: 0px 5px 0px 5px;
  }
  body .navbar-light .navbar-toggler .navbar-toggler-icon {
    color: #ffffff;
    width: 20px;
  }
  body .navbar-light .navbar-collapse {
    margin-left: auto;
    margin-right: 5px;
  }
  body .navbar-light .navbar-collapse .navbar-nav {
    margin-right: 0px;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    font-size: 16px !important;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #b5b9bb;
  }
  body .hero-title-content {
    background-image: url("../images/bc-header.jpg");
    background-size: cover;
  }
  body .hero-title-content .container .row {
    margin-top: 0vh;
  }
  body .hero-title-content .container .row .content-title {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  body .hero-title-content .container .row .content-title h3 {
    font-size: 30px;
  }
  body .hero-title-content .container .row .content-title p {
    font-size: 17px;
  }
  body .hero-title-content .container .row .content-title .btn-services {
    margin-top: -1vh !important;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
    font-size: 12px;
  }
  body .hero-title-content .container .row .content-title .btn-services:hover {
    background-color: #0c6d9e;
    color: #ffffff;
  }
  body .hero-title-content .container .row .content-title .btn-about-us {
    margin-top: -1vh !important;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
    font-size: 12px;
  }
  body .hero-title-content .container .row .content-title .btn-about-us:hover {
    border-color: #ff941d;
    background-color: #ff941d;
    color: #ffffff;
  }
  body .hero-title-content .container .row .content-img img {
    width: 250px;
  }
  body .section-service h4 {
    margin-left: 2vw;
    font-size: 18px;
    margin-bottom: 2vh;
  }
  body .section-service .card {
    border-radius: 25px;
  }
  body .section-service .card .card-body {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    text-align: center;
    padding-top: 4vh;
    padding-bottom: 0vh;
  }
  body .section-service .card .card-body .serv1 img {
    width: 50px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv1 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv2 img {
    width: 50px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv2 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv3 img {
    width: 50px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv3 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv4 img {
    width: 50px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv4 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv5 img {
    width: 50px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv5 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv6 img {
    width: 50px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv6 .img-title span {
    font-size: 14px;
  }
  body .section-faq-header {
    margin-top: -4vh;
  }
  body .section-faq-header .container .faq-header {
    margin-bottom: 2vh;
  }
  body .section-faq-header .container .faq-header h4 {
    margin-left: 2vw;
    font-size: 18px;
  }
  body .section-faq-content .container .accordion .card .card-header .header-title h5 {
    padding-top: 1vh;
    font-size: 16px;
  }
  body .section-faq-content .container .accordion .card .card-header .card-link span p {
    font-size: 14px;
  }
  body .section-faq-content .container .accordion .card .collapse .card-body p {
    font-size: 16px;
    padding-top: 2vh;
  }
  body .section-footer .container-fluid .row {
    padding-top: 2.5vh;
  }
  body .section-footer .container-fluid .row .item-bag-1 {
    float: none;
    text-align: center;
  }
  body .section-footer .container-fluid .row .item-bag-1 a {
    font-size: 12px;
  }
  body .section-footer .container-fluid .row .item-bag-2 {
    font-size: 12px;
    text-align: center;
  }
  body .section-footer .container-fluid .row .item-bag-3 {
    float: none;
    text-align: center;
    margin-top: -2vh;
    margin-left: 3vh;
  }
  body .section-footer .container-fluid .row .item-bag-3 a {
    padding-right: 2vw;
  }
  body .section-footer .container-fluid .row .item-bag-3 a img {
    width: 25px;
  }
  body .section-hero-contact {
    margin-top: 2vh;
  }
  body .section-hero-contact .container .hero-header {
    margin-bottom: 3vh;
    margin-left: 2vw;
  }
  body .section-hero-contact .container .hero-header h4 {
    font-size: 20px;
  }
  body .section-hero-contact .container .hero-header h3 {
    font-size: 25px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card {
    background-color: #F9AA33;
    border-radius: 30px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-header h3 {
    font-size: 18px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group {
    margin-bottom: 1.5vh;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group .form-control {
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group input::-webkit-input-placeholder {
    border-color: #707070;
    color: #C6D7D6;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group textarea::-webkit-input-placeholder {
    border-color: #707070;
    color: #C6D7D6;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send {
    background-color: #20333E;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #eaeff2;
    border-radius: 10px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send:hover {
    background-color: #344955;
    color: #eaeff2;
  }
  body .section-hero-contact .container .hero-content-contact .row .image-content {
    margin-left: 5vw;
    margin-top: 8vh;
  }
  body .section-hero-contact .container .hero-content-contact .row .image-content .hero-image img {
    width: 300px;
  }
  body .section-footer-contact {
    margin-top: 5vh;
  }
  body .section-footer-contact .container .row .col-12 .row {
    margin-top: 3vh;
  }
  body .section-footer-contact .container .row .col-12 .row .title-2 {
    margin-left: -2vw;
  }
  body .section-footer-contact .container .row .col-12 .row .list-unstyled li a {
    font-size: 14px;
    line-height: 20px;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media h5 {
    font-size: 18px;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media a img {
    width: 30px;
    margin-right: 2vw;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-1 {
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-2 {
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container-fluid .row {
    padding-top: 2.5vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-1 {
    float: none;
    text-align: center;
  }
  body .section-footer-contact .container-fluid .row .item-bag-1 a {
    padding-left: 2vw;
    font-size: 12px;
  }
  body .section-footer-contact .container-fluid .row .item-bag-2 {
    font-size: 12px;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 {
    float: none;
    text-align: center;
    margin-top: -2vh;
    margin-left: 3vh;
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 a {
    padding-right: 2vw;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 a img {
    width: 30px;
  }
  body .section-header-blog {
    margin-top: 2vh;
  }
  body .section-header-blog .container .btn-top-articles {
    border-radius: 15px;
    padding: 4px 32px;
    margin-right: 2vw;
    font-size: 14px;
  }
  body .section-header-blog .container .btn-recently-articles {
    border-radius: 15px;
    padding: 4px 17px;
    font-size: 14px;
  }
  body .section-hero-blog {
    margin-top: 4vh;
  }
  body .section-hero-blog .container .row .col .card {
    border-color: transparent;
  }
  body .section-hero-blog .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
  }
  body .section-hero-blog .container .row .col .card a {
    font-size: 17px;
    line-height: 25px;
  }
  body .section-hero-blog .container .row .col .card h5 {
    font-size: 12px;
    margin-bottom: 2vh;
  }
  body .section-hero-blog .container .row .col .card p {
    font-size: 14px;
    text-align: justify;
  }
  body .section-content-sosmed {
    margin-top: 2vh !important;
  }
  body .section-content-sosmed .container .content-header-sosmed {
    margin-bottom: 2vh;
  }
  body .section-content-sosmed .container .content-header-sosmed h4 {
    font-size: 20px;
    line-height: 27px;
  }
  body .section-content-sosmed .container .row .card {
    border-color: transparent;
  }
  body .section-content-sosmed .container .row .card img {
    width: auto;
    margin-bottom: 1vh;
  }
  body .section-content-sosmed .container .row .card a {
    font-size: 20px;
  }
  body .section-content-sosmed .container .row .card h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  body .section-content-sosmed .container .row .card p {
    font-size: 14px;
  }
  body .section-content-webapp {
    margin-top: 2vh !important;
  }
  body .section-content-webapp .container .content-header-webapp {
    margin-bottom: 2vh;
  }
  body .section-content-webapp .container .content-header-webapp h4 {
    font-size: 20px;
    line-height: 27px;
  }
  body .section-content-webapp .container .row .card {
    border-color: transparent;
  }
  body .section-content-webapp .container .row .card img {
    width: auto;
    margin-bottom: 1vh;
  }
  body .section-content-webapp .container .row .card a {
    font-size: 20px;
  }
  body .section-content-webapp .container .row .card h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  body .section-content-webapp .container .row .card p {
    font-size: 14px;
  }
  body .section-header-blog-recent {
    margin-top: 2vh;
  }
  body .section-header-blog-recent .container .btn-top-articles {
    border-radius: 15px;
    padding: 4px 32px;
    margin-right: 2vw;
    font-size: 14px;
  }
  body .section-header-blog-recent .container .btn-recently-articles {
    border-radius: 15px;
    padding: 4px 17px;
    font-size: 14px;
  }
  body .section-hero-blog-recent {
    margin-top: 4vh;
  }
  body .section-hero-blog-recent .container .row .col .card {
    border-color: transparent;
  }
  body .section-hero-blog-recent .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
  }
  body .section-hero-blog-recent .container .row .col .card a {
    font-size: 17px;
    line-height: 25px;
  }
  body .section-hero-blog-recent .container .row .col .card h5 {
    font-size: 12px;
    margin-bottom: 2vh;
  }
  body .section-hero-blog-recent .container .row .col .card p {
    font-size: 14px;
    text-align: justify;
  }
  body .section-header-blog-detail {
    margin-top: 3vh;
  }
  body .section-header-blog-detail .container .header-title-blog-detail h3 {
    font-size: 20px;
    line-height: 24px;
  }
  body .section-hero-blog-detail {
    margin-top: 2vh;
  }
  body .section-hero-blog-detail .container .share-icon .icon {
    margin-bottom: 0vh;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon {
    float: right;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon a {
    margin-left: 2vw !important;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon a img {
    width: 15px;
  }
  body .section-hero-blog-detail .container .row .col .card {
    border-color: transparent;
    margin-bottom: 5vh;
  }
  body .section-hero-blog-detail .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 0vh;
  }
  body .section-hero-blog-detail .container .row .col .card h5 {
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  body .section-hero-blog-detail .container .row .col .card h4 {
    font-size: 18px;
    line-height: 25px;
  }
  body .section-hero-blog-detail .container .row .col .card p {
    font-size: 16px;
  }
  body .section-hero-blog-detail .container .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 15vh;
    right: 10px;
    display: none;
  }
  body .section-hero-blog-detail .container .back-to-top img {
    width: 30px;
  }
  body .section-content-service {
    margin-top: 0vh;
  }
  body .section-content-service .container .row .content-img {
    text-align: center;
  }
  body .section-content-service .container .row .content-img img {
    margin-top: 3vh;
    width: 100px;
  }
  body .section-content-service .container .row .content-title {
    margin-left: 0vw;
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  body .section-content-service .container .row .content-title h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 2vh;
    margin-top: 2vh;
  }
  body .section-content-service .container .row .content-title p {
    font-size: 16px;
    margin-bottom: 3vh;
    text-align: justify;
  }
  body .section-content-service .container .row .content-title .btn-more {
    font-size: 15px;
    padding: 6px 50px;
    margin-bottom: 6vh;
  }
  body .section-header-serv-desc {
    margin-top: 5vh;
  }
  body .section-header-serv-desc .container .header-title h3 {
    font-size: 28px;
  }
  body .section-header-serv-desc .container .header-img {
    margin-bottom: 5vh;
  }
  body .section-header-serv-desc .container .header-img img {
    width: 110px;
  }
  body .section-content-serv-desc .container-fluid .row {
    background-color: #DAECF7;
    margin-bottom: 5vh;
    height: 365px;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content {
    text-align: center;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content img {
    margin-left: 0vw;
    width: 200px;
    height: 150px;
    margin-top: 3vh;
    border-radius: 5px;
    margin-bottom: 3vh;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content .img-2 {
    margin-left: 0vw;
    margin-top: -100vh;
  }
  body .section-content-serv-desc .container-fluid .row .title {
    position: relative;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title {
    margin-top: 0vh;
    margin-left: 3vw;
    margin-right: 3vw;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title p {
    font-size: 12px;
    margin-bottom: 1vh;
    text-align: justify;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title h5 {
    font-size: 60px;
    margin-bottom: 0vh;
  }
  body .section-content-serv-desc .container-fluid .row .title-2 p {
    margin-top: 33vh;
  }
  body .section-content-serv-desc .container-fluid .row .title-2 h5 {
    text-align: right !important;
  }
  body .section-testimonial {
    background-color: #DAECF7;
  }
  body .section-testimonial .container .testimonial-header {
    padding-top: 5vh;
    padding-bottom: 1vh;
  }
  body .section-testimonial .container .testimonial-header h3 {
    font-size: 27px;
  }
  body .section-testimonial .container .testimonial-content .card {
    border-color: transparent;
    background-color: transparent;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .people-testimonial img {
    border-radius: 75px;
    width: 120px;
    margin-bottom: 0vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .title-testimonial p {
    font-size: 16px;
    height: 16vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user {
    margin-top: 0vh;
    margin-bottom: -6vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user .name-user {
    font-size: 18px;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user .prof-user {
    margin-top: -3.5vh;
    font-size: 16px;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user-3 {
    margin-top: 11vh;
    margin-bottom: -3vh;
  }
}

@media screen and (min-width: 375px) and (max-width: 411px) {
  body .navbar-light .navbar-brand {
    margin-top: -1vh;
    margin-left: -3vw;
  }
  body .navbar-light .navbar-brand img {
    width: 40px;
  }
  body .navbar-light .navbar-brand span {
    font-size: 16px;
    color: #20333E;
  }
  body .navbar-light .navbar-toggler {
    padding: 0px 5px 0px 5px;
  }
  body .navbar-light .navbar-toggler .navbar-toggler-icon {
    color: #ffffff;
    width: 20px;
  }
  body .navbar-light .navbar-collapse {
    margin-left: auto;
    margin-right: 5px;
  }
  body .navbar-light .navbar-collapse .navbar-nav {
    margin-right: 0px;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    font-family: 'Cabin', sans-serif;
    font-weight: bolder;
    font-size: 16px !important;
    text-align: left;
    color: #20333E;
    margin-right: 10px;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    text-align: left;
    color: #20333E;
    margin-right: 10px;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #b5b9bb;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .btn-signin {
    padding-top: 8px;
    margin-right: 10px;
    border-radius: 12px;
    margin-left: 0px;
    background-color: #1A81B3;
    color: #ffffff;
    margin-left: 5px;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .btn-signin:hover {
    background-color: #0c6d9e;
    color: #ffffff;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .img-fluid {
    padding-top: 8px;
    margin-left: 5px;
    width: 30px;
    position: relative;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .badge {
    position: absolute;
    margin-top: 3px;
    margin-right: -8px;
    margin-left: -9px;
    background-color: #FF941D;
    color: #000000;
  }
  body .hero-title-content {
    background-image: url("../images/bc-header.jpg");
    background-size: cover;
  }
  body .hero-title-content .container .row {
    margin-top: 0vh;
  }
  body .hero-title-content .container .row .content-title {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  body .hero-title-content .container .row .content-title h3 {
    font-size: 32px;
  }
  body .hero-title-content .container .row .content-title p {
    font-size: 18px;
  }
  body .hero-title-content .container .row .content-title .btn-services {
    margin-top: -1vh !important;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
    font-size: 14px;
  }
  body .hero-title-content .container .row .content-title .btn-services:hover {
    background-color: #0c6d9e;
    color: #ffffff;
  }
  body .hero-title-content .container .row .content-title .btn-about-us {
    margin-top: -1vh !important;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
    font-size: 14px;
  }
  body .hero-title-content .container .row .content-title .btn-about-us:hover {
    border-color: #ff941d;
    background-color: #ff941d;
    color: #ffffff;
  }
  body .hero-title-content .container .row .content-img img {
    width: 320px;
  }
  body .section-service h4 {
    margin-left: 2vw;
    font-size: 20px;
    margin-bottom: 2vh;
  }
  body .section-service .card {
    border-radius: 25px;
  }
  body .section-service .card .card-body {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    text-align: center;
    padding-top: 4vh;
    padding-bottom: 0vh;
  }
  body .section-service .card .card-body .serv1 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv1 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv2 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv2 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv3 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv3 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv4 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv4 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv5 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv5 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv6 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv6 .img-title span {
    font-size: 16px;
  }
  body .section-faq-header {
    margin-top: -4vh;
  }
  body .section-faq-header .container .faq-header {
    margin-bottom: 2vh;
  }
  body .section-faq-header .container .faq-header h4 {
    margin-left: 2vw;
    font-size: 18px;
  }
  body .section-faq-content .container .accordion .card .card-header .header-title h5 {
    padding-top: 1vh;
    font-size: 16px;
  }
  body .section-faq-content .container .accordion .card .card-header .card-link span p {
    font-size: 14px;
  }
  body .section-faq-content .container .accordion .card .collapse .card-body p {
    font-size: 16px;
    padding-top: 2vh;
  }
  body .section-footer {
    background-color: #ffffff;
    margin-top: 0vh;
  }
  body .section-footer .container-fluid .row {
    padding-top: 2.5vh;
    margin-bottom: 1vh;
  }
  body .section-footer .container-fluid .row .item-bag-1 {
    float: none;
    text-align: center;
  }
  body .section-footer .container-fluid .row .item-bag-1 a {
    font-size: 12px;
  }
  body .section-footer .container-fluid .row .item-bag-2 {
    font-size: 12px;
    text-align: center;
  }
  body .section-footer .container-fluid .row .item-bag-3 {
    float: none;
    text-align: center;
    margin-top: -1.5vh;
    margin-left: 3vh;
  }
  body .section-footer .container-fluid .row .item-bag-3 a {
    padding-right: 2vw;
  }
  body .section-footer .container-fluid .row .item-bag-3 a img {
    width: 25px;
  }
  body .section-hero-contact {
    margin-top: 2vh;
  }
  body .section-hero-contact .container .hero-header {
    margin-bottom: 3vh;
    margin-left: 2vw;
  }
  body .section-hero-contact .container .hero-header h4 {
    font-size: 24px;
  }
  body .section-hero-contact .container .hero-header h3 {
    font-size: 27px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card {
    background-color: #F9AA33;
    border-radius: 30px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-header h3 {
    font-size: 20px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group {
    margin-bottom: 1.5vh;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group .form-control {
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group input::-webkit-input-placeholder {
    border-color: #707070;
    color: #C6D7D6;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group textarea::-webkit-input-placeholder {
    border-color: #707070;
    color: #C6D7D6;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send {
    background-color: #20333E;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #eaeff2;
    border-radius: 10px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send:hover {
    background-color: #344955;
    color: #eaeff2;
  }
  body .section-hero-contact .container .hero-content-contact .row .image-content {
    margin-left: 5vw;
    margin-top: 8vh;
  }
  body .section-hero-contact .container .hero-content-contact .row .image-content .hero-image img {
    width: 300px;
  }
  body .section-footer-contact {
    margin-top: 5vh;
  }
  body .section-footer-contact .container .row .col-12 .row {
    margin-top: 3vh;
  }
  body .section-footer-contact .container .row .col-12 .row .title-2 {
    margin-left: -2vw;
  }
  body .section-footer-contact .container .row .col-12 .row .list-unstyled li a {
    font-size: 14px;
    line-height: 20px;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media h5 {
    font-size: 18px;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media a img {
    width: 30px;
    margin-right: 2vw;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-1 {
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-2 {
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container-fluid {
    background-color: rgba(255, 255, 255, 0.12);
  }
  body .section-footer-contact .container-fluid .row {
    padding-top: 2.5vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-1 {
    float: none;
    text-align: center;
  }
  body .section-footer-contact .container-fluid .row .item-bag-1 a {
    font-size: 14px;
  }
  body .section-footer-contact .container-fluid .row .item-bag-2 {
    font-size: 14px;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 {
    float: none;
    text-align: center;
    margin-top: -2vh;
    margin-left: 3vh;
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 a {
    padding-right: 2vw;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 a img {
    width: 30px;
  }
  body .section-header-blog {
    margin-top: 2vh;
  }
  body .section-header-blog .container .btn-top-articles {
    border-radius: 15px;
    padding: 6px 44px;
    margin-right: 2vw;
    font-size: 14px;
  }
  body .section-header-blog .container .btn-recently-articles {
    border-radius: 15px;
    padding: 6px 32px;
    font-size: 14px;
  }
  body .section-hero-blog {
    margin-top: 4vh;
  }
  body .section-hero-blog .container .row .col .card {
    border-color: transparent;
  }
  body .section-hero-blog .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
  }
  body .section-hero-blog .container .row .col .card a {
    font-size: 17px;
    line-height: 25px;
  }
  body .section-hero-blog .container .row .col .card h5 {
    font-size: 12px;
    margin-bottom: 2vh;
  }
  body .section-hero-blog .container .row .col .card p {
    font-size: 14px;
    text-align: justify;
  }
  body .section-content-sosmed {
    margin-top: 2vh !important;
  }
  body .section-content-sosmed .container .content-header-sosmed {
    margin-bottom: 2vh;
  }
  body .section-content-sosmed .container .content-header-sosmed h4 {
    font-size: 20px;
    line-height: 27px;
  }
  body .section-content-sosmed .container .row .card {
    border-color: transparent;
  }
  body .section-content-sosmed .container .row .card img {
    width: auto;
    margin-bottom: 1vh;
  }
  body .section-content-sosmed .container .row .card a {
    font-size: 20px;
  }
  body .section-content-sosmed .container .row .card h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  body .section-content-sosmed .container .row .card p {
    font-size: 14px;
  }
  body .section-content-webapp {
    margin-top: 2vh !important;
  }
  body .section-content-webapp .container .content-header-webapp {
    margin-bottom: 2vh;
  }
  body .section-content-webapp .container .content-header-webapp h4 {
    font-size: 20px;
    line-height: 27px;
  }
  body .section-content-webapp .container .row .card {
    border-color: transparent;
  }
  body .section-content-webapp .container .row .card img {
    width: auto;
    margin-bottom: 1vh;
  }
  body .section-content-webapp .container .row .card a {
    font-size: 20px;
  }
  body .section-content-webapp .container .row .card h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  body .section-content-webapp .container .row .card p {
    font-size: 14px;
  }
  body .section-header-blog-recent {
    margin-top: 2vh;
  }
  body .section-header-blog-recent .container .btn-top-articles {
    border-radius: 15px;
    padding: 6px 44px;
    margin-right: 2vw;
    font-size: 14px;
  }
  body .section-header-blog-recent .container .btn-recently-articles {
    border-radius: 15px;
    padding: 6px 32px;
    font-size: 14px;
  }
  body .section-hero-blog-recent {
    margin-top: 4vh;
  }
  body .section-hero-blog-recent .container .row .col .card {
    border-color: transparent;
  }
  body .section-hero-blog-recent .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
  }
  body .section-hero-blog-recent .container .row .col .card a {
    font-size: 17px;
    line-height: 25px;
  }
  body .section-hero-blog-recent .container .row .col .card h5 {
    font-size: 12px;
    margin-bottom: 2vh;
  }
  body .section-hero-blog-recent .container .row .col .card p {
    font-size: 14px;
    text-align: justify;
  }
  body .section-header-blog-detail {
    margin-top: 3vh;
  }
  body .section-header-blog-detail .container .header-title-blog-detail h3 {
    font-size: 21px;
    line-height: 24px;
  }
  body .section-hero-blog-detail {
    margin-top: 2vh;
  }
  body .section-hero-blog-detail .container .share-icon .icon {
    margin-bottom: 0vh;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon {
    float: right;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon a {
    margin-left: 2vw !important;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon a img {
    width: 15px;
  }
  body .section-hero-blog-detail .container .row .col .card {
    border-color: transparent;
    margin-bottom: 5vh;
  }
  body .section-hero-blog-detail .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 0vh;
  }
  body .section-hero-blog-detail .container .row .col .card h5 {
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  body .section-hero-blog-detail .container .row .col .card h4 {
    font-size: 18px;
    line-height: 25px;
  }
  body .section-hero-blog-detail .container .row .col .card p {
    font-size: 16px;
  }
  body .section-hero-blog-detail .container .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 15vh;
    right: 10px;
    display: none;
  }
  body .section-hero-blog-detail .container .back-to-top img {
    width: 35px;
  }
  body .section-content-service {
    margin-top: 0vh;
  }
  body .section-content-service .container .row .content-img {
    text-align: center;
  }
  body .section-content-service .container .row .content-img img {
    margin-top: 3vh;
    width: 100px;
  }
  body .section-content-service .container .row .content-title {
    margin-left: 0vw;
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  body .section-content-service .container .row .content-title h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 2vh;
    margin-top: 2vh;
  }
  body .section-content-service .container .row .content-title p {
    font-size: 16px;
    margin-bottom: 3vh;
    text-align: justify;
  }
  body .section-content-service .container .row .content-title .btn-more {
    font-size: 15px;
    padding: 6px 50px;
    margin-bottom: 6vh;
  }
  body .section-header-serv-desc {
    margin-top: 5vh;
  }
  body .section-header-serv-desc .container .header-title h3 {
    font-size: 28px;
  }
  body .section-header-serv-desc .container .header-img {
    margin-bottom: 5vh;
  }
  body .section-header-serv-desc .container .header-img img {
    width: 110px;
  }
  body .section-content-serv-desc .container-fluid .row {
    background-color: #DAECF7;
    margin-bottom: 5vh;
    height: 365px;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content {
    text-align: center;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content img {
    margin-left: 0vw;
    width: 200px;
    height: 150px;
    margin-top: 3vh;
    border-radius: 5px;
    margin-bottom: 3vh;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content .img-2 {
    margin-left: 0vw;
    margin-top: -83vh;
  }
  body .section-content-serv-desc .container-fluid .row .title {
    position: relative;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title {
    margin-top: 0vh;
    margin-left: 3vw;
    margin-right: 3vw;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title p {
    font-size: 12px;
    margin-bottom: 1vh;
    text-align: justify;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title h5 {
    font-size: 60px;
    margin-bottom: 0vh;
  }
  body .section-content-serv-desc .container-fluid .row .title-2 p {
    margin-top: 30vh;
  }
  body .section-content-serv-desc .container-fluid .row .title-2 h5 {
    text-align: right !important;
  }
  body .section-testimonial {
    background-color: #DAECF7;
  }
  body .section-testimonial .container .testimonial-header {
    padding-top: 5vh;
    padding-bottom: 1vh;
  }
  body .section-testimonial .container .testimonial-header h3 {
    font-size: 27px;
  }
  body .section-testimonial .container .testimonial-content .card {
    border-color: transparent;
    background-color: transparent;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .people-testimonial img {
    border-radius: 75px;
    width: 120px;
    margin-bottom: 0vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .title-testimonial p {
    font-size: 16px;
    height: 10vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user {
    margin-top: 0vh;
    margin-bottom: -6vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user .name-user {
    font-size: 18px;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user .prof-user {
    margin-top: -2.7vh;
    font-size: 16px;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user-3 {
    margin-top: 11vh;
    margin-bottom: -3vh;
  }
}

@media screen and (min-width: 414px) and (max-width: 750px) {
  body .navbar-light .navbar-brand {
    margin-top: -1vh;
    margin-left: -1vw;
  }
  body .navbar-light .navbar-brand img {
    width: 50px;
  }
  body .navbar-light .navbar-brand span {
    font-size: 20px;
    color: #20333E;
  }
  body .navbar-light .navbar-toggler {
    padding: 0px 5px 0px 5px;
  }
  body .navbar-light .navbar-toggler .navbar-toggler-icon {
    color: #ffffff;
    width: 25px;
  }
  body .navbar-light .navbar-collapse {
    margin-left: auto;
    margin-right: 5px;
  }
  body .navbar-light .navbar-collapse .navbar-nav {
    margin-right: 0px;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    font-size: 20px !important;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px !important;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #b5b9bb;
  }
  body .hero-title-content {
    background-image: url("../images/bc-header.jpg");
    background-size: cover;
  }
  body .hero-title-content .container .row {
    margin-top: 0vh;
  }
  body .hero-title-content .container .row .content-title {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  body .hero-title-content .container .row .content-title h3 {
    font-size: 40px;
  }
  body .hero-title-content .container .row .content-title p {
    font-size: 23px;
  }
  body .hero-title-content .container .row .content-title .btn-services {
    margin-top: -1vh !important;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
    font-size: 20px;
  }
  body .hero-title-content .container .row .content-title .btn-services:hover {
    background-color: #0c6d9e;
    color: #ffffff;
  }
  body .hero-title-content .container .row .content-title .btn-about-us {
    margin-top: -1vh !important;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
    font-size: 20px;
  }
  body .hero-title-content .container .row .content-title .btn-about-us:hover {
    border-color: #ff941d;
    background-color: #ff941d;
    color: #ffffff;
  }
  body .hero-title-content .container .row .content-img img {
    width: 370px;
  }
  body .section-service h4 {
    margin-left: 2vw;
    font-size: 20px;
    margin-bottom: 2vh;
  }
  body .section-service .card {
    border-radius: 25px;
  }
  body .section-service .card .card-body {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    text-align: center;
    padding-top: 4vh;
    padding-bottom: 0vh;
  }
  body .section-service .card .card-body .serv1 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv1 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv2 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv2 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv3 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv3 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv4 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv4 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv5 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv5 .img-title span {
    font-size: 16px;
  }
  body .section-service .card .card-body .serv6 img {
    width: 65px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv6 .img-title span {
    font-size: 16px;
  }
  body .section-faq-header {
    margin-top: -4vh;
  }
  body .section-faq-header .container .faq-header {
    margin-bottom: 2vh;
  }
  body .section-faq-header .container .faq-header h4 {
    margin-left: 2vw;
    font-size: 18px;
  }
  body .section-faq-content .container .accordion .card .card-header .header-title h5 {
    padding-top: 1vh;
    font-size: 18px;
  }
  body .section-faq-content .container .accordion .card .card-header .card-link span p {
    font-size: 16px;
  }
  body .section-faq-content .container .accordion .card .collapse .card-body p {
    font-size: 18px;
    padding-top: 2vh;
  }
  body .section-footer {
    background-color: #ffffff;
    margin-top: 0vh;
  }
  body .section-footer .container-fluid .row {
    padding-top: 2.5vh;
    margin-bottom: 1vh;
  }
  body .section-footer .container-fluid .row .item-bag-1 {
    float: none;
    text-align: center;
  }
  body .section-footer .container-fluid .row .item-bag-1 a {
    font-size: 14px;
  }
  body .section-footer .container-fluid .row .item-bag-2 {
    font-size: 14px;
    text-align: center;
  }
  body .section-footer .container-fluid .row .item-bag-3 {
    float: none;
    text-align: center;
    margin-top: -1.5vh;
    margin-left: 3vh;
  }
  body .section-footer .container-fluid .row .item-bag-3 a {
    padding-right: 2vw;
  }
  body .section-footer .container-fluid .row .item-bag-3 a img {
    width: 30px;
  }
  body .section-hero-contact {
    margin-top: 4vh;
  }
  body .section-hero-contact .container .hero-header {
    margin-bottom: 3vh;
    margin-left: 2vw;
  }
  body .section-hero-contact .container .hero-header h4 {
    font-size: 24px;
  }
  body .section-hero-contact .container .hero-header h3 {
    font-size: 27px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card {
    background-color: #F9AA33;
    border-radius: 30px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-header h3 {
    font-size: 24px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group {
    margin-bottom: 1.5vh;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group .form-control {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group input::-webkit-input-placeholder {
    border-color: #707070;
    color: #C6D7D6;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group textarea::-webkit-input-placeholder {
    border-color: #707070;
    color: #C6D7D6;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send {
    font-size: 18px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send:hover {
    background-color: #344955;
    color: #eaeff2;
  }
  body .section-hero-contact .container .hero-content-contact .row .image-content {
    margin-left: 5vw;
    margin-top: 8vh;
  }
  body .section-hero-contact .container .hero-content-contact .row .image-content .hero-image img {
    width: 350px;
  }
  body .section-footer-contact {
    margin-top: 5vh;
  }
  body .section-footer-contact .container .row .col-12 .row {
    margin-top: 3vh;
  }
  body .section-footer-contact .container .row .col-12 .row .list-unstyled li a {
    font-size: 18px;
    line-height: 20px;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media h5 {
    font-size: 22px;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media a img {
    width: 30px;
    margin-right: 2vw;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-1 {
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-2 {
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container-fluid {
    background-color: rgba(255, 255, 255, 0.12);
  }
  body .section-footer-contact .container-fluid .row {
    padding-top: 2.5vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-1 {
    float: none;
    text-align: center;
    margin-bottom: 1vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-1 a {
    padding-left: 2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
  }
  body .section-footer-contact .container-fluid .row .item-bag-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 1vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 {
    float: none;
    text-align: center;
    margin-top: -1vh;
    margin-left: 3vh;
    margin-bottom: 1vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 a {
    padding-right: 2vw;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 a img {
    width: 30px;
  }
  body .section-header-blog {
    margin-top: 2vh;
  }
  body .section-header-blog .container .btn-top-articles {
    border-radius: 15px;
    padding: 10px 53px;
    margin-right: 2vw;
    font-size: 14px;
  }
  body .section-header-blog .container .btn-recently-articles {
    border-radius: 15px;
    padding: 10px 40px;
    font-size: 14px;
  }
  body .section-hero-blog {
    margin-top: 4vh;
  }
  body .section-hero-blog .container .row .col .card {
    border-color: transparent;
  }
  body .section-hero-blog .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
  }
  body .section-hero-blog .container .row .col .card a {
    font-size: 23px;
    line-height: 33px;
  }
  body .section-hero-blog .container .row .col .card h5 {
    font-size: 14px;
    margin-bottom: 2vh;
  }
  body .section-hero-blog .container .row .col .card p {
    font-size: 16px;
    text-align: justify;
  }
  body .section-content-sosmed {
    margin-top: 2vh !important;
  }
  body .section-content-sosmed .container .content-header-sosmed {
    margin-bottom: 2vh;
  }
  body .section-content-sosmed .container .content-header-sosmed h4 {
    font-size: 20px;
    line-height: 27px;
  }
  body .section-content-sosmed .container .row .card {
    border-color: transparent;
  }
  body .section-content-sosmed .container .row .card img {
    width: auto;
    margin-bottom: 1vh;
  }
  body .section-content-sosmed .container .row .card a {
    font-size: 23px;
  }
  body .section-content-sosmed .container .row .card h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  body .section-content-sosmed .container .row .card p {
    font-size: 16px;
  }
  body .section-content-webapp {
    margin-top: 2vh !important;
  }
  body .section-content-webapp .container .content-header-webapp {
    margin-bottom: 2vh;
  }
  body .section-content-webapp .container .content-header-webapp h4 {
    font-size: 20px;
    line-height: 27px;
  }
  body .section-content-webapp .container .row .card {
    border-color: transparent;
  }
  body .section-content-webapp .container .row .card img {
    width: auto;
    margin-bottom: 1vh;
  }
  body .section-content-webapp .container .row .card a {
    font-size: 23px;
  }
  body .section-content-webapp .container .row .card h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  body .section-content-webapp .container .row .card p {
    font-size: 16px;
  }
  body .section-header-blog-recent {
    margin-top: 2vh;
  }
  body .section-header-blog-recent .container .btn-top-articles {
    border-radius: 15px;
    padding: 10px 53px;
    margin-right: 2vw;
    font-size: 14px;
  }
  body .section-header-blog-recent .container .btn-recently-articles {
    border-radius: 15px;
    padding: 10px 40px;
    font-size: 14px;
  }
  body .section-hero-blog-recent {
    margin-top: 4vh;
  }
  body .section-hero-blog-recent .container .row .col .card {
    border-color: transparent;
  }
  body .section-hero-blog-recent .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
  }
  body .section-hero-blog-recent .container .row .col .card a {
    font-size: 23px;
    line-height: 33px;
  }
  body .section-hero-blog-recent .container .row .col .card h5 {
    font-size: 14px;
    margin-bottom: 3vh;
  }
  body .section-hero-blog-recent .container .row .col .card p {
    font-size: 16px;
    text-align: justify;
  }
  body .section-header-blog-detail {
    margin-top: 3vh;
  }
  body .section-header-blog-detail .container .header-title-blog-detail h3 {
    font-size: 26px;
    line-height: 32px;
  }
  body .section-hero-blog-detail {
    margin-top: 3vh;
  }
  body .section-hero-blog-detail .container .share-icon .icon {
    margin-bottom: 1vh;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon {
    float: right;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon a {
    margin-left: 2vw !important;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon a img {
    width: 20px;
  }
  body .section-hero-blog-detail .container .row .col .card {
    border-color: transparent;
    margin-bottom: 5vh;
  }
  body .section-hero-blog-detail .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 0vh;
  }
  body .section-hero-blog-detail .container .row .col .card h5 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  body .section-hero-blog-detail .container .row .col .card h4 {
    font-size: 20px;
    line-height: 25px;
  }
  body .section-hero-blog-detail .container .row .col .card p {
    font-size: 16px;
  }
  body .section-hero-blog-detail .container .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 15vh;
    right: 10px;
    display: none;
  }
  body .section-hero-blog-detail .container .back-to-top img {
    width: 35px;
  }
  body .section-content-service {
    margin-top: 0vh;
  }
  body .section-content-service .container .row .content-img {
    text-align: center;
  }
  body .section-content-service .container .row .content-img img {
    margin-top: 3vh;
    width: 120px;
  }
  body .section-content-service .container .row .content-title {
    margin-left: 0vw;
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  body .section-content-service .container .row .content-title h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 2vh;
    margin-top: 2vh;
  }
  body .section-content-service .container .row .content-title p {
    font-size: 16px;
    margin-bottom: 3vh;
    text-align: justify;
  }
  body .section-content-service .container .row .content-title .btn-more {
    font-size: 15px;
    padding: 8px 50px;
    margin-bottom: 6vh;
  }
  body .section-header-serv-desc {
    margin-top: 5vh;
  }
  body .section-header-serv-desc .container .header-title h3 {
    font-size: 28px;
  }
  body .section-header-serv-desc .container .header-img {
    margin-bottom: 5vh;
  }
  body .section-header-serv-desc .container .header-img img {
    width: 135px;
  }
  body .section-content-serv-desc .container-fluid .row {
    background-color: #DAECF7;
    margin-bottom: 5vh;
    height: 375px;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content {
    text-align: center;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content img {
    margin-left: 0vw;
    width: 200px;
    height: 150px;
    margin-top: 3vh;
    border-radius: 5px;
    margin-bottom: 3vh;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content .img-2 {
    margin-left: 0vw;
    margin-top: -79vh;
  }
  body .section-content-serv-desc .container-fluid .row .title {
    position: relative;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title {
    margin-top: 0vh;
    margin-left: 3vw;
    margin-right: 3vw;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title p {
    font-size: 14px;
    margin-bottom: 1vh;
    text-align: justify;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title h5 {
    font-size: 60px;
    margin-bottom: 0vh;
  }
  body .section-content-serv-desc .container-fluid .row .title-2 p {
    margin-top: 27vh;
  }
  body .section-content-serv-desc .container-fluid .row .title-2 h5 {
    text-align: right !important;
  }
  body .section-testimonial {
    background-color: #DAECF7;
  }
  body .section-testimonial .container .testimonial-header {
    padding-top: 5vh;
    padding-bottom: 1vh;
  }
  body .section-testimonial .container .testimonial-header h3 {
    font-size: 28px;
  }
  body .section-testimonial .container .testimonial-content .card {
    border-color: transparent;
    background-color: transparent;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .people-testimonial img {
    border-radius: 75px;
    width: 120px;
    margin-bottom: 0vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .title-testimonial p {
    font-size: 16px;
    height: 10vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user {
    margin-top: 0vh;
    margin-bottom: -6vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user .name-user {
    font-size: 18px;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user .prof-user {
    margin-top: -2.7vh;
    font-size: 16px;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user-3 {
    margin-top: 5vh;
    margin-bottom: -3vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 1021px) {
  body .navbar-light .navbar-brand {
    margin-top: -1vh;
    margin-left: 2vw;
  }
  body .navbar-light .navbar-brand img {
    width: 50px;
  }
  body .navbar-light .navbar-brand span {
    font-size: 20px;
    color: #20333E;
  }
  body .navbar-light .navbar-toggler {
    padding: 5px 10px 5px 10px;
    margin-right: 2vw;
  }
  body .navbar-light .navbar-toggler .navbar-toggler-icon {
    color: #ffffff;
    width: 30px;
  }
  body .navbar-light .navbar-collapse {
    margin-left: auto;
    margin-right: 5px;
  }
  body .navbar-light .navbar-collapse .navbar-nav {
    margin-right: 0px;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    margin-left: 5vw;
    font-size: 20px !important;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin-left: 5vw;
    font-size: 18px !important;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .btn-signin {
    margin-left: 5vw;
    margin-top: 1vh;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .img-fluid {
    margin-left: 5vw;
    margin-top: 1vh;
  }
  body .navbar-light .navbar-collapse .navbar-nav .nav-item .badge {
    margin-top: 12px;
  }
  body .hero-title-content {
    background-image: url("../images/bc-header.jpg");
    background-size: cover;
  }
  body .hero-title-content .container .row {
    margin-top: 4vh;
  }
  body .hero-title-content .container .row .content-title {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  body .hero-title-content .container .row .content-title h3 {
    font-size: 38px;
  }
  body .hero-title-content .container .row .content-title p {
    font-size: 21px;
  }
  body .hero-title-content .container .row .content-title .btn-services {
    margin-top: -1vh !important;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
    font-size: 18px;
  }
  body .hero-title-content .container .row .content-title .btn-services:hover {
    background-color: #0c6d9e;
    color: #ffffff;
  }
  body .hero-title-content .container .row .content-title .btn-about-us {
    margin-top: -1vh !important;
    padding: 5px 15px 5px 15px;
    border-radius: 12px;
    font-size: 18px;
  }
  body .hero-title-content .container .row .content-title .btn-about-us:hover {
    border-color: #ff941d;
    background-color: #ff941d;
    color: #ffffff;
  }
  body .hero-title-content .container .row .content-img img {
    width: 370px;
  }
  body .section-service {
    margin-top: -10vh !important;
  }
  body .section-service h4 {
    margin-left: 2vw;
    font-size: 20px;
    margin-bottom: 2vh;
  }
  body .section-service .card {
    border-radius: 25px;
    margin-left: -1vw;
  }
  body .section-service .card .card-body {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    text-align: center;
    padding-top: 4vh;
    padding-bottom: 0vh;
    margin-left: -3vw;
    margin-right: -5vw;
  }
  body .section-service .card .card-body .serv1 img {
    width: 60px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv1 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv2 img {
    width: 60px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv2 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv3 img {
    width: 60px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv3 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv4 img {
    width: 60px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv4 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv5 img {
    width: 60px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv5 .img-title span {
    font-size: 14px;
  }
  body .section-service .card .card-body .serv6 img {
    width: 60px;
    margin-bottom: 5px;
  }
  body .section-service .card .card-body .serv6 .img-title span {
    font-size: 14px;
  }
  body .section-faq-header {
    margin-top: -4vh;
  }
  body .section-faq-header .container .faq-header {
    margin-bottom: 2vh;
  }
  body .section-faq-header .container .faq-header h4 {
    margin-left: 2vw;
    font-size: 18px;
  }
  body .section-faq-content .container .accordion .card .card-header .header-title h5 {
    padding-top: 1vh;
    font-size: 18px;
  }
  body .section-faq-content .container .accordion .card .card-header .card-link span p {
    font-size: 16px;
  }
  body .section-faq-content .container .accordion .card .collapse .card-body p {
    font-size: 18px;
    padding-top: 2vh;
  }
  body .section-footer {
    background-color: #ffffff;
    margin-top: 0vh;
  }
  body .section-footer .container-fluid .row {
    padding-top: 2.5vh;
    margin-bottom: 1vh;
  }
  body .section-footer .container-fluid .row .item-bag-1 {
    float: left;
  }
  body .section-footer .container-fluid .row .item-bag-1 a {
    font-size: 14px;
  }
  body .section-footer .container-fluid .row .item-bag-2 {
    font-size: 14px;
    text-align: center;
  }
  body .section-footer .container-fluid .row .item-bag-3 {
    float: right;
    margin-top: 0vh;
    margin-left: 0vh;
  }
  body .section-footer .container-fluid .row .item-bag-3 a {
    padding-right: 2vw;
  }
  body .section-footer .container-fluid .row .item-bag-3 a img {
    width: 30px;
  }
  body .section-hero-contact {
    margin-top: 2vh;
  }
  body .section-hero-contact .container .hero-header {
    margin-bottom: 3vh;
    margin-left: 2vw;
  }
  body .section-hero-contact .container .hero-header h4 {
    font-size: 24px;
  }
  body .section-hero-contact .container .hero-header h3 {
    font-size: 27px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card {
    background-color: #F9AA33;
    border-radius: 30px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-header h3 {
    font-size: 20px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group {
    margin-bottom: 1.5vh;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group .form-control {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group input::-webkit-input-placeholder {
    border-color: #707070;
    color: #C6D7D6;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .form-group textarea::-webkit-input-placeholder {
    border-color: #707070;
    color: #C6D7D6;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send {
    font-size: 16px;
  }
  body .section-hero-contact .container .hero-content-contact .row .form-content .card .card-body .card-title-content .btn-send:hover {
    background-color: #344955;
    color: #eaeff2;
  }
  body .section-hero-contact .container .hero-content-contact .row .image-content {
    margin-left: 5vw;
    margin-top: 8vh;
  }
  body .section-hero-contact .container .hero-content-contact .row .image-content .hero-image img {
    width: 300px;
  }
  body .section-footer-contact {
    margin-top: 5vh;
  }
  body .section-footer-contact .container .row .col-12 .row {
    margin-top: 3vh;
  }
  body .section-footer-contact .container .row .col-12 .row .list-unstyled li a {
    font-size: 14px;
    line-height: 20px;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media h5 {
    font-size: 18px;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media a img {
    width: 30px;
    margin-right: 2vw;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-1 {
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container .row .col-12 .row .our-sosial-media .sosial-media-2 {
    margin-bottom: 2vh;
  }
  body .section-footer-contact .container-fluid {
    background-color: rgba(255, 255, 255, 0.12);
  }
  body .section-footer-contact .container-fluid .row {
    padding-top: 2.5vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-1 {
    float: left;
  }
  body .section-footer-contact .container-fluid .row .item-bag-1 a {
    font-size: 14px;
  }
  body .section-footer-contact .container-fluid .row .item-bag-2 {
    font-size: 14px;
    text-align: center !important;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 {
    float: right;
    margin-top: 0vh;
    margin-left: 0vh;
    margin-bottom: 1vh;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 a {
    padding-right: 2vw;
  }
  body .section-footer-contact .container-fluid .row .item-bag-3 a img {
    width: 30px;
  }
  body .section-header-blog {
    margin-top: 3vh;
  }
  body .section-header-blog .container .btn-top-articles {
    border-radius: 30px;
    padding: 12px 50px;
    margin-right: 2vw;
    font-size: 18px;
    letter-spacing: 0.01em;
  }
  body .section-header-blog .container .btn-recently-articles {
    border-radius: 30px;
    padding: 12px 50px;
    font-size: 18px;
    letter-spacing: 0.01em;
  }
  body .section-hero-blog {
    margin-top: 3vh;
  }
  body .section-hero-blog .container .row .col .card {
    border-color: transparent;
  }
  body .section-hero-blog .container .row .col .card img {
    width: 100%;
    height: 250px;
    margin-bottom: 1vh;
  }
  body .section-hero-blog .container .row .col .card a {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 1vh;
  }
  body .section-hero-blog .container .row .col .card h5 {
    font-size: 18px;
    margin-bottom: 2vh;
  }
  body .section-hero-blog .container .row .col .card p {
    font-size: 20px;
  }
  body .section-content-sosmed .container .content-header-sosmed {
    margin-bottom: 2vh;
  }
  body .section-content-sosmed .container .content-header-sosmed h4 {
    font-size: 26px;
  }
  body .section-content-sosmed .container .row .card {
    border-color: transparent;
  }
  body .section-content-sosmed .container .row .card img {
    width: auto;
    margin-bottom: 0vh;
  }
  body .section-content-sosmed .container .row .card a {
    font-size: 18px;
    line-height: 24px;
  }
  body .section-content-sosmed .container .row .card h5 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  body .section-content-sosmed .container .row .card p {
    font-size: 14px;
  }
  body .section-content-webapp .container .content-header-webapp {
    margin-bottom: 2vh;
  }
  body .section-content-webapp .container .content-header-webapp h4 {
    font-size: 26px;
  }
  body .section-content-webapp .container .row .card {
    border-color: transparent;
  }
  body .section-content-webapp .container .row .card img {
    width: auto;
    margin-bottom: 0vh;
  }
  body .section-content-webapp .container .row .card a {
    font-size: 18px;
    line-height: 24px;
  }
  body .section-content-webapp .container .row .card h5 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  body .section-content-webapp .container .row .card p {
    font-size: 14px;
  }
  body .section-header-blog-recent {
    margin-top: 3vh;
  }
  body .section-header-blog-recent .container .btn-top-articles {
    border-radius: 30px;
    padding: 12px 50px;
    margin-right: 2vw;
    font-size: 18px;
    letter-spacing: 0.01em;
  }
  body .section-header-blog-recent .container .btn-recently-articles {
    border-radius: 30px;
    padding: 12px 50px;
    font-size: 18px;
    letter-spacing: 0.01em;
  }
  body .section-hero-blog-recent {
    margin-top: 3vh;
  }
  body .section-hero-blog-recent .container .row .col .card {
    border-color: transparent;
  }
  body .section-hero-blog-recent .container .row .col .card img {
    width: 100%;
    height: 250px;
    margin-bottom: 1vh;
  }
  body .section-hero-blog-recent .container .row .col .card a {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 1vh;
  }
  body .section-hero-blog-recent .container .row .col .card h5 {
    font-size: 18px;
    margin-bottom: 2vh;
  }
  body .section-hero-blog-recent .container .row .col .card p {
    font-size: 20px;
  }
  body .section-header-blog-detail {
    margin-top: 3vh;
  }
  body .section-header-blog-detail .container .header-title-blog-detail h3 {
    font-size: 30px;
    line-height: 32px;
  }
  body .section-hero-blog-detail {
    margin-top: 3vh;
  }
  body .section-hero-blog-detail .container .share-icon .icon {
    margin-bottom: 1vh;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon {
    float: right;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon a {
    margin-left: 2vw !important;
  }
  body .section-hero-blog-detail .container .share-icon .icon .img-icon a img {
    width: 22px;
  }
  body .section-hero-blog-detail .container .row .col .card {
    border-color: transparent;
    margin-bottom: 5vh;
  }
  body .section-hero-blog-detail .container .row .col .card img {
    width: 100%;
    height: auto;
    margin-bottom: 0vh;
  }
  body .section-hero-blog-detail .container .row .col .card h5 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  body .section-hero-blog-detail .container .row .col .card h4 {
    font-size: 20px;
    line-height: 25px;
  }
  body .section-hero-blog-detail .container .row .col .card p {
    font-size: 16px;
  }
  body .section-hero-blog-detail .container .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 15vh;
    right: 10px;
    display: none;
  }
  body .section-hero-blog-detail .container .back-to-top img {
    width: 35px;
  }
  body .section-content-service {
    margin-top: 4vh;
  }
  body .section-content-service .container .row .content-img {
    text-align: center;
  }
  body .section-content-service .container .row .content-img img {
    margin-top: 5vh;
    width: 150px;
  }
  body .section-content-service .container .row .content-title {
    margin-left: 0vw;
  }
  body .section-content-service .container .row .content-title h3 {
    font-size: 26px;
  }
  body .section-content-service .container .row .content-title p {
    font-size: 18px;
    color: #294b6e;
    text-align: justify;
  }
  body .section-content-service .container .row .content-title .btn-more {
    font-size: 18px;
    padding: 8px 50px;
    margin-bottom: 6vh;
  }
  body .section-header-serv-desc {
    margin-top: 5vh;
  }
  body .section-header-serv-desc .container .header-title h3 {
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 0.03em;
    color: #1a81b3;
    margin-bottom: 20px;
  }
  body .section-header-serv-desc .container .header-img {
    margin-bottom: 5vh;
  }
  body .section-header-serv-desc .container .header-img img {
    width: 175px;
  }
  body .section-content-serv-desc .container-fluid .row {
    background-color: #DAECF7;
    margin-bottom: 5vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content img {
    margin-left: -2vw;
    width: 350px;
    height: 360px;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content .img-2 {
    margin-left: 3vw;
    height: 382px;
  }
  body .section-content-serv-desc .container-fluid .row .img .img-content .img-3 {
    margin-left: -2vw;
    width: 350px;
    height: 382px;
  }
  body .section-content-serv-desc .container-fluid .row .title {
    position: relative;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title {
    margin-top: 8vh;
    margin-left: 0vw;
    margin-right: 2vw;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title p {
    font-size: 18px;
    margin-bottom: 2vh;
  }
  body .section-content-serv-desc .container-fluid .row .title .content-title h5 {
    font-size: 70px;
  }
  body .section-testimonial {
    background-color: #DAECF7;
  }
  body .section-testimonial .container .testimonial-header {
    padding-top: 3vh;
    padding-bottom: 1vh;
  }
  body .section-testimonial .container .testimonial-header h3 {
    font-size: 30px;
  }
  body .section-testimonial .container .testimonial-content .card {
    border-color: transparent;
    background-color: transparent;
  }
  body .section-testimonial .container .testimonial-content .card .card-body {
    padding: 0px;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .people-testimonial img {
    border-radius: 75px;
    width: 125px;
    margin-bottom: 1vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .title-testimonial p {
    font-size: 14px;
    height: 12vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user {
    margin-top: 0vh;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user .name-user {
    font-size: 16px;
  }
  body .section-testimonial .container .testimonial-content .card .card-body .user .prof-user {
    margin-top: -2vh;
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */