body {
  font-family: "Poppins", sans-serif;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  font-weight: 400;
  color: #000;
}

.text-branding {
  color: #F67409 !important;
}

.bg-branding {
  background: #F67409;
  border-color: #F67409;
}
.bg-branding:hover {
  background: #F67409;
  border-color: #F67409;
}

.btn-branding {
  background: #F67409;
  border-color: #F67409;
  color: #fff;
}
.btn-branding:hover {
  background: #F67409;
  border-color: #F67409;
  color: #fff;
}
.btn-branding:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 116, 9, 0.25);
}

.btn-branding-soft {
  background: #FFF1E5;
  border-color: #FFF1E5;
  color: #F67409;
}
.btn-branding-soft:hover {
  background: #FFF1E5;
  border-color: #FFF1E5;
  color: #F67409;
}
.btn-branding-soft:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 116, 9, 0.25);
}

header {
  width: 100%;
}
header .top {
  background: #626262;
  width: 100%;
  height: 35px;
}
header .top .top-in {
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top .top-in .left {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
header .top .top-in .left div {
  margin-right: 25px;
}
header .top .top-in .left i {
  margin-right: 10px;
}
header .top .top-in .left a {
  color: #fff;
  text-decoration: none;
}
header .top .top-in .right {
  display: flex;
  align-items: center;
}
header .top .top-in .right .icons {
  margin-left: 15px;
  height: 35px;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
}
header .top .top-in .right a {
  font-size: 18px;
  transition: 0.3s;
  color: #fff;
  margin-left: 15px;
}
header .top .top-in .right a:hover {
  color: #d3b574;
}
header .top .top-in .right a.search {
  font-size: 16px;
}
header .header {
  background: #F5F5EF;
}
header .header .header-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}
header .header .header-in .menu {
  width: 100%;
}
header .header .header-in .menu .logo img {
  height: 92px;
  width: auto;
}
header .header .header-in .menu .nav-item {
  padding-left: 8px;
  padding-right: 8px;
}
header .header .header-in .menu .nav-item .nav-link {
  color: #333;
  font-weight: 400;
}
header .header .header-in .menu .nav-item .nav-link .user-icon {
  font-size: 24px;
}

.dropdown-menu {
  background: #f5f5ef !important;
  border-radius: 3px;
}
.dropdown-menu .dropdown-item:focus {
  background: #F67409 !important;
}

@media screen and (max-width: 768px) {
  header .top .left {
    display: none !important;
  }
  header .top .right {
    margin-left: auto;
  }
  header .header-in .navbar-brand {
    max-width: 50%;
  }
  header .header-in .navbar-brand img {
    width: 100% !important;
    height: auto !important;
  }
}
footer {
  background: #363636;
  padding: 60px 0;
  color: #fff;
}
footer .footer-in ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-in ul li {
  padding: 2px 0;
}
footer .footer-in ul li a {
  color: #FFFFFFD1;
  text-decoration: none;
}
footer .footer-in ul.light-list li a {
  font-size: 14px;
  font-weight: 300;
}
footer .subscribe {
  display: flex;
  align-items: center;
}
footer .subscribe input {
  font-weight: 300;
  font-size: 15px;
}
footer .subscribe .btn {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
footer .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .social a {
  background: #eee;
  text-decoration: none;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social a i {
  color: #fff;
  font-size: 18px;
}

.strip {
  width: 100%;
  padding: 15px 0;
  background: #16163F;
  color: #FFFFFFE0;
  font-size: 13px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  footer ul {
    margin-bottom: 30px !important;
  }
}
.form-check-label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #C4C4C4;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #F67409;
  border-color: #F67409;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 116, 9, 0.25);
}

.form-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #818181;
}

.form-control[type=email], .form-control[type=password], .form-control[type=text], textarea.form-control {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #818181;
  padding: 0.5rem 0.75rem;
}
.form-control[type=email]::-moz-placeholder, .form-control[type=password]::-moz-placeholder, .form-control[type=text]::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #C4C4C4;
}
.form-control[type=email]:-ms-input-placeholder, .form-control[type=password]:-ms-input-placeholder, .form-control[type=text]:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  color: #C4C4C4;
}
.form-control[type=email]::placeholder, .form-control[type=password]::placeholder, .form-control[type=text]::placeholder, textarea.form-control::placeholder {
  color: #C4C4C4;
}
.form-control[type=email]:focus, .form-control[type=password]:focus, .form-control[type=text]:focus, textarea.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 116, 9, 0.25);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.login {
  padding: 100px 0;
}
.login .login-box {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.login .login-box .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 59px;
  color: #000000;
  text-align: center;
}
.login .login-box .description {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  opacity: 0.5;
}
.login .forgot a {
  color: #F67409;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .login {
    padding: 40px 0;
  }
}
.panel {
  padding: 30px 0;
}
.panel .top {
  margin-bottom: 50px;
}
.panel .top .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 59px;
  color: #363636;
  margin-bottom: 10px;
}
.panel .top .description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #363636;
}
.panel .left-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid #FFF1E6;
}
.panel .left-menu li a {
  display: block;
  padding: 10px 5px 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #363636;
  text-decoration: none;
}
.panel .left-menu li.active {
  border-left: 2px solid #F67409;
  padding-left: 2px;
  margin-left: -2px;
}
.panel .left-menu li.active a {
  color: #F67409;
}
.panel .page-title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #646464;
  margin-bottom: 24px;
}
.panel .page-title a {
  color: #646464;
  text-decoration: none;
}
.panel .page-content img {
  max-width: 100%;
  height: auto;
}

.horizontal-tabs {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #FFF1E6;
}
.horizontal-tabs li {
  display: inline-block;
}
.horizontal-tabs li a {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #363636;
  padding: 5px 15px 15px 15px;
  text-decoration: none;
}
.horizontal-tabs li.active {
  border-bottom: 2px solid #F67409;
  margin-bottom: -2px;
  padding-bottom: 2px;
}
.horizontal-tabs li.active a {
  color: #F67409;
}

.brand-table {
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 5px;
}
.brand-table .head {
  background: #F2F2F2;
  border-radius: 8px;
  padding: 14px 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #656565;
}
.brand-table .body .item {
  padding: 16px 10px;
  border-bottom: 2px solid #F2F2F2;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #363636;
}
.brand-table .body .item:last-child {
  border: none;
}

.tag {
  padding: 8px 14px;
  border-radius: 45px;
  background: #F2F2F2;
  color: #656565;
}

.tag-green {
  background: #E5FFCF;
  color: #61A229;
}

.tag-yellow {
  background: #FDF2D8;
  color: #AD7200;
}

.tag-red {
  background: #FFF1E6;
  color: #F67409;
}

.tag-blue {
  background: #E7F3FF;
  color: #3A7EC1;
}

.tag-white {
  background: #fff;
  color: #000;
}

.plans {
  margin-top: 60px;
}
.plans .plan {
  position: relative;
  margin-top: 25px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding: 55px 40px 75px 40px;
}
.plans .plan .title-box {
  top: 0;
  position: absolute;
  margin-top: -25px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.plans .plan .title-box .title {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  background: #F67409;
  height: 50px;
  padding: 0 50px;
  border-radius: 40px;
}
.plans .plan .button-box {
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 0;
  position: absolute;
  margin-bottom: -25px;
}
.plans .plan .button-box .outline-button {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #F67409;
  background: #fff;
  border: 1px solid #F67409;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.plans .plan .content-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.plans .plan .content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.plans .plan .price {
  margin-top: 60px;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 36px;
  color: #363636;
}
.plans .create-plan {
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plans .create-plan img {
  max-width: 40%;
  height: auto;
}
.plans .create-plan p {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 36px;
  color: #363636;
  padding: 40px 0 20px;
}

.price-bar {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #363636;
  background: #FFF1E6;
  border-radius: 8px;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 25px;
}
.price-bar .price {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #F67409;
}

.price-bar-2 {
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  background: #F67409;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.price-bar-2 .price {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.btn-green {
  background: #39C067;
  border-color: #39C067;
}

.btn-outline-branding {
  background: #fff;
  border-color: #F67409;
  color: #F67409;
  border-width: 2px;
  border-radius: 8px;
}
.btn-outline-branding:hover {
  background: #fff;
  border-color: #F67409;
  color: #F67409;
}
.btn-outline-branding:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 116, 9, 0.25);
}

.mini-card {
  border: 2px solid #F5F5F5;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 12px;
}

.flex-1 {
  flex: 1;
}

.page .page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  background-image: url(/images/ust-bant.jpeg?2f62982b38e85fbffbe36276398e9151);
  background-size: contain;
  font-size: 30px;
  font-weight: 600;
}
.page .page-content {
  color: #363636;
}

.blog-item {
  cursor: pointer;
  display: block;
  text-decoration: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
  background-color: #FFF;
  margin-bottom: 40px;
}
.blog-item .img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-item .title {
  margin-top: 15px;
  width: 100%;
  padding: 10px 20px;
  color: #5F5B5B;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}
.blog-item .description {
  margin-bottom: 10px;
  width: 100%;
  padding: 5px 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #5F5B5B;
  font-size: 14px;
  font-weight: 300;
}
.blog-item .read-more {
  padding: 0 20px 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #9AA8BA;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px;
}

.blog-detail-page {
  background: #f5f5f5;
}
.blog-detail-page .suggestions {
  margin-top: 130px;
}

.blog-page-header {
  background: #a6a6a6;
  padding: 60px 0 120px;
}
.blog-page-header .categories {
  margin-bottom: 8px;
}
.blog-page-header .categories a {
  display: inline-block;
  margin-right: 6px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}
.blog-page-header .title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.page-content-col {
  margin-bottom: 50px;
}

.page-content-col-content {
  min-height: 400px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 40px 40px 40px;
}
.page-content-col-content .subtitle {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 40px 0;
}
.page-content-col-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
}

.map-iframe {
  width: 100%;
  height: 300px;
  padding: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #363636;
}

.chat-card {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
}
.chat-card .name {
  align-items: center;
}
.chat-card .name .time {
  margin-left: 12px;
}
.chat-card .avatar-box {
  margin-right: 20px;
}
.chat-card .avatar-box img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.chat-card b {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #363636;
}
.chat-card span.time {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #C4C4C4;
}
.chat-card p {
  padding: 0;
  margin: 0;
}

.chat-card-flex {
  display: flex;
}

.chat-card-reverse {
  flex-direction: row-reverse;
  text-align: right;
}
.chat-card-reverse .name {
  flex-direction: row-reverse;
}
.chat-card-reverse .name .time {
  margin-right: 12px;
}
.chat-card-reverse .avatar-box {
  margin-right: 0;
  margin-left: 20px;
}

.chat-separator {
  border-bottom: 2px solid #F5F5F5;
  padding: 20px 0;
  position: relative;
  margin-bottom: 50px;
}
.chat-separator .center {
  margin: 0 auto;
  position: absolute;
  top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.chat-separator .center a {
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
  background: #F67409;
  padding: 8px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 48px;
}

.file {
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  padding: 12px;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #363636;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 15px;
}
.file:last-child {
  margin-right: 0;
}
.file:hover {
  color: #363636;
}
.file img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.file .size {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #C4C4C4;
  margin-top: 5px;
}
.file i {
  color: #C4C4C4;
  font-size: 20px;
  margin-right: 6px;
}

.send-message {
  margin-top: 40px;
  display: flex;
}
.send-message .outline-input {
  flex: 1;
  border: 2px solid #F67409;
  border-radius: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #363636;
  padding: 0 20px;
  margin-right: 15px;
  height: 60px;
}
.send-message .outline-input::-moz-placeholder {
  color: #C4C4C4;
}
.send-message .outline-input:-ms-input-placeholder {
  color: #C4C4C4;
}
.send-message .outline-input::placeholder {
  color: #C4C4C4;
}
.send-message .btn-branding {
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.send-message .btn-branding i {
  margin-left: 8px;
  font-size: 20px;
}

@media screen and (min-width: 1000px) {
  .small-container {
    width: 960px !important;
  }
}
.landing section {
  padding: 70px 0;
}
.landing .main-title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #363636;
  margin-bottom: 14px;
  padding: 0 20px;
}
.landing .main-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #363636;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .landing .main-title {
    font-size: 36px;
    line-height: 36px;
  }
  .landing .main-subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
.landing .landing-card img.landing {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.landing .landing-card .title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.002em;
  color: #363636;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  margin-left: -15px;
  padding-left: 15px;
  border-left: 2px solid #F67409;
}
.landing .landing-card .title img {
  margin-left: 10px;
  max-width: 80%;
  height: auto;
}
.landing .landing-card .content {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.002em;
  color: #656565;
}
.landing .split-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  color: #363636;
}
.landing .split-right {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #6B757F;
}

@media screen and (max-width: 768px) {
  .landing .split-right {
    margin-top: 40px;
  }
}
.tag-square {
  border-radius: 4px;
  font-weight: 600;
}

.img-auto-height {
  width: 100%;
  height: auto;
}

.img-text .title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #363636;
}
.img-text .content {
  margin-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #363636;
}
.img-text .btn {
  padding: 10px 20px;
}

.cta {
  background: #F6F9FC;
  padding: 120px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta .title {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: -0.002em;
  color: #363636;
  margin-bottom: 24px;
}
.cta .content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.002em;
  color: #656565;
  margin-bottom: 32px;
}
.cta .btn {
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .slide-box:nth-child(2) {
    margin-top: 80px;
  }
}
.package-icon {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #FFFFFF;
  background: #F67409;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package-icon img {
  width: 28px;
  height: 28px;
}

.features {
  padding: 120px 0;
}
.features .features-header {
  position: relative;
  margin-bottom: 75px;
}
.features .features-header img {
  top: 20px;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  z-index: 5;
}
.features .features-header .tag {
  z-index: 10;
}
.features .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.features .feature .icon {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #3A7EC1;
  background: #E7F3FF;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .feature .icon img {
  width: 28px;
  height: 28px;
}
.features .feature .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  color: #363636;
  margin-bottom: 8px;
}
.features .feature .content {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #363636;
}

.whom {
  background-image: url(/images/horizontal-bg.png?6a22e7c0c5822432da806d2b767be781);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
}
.whom .whom-header {
  z-index: 15;
}
.whom .whom-header p {
  position: relative;
  font-style: normal;
  display: inline-block;
  font-weight: 600;
  font-size: 38px;
  line-height: 32px;
  letter-spacing: -0.002em;
  color: #363636;
  margin-top: 26px;
  margin-bottom: 64px;
}
.whom .whom-header p img {
  position: absolute;
  z-index: 50;
  right: -110px;
  top: -10px;
}
.whom .whom-card {
  z-index: 20;
  position: relative;
  margin-bottom: 22px;
}
.whom .whom-card .tag {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }

  .feature {
    margin-top: 25px;
  }
}
.btn-primary {
  background: #3A7EC1;
  border-color: #3A7EC1;
}
.btn-primary:hover {
  background: #3A7EC1;
  border-color: #3A7EC1;
}

@media screen and (min-width: 1200px) {
  .app-container {
    width: 1160px !important;
  }
}
.text-primary {
  color: #0A70DE !important;
}

.typing {
  display: none;
  padding: 10px;
  font-size: 0;
  -webkit-animation: fadeInUp 200ms linear 1 both;
  animation: fadeInUp 200ms linear 1 both;
  /* States */
}

.typing__bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 300ms linear;
}

.typing__bullet:not(:last-child) {
  margin-right: 3px;
}

.typing.is-typing-init {
  display: inline-block;
}

.typing.is-typing-active .typing__bullet {
  background-color: #000;
  -webkit-animation: bounce 600ms linear infinite both;
  animation: bounce 600ms linear infinite both;
}

.typing.is-typing-active .typing__bullet:nth-child(2) {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.typing.is-typing-active .typing__bullet:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

/**
 * Animations
 */
@-webkit-keyframes bounce {
  0%, 80%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-100%);
  }
}
@keyframes bounce {
  0%, 80%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.navbar .dropdown-item:focus {
  color: #fff !important;
}

.submenu {
  border: 0 !important;
  padding-top: 15px;
  margin: 0 !important;
}
