@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/**

	VARIABLE:
	- Color Palletes
	- Typography

 */
/**
=========================
	- Color Palletes
=========================
*/
/**
=========================
	- Typography
=========================
*/
.header {
  background: url("../img/akreditasicloud/bg-hero2.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
  height: 900px;
  margin-bottom: 3rem;
}

.header .navbar-brand img {
  height: 64px;
}

.header .navbar {
  font-size: 1rem;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
}

.header .navbar .navbar-toggler {
  background-color: #AD193C;
}

.header .navbar-nav {
  padding-right: 20px;
}

.header .navbar-nav .button-menucoba {
  background-color: #AD193C;
  border: 1px solid #AD193C;
  padding: 0.6rem 2rem;
  margin-left: 1.3rem;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .navbar-nav .button-menucoba:hover {
  background: #9c1736;
  color: #fff;
}

.header .navbar-nav .button-login {
  background: transparent;
  border: 1px solid #ef92a8;
  padding: 0.6rem 2rem;
  font-size: 1rem;
  color: #AD193C;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .navbar-nav .button-login:hover {
  border: 1px solid #AD193C;
  color: #AD193C;
}

.header .navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}

.header .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  color: #20060C !important;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .navbar-nav .nav-item .nav-link:hover {
  color: #AD193C !important;
}

.header .hero {
  text-align: left;
  padding-top: 2rem;
}

.header .hero h1 {
  font-size: 2.5rem;
  color: #272530;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: "Hind", "Arial", sans-serif;
}

.header .hero p {
  font-size: 1.4rem;
  color: rgba(32, 6, 12, 0.4);
  font-family: "Hind", "Arial", sans-serif;
}

.header .hero .cta {
  margin-top: 3rem;
}

.header .hero .cta img {
  height: 60px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}

.header .hero .cta .button-cobagratis {
  background: #AD193C;
  padding: 1.3rem 2.5rem;
  font-size: 1rem;
  color: #fff;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
}

.header .hero .cta .button-cobagratis:hover {
  background: #9c1736;
}

.header .hero .cta .button-pelajari {
  background: transparent;
  border: 1px solid #ef92a8;
  padding: 1.3rem 2.5rem;
  font-size: 1rem;
  color: #AD193C;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .hero .cta .button-pelajari:hover {
  border: 1px solid #AD193C;
  color: #AD193C;
}

.header-2 {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Poppins", sans-serif;
  padding-top: 20px;
  height: 120px;
  margin-bottom: 3rem;
}

.header-2 .navbar-brand img {
  height: 64px;
}

.header-2 .navbar {
  font-size: 1rem;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
}

.header-2 .navbar .navbar-toggler {
  background-color: #AD193C;
}

.header-2 .navbar-nav {
  padding-right: 20px;
}

.header-2 .navbar-nav .button-menucoba {
  background-color: #AD193C;
  border: 1px solid #AD193C;
  padding: 0.6rem 2rem;
  margin-left: 1.3rem;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-2 .navbar-nav .button-menucoba:hover {
  background: #9c1736;
  color: #fff;
}

.header-2 .navbar-nav .button-login {
  background: transparent;
  border: 1px solid #ef92a8;
  padding: 0.6rem 2rem;
  font-size: 1rem;
  color: #AD193C;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-2 .navbar-nav .button-login:hover {
  border: 1px solid #AD193C;
  color: #AD193C;
}

.header-2 .navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}

.header-2 .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  color: #20060C !important;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-2 .navbar-nav .nav-item .nav-link:hover {
  color: #AD193C !important;
}

.indexcity {
  z-index: 9999 !important;
  margin-top: -100px !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.right {
  right: 0 !important;
  left: 0 !important;
}

.image-fade {
  -webkit-mask-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), black, rgba(255, 255, 255, 0));
}

#klien-edlink {
  margin-top: 6rem;
}

#klien-edlink-res {
  display: none;
}

.top-footer {
  background: #272530;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Maven Pro", sans-serif;
}

.top-footer p {
  font-size: 16px;
  color: #828282;
  line-height: 26px;
}

.top-footer .menu-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.top-footer ul.footer-menu {
  list-style-type: none;
  margin-top: 24px;
  padding-left: 0;
}

.top-footer ul.footer-menu li {
  margin-bottom: 15px;
}

.top-footer ul.footer-menu li a {
  color: #828282;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-footer ul.footer-menu li a:hover {
  color: #fff;
}

.bottom-footer {
  background: #272530;
}

.bottom-footer .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #4F4F4F;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.list-kontak {
  margin-top: 4px;
}

.list-kontak .icon-contact {
  padding: 0;
}

.list-kontak .icon-contact img {
  width: 100%;
  height: auto;
  padding: 12px;
}

.list-kontak .item-kontak {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 16px;
}

.list-kontak .info-cs {
  margin-top: -14px;
  color: rgba(255, 255, 255, 0.6);
}

.list-sosmed {
  margin-top: 4px;
}

.list-sosmed .icon-contact {
  padding: 0;
}

.list-sosmed .icon-contact img {
  width: 100%;
  height: auto;
  padding: 4px;
}

.list-sosmed .item-kontak {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: #828282;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-sosmed .item-kontak:hover {
  color: #fff;
}

.copyright-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 36px;
}

#single-post {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#single-post .card-search {
  padding: 35px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  margin-top: 30px;
}

#single-post .card-search h3 {
  font-size: 1.5rem;
  color: #333333;
}

#single-post .card-search p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.pricing {
  border-top: 1px solid rgba(174, 164, 166, 0.4);
  border-bottom: 1px solid rgba(174, 164, 166, 0.4);
  padding-top: 4rem;
  background: url("../img/akreditasicloud/pricing-illustration.png");
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 4rem;
}

.pricing .title {
  text-align: center;
  margin-bottom: 4rem;
}

.pricing .title label {
  font-family: "Poppins", sans-serif;
  color: #AD193C;
  font-weight: 500;
}

.pricing .title h3 {
  font-family: "Hind", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
  color: #20060C;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

.pricing .title p {
  font-family: "Poppins", sans-serif;
  color: #AEA4A6;
  font-weight: 400;
  font-size: 1rem;
}

.pricing .features-plan ul {
  list-style: none;
  padding-left: 0;
  padding-top: 5.5rem;
}

.pricing .features-plan ul .fitur-default {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pricing .features-plan ul li {
  padding-top: .8rem;
  padding-bottom: .2rem;
}

.pricing .features-plan ul li ol {
  list-style: none;
  padding-left: 0;
  margin-top: .8rem;
}

.pricing .features-plan ul li ol li {
  margin: 0;
  color: #AEA4A6;
  padding: 0;
}

.pricing .res-price {
  color: #AEA4A6;
  font-weight: 500;
  display: none;
}

.pricing .card {
  border: 1px solid rgba(174, 164, 166, 0.4);
  border-radius: 10px;
  background: #FBFAFB;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}

.pricing .card .card-body ul {
  padding-left: 0;
  list-style: none;
}

.pricing .card .card-body ul li {
  border-bottom: 1px solid rgba(174, 164, 166, 0.3);
  padding-bottom: 1rem;
}

.pricing .card .card-body ul li h5 {
  margin-top: .7rem;
  font-weight: 500;
  color: #20060C;
  font-size: 1rem;
}

.pricing .card .card-body ul li h4 {
  margin-bottom: 5px;
  font-family: "Hind", "Arial", sans-serif;
  color: #20060C;
  font-weight: 400;
  font-size: 1.8rem;
}

.pricing .card .card-body ul li p {
  margin-bottom: 0;
  color: #AEA4A6;
  font-weight: 500;
  font-size: 1rem;
}

.pricing .card-title {
  color: #20060C !important;
  font-family: "Hind", "Arial", sans-serif;
  margin: 0.5rem 0;
  font-size: 1.34rem;
  letter-spacing: .1rem;
  font-weight: 500;
}

.pricing .card-desc {
  font-family: "Poppins", sans-serif;
  color: #AEA4A6;
  font-weight: 400;
}

.pricing .card-price {
  font-size: 2rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .btn-primary {
  background: transparent;
  border: 2px solid #AD193C;
  color: #AD193C;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* Hover Effects on Card */
#masalah {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}

#masalah img {
  width: 100%;
  height: auto;
}

#masalah .title label {
  font-family: "Poppins", sans-serif;
  color: #AD193C;
  font-weight: 500;
}

#masalah .title h3 {
  font-family: "Hind", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
  color: #20060C;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

#masalah .title p {
  font-family: "Poppins", sans-serif;
  color: #AEA4A6;
  font-weight: 400;
  font-size: 1rem;
}

#tujuan {
  margin-top: 3rem;
  background: rgba(248, 155, 28, 0.1);
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
}

#tujuan .title {
  margin-bottom: 4rem;
}

#tujuan .title label {
  font-family: "Poppins", sans-serif;
  color: #AD193C;
  font-weight: 500;
}

#tujuan .title h3 {
  font-family: "Hind", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
  color: #20060C;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

#tujuan .title p {
  font-family: "Poppins", sans-serif;
  color: #AEA4A6;
  font-weight: 400;
  font-size: 1rem;
}

#tujuan .card-fitur {
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

#tujuan .card-fitur img {
  height: 80px;
  margin-bottom: 1rem;
}

#tujuan .card-fitur h4 {
  font-weight: 500;
  color: #20060C;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

#tujuan .card-fitur p {
  color: #AEA4A6;
  font-size: 1rem;
  font-weight: 400;
}

#fitur {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}

#fitur img {
  width: 100%;
  height: auto;
}

#fitur .title label {
  font-family: "Poppins", sans-serif;
  color: #AD193C;
  font-weight: 500;
}

#fitur .title h3 {
  font-family: "Hind", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
  color: #20060C;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

#fitur .title p {
  font-family: "Poppins", sans-serif;
  color: #AEA4A6;
  font-weight: 400;
  font-size: 1rem;
}

#fitur .fitur-tabs {
  text-align: center !important;
  margin-bottom: 2rem;
}

#fitur .nav-pills .nav-link.active, #fitur .nav-pills .show > .nav-link {
  background-color: #fff;
  border-bottom: 3px solid #AD193C;
  border-radius: 0;
}

#fitur .nav-pills .nav-link, #fitur .nav-pills .show > .nav-link {
  background-color: #fff;
  border-bottom: 1px solid #AEA4A6;
  border-radius: 0;
  margin-top: 4px;
}

#fitur .nav-pills .nav-link:hover, #fitur .nav-pills .show > .nav-link:hover {
  border-bottom: 3px solid #AD193C;
}

#fitur .nav-pills {
  text-align: center;
  font-family: "Poppins", sans-serif;
}

#fitur .nav-pills .nav-link {
  background-color: #fff;
  padding: 1.6rem 2rem;
  color: #000000;
  font-weight: 500;
}

#standar {
  background: url("../img/akreditasicloud/bg-standar.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

#standar .title {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#standar .title label {
  font-family: "Poppins", sans-serif;
  color: #AD193C;
  font-weight: 500;
}

#standar .title h3 {
  font-family: "Hind", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
  color: #20060C;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

#standar .title p {
  font-family: "Poppins", sans-serif;
  color: #AEA4A6;
  font-weight: 400;
  font-size: 1rem;
}

#standar img {
  width: 100%;
  height: auto;
}

#standar .card-testi {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -4px 25px rgba(32, 6, 12, 0.1);
          box-shadow: 0px -4px 25px rgba(32, 6, 12, 0.1);
  border-radius: 8px 8px 0px 0px;
  padding: 2rem 2rem 1rem 2rem;
}

#standar .card-testi:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #AD193C), color-stop(25%, #20060C), color-stop(50%, #AEA4A6), color-stop(50%, #F89B1C), color-stop(75%, #AD193C));
  background: linear-gradient(to right, #AD193C 25%, #20060C 25%, #AEA4A6 50%, #F89B1C 50%, #AD193C 75%);
  position: absolute;
  content: '';
  height: 4px;
  right: 0;
  left: 0;
  bottom: 0;
}

#standar .card-testi h4 {
  color: #20060C;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}

#standar .card-testi .user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  margin-right: 1rem;
}

#standar .card-testi .user-info p {
  display: inline-block;
  margin-top: 1rem;
  vertical-align: middle;
  color: #AEA4A6;
}

#klien {
  padding-top: 4rem;
  padding-bottom: 0;
  text-align: center;
}

#klien .title {
  margin-bottom: 2rem;
}

#klien .title label {
  font-family: "Poppins", sans-serif;
  color: #AD193C;
  font-weight: 500;
}

#klien .title h3 {
  font-family: "Hind", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
  color: #20060C;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

#klien .title p {
  font-family: "Poppins", sans-serif;
  color: #AEA4A6;
  font-weight: 400;
  font-size: 1rem;
}

.foot-contact {
  margin-top: 50px;
  background: url("../img/akreditasicloud/bg-footer.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 6rem;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.foot-contact a.btn-konsultasi {
  width: auto;
  background: #AD193C;
  padding: 1rem;
  border: none;
  font-size: 1rem;
  color: #fff;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.foot-contact a.btn-konsultasi:hover {
  color: #fff;
  background: #9c1736;
}

.foot-contact #accordion .card {
  margin-bottom: 1.5rem;
}

.foot-contact #accordion .card .card-body {
  background: #EBE8E9;
  color: rgba(32, 6, 12, 0.7);
}

.foot-contact #accordion .card .card-header {
  font-family: "Hind", "Arial", sans-serif;
  border-bottom: 0;
  cursor: pointer;
  background: #EBE8E9;
  padding: 1rem 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.foot-contact #accordion .card .card-header:after {
  font-family: 'FontAwesome';
  content: url(../img/akreditasicloud/angle-up.png);
  float: right;
  margin-bottom: -10px;
  margin-top: -4px;
}

.foot-contact #accordion .card .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: url(../img/akreditasicloud/angle-down.png);
  margin-bottom: -10px;
  margin-top: -4px;
}

.foot-contact .title {
  margin-bottom: 2rem;
}

.foot-contact .title label {
  font-family: "Poppins", sans-serif;
  color: #AD193C;
  font-weight: 500;
}

.foot-contact .title h3 {
  font-family: "Hind", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
  color: #20060C;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

.foot-contact .title p {
  font-family: "Poppins", sans-serif;
  color: #AEA4A6;
  font-weight: 400;
  font-size: 1rem;
}

.foot-contact .form-group {
  font-family: "Hind", "Arial", sans-serif;
  outline: none;
}

.foot-contact .form-group label {
  padding: 0;
  margin-bottom: 10px;
  color: rgba(39, 37, 48, 0.5);
  font-size: 1rem;
}

.foot-contact .form-group input[type="text"],
.foot-contact .form-group input[type="email"],
.foot-contact .form-group input[type="number"] {
  height: 48px;
}

.foot-contact .form-group input[type="text"]:focus,
.foot-contact .form-group input[type="email"]:focus,
.foot-contact .form-group input[type="number"]:focus {
  border: 1px solid #272530;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.foot-contact .form-group textarea:focus {
  border: 1px solid #272530;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.foot-contact .form-group select {
  height: 48px;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background: url("https://unicons.iconscout.com/release/v0.0.3/svg/angle-down.svg") no-repeat 98% 65%;
  background-size: 1.8em;
  padding-right: 10px;
  padding: 1rem;
  height: 3.5rem;
}

.foot-contact .btn-submit-mail {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #AD193C;
  border-radius: 3px;
  width: 100%;
  padding: 15px 60px;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foot-contact .btn-submit-mail:hover {
  background-color: #721027;
}

.foot-contact .container-check {
  margin-top: 20px;
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.foot-contact .container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.foot-contact .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 2px;
  background-color: #e5e5e5;
}

.foot-contact .container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.foot-contact .container-check input:checked ~ .checkmark {
  background: #FFA000;
}

.foot-contact .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.foot-contact .container-check input:checked ~ .checkmark:after {
  display: block;
}

.foot-contact .container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.foot-contact .container-check p {
  font-size: 1rem;
  color: rgba(39, 37, 48, 0.7);
  font-family: "Hind", "Arial", sans-serif;
  padding-left: 40px;
  margin-top: -25px;
}

.pricing-baru {
  border-top: 1px solid rgba(174, 164, 166, 0.4);
  border-bottom: 1px solid rgba(174, 164, 166, 0.4);
  padding-top: 4rem;
  background: url("../img/akreditasicloud/pricing-illustration.png");
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 4rem;
}

.pricing-baru .title {
  text-align: center;
  margin-bottom: 4rem;
}

.pricing-baru .title label {
  font-family: "Poppins", sans-serif;
  color: #AD193C;
  font-weight: 500;
}

.pricing-baru .title h3 {
  font-family: "Hind", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
  color: #20060C;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

.pricing-baru .title p {
  font-family: "Poppins", sans-serif;
  color: #AEA4A6;
  font-weight: 400;
  font-size: 1rem;
}

.pricing-baru .btn-primary {
  background: transparent;
  border: 2px solid #AD193C;
  color: #AD193C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-baru .btn-primary:hover {
  background: #AD193C;
  color: #FFFFFF;
}

.pricing-baru article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 1000px;
  position: relative;
}

.pricing-baru ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.pricing-baru li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pricing-baru li:last-child {
  border-right: 1px solid #DDD;
}

.pricing-baru button {
  width: 100%;
  border: 1px solid #DDD;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #FFF;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}

.pricing-baru li.active button {
  background: #f6f5f5;
  color: #000;
}

.pricing-baru table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.pricing-baru th {
  background: #F5F5F5;
  display: none;
}

.pricing-baru td, .pricing-baru th {
  height: 53px;
  background-color: #fff;
}

.pricing-baru td, .pricing-baru th {
  border: 1px solid #DDD;
  padding: 10px;
  empty-cells: show;
}

.pricing-baru td, .pricing-baru th {
  text-align: left;
}

.pricing-baru td + td, .pricing-baru th + th {
  text-align: center;
  display: none;
}

.pricing-baru td.default {
  display: table-cell;
}

.pricing-baru .bg-purple {
  border-top: 3px solid #F89B1C;
}

.pricing-baru .bg-blue {
  border-top: 3px solid #AD193C;
}

.pricing-baru .sep {
  background: #F5F5F5;
  font-weight: bold;
}

.pricing-baru .txt-l {
  font-size: 24px;
  font-weight: 600;
  font-family: "Hind", "Arial", sans-serif;
}

.pricing-baru .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}

.pricing-baru .tick {
  font-size: 18px;
  color: #2CA01C;
}

.pricing-baru .hide {
  border: 0;
  background: none;
}

@media (min-width: 640px) {
  .pricing-baru ul {
    display: none;
  }
  .pricing-baru td, .pricing-baru th {
    display: table-cell !important;
  }
  .pricing-baru td, .pricing-baru th {
    width: 330px;
  }
  .pricing-baru td + td, .pricing-baru th + th {
    width: auto;
  }
  .pricing-baru .biaya-perbulan {
    border: none;
    color: white;
  }
}

#testimonial-akreditasi .owl-carousel .owl-item img {
  width: 90px !important;
}

#testimonial-akreditasi .owl-nav button.owl-next {
  top: 50px;
  right: 100px;
  position: absolute;
}

#testimonial-akreditasi .owl-nav button.owl-next i {
  font-size: 2rem;
  color: #AD193C;
}

#testimonial-akreditasi .owl-nav button.owl-prev {
  top: 50px;
  left: 100px;
  position: absolute;
}

#testimonial-akreditasi .owl-nav button.owl-prev i {
  font-size: 2rem;
  color: #AD193C;
}

#testimonial-akreditasi .owl-theme .owl-nav [class*='owl-']:hover {
  background: none !important;
}

#testimonial-akreditasi figure.testimonial {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 700px;
  padding: 0 20px;
  text-align: left;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#testimonial-akreditasi figure.testimonial * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

#testimonial-akreditasi figure.testimonial img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}

#testimonial-akreditasi figure.testimonial blockquote {
  background-color: #AD193C;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 25px 50px 30px;
  position: relative;
  border-radius: 10px;
}

#testimonial-akreditasi figure.testimonial blockquote:before, #testimonial-akreditasi figure.testimonial blockquote:after {
  content: "\201C";
  position: absolute;
  color: #fff;
  font-size: 50px;
  font-style: normal;
}

#testimonial-akreditasi figure.testimonial blockquote:before {
  top: 25px;
  left: 20px;
}

#testimonial-akreditasi figure.testimonial blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}

#testimonial-akreditasi figure.testimonial .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #AD193C;
  margin: 0;
  position: absolute;
}

#testimonial-akreditasi figure.testimonial .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  color: #272530;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

#testimonial-akreditasi figure.testimonial .author h5 {
  opacity: 0.9;
  margin: 0;
}

#testimonial-akreditasi figure.testimonial .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}

.changelog-finance .navbar-brand img {
  height: 64px;
}

.changelog-finance .navbar {
  font-size: 1rem;
  font-weight: 400;
  padding: 0px;
}

.changelog-finance .navbar .navbar-toggler {
  background-color: #AD193C;
}

.changelog-finance .navbar-nav {
  padding-right: 20px;
}

.changelog-finance .navbar-nav .button-menucoba {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0.6rem 2rem;
  margin-left: 1.3rem;
  font-size: 1rem;
  color: #AD193C;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.changelog-finance .navbar-nav .button-menucoba:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #AD193C;
}

.changelog-finance .navbar-nav .button-login {
  background: transparent;
  border: 1px solid #ef92a8;
  padding: 0.6rem 2rem;
  font-size: 1rem;
  color: #fff;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.changelog-finance .navbar-nav .button-login:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  color: #AD193C;
}

.changelog-finance .navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}

.changelog-finance .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.7);
}

.changelog-finance .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

.changelog-finance .navbar-nav .nav-item .nav-link {
  color: #fff !important;
}

.changelog-finance .hero-article {
  background: #AD193C;
}

.changelog-finance .hero-article .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*effect-underline*/
}

.changelog-finance .hero-article .navbar-nav .button-menucoba {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0.6rem 2rem;
  margin-left: 1.3rem;
  font-size: 1rem;
  color: #AD193C;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.changelog-finance .hero-article .navbar-nav .button-menucoba:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #AD193C;
}

.changelog-finance .hero-article .navbar-nav .button-login {
  background: transparent;
  border: 1px solid #ef92a8;
  padding: 0.6rem 2rem;
  font-size: 1rem;
  color: #fff;
  font-family: "Hind", "Arial", sans-serif;
  border-radius: 50px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.changelog-finance .hero-article .navbar-nav .button-login:hover {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  color: #AD193C;
}

.changelog-finance .hero-article .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.changelog-finance .hero-article .navbar-nav .nav-link:hover {
  color: #fff;
}

.changelog-finance .hero-article .navbar-nav a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.changelog-finance .hero-article .navbar-nav a.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.changelog-finance .hero-article .navbar-nav a.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.changelog-finance .jumbotron {
  background: #AD193C;
  background-size: cover;
  height: 400px;
  margin-top: -80px;
  border-radius: 0px !important;
}

.changelog-finance .jumbotron .title-hero-article {
  padding-top: 60px;
  padding-bottom: 42px;
  text-align: center;
  margin: 0 auto;
}

.changelog-finance .jumbotron .title-hero-article h1 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 48px;
  color: white;
}

.changelog-finance .jumbotron .title-hero-article p {
  margin-top: 24px;
  font-family: "Hind", "Arial", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.changelog-finance .jumbotron .title-hero-article .search {
  width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.changelog-finance .jumbotron .title-hero-article .searchTerm {
  width: 100%;
  border: 1px solid #fff;
  border-right: none;
  padding: .75rem;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.changelog-finance .jumbotron .title-hero-article .searchTerm:focus {
  color: #272530;
}

.changelog-finance .jumbotron .title-hero-article .searchButton {
  width: 20%;
  border: 1px solid red;
  background: red;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.changelog-finance .curved {
  position: relative;
  background: #F3F7FF;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 50% 18%;
  border-bottom-right-radius: 50% 18%;
  margin-bottom: 3rem;
}

.changelog-finance .custom-shape-divider-bottom-1594356621 {
  position: absolute;
  bottom: 165px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.changelog-finance .custom-shape-divider-bottom-1594356621 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 99px;
}

.changelog-finance .custom-shape-divider-bottom-1594356621 .shape-fill {
  fill: #fff;
}

.changelog-finance #card-article {
  margin-top: -150px;
}

.changelog-finance #card-article .card {
  margin-bottom: 1rem;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.changelog-finance #card-article .card:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-box-shadow: 0px 6px 20px rgba(53, 64, 90, 0.15);
          box-shadow: 0px 6px 20px rgba(53, 64, 90, 0.15);
}

.changelog-finance #card-article a {
  text-decoration: none;
}

.changelog-finance #card-article a.kategori {
  font-family: "Hind", "Arial", sans-serif;
  font-size: .75rem;
  color: red;
  margin-bottom: .75rem;
  font-weight: 600;
}

.changelog-finance #card-article a.kategori:hover {
  text-decoration: underline;
}

.changelog-finance #card-article .card-title {
  color: #272530;
  font-family: "Poppins", sans-serif;
}

.changelog-finance #card-article .card-title:hover {
  color: #272530;
}

.changelog-finance #card-article .post-meta {
  font-family: "Hind", "Arial", sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  font-weight: bold;
  color: #272530;
}

.changelog-finance #card-article .post-meta i {
  font-size: 1rem;
  margin-right: .5rem;
}

.changelog-finance #card-article .post-meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.changelog-finance #card-article .post-meta > li:not(:last-child):after {
  margin-right: .5rem;
  content: "\b7";
  margin-left: .5rem;
}

.changelog-finance #card-article p {
  margin-top: 1rem;
  font-family: "Hind", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.changelog-finance #card-article .card-footer {
  background: none;
  border: none;
}

.changelog-finance #card-article .card-footer a {
  color: #272530;
  font-weight: bold;
  font-size: 14px;
}

.changelog-finance #card-article .card-footer a:hover {
  text-decoration: underline;
}

.changelog-finance #content-detail {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.changelog-finance #content-detail a {
  font-weight: bold;
}

.changelog-finance #content-detail .title-header {
  margin-bottom: 1rem;
}

.changelog-finance #content-detail .title-header a.kategori {
  font-family: "Hind", "Arial", sans-serif;
  font-size: .75rem;
  color: red;
  margin-bottom: .75rem;
  font-weight: 600;
}

.changelog-finance #content-detail .title-header a.kategori:hover {
  text-decoration: underline;
}

.changelog-finance #content-detail .title-header .post-meta {
  font-family: "Hind", "Arial", sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  font-weight: bold;
  color: #272530;
}

.changelog-finance #content-detail .title-header .post-meta i {
  font-size: 1rem;
  margin-right: .5rem;
}

.changelog-finance #content-detail .title-header .post-meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.changelog-finance #content-detail .title-header .post-meta > li:not(:last-child):after {
  margin-right: .5rem;
  content: "\b7";
  margin-left: .5rem;
}

.changelog-finance #content-detail .title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.125;
}

.changelog-finance #content-detail img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.changelog-finance #content-detail .tag {
  font-size: 1rem;
  margin: 2rem 0;
}

.changelog-finance #content-detail .tag a {
  background: #E0E0E0;
  border-radius: 20px;
  color: #828282;
  font-weight: bold;
  font-size: .75rem;
  padding: .25rem .75rem;
  margin-left: .5rem;
}

.changelog-finance #content-detail .nav-berita .nav-prev {
  display: inline-block;
}

.changelog-finance #content-detail .nav-berita .nav-next {
  display: inline-block;
  float: right;
}

.changelog-finance #content-detail .nav-next {
  right: 0 !important;
  left: 0 !important;
}

.changelog-finance #content-detail .nav-berita {
  margin-top: 2rem;
}

.changelog-finance #content-detail .nav-berita .nav-next,
.changelog-finance #content-detail .nav-berita .nav-prev {
  width: 50%;
}

.changelog-finance #content-detail .nav-berita span {
  color: #828282;
  font-size: .75rem;
}

.changelog-finance #content-detail .nav-berita span:hover {
  text-decoration: none;
  color: red;
}

.changelog-finance #content-detail .nav-berita .title-berita {
  margin-top: .75rem;
}

.changelog-finance #content-detail .nav-berita .title-berita a {
  color: #272530;
}

.changelog-finance #content-detail .nav-berita .title-berita a:hover {
  text-decoration: none;
  color: #272530;
  font-weight: bold;
}

.changelog-finance #content-detail .nav-berita .title-berita h6 {
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .changelog-finance .jumbotron {
    margin-top: auto;
    padding: 0 1rem;
  }
  .changelog-finance .jumbotron .title-hero-article .search {
    width: auto;
  }
  .changelog-finance .custom-shape-divider-bottom-1594356621 {
    display: none;
  }
  .changelog-finance #card-article {
    margin-top: auto;
  }
  .changelog-finance .navbar-dark .navbar-brand img {
    height: 40px;
  }
}

.wedocs-single-wrap .wedocs-single-content article .entry-content img {
  display: inline;
  padding: 0px;
  background: none;
  border: none;
  margin: 5px 0px;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content img.img-custom-border {
  border: 1.5px solid #AD193C;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a {
  background: #AD193C;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a {
  background: #AD193C;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
  background: #AD193C;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent li.current_page_item > a {
  border-left: 2px solid #AD193C;
  color: #191919;
  font-weight: bold;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item li.current_page_item > a {
  border-left: 2px solid #AD193C;
  color: #191919;
  font-weight: bold;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor li.current_page_item > a {
  border-left: 2px solid #AD193C;
  color: #191919;
  font-weight: bold;
}

@media (max-width: 720px) {
  .header {
    height: 780px;
  }
  .header .navbar-brand img {
    height: 65px;
  }
  .header .hero {
    zoom: 0.9;
  }
}

@media only screen and (min-device-width: 1660px) and (max-device-width: 2499px) {
  .header {
    margin-bottom: -6rem;
    background: url("../img/akreditasicloud/bg-xl.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 1000px;
    background-position: bottom center;
  }
}

@media (min-width: 992px) {
  .pricing .card:hover {
    border: 2px solid #AD193C;
  }
  .pricing .card:hover .btn-primary {
    border: 2px solid #AD193C;
    background: #AD193C;
    color: #fff;
  }
}

@media only screen and (max-width: 990px) {
  #testimonial-akreditasi figure.testimonial {
    width: auto;
  }
  #testimonial-akreditasi .owl-nav button.owl-next {
    top: 50px;
    right: -25px;
    position: absolute;
  }
  #testimonial-akreditasi .owl-nav button.owl-next i {
    font-size: 2rem;
    color: #AD193C;
  }
  #testimonial-akreditasi .owl-nav button.owl-prev {
    top: 50px;
    left: -25px;
    position: absolute;
  }
  .pricing .res-price {
    color: #AEA4A6;
    font-weight: 500;
    display: block;
  }
  .features-plan {
    display: none;
  }
  .header {
    background: url("../img/akreditasicloud/bg-hero-res.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    background-position: bottom center;
  }
  header .hero h1 {
    font-size: 2.5rem;
  }
  header .hero p {
    font-size: 1.3rem;
  }
  .nav-head .navbar {
    display: none;
  }
  .nav-head .left-content p {
    font-size: 0.75rem !important;
  }
  .nav-head a img {
    height: 25px !important;
  }
  .navbar-hide {
    display: block;
  }
  .navbar-collapse {
    z-index: 999;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px 20px;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #000;
  }
  .border-video {
    display: none;
  }
}
/*# sourceMappingURL=akreditasicloud.css.map */