.content-blog .card {
  border-left: unset;
  border-right: unset;
  border-radius: unset;
  border-bottom: 2px solid #979797;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.content-blog img{
  max-width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
}
iframe {
  width: 100%;
}
figure {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
figure > * {
  max-width: 100%;
  height: auto;
}
figure.aligncenter {
  text-align: center;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table td {
  vertical-align: top;
  padding: 0.75rem;
}
.content-area article ol li {
  list-style: decimal;
  display: list-item;
  font-size: 1.25rem;
}
.content-blog li {
  display: list-item;
  list-style-type: decimal;
  font-size: 1.25rem;
}
.content-blog ul {
  margin: 1em;
  padding: 1em;
}
.custom-pagination {
  display: inline-block;
}
.custom-pagination .page-numbers.current {
  background: #f4f4f4;
}

.custom-pagination .page-numbers {
  border: 1px solid #000;
  padding: 5px 10px;
  color: #000;
}

.content-blog p {
  text-align: justify;
}
.content-blog a {
  text-decoration: none;
  color: #4040ed;
}
.content-blog a span{
  color: #4040ed;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.content-blog .card-body {
  min-height: 435px;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.content-blog .card .card-img-top {
  cursor: pointer;
}
.content-blog .card .card-detail {
  font-size: 16px;
  color: #6b6b6b;
}
.card-body p {
  text-align: justify;
}
.card-img-top {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
/* end custom hanafi*/

.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.fade {
  transition: opacity 0.15s linear;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.partner-banner{
	background-color: #f7f6f6;
	padding-top: 150px;
	padding-bottom: 30px;
}
.max-width-100{
	max-width: 100%;
}

@media (max-width: 767px) {
  ul.half {
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
  }
  
  .order-1{
	order: 1;
  }
  .order-2{
	order: 2;
  }
}
.float-right {
  float: right !important;
}
ul.half {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.ul-show-bullets ul {
  display: block;
  font-size: 1.25rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.ul-show-bullets ul > li {
  display: list-item;
  list-style-type: disc;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}
/* .ul-show-bullets > * {
  list-style-type: disc !important;
  padding-left: 1em !important;
  margin-left: 1em;
} */
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}
small p {
  font-size: 0.8rem;
}
.btn {
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.accordion .bs-card .bs-card-header span i {
  color: #2b292d;
  font-size: 22px;
}
.accordion .bs-card .bs-card-header .btn {
  width: 96%;
  padding-left: unset;
  color: #2b292d;
  font-weight: 700;
  font-size: 22px;
  white-space: normal;
  word-wrap: break-word;
  padding-right: unset;
  text-align: inherit;
}
@media (max-width: 767px) {
  .tab-content .bs-card-header .btn-link {
    width: 90% !important;
    white-space: inherit;
  }
  .featured-detail > .col-9 {
    max-width: 100%;
  }
  .featured-detail > .col-3 {
    margin: auto;
    max-width: 100%;
    flex: 1;
  }
  .slide-featured {
    margin: 50px 0px;
  }
  .more-feature {
    flex-direction: column;
  }
  .more-feature > .col-3 > .row {
    margin: 0;
    padding: 0;
  }
  .more-feature > .col-3 {
    max-width: 100%;
    flex: 1;
    margin: 50px 0px;
  }
  .more-feature > .col-3 img {
    height: auto !important;
    max-height: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .accordion .bs-card .bs-card-header .btn {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    width: 90%;
  }
}

.bs-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.collapse:not(.show) {
  display: none;
}
.bs-card .accordion .bs-card-header {
  background-color: unset;
  padding-left: unset;
  padding-right: unset;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.bs-card {
  border: unset;
}
.bs-card > hr {
  margin-right: 0;
  margin-left: 0;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.bs-card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bs-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.bs-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.bs-card-title {
  margin-bottom: 0.75rem;
}
.bs-card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.bs-card-text:last-child {
  margin-bottom: 0;
}
.bs-card-link:hover {
  text-decoration: none;
}
.bs-card-link + .bs-card-link {
  margin-left: 1.25rem;
}
.bs-card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bs-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.bs-card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.bs-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bs-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.bs-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.bs-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.bs-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.bs-card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.bs-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bs-card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bs-card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bs-card-deck .bs-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bs-card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bs-card-deck .bs-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.bs-card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bs-card-group > .bs-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bs-card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .bs-card-group > .bs-card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bs-card-group > .bs-card + .bs-card {
    margin-left: 0;
    border-left: 0;
  }
  .bs-card-group > .bs-card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bs-card-group > .bs-card:first-child .bs-card-header,
  .bs-card-group > .bs-card:first-child .bs-card-img-top {
    border-top-right-radius: 0;
  }
  .bs-card-group > .bs-card:first-child .bs-card-footer,
  .bs-card-group > .bs-card:first-child .bs-card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .bs-card-group > .bs-card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bs-card-group > .bs-card:last-child .bs-card-header,
  .bs-card-group > .bs-card:last-child .bs-card-img-top {
    border-top-left-radius: 0;
  }
  .bs-card-group > .bs-card:last-child .bs-card-footer,
  .bs-card-group > .bs-card:last-child .bs-card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .bs-card-group > .bs-card:only-child {
    border-radius: 0.25rem;
  }
  .bs-card-group > .bs-card:only-child .bs-card-header,
  .bs-card-group > .bs-card:only-child .bs-card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .bs-card-group > .bs-card:only-child .bs-card-footer,
  .bs-card-group > .bs-card:only-child .bs-card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .bs-card-group
    > .bs-card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .bs-card-group
    > .bs-card:not(:first-child):not(:last-child):not(:only-child)
    .bs-card-footer,
  .bs-card-group
    > .bs-card:not(:first-child):not(:last-child):not(:only-child)
    .bs-card-header,
  .bs-card-group
    > .bs-card:not(:first-child):not(:last-child):not(:only-child)
    .bs-card-img-bottom,
  .bs-card-group
    > .bs-card:not(:first-child):not(:last-child):not(:only-child)
    .bs-card-img-top {
    border-radius: 0;
  }
}
.bs-card-columns .bs-card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bs-card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .bs-card-columns .bs-card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .bs-card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .bs-card:not(:first-of-type) .bs-card-header:first-child {
  border-radius: 0;
}
.accordion .bs-card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .bs-card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
.text-center {
  text-align: center !important;
}
.nav-link {
  display: block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #61435b;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
/* end custom hanafi*/

.row.img-brand {
  justify-content: center;
  margin-top: 30px;
}
.row.img-brand img {
  width: 100%;
  height: auto;
}

.images img {
  width: 100%;
}

.images img:last-child {
  width: 90%;
  margin: 0 auto;
  float: none;
}

/* ==============  Custom Header ============== */

header {
  z-index: 99;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
button {
  background-color: #efefef;
}

.header-top {
  padding: 1.594rem;
}

.header-top .logo {
  height: 23px;
}

.header-wrapper {
  width: 100%;
}

.header-wrapper .bars {
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.header-wrapper .bars img {
  width: 30px;
}

.header-bottom {
  background: #ffffffe0;
  padding: 0.4rem;
}

.header-bottom .icon img {
  width: 35px;
}

.header-bottom .text {
  padding: 0.5rem;
  padding-left: 1.25rem;
}

.header-bottom .text p {
  margin: 0;
  font-size: 1.1rem;
}

ul#navbar li a {
  color: #fff;
  text-decoration: none;
}

.nav-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background: #61435b;
  padding: 4rem 2rem 1rem;
  z-index: 9;
  width: 400px;
  right: -400px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: auto;
}

.nav-dropdown,
.sub-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 1rem;
}

.nav-dropdown li a {
  font-size: 0.9rem;
}
.menu-item-has-children {cursor: pointer;}
.menu-item-has-children > a {
  display: flex;
}
.sub-menu > li {
  text-align: left;
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
}
.sub-menu {
  padding-bottom: 1rem;
}
.menu-item-has-children > a {
  background-image: url(../assets/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: right center;
}
.nav-list > li {
  text-align: left;
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  border-bottom: 1px solid #75506e;
}

.nav-list li:first-child {
  border: 0;
}

.nav-list li.dropdown-list a img {
  width: 15px;
}

.nav-list .nav-dropdown li {
  border: 0;
}

.nav-list li.dropdown-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.open .nav-list {
  right: 0;
}

li.close .close-button img {
  width: 20px;
}

li.close .close-button {
  position: absolute;
  top: 3%;
  left: 8%;
  cursor: pointer;
}

/* ==============  End Custom Header ============== */

/* ==============  Hero Image ============== */

.heroimage {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding: 0;
}

.hero-content {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #00000085;
}

.heroimage .container {
  position: unset;
}

.hero-text h1,
.hero-text p {
  color: #fff;
  text-align: center;
}

.hero-text .btn-default {
  margin: auto;
  border-radius: 8px;
}

.hero-text {
  text-align: center;
  max-width: 35%;
  padding-top: 9.3rem;
}

.heroinnerpage img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* ==============  End Hero Image ============== */

/* ==============  Home Feature ============== */

.feature .card-wrapper {
  padding: 2.5rem 0;
}

.feature .control-section .title-control .images {
  display: none;
}

.feature .control-section .title {
  padding-top: 1.5rem;
}

.feature .control-section {
  padding-bottom: 0;
}

.feature .control-section .images img {
  width: 100%;
}

.feature .card-wrapper .col-6 .btn-default {
  margin-top: 2rem;
}

.feature .card-wrapper .card .icon img {
  height: 50px;
  width: auto;
}

.bg-texture .card-wrapper .col-3 .card p {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-texture .card h1 {
  border-top: 1px solid white;
}

.bg-texture .card-wrapper .card p,
.bg-texture .card h1 {
  color: #fff;
}

.bg-texture .title-wrapper h1,
.bg-texture .title-wrapper p,
.bg-texture .title-wrapper p strong {
  color: #fff;
  position: relative;
  z-index: 9;
}

.bg-texture .container {
  position: relative;
  z-index: 9;
}

/* ==============  End Home Feature ============== */

/* ==============  Home Portfolio ============== */

.feature .control-section .title {
  padding-top: 1.5rem;
}

.feature .control-section {
  padding-bottom: 0;
}

section.portfolio .title {
  padding-bottom: 1.5rem;
}

section.portfolio .card .text p {
  margin: 0;
}

section.portfolio .card .text p.font-regular {
  padding: 1rem 0 0.3rem;
  font-weight: 700;
}

section.portfolio .card {
  padding-bottom: 2rem;
}

.portfolio .card .thumbnails {
  position: relative;
}

.portfolio .title,
.portfolio .card {
  color: #4f4f4f;
}
.portfolio .card .thumbnails:after {
  content: "View project";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #62445bb0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
}

.portfolio .card:hover .thumbnails:after {
  opacity: 1;
  transition: all 0.3s ease;
}

.portfolio .thumbnails img {
  height: 390px;
  object-fit: cover;
}

.portfolio .btn-default {
  margin: 1rem auto 0;
}

/* ==============  End Home Portfolio ============== */

/* ==============  Home Review ============== */

.bg-texture .title-wrapper h1 {
  padding-bottom: 1rem;
}

ul.slide-review {
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 1.3rem;
}

.review .review-wrapper ul li {
  padding: 0 0.5rem;
  width: 300px;
  display: inline-flex;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.review .review-wrapper ul li p {
  white-space: normal;
}

.review .title,
.review .review-wrapper {
  color: #4f4f4f;
}

ul.slide-review::-webkit-scrollbar {
  /* width: 3px; */
  margin-top: 2px;
  /* padding-top: 2rem; */
  height: 10px;
  border-radius: 50%;
  /* padding: 3px; */
}

ul.slide-review::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 15px;
}

ul.slide-review::-webkit-scrollbar-thumb {
  background: yellow;
  background-color: #61435b;
  border-radius: 9px;
}
/* 
.review .review-wrapper ul li:first-child {
  padding-left: 0;
}

.review .review-wrapper ul li:last-child {
  padding-right: 0;
} */

.review .title {
  padding-bottom: 2rem;
}

.review {
  padding-top: 1px;
  padding-bottom: 6rem;
}
.review.top-padding,
.media.top-padding {
  padding-top: 4.4375rem;
}

.review .review-wrapper ul li .card {
  background: #ffffff;
  padding: 0.1rem 1.5rem 1.5rem;
  min-height: 500px;
  position: relative;
}

.review .review-wrapper ul li .card .rates {
  display: flex;
  align-items: center;
}

.review .review-wrapper ul li .card .rates img {
  width: 13px;
  margin-right: 0.3rem;
}

.review .review-wrapper ul li .card a {
  position: absolute;
  bottom: 1rem;
  text-decoration: none;
  text-transform: capitalize;
  color: #4040ed;
  font-weight: 500;
}

.review-wrapper {
  width: 100%;
}

.review-wrapper .slick-dots li {
  display: table-cell;
  width: 1%;
  background: transparent;
  height: 5px;
}

.review-wrapper .slick-dots li.slick-active {
  background: #61435b;
  border-radius: 8px;
}

.review-wrapper .slick-dots li button:before {
  font-size: 0;
}

.review-wrapper .slick-dots {
  background: white;
  border-radius: 12px;
}

.review-wrapper .slick-dots li button {
  height: 5px;
}

.choose .card .icon img {
  height: 70px;
  width: unset;
}

.choose .card .title {
  margin: 0;
  line-height: 1.2;
  min-height: 90px;
  display: block;
  margin-top: 1.3rem;
}

/* ==============  End Home Review ============== */

.content-home .bg-texture > .title {
  padding-bottom: 3rem;
}

.content-home .media {
  padding: 0;
}
.bg-texture h1,
.bg-texture .sub-title {
  z-index: 9;
  position: relative;
  margin: 0;
}

.card .logo ul li img {
  width: auto;
}

.card .logo ul li {
  width: 31.333%;
  vertical-align: middle;
  padding: 1rem 0;
}

.card .logo ul {
  max-width: 90%;
  margin: auto;
  text-align: center;
}

/* ==============  Home Partner ============== */
.partner .card span.uppercase > p {
  border-bottom: 1px solid #333;
  /* width: 100%; */
  padding-bottom: 0.5rem;
}

.partner .card .images img,
.partner .card video {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.full-width > video,
.full-width > image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 3rem;
}

.content-care .icon.center img {
  height: 50px;
  width: unset;
}

/* ==============  End Home Partner ============== */

.slider-default {
  overflow: hidden;
}

.slider-default ul.slick-dots button:before {
  font-size: 10px;
}

.slider-default .slick-dots {
  bottom: 0;
}

.item-slider {
  padding: 0 0.5rem;
}

.item-slider img {
  width: 100%;
}

.slide-partner .item-slider img{
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
}

.slider-default .item-slider .text {
  padding: 1rem 2rem;
}

.slider-default .item-slider .text p {
  margin: 0;
}

/* Brand logo */
.brand-wrapper ul li img {
  width: 100%;
}

.brand-wrapper ul li {
  width: 19%;
  padding: 2rem 1rem;
}

.brand-wrapper {
  padding: 2rem 0;
}

/* Footer */

footer {
  padding: 2rem 0 3rem;
}

.footer .card p {
  margin: 0;
}

.footer .card p:last-child {
  padding-top: 0.5rem;
}
.footer .card {
  padding-right: 3rem;
  background: transparent;
  border: 0;
}

.footer .social-wrapper {
  padding: 2rem 1rem 0;
  display: flex;
  align-items: center;
}

.footer .social-wrapper .social li a {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e4e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .social-wrapper .social li a img {
  width: 20px;
}

.footer .social-wrapper .social {
  padding-right: 2rem;
}

.footer .social-wrapper ul li {
  padding-right: 1rem;
}

.footer-top .title {
  margin: 0;
  padding-bottom: 1rem;
}

.footer .social-wrapper ul.button li:last-child .btn-default {
  background: transparent;
  border: 1px solid #efefef;
  color: #efefef;
}

/* General Style */

.service-2 .bg-texture .ultimate {
  padding-bottom: 0;
}

.content-service .section.last .font-regular {
  min-height: 165px;
  display: flex;
  align-items: center;
}

.service-1 .section.last .font-regular {
  min-height: unset;
}

.list-service li .icon img {
  width: 30px;
}

.list-service li .text {
  padding-left: 1rem;
}

.slide-pricing .item-pricing ul li .text {
  text-decoration: underline;
}

.list-service li {
  padding-bottom: 0.8rem;
}

.list-service li p {
  /* padding-bottom: 1rem; */
  margin: 0;
}

.card p span.gap {
  display: block;
  padding-bottom: 0.8rem;
}

.card .images img {
  width: 100%;
}

.full-image {
  z-index: 9;
  height: 850px;
  position: relative;
}
.full-image img,
.full-image video {
  height: 850px;
  width: 100%;
  object-fit: cover;
}

.heroimage .full-image img,
.heroimage .full-image video,
.heroinnerpage video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bg-multiple {
  padding: 6rem 0;
}
.bg-multiple .title {
  padding-bottom: 2rem;
  margin: 0;
}

/* Heroinnerpage app */
.content-our-app .heroinnerpage {
  background-image: url(../assets/hero-app.png);
}
.content-update-app .heroinnerpage {
  background-image: url(../assets/hero-update-app.png);
}
.content-security .heroinnerpage {
  background-image: url(../assets/hero-security.png);
}
.content-care .heroinnerpage,
.content-partners .heroinnerpage,
.content-about .heroinnerpage,
.content-security .heroinnerpage {
  background-image: url(../assets/hero-care.png);
  min-height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 36%;
}
.content-care .heroinnerpage:after,
.content-partners .heroinnerpage:after {
  background: transparent;
}

.content-care .section p {
  font-style: normal;
}

.content-our-app .section,
.content-update-app .section {
  background: url(../assets/bg-innerpage-dark.png);
  background-size: cover;
  background-position: center;
}

.content-our-app .images {
  text-align: right;
  padding: 0 4rem;
}

.content-our-app .images img {
  width: 100%;
}

.content-our-app .section h1.title {
  padding-bottom: 5rem;
}

.content-our-app .section .container .row {
  padding-bottom: 6rem;
}

.content-wrapper .panel {
  cursor: pointer;
  border-bottom: 1px solid #cdcccc;
}

.content-innerpage .section .panel .title {
  padding-bottom: 0;
  margin-top: 10px;
}
.accordion-wrapper .content-wrapper:first-child .panel h1 {
  margin-top: 0;
}

.accordion-wrapper {
  width: 100%;
}

.content-innerpage .section .content-wrapper .images {
  text-align: center;
}

.content-update-app .accordion-wrapper .images {
  max-width: 50%;
  margin: 0 auto;
  padding: 2rem;
}

.content-accordion .item-content {
  padding: 1rem 0;
}

.content-accordion .item-content p {
  margin: 0;
}

.content-accordion .images {
  padding-bottom: 2rem;
}

.content-security .text {
  text-align: center;
}

.content-security .brand {
  padding-top: 0;
}

.content-security .text .images {
  padding-top: 3rem;
}

.content-security .text .images img {
  width: 40%;
}

.content-security .bg-texture .col-7 .images img {
  width: 90%;
}

.content-security .bg-texture p {
  max-width: 50%;
  color: #fff;
  z-index: 9;
  position: relative;
  font-style: normal;
}

.content-security .card p {
  font-style: normal;
}

.content-security .bg-texture .sub-title {
  margin: 0 auto;
}

.content-security .bg-texture .container {
  padding-top: 3rem;
}

.content-security .section .card .images img {
  height: 8rem;
  width: unset;
}

.content-security .card h4.body-text.center.font-regular {
  min-height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.content-security .section .card {
  padding: 1rem;
}

.content-security .brand .images img {
  width: 100%;
}

.content-care .bg-texture .container p.text-white.center {
  max-width: 66%;
}

.content-care .bg-texture .container p.text-white.center:nth-of-type(2) {
  max-width: 50%;
}

.content-care .bg-texture .container ul li p.text-white.center {
  max-width: 100%;
}

.content-care .bg-texture .container .row ul li {
  width: 20%;
}

.content-care .bg-texture .container .row ul {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 2rem;
}

.content-care .bg-light p.center {
  max-width: 60%;
}

.white-box {
  width: 70%;
  background: #fff;
  margin: 2rem auto;
}

.form-group {
  flex-wrap: wrap;
  padding-top: 2rem;
}

.form-group .form-list {
  width: 48%;
  padding-bottom: 1rem;
}

.form-group .form-list label {
  padding-bottom: 0.3rem;
  display: block;
  /* font-style: italic; */
}

.form-group .form-list:nth-of-type(7) {
  width: 100%;
  padding-bottom: 0;
}

.form-default input::placeholder,
.form-default textarea::placeholder,
.form-default option::placeholder {
  color: 828282;
  text-transform: capitalize;
  font-style: italic;
  font-size: 1rem;
}

.form-group .form-list {
  width: 48%;
  padding-bottom: 1 rem;
}

.btn-wrapper {
  margin-left: auto;
  padding-top: 2rem;
}

.content-partners .bg-multiple {
  margin-top: 4rem;
}

.content-partners .bg-texture .container:last-child {
  margin-top: 2rem;
  border-top: 1px solid #fff;
  padding-top: 4rem;
}

.content-partners .bg-texture .container:last-child > .title {
  padding-bottom: 3rem;
}

.content-partners .bg-texture .container:nth-of-type(1) p {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.content-partners .card .icon img {
  height: 70px;
}

.content-partners .card .title {
  min-height: 165px;
  display: flex;
  align-items: center;
}

.hero-bg-texture {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;

  padding-top: 5%;
}

.content-pricing .card h2.bg-brand {
  padding: 0 1.5rem;
  border-radius: 8px;
}

.content-pricing .card h2.bg-brand p{
  font-family: "Marcellus", serif;
  font-size: 2.8125rem;
}

.content-pricing .card h1.title,
.content-pricing .card .border-bottom {
  border-bottom: 1px solid #959494;
  padding-bottom: 1.2rem;
  display: block;
}

.content-pricing .card .border-bottom p,
.content-pricing .card .border-bottom h4,
.content-pricing .card .border-bottom h2,
.content-pricing .card h1 {
  margin: 0;
}

.content-pricing .card .border-bottom {
  padding-top: 1rem;
}

.content-pricing .card .border-bottom h2 {
  margin-top: 0.5rem;
}

.content-pricing .card ul.list-service {
  padding-top: 1.5rem;
}

.content-pricing .card ul.list-service h4 {
  margin: 0;
  padding-bottom: 0.7rem;
}

.content-pricing ul.box-list li .small-box p,
.content-pricing ul.box-list li .small-box h4 {
  margin: 0;
}

.content-pricing ul.box-list li .small-box {
  padding-bottom: 1rem;
  display: block;
}

.content-pricing ul.box-list li .small-box:nth-of-type(2) {
  padding-bottom: 0;
}

.content-pricing ul.box-list {
  display: flex;
  flex-wrap: wrap;
  float: none;
  margin: auto;
  justify-content: center;
  align-items: baseline;
}

.content-pricing ul.box-list li {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 2rem 2rem 1rem;
  margin: 0 0 2rem;
  width: 100%;
}

.content-pricing .bg-texture .row {
  justify-content: center;
}

.content-pricing .bg-texture .row .col-6 {
  max-width: 40%;
}

.content-pricing ul.box-list li a {
  color: #fff;
}

.content-pricing .bg-texture p.center.text-white {
  max-width: 50%;
  padding-bottom: 2rem;
}

.bg-multiple-image {
  /* background-image: url(../assets/bg-multiple-image.png); */
  /* background-size: 100% 100%; */
  padding: 1rem 0 2.4rem;
  /* background-position: center left; */
  background-position: center;
}

.bg-multiple-image .title {
  font-size: 2.5rem;
}

.bg-multiple-image ul.locate li {
  width: 50%;
  padding-right: 1rem;
}

.bg-multiple-image ul.locate {
  display: flex;
  align-items: baseline;
  /* padding-right: 2rem; */
}

.bg-multiple-image ul.locate li p,
ul.locate li h5 {
  margin: 0;
}

.bg-multiple-image ul.locate li h5 {
  padding: 0.5rem 0;
}

.bg-multiple-image ul.locate li .btn-default {
  margin-top: 1.5rem;
}

.card-about {
  max-width: 70%;
  margin: auto;
  padding-top: 1rem;
}

ul.list-wrapper li {
  position: relative;
  padding-left: 4rem;
  padding-bottom: 2rem;
}

ul.list-wrapper li:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #61435b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9%;
  background: #e5e3e3;
}

ul.list-wrapper li h2,
ul.list-wrapper li h4,
ul.list-wrapper li p {
  margin: 0;
  /* font-style: italic; */
}

ul.list-wrapper li h2 {
  color: #61435b;
}

ul.list-wrapper li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #61435b;
  position: absolute;
  left: 12px;
  top: 20px;
}

ul.list-wrapper li:last-child:before {
  height: 20px;
}

ul.list-wrapper .title {
  padding-left: 3.3rem;
  padding-bottom: 2rem;
}

.journey .container .row:last-child {
  padding-top: 3rem;
}

.journey .container .row .images img {
  width: 100%;
}

.journey .container .row:last-child .text {
  padding-left: 2rem;
}

.journey .container .row .text {
  padding-right: 2rem;
}

.content-service .heroinnerpage {
  min-height: 73vh;
}

.content-service .card {
  background: transparent;
  border: 0;
}

.content-service .bg-texture .ultimate .title:first-child {
  padding: 0;
}

.content-service .heroinnerpage img {
  height: 85%;
}
.content-service .bg-texture .container.entertainment .title,
.content-service .bg-texture .container.entertainment .sub-title {
  padding-bottom: 0;
}

.content-service .slick-initialized .slick-slide {
  height: auto;
}

.content-service .bg-texture .sub-title {
  padding: 1rem 0 1rem;
}

.content-service .bg-texture .container .title {
  padding: 0 0 3rem;
}

.content-service .bg-texture .container .sub-title {
  padding-bottom: 3rem;
}

/* .content-service .bg-texture .container .sub-title {
  padding: 0;
} */

.service-1 .bg-texture .container .title,
.service-2 .bg-texture .container .title,
.service-3 .bg-texture .container .title,
.service-4 .bg-texture .container .title {
  padding-top: 4rem;
}

.content-service .last .images-center {
  max-width: 40%;
}

.content-service .section p,
.content-service .section .sub-title {
  font-style: normal;
}

/* .bg-texture .ultimate {
  padding-bottom: 4rem;
} */

.tab-default {
  padding: 4rem 0 0;
}

.tab-default .tab-wrapper.service-tab {
  width: 100%;
}

.tab-default .tab-wrapper.service-tab .nav-tab ul.tabs-list li {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #d1cfcf;
  text-align: center;
}

.tab-default .tab-wrapper.service-tab .nav-tab ul.tabs-list li a {
  font-size: 2rem;
  text-decoration: none;
  font-family: "Marcellus", serif;
  color: d1cfcf;
}

.tab-default .tab-wrapper.service-tab .nav-tab ul.tabs-list li.active a {
  color: #4f4f4f;
}

.tab-default .tab-wrapper.service-tab .nav-tab ul.tabs-list li.active {
  border-color: #4f4f4f;
}

.tab-content {
  background: #fff;
  border-radius: 8px;
  /* display: none; */
  width: 100%;
}

.tab-content.active {
  display: block;
}

.slider-tab .card .text .images img,
.slider-tab-curtaints .card .text .images img {
  width: 124px;
  margin: auto;
}

.slider-tab .card .images img,
.slider-tab-curtaints .card .images img {
  width: 50%;
  margin: auto;
  height: fit-content;
}

.slider-tab .card,
.slider-tab-curtaints .card {
  padding: 2rem;
}

.slider-tab .card .text .images,
.slider-tab-curtaints .card .text .images {
  padding-top: 1rem;
}

.slider-tab .card .text p.medium-text,
.slider-tab-curtaints .card .text p.medium-text {
  margin: 0;
  text-align: center;
  font-weight: 500;
  padding-top: 1rem;
}

.tab-top-nav .tab-wrapper.service-tab .nav-tab ul.tabs-list li.active {
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 0;
}

.tab-top-nav .tab-wrapper.service-tab .nav-tab ul.tabs-list li {
  display: table-cell;
  width: 1%;
  border: 0;
  vertical-align: middle;
}

.tab-top-nav .tab-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-top-nav .tab-content .slick-slide {
  height: unset;
}

.tab-top-nav .tab-wrapper.service-tab .nav-tab ul.tabs-list li a {
  color: inherit;
}

section.section.last h1.title,
section.section.last .sub-title {
  margin: 0;
}

section.section.last .sub-title {
  padding-bottom: 2rem;
}

section.section.last > .container {
  padding-bottom: 3rem;
}

.brands ul.brand-box {
  display: flex;
  flex-wrap: wrap;
}

.brands ul.brand-box li .images img {
  width: 100%;
}

.brands ul.brand-box li {
  width: 20%;
}

.brands ul.brand-box li .images {
  padding: 1rem;
}

.brands .sub-title {
  max-width: 70%;
}

.brands ul.brand-box {
  padding-top: 2rem;
}

/* .wrap-modal-slider {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}

.wrap-modal-slider.open {
  opacity: 1;
}

.tab-default .slick-slide {
  height: unset;
} */

/* Test styling */
/* .your-class {
  width: 726px;
  margin: 0 auto;
  position: relative;
}

.tab-pane {
  display: none;
}

.tab-pane.show {
  display: block;
} */

.tab-content > .active {
  display: block;
  opacity: 1;
}

/* Tab Default */
.tab-default .nav-tabs {
  width: 35%;
  display: inline-block;
  border: 0;
  padding-right: 3rem;
}

.tab-default .tab-content {
  width: 65%;
}

.tab-default .nav-tabs li.nav-item {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.tab-default .nav-tabs li.nav-item .nav-link {
  display: block;
  border-bottom: 1px solid #4f4f4f;
  padding: 2rem 0;
  text-align: center;
  color: #4f4f4f;
  opacity: 0.5;
  border: 0;
  border-bottom: 1px solid #4f4f4f;
  font-size: 2rem;
  text-decoration: none;
  font-family: "Marcellus", serif;
}

.tab-default .nav-tabs li.nav-item .nav-link.active {
  background: transparent;
  opacity: 1;
}

.tab-default .tab-content .list-item .card {
  border: 0;
  padding: 1rem;
}

.tab-default .tab-content .list-item .card .medium-text {
  text-align: center;
  font-weight: 500;
}

.tab-default .tab-content .list-item .card .medium-text p {
  font-weight: 200;
}

.tab-default .tab-content .list-item .card p {
  font-weight: 400;
}

.tab-default .tab-content .list-item .card .text .images img {
  max-width: 35%;
  width: auto;
}
/* 
.tab-default .tab-content .list-item .card .images:nth-of-type(2) {
  padding: 2rem 0;
} */

.tab-default .tab-content .list-item .card .text .images {
  padding: 0 0 1rem 0;
}

/* slide top nav */
.slide-top-nav .tab-default .nav-tabs {
  width: 100%;
  display: flex;

  padding-right: 0;
}

.slide-top-nav .tab-default .tab-content .list-item .card .text .images img {
  height: 30px;
  width: auto;
}

.slide-top-nav .tab-default .nav-tabs .nav-item {
  width: 33.333%;
  border: 0 !important;
  padding: 0;
}

.slide-top-nav .tab-default .tab-content {
  width: 100%;
  margin: 0;
}

.slide-top-nav .tab-default .nav-tabs .nav-item .nav-link {
  border: 0;
  opacity: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.slide-top-nav .tab-default .nav-tabs .nav-item .nav-link.active {
  background: #fff;
}

.content-service .section .font-regular {
  margin-bottom: 0;
}

.slide-pricing.slick-initialized.slick-slider {
  height: unset;
}

.slide-pricing .slick-slide {
  height: unset;
}

/* .slide-pricing .slick-list {
  overflow: unset;
} */

.slide-pricing .item-pricing {
  padding: 0 1rem;
}

.slide-pricing .slick-dots {
  bottom: -50px;
}

.slide-pricing .slick-dots li button:before {
  font-size: 0.7rem;
  color: #fff;
  opacity: 1;
}

.slide-pricing .slick-dots li.slick-active button:before {
  color: #61435b;
  opacity: 1;
}

section.partner .title,
section.media .title,
section.brands .title {
  padding-bottom: 1.5rem;
}

/* Responsive */

@media screen and (min-width: 1440px) {
  .hero-text h1 {
    font-size: 3.6rem;
  }

  .hero-text {
    max-width: 37%;
  }

  .hero-text p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1248px) {
  .choose .col-4:last-child .title {
    padding: 0 1.8rem;
  }
}

@media screen and (max-width: 1248px) {
  .content-service .section .font-regular {
    min-height: 91px;
    display: flex;
    align-items: center;
  }

  .content-service .section.last .font-regular {
    min-height: 218px;
    display: flex;
    align-items: center;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .row.img-brand .col-2 {
    min-width: 20%;
  }
  .feature .control-section .images img {
    width: 100%;
  }

  .hero-text {
    max-width: 58%;
  }

  .section .title {
    padding-bottom: 1rem;
  }

  section > .title {
    padding-bottom: 1rem;
  }

  .content-home .bg-texture > .title {
    padding-bottom: 3rem;
  }

  .media {
    padding: 0;
  }

  .feature .card-wrapper .col-3 {
    max-width: 50%;
    width: 100%;
    flex: 50%;
  }

  .feature .card-wrapper {
    flex-wrap: wrap;
  }

  .bg-texture .card-wrapper .col-3 .card p {
    min-height: unset;
    max-width: 57%;
  }

  .bg-texture .card-wrapper .col-3 .card {
    padding: 2rem 0;
  }

  section.partner .row .col-4 {
    width: 100%;
    max-width: 50%;
    flex: 50%;
  }

  .content-care .bg-texture .container .row ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-care .bg-texture .container .row ul li {
    width: 33.333%;
    padding: 1rem 0;
  }

  .content-security .text .images {
    max-width: 90%;
    margin: 0 auto;
  }
  .content-security .bg-texture p {
    max-width: 70%;
  }

  .bg-light .images-center {
    max-width: 50%;
  }

  .content-partners .container .row .col-4 {
    width: 50%;
    max-width: 50%;
    flex: 50%;
  }

  .content-partners .container .row .col-4 .card .title {
    padding: 0;
    margin: 0;
    min-height: unset;
  }

  .content-partners .container .row {
    justify-content: center;
  }

  .content-partners .container .row .col-4 .card .icon img {
    height: 60px;
  }

  .content-partners .container .row .col-4 .card .icon {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 960px) {
  .row.img-brand .col-2 {
    min-width: 25%;
  }
  .slick-next {
    right: 0 !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  .content-partners .bg-multiple .row .col-5,
  .content-service .bg-multiple .row .col-5 {
    max-width: 53%;
    flex: 100%;
    width: 100%;
  }

  .choose .col-4 {
    width: 100%;
    max-width: 50%;
    flex: 50%;
  }

  .choose .col-4:last-child {
    padding-top: 4rem;
  }

  .choose .col-4:last-child .title {
    min-height: unset;
  }

  .tab-default .nav-tabs {
    width: 100%;
    padding-right: 0;
    display: inline-block;
  }

  .tab-default .nav-tabs li.nav-item {
    display: inline-block;
    width: 49%;
    padding: 0 1rem;
  }

  .tab-default .tab-content {
    width: 100%;
    margin-top: 3rem;
  }

  .brands .sub-title {
    max-width: 100%;
  }

  .footer .card {
    padding-right: 0;
  }

  .slide-top-nav .tab-default .nav-tabs .nav-item {
    width: 100%;
  }

  .slide-top-nav .tab-default .nav-tabs .nav-item .nav-link {
    border-radius: 8px;
  }

  .content-service .bg-texture .container .row .col-4 {
    max-width: 50%;
    flex: 50%;
  }

  .content-service .bg-texture .container .row .col-4:last-child {
    padding-top: 2rem;
  }

  .content-service .section .font-regular {
    min-height: unset;
    margin-bottom: 0;
  }

  .last .container .row .col-4 {
    max-width: 50%;
    flex: 50%;
  }

  .last .container .row .col-4 .font-regular {
    min-height: auto;
  }
}
.whatsapp {
  display: none;
  z-index: 100;
}
.whatsapp img {
  max-width: 100%;
}

.wp-block-columns {
  display: flex;
}

.wp-block-column {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .row.img-brand .col-2 {
    min-width: 33.33%;
  }
  .hero-text {
    max-width: 80%;
  }
  #tidio-chat {
    display: none !important;
  }
  .whatsapp {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 48px;
    height: 48px;
  }
  .slider-default .slick-slide {
    height: auto;
  }
  .slider-default .slick-dots {
    bottom: -25px;
  }
  section.partner .title {
    padding-top: 1.5rem;
    margin-bottom: 0;
  }

  .feature .control-section p {
    margin-top: 0;
  }

  .feature .control-section {
    padding-top: 0;
  }

  .feature .control-section .title-control .images {
    display: block;
    width: 35%;
  }

  .feature .control-section .title-control .text {
    width: 65%;
    text-align: left;
  }

  .feature .control-section .col-6:last-child {
    display: none;
  }

  .feature .control-section .title-control {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
  }

  .feature .control-section .title-control .images img {
    width: 100%;
  }

  .nav-list {
    width: 300px;
    right: -300px;
  }

  .bg-texture {
    background-size: contain;
  }

  .content-service .bg-texture {
    background-size: inherit;
    background-position: center;
  }
  .feature .control-section .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }

  .feature .control-section .col-6 .images img {
    width: 70%;
  }

  /* .feature .control-section .col-6 .images {
    padding-top: 4rem;
  } */

  .content-home .choose .row .col-4 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .content-home .choose .row .col-4:last-child {
    padding-bottom: 0;
  }

  .content-home .choose .row {
    flex-wrap: wrap;
  }

  .choose .col-4 .title {
    min-height: unset;
  }

  .content-home .choose .row .col-4 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
    padding-top: 2rem;
  }

  .bg-multiple-image .row {
    flex-wrap: wrap;
  }

  .bg-multiple-image .row .col-7 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .bg-multiple-image .row .col-7 .locate {
    padding: 0;
    position: relative;
  }

  .bg-multiple-image .row .col-7 .locate li {
    padding: 0 1rem;
  }

  .bg-multiple-image h1.title {
    text-align: center;
    padding-bottom: 1rem;
  }

  .bg-multiple-image ul.locate li .btn-default {
    position: absolute;
    left: 35%;
    margin: auto;
    width: unset;
    text-align: center;
    bottom: -5rem;
  }

  .bg-multiple-image {
    /* background-image: url(../assets/bg-multiple-image-mobile.png); */
    background-size: cover;
    background-position: center;
    padding-bottom: 22rem;
  }

  section.partner .row .col-4 {
    max-width: 100%;
    flex: 100%;
    padding-top: 2rem;
  }

  .brand-wrapper ul li {
    width: 49%;
  }

  .footer-top .row .col-3 {
    width: 100%;
    max-width: 50%;
    flex: 50%;
    padding: 1rem;
  }

  .portfolio .row .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .slider-default .item-slider img {
    width: 100%;
  }

  .card-about {
    max-width: 100%;
  }

  .content-about section.section.bg-light .row .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding-bottom: 3em;
    order: 1;
  }

  .content-about section.section.bg-light .row .col-6:last-child {
    padding-bottom: 0;
    order: 0;
  }

  /* .content-about .journey .row .col-6 {
    padding-bottom: 0;
  } */

  .content-about .journey .container .row:last-child .col-6:first-child {
    order: 0;
  }

  .content-about section.section.bg-light .row .col-6 .text {
    padding: 0;
  }

  .content-about .journey .container .row .col-6 {
    padding-bottom: 0 !important;
    text-align: center;
  }

  .content-our-app .heroinnerpage .row .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .content-our-app .heroinnerpage .row .col-6:last-child {
    display: none;
  }

  .content-our-app .section .container .row .col-5,
  .content-our-app .section .container .row .col-7 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }

  .content-our-app .section .container .row .col-5 {
    order: 1;
  }

  .content-our-app .section .container .row .col-5 .text {
    padding-bottom: 2rem;
  }

  .content-our-app .section .container .row .col-5 h3.text-white {
    text-align: center;
    padding-top: 2rem;
  }

  .content-our-app .heroinnerpage {
    min-height: 80vh;
  }

  .content-our-app .heroinnerpage .container {
    padding-top: 4rem;
  }

  /* .content-our-app .section,
  .content-update-app .section {
    background-size: contain;
  } */

  .content-partners .bg-multiple,
  .content-service .bg-multiple {
    background-size: cover;
    background-position: 28%;
  }

  .content-service .card {
    background: transparent;
    border: 0;
  }

  .content-partners .bg-multiple .row .col-5,
  .content-service .bg-multiple .row .col-5 {
    max-width: 67%;
    flex: 70%;
    width: 100%;
  }

  .content-partners .container .row {
    justify-content: left;
  }

  .content-partners .bg-texture .container .row .col-4 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
    padding-bottom: 2rem;
  }

  .content-partners .bg-texture .container .row .col-4 h3.title.text-white {
    padding-bottom: 0;
  }

  .content-partners .bg-texture .container .row .col-4:last-child {
    padding-bottom: 0;
  }

  .content-partners .bg-texture .container:nth-of-type(1) p {
    max-width: 100%;
  }
  .content-partners .heroinnerpage {
    min-height: 50vh;
  }

  .content-pricing .bg-light .row .col-4 {
    max-width: 50%;
    width: 100%;
    flex: 100%;
    padding-bottom: 3rem;
  }

  .content-pricing .bg-light .row .col-4:last-child {
    padding-bottom: 0;
  }

  .content-pricing .bg-texture p.center.text-white {
    max-width: 100%;
  }

  .content-pricing .bg-texture .row .col-6 {
    max-width: 50%;
  }
  .content-security .col-7 .images {
    max-width: 100%;
  }

  .content-security .row .col-7,
  .content-security .row .col-5 {
    max-width: 100%;
    flex: 100%;
    width: 100%;
  }

  .content-security .row .col-7 .images {
    max-width: 90%;
    margin: 0 auto;
  }

  .content-security .row .col-5 .text {
    max-width: 50%;
    margin: 0 auto;
    padding-top: 3rem;
  }

  .content-security .row .col-5 .text .images {
    padding-top: 2rem;
  }

  .content-security .section .card {
    padding: 1rem;
  }
  .content-service .bg-texture .container .row .col-6,
  .content-service .bg-texture .container .row .col-4 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }

  .content-service .bg-texture .container .row .col-4 {
    padding-top: 0 !important;
    padding-bottom: 1rem;
  }

  .content-service .bg-texture .container .row .col-6 ul.list-service li {
    padding-bottom: 1rem;
  }

  .content-service .bg-texture .container .row .col-4 .font-regular BR {
    display: none;
  }

  .last .container .row .col-4,
  .last .container .row .col-8 {
    max-width: 100%;
    flex: 100%;
  }

  .tab-default .tab-wrapper.service-tab .nav-tab ul.tabs-list li {
    width: 33.333%;
    padding: 1rem 0;
  }

  .tab-default .tab-wrapper.service-tab .nav-tab ul.tabs-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3rem;
  }

  .tab-default .tab-wrapper.service-tab .nav-tab ul.tabs-list li a {
    font-size: 1.2rem;
  }

  .content-service .tab-default .tab-wrapper.service-tab .nav-tab ul.tabs-list {
    padding: 0;
  }

  .content-service .tab-default .tab-wrapper {
    padding: 1rem;
  }
  .accordion-wrapper {
    padding: 0 1rem;
  }

  .content-update-app .accordion-wrapper .images {
    max-width: 80%;
  }

  .content-security .section .container .row .col-6 {
    flex: 100%;
    max-width: 100%;
  }

  .content-security .section .container .row .col-6 .card h4 {
    min-height: unset;
  }

  .slide-top-nav .tab-default .nav-tabs .nav-item .nav-link {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 550px) {
  .row.img-brand .col-2 {
    min-width: 50%;
  }
  header {
    position: relative;
  }

  .header-bottom {
    padding-top: 5rem;
    z-index: 1;
    position: relative;
  }

  .header-top {
    padding: 1.594rem;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .hero-text {
    max-width: 90%;
    padding-top: 0;
  }

  .heroimage {
    position: relative;
  }

  .tab-default.tab-top-nav.bg-light {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 512px) {
  .content-partners .bg-multiple .row .col-5,
  .content-service .bg-multiple .row .col-5 {
    max-width: 50%;
    flex: 100%;
    width: 100%;
  }

  .bg-multiple .title {
    padding-bottom: 1rem;
    margin: 0;
    line-height: 34px;
    font-size: 2.2rem;
  }

  .content-partners .bg-multiple,
  .content-service .bg-multiple {
    background-size: cover;
    background-position: 34%;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  html,
  body {
    font-size: 11px !important;
  }
  .header-bottom .icon img {
    width: 35px;
  }

  .header-wrapper {
    padding: 0 1rem;
  }

  .header-top .logo {
    height: 15px;
  }

  .header-wrapper .bars img {
    width: 20px;
  }
  .content .heroinnerpage {
    min-height: unset;
    padding-bottom: 56.6%;
    background-size: cover;
    margin-top: 0;
    background-position-y: 35px;
  }

  .content-our-app .heroinnerpage {
    min-height: 75vh;
  }

  .heroinnerpage .container {
    padding-top: 4rem;
  }

  .hero-text {
    max-width: 100%;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .white-box {
    width: 100%;
    margin: 0;
  }

  .content-care .bg-light p.center {
    max-width: 100%;
  }

  .feature .card-wrapper .col-3 {
    max-width: 100%;
    flex: 100%;
  }

  .content-home .heroimage {
    margin: 0;
    position: relative;
    height: 100vh;
    padding: 0;
  }
  .full-image{
	height: auto;
  }
  .content-home .heroimage .full-image{
	height: 100%;
  }
  section .subtitle {
    max-width: 100%;
    padding: 0 1rem;
  }

  .bg-texture .card-wrapper .col-3 .card p {
    max-width: 95%;
  }

  .bg-texture .card-wrapper .col-3 .card p {
    max-width: 95%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature .card-wrapper {
    flex-wrap: wrap;
    padding-top: 1rem;
  }

  .feature .control-section .col-6:first-child {
    order: 2;
  }

  .choose .card .logo ul li img {
    width: 60px;
  }

  .card .logo ul li {
    width: 25%;
    vertical-align: middle;
    padding: 1rem 0;
  }

  .choose .card .icon img {
    height: 60px;
  }

  .bg-texture .card-wrapper .col-3 .card {
    padding: 1rem 0;
  }

  .feature .card-wrapper .col-3 {
    max-width: 50%;
    flex: 50%;
  }

  .review .review-wrapper .slick-dots {
    max-width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .footer-top .row .col-3 {
    max-width: 50%;
    flex: 50%;
  }

  .footer .social-wrapper ul {
    width: 30%;
    padding: 1rem 0 !important;
  }

  .footer .social-wrapper ul:last-child {
    width: 65%;
  }

  .footer .social-wrapper .social li a img {
    width: 15px;
  }

  footer .social-wrapper .social li a {
    width: 35px !important;
    height: 35px !important;
  }

  .footer .social-wrapper {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 10px;
  }

  .bg-multiple-image .row .col-7 .locate li {
    width: 50%;
    padding: 0 1rem 0 0;
    text-align: left;
  }

  .bg-multiple-image .row .col-7 .locate li:last-child {
    padding-right: 0;
    padding-left: 1rem;
  }

  .bg-multiple-image .row .col-7 .locate {
    flex-wrap: wrap;
  }

  .bg-multiple-image ul.locate li .btn-default {
    left: 32%;
  }

  .content-care .bg-texture .container .row ul {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
  }

  .content-care .icon.center img {
    height: 30px;
  }

  .content-care .bg-texture .container p.text-white.center {
    max-width: 100% !important;
  }

  .content-care .bg-texture .container .row ul li {
    width: 50%;
    padding-bottom: 0;
  }

  .form-group .form-list {
    width: 100%;
  }

  .content-partners .bg-multiple .row .col-5,
  .content-service .bg-multiple .row .col-5 {
    max-width: 50%;
    flex: 100%;
    width: 100%;
  }

  .bg-multiple .title {
    padding-bottom: 1rem;
    margin: 0;
    line-height: 30px;
    font-size: 2.2rem;
  }

  .content-partners .bg-multiple,
  .content-service .bg-multiple {
    background-size: cover;
    background-position: 34%;
    padding: 3rem 0;
  }

  .content-pricing .bg-texture .row .col-6 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }

  .content-care .section .title {
    font-size: 2.8rem;
    padding-top: 1rem;
    padding-bottom: 0;
    line-height: 3rem;
  }

  .content-pricing .bg-texture {
    background-size: inherit;
  }

  .content-partners .bg-light {
    padding-bottom: 0;
  }

  .content-security .row .col-5 .text {
    max-width: 100%;
  }

  .content-security .section .row .col-6 {
    max-width: 100%;
    flex: 100%;
  }

  .tab-default {
    padding: 2rem 1rem 0;
  }

  .content-pricing .bg-light .row .col-4 {
    max-width: 100%;
  }

  .content-update-app .accordion-wrapper .images {
    max-width: 100%;
  }
  .hero-bg-texture {
    padding-top: 18%;
  }

  .content-update-app .heroinnerpage {
    min-height: 50vh;
    padding: 0;
  }

  .content-update-app .heroinnerpage .container {
    padding-top: 10%;
  }

  .content-service .heroinnerpage {
    padding-bottom: 0;
  }

  .content-service .heroinnerpage img {
    height: 50%;
  }
  .tab-default .nav-tabs li.nav-item {
    width: 33.333%;
  }

  .tab-default .nav-tabs {
    display: flex;
  }
  .content-service .card {
    padding: 0 1rem;
  }

  .tab-top-nav {
    padding: 1rem 0 0;
  }

  .content-service .last .images-center {
    max-width: 70%;
  }
  .tab-default.tab-top-nav.bg-light {
    padding: 2rem 0 0;
  }

  .header-bottom {
    padding-top: 5rem;
  }

  .feature .control-section .col-6 .images img {
    width: 50%;
  }
  .feature .card-wrapper .col-6 .btn-default {
    margin-top: 0rem;
  }

  .feature .control-section .col-6 .images {
    padding-top: 2rem;
  }

  .review .review-wrapper ul li .card {
    min-height: 300px;
  }

  .review-wrapper {
    padding: 0 1rem;
  }

  .bg-multiple-image {
    background-position: 26% center;
    padding-bottom: 24rem;
  }

  .brands .title-wrapper {
    padding: 0 1rem;
    color: #4f4f4f;
  }

  .brands .title-wrapper br:last-child {
    display: none;
  }

  .journey .container .row:last-child {
    padding-top: 1rem;
  }

  .content-service .bg-texture {
    background-size: inherit;
  }

  .content-service ul.list-service {
    padding: 0 2rem;
  }

  .content-service .list-service li .icon img {
    width: 20px;
  }

  .content-service ul.list-service {
    padding: 0 2rem;
  }

  .content-service .ultimate .card .images img {
    width: 80%;
    margin: 0 auto;
  }

  .content-service .ultimate .card .images {
    text-align: center;
  }

  .content-service .full-image img {
    height: 200px;
  }

  .content-service .bg-texture .container.entertainment .sub-title {
    font-size: 1.7rem;
  }

  .content-our-app .text .icon-group img {
    width: 50%;
  }

  .content-our-app .section .container .row {
    padding-bottom: 0;
  }

  .tab-default .nav-tabs li.nav-item .nav-link {
    min-height: 88px;
    font-size: 1.3rem;
  }

  .slide-top-nav .tab-default .nav-tabs .nav-item .nav-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide-top-nav .tab-default .nav-tabs .nav-item {
    width: 33.333%;
  }

  .slide-top-nav .tab-default .tab-content .list-item .card > .images img,
  .tab-default .tab-content .list-item .card > .images img {
    max-width: 60%;
  }

  .slide-top-nav .tab-default .tab-content .list-item .card .text .images img,
  .tab-default .tab-content .list-item .card .text .images img {
    height: 20px;
    width: unset;
  }

  .portfolio .thumbnails img {
    height: 200px;
    object-fit: cover;
  }

  .content-security .bg-texture p {
    max-width: 90%;
  }

  .content-security .bg-texture h1.title.text-white {
    max-width: 70%;
    margin: auto;
  }

  .content-service section {
    overflow: hidden;
  }

  .feature .control-section .title-control .images {
    display: block;
    width: 50%;
  }

  .feature .control-section .col-6:last-child {
    display: none;
  }

  .feature .control-section .title-control {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
  }

  .feature .control-section .title-control .images img {
    width: 100%;
  }

  .feature .control-section .title {
    padding-top: 1rem;
    font-size: 2.9rem;
  }

  .feature .control-section .title-control .text {
    text-align: left;
  }
}

.zcwf_title,
input.zcwf_button[name="reset"] {
  display: none;
}

.formsubmit.zcwf_button {
  background-color: #61435b !important;
  color: #fff !important;
  border-radius: 9999px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 1.125em !important;
  padding: 8px 18px !important;
  text-align: center !important;
  text-decoration: none !important;
  word-break: break-word !important;
  box-sizing: border-box !important;
  width: auto !important;
  max-width: unset !important;
}

.tick-list-2column {
  margin-top: 25px;
}

.tick-list-2column .list-service .icon {
  min-width: 32px;
}

.tick-list-2column .list-service li .icon img {
  width: 28px;
}

.tick-list-2column .list-service h4 {
  color: #61435b;
  margin-top: 0;
  line-height: 1em;
  font-weight: 700;
}

.tick-list-2column-content {
  margin-bottom: 15px;
}

.gform_wrapper {
  width: 100%;
  max-width: 76.3125rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gfield {
  margin-bottom: 15px;
}

.gform_button {
  background-color: #61435b !important;
    color: #fff !important;
    border-radius: 9999px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 1.125em !important;
    padding: 8px 18px !important;
    text-align: center !important;
    text-decoration: none !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
    width: auto !important;
    max-width: unset !important;
    border: none;
}

.gform_footer {
  justify-content: center;
}

.ginput_recaptcha div:first-child {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .ginput_container_text input, .ginput_container_email input, .ginput_container_phone input {
    width: 60% !important;
  }
}