	@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");

body {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-size: 15px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

/*Sub Header*/

.sub-header {
  background: #070b3b;
  padding: 10px 0;
}

.sub-header .top-head-left .top-contact a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  margin-right: 10px;
}
.sub-header .top-head-left .top-contact a i {
  margin-right: 4px;
  color: #0071dc;
}

.sub-header .top-header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
.sub-header .top-header-social {
  margin-right: 20px;
}
.sub-header .top-header-right .top-header-social a {
  color: #fff;
  font-size: 14px;
  margin-right: 12px;
}
.sub-header #dropdownMenuLink {
  color: #fff;
}
.sub-header .bp-dropdown-menu {
  top: 100%;
  padding: 0 !important;
  margin-top: 10px;
  border: none;
  border-radius: 4px;
  transition: all 0.3s linear;
  right: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  background: #fafafa;
  border-radius: 0;
  font-size: 13px;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
}
.sub-header .btn-group-sort:hover .bp-dropdown-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 8px;
  background: #fff;
  transform: translate(-50%, 40px) !important;
}
.sub-header .dropdown-item {
  transition: all 0.3s ease;
}
.sub-header .dropdown-item:focus,
.sub-header .dropdown-item:hover {
  font-weight: 700;
  background: transparent;
  text-decoration: none;
}
.sub-header .dropdown-item.active,
.sub-header .dropdown-item:active {
  color: #12aac1;
  background: transparent;
  text-decoration: none;
}
.sub-header .dropdown-menu li {
  transition: 0.6s;
  color: #252525;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
  background: #f6f6f6;
}
/*Dropdown language*/

.language-switcher {
  position: relative;
  display: flex;
  justify-content: end;
}
.language-dropdown {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
/*.language-dropdown:hover {*/
/*  background-color: #e6f2ff;*/
/*}*/
.language-dropdown::after {
  content: "\25BC";
  float: right;
  transition: all 0.3s ease;
}
.language-dropdown.active::after {
  transform: rotate(180deg);
}
.language-list {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  border-top: none;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 2;
  width: 120px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.language-list.show {
  display: block;
}
.language-list li {
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.language-list li:hover:not(.disabled) {
  background-color: #e6f2ff;
  border-radius: 8px;
}
.language-list li:last-child {
  border-radius: 0 0 18px 18px;
}
.language-list li.disabled {
  color: #999;
  cursor: default;
  background-color: #f0f0f0;
}
.language-list .content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/*Header Main*/

.header-main {
  padding: 10px 0;
}
.header-main .navbar ul.navbar-nav > li {
  padding: 15px;
}
.header-main .navbar ul.navbar-nav > li a {
  text-transform: uppercase;
  color: #252525;
  font-weight: 600;
  margin: 0 10px;
  position: relative;
}
.header-main .bp-collapse-menu {
  justify-content: end;
}

.header-main .header-contact a {
  color: #ffffff;
  font-size: 18px;
}
.header-main .header-contact a i {
  font-size: 17px;
  margin-right: 10px;
}
.header-main .search-button i {
  font-size: 18px;
}
.header-main .touch-contact a {
  padding: 9px 25px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  display: block;
  background: #0071dc;
  color: #ffffff;
  border-radius: 50px;
}
.header-main .right-header {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.overlay.block {
  opacity: 1;
  visibility: visible;
}
.overlay.block .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlay.block .search-layer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.overlay.block .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.overlay.block .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}
.header-main .search-header {
  position: fixed;
  top: -50%;
  left: 50%;

  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1001;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.header-main #dv_search {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #252525;
  padding: 5px 5px 5px 20px;
  background: #fff;
}

.header-main #dv_search .input-group-btn:nth-child(3) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.header-main #submit_seach {
  border: none;
  font-size: 20px;
  width: 50px;
  color: #fff;
  height: 50px;
  border-radius: 50%;
  background-color: #0071dc;
}
.header-main #dv_search input:nth-child(2) {
  font-size: 20px;
  border: none;
  margin-right: 10px;
}
.header-main #dv_search input:nth-child(2)::placeholder {
  font-size: 20px;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}
.header-main #dv_search input:nth-child(2):focus {
  box-shadow: none;
}
.header-main .search-button {
  cursor: pointer;
}
.header-main .bp-select-category-search {
  display: none;
}
.header-main #livesearch_85102 {
  display: none;
}

.header-main .get-btn .theme-btn {
  padding: 9px 25px;
  background-color: #0071dc;
  color: #fff;
  position: relative;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s;
}
.header-main .theme-btn:hover {
  color: #fff !important;
}
.header-main .theme-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 0;
}
.header-main .theme-btn:hover:before {
  height: 100%;
  width: 135%;
  background-color: #070b3b;
}

/*Button Css*/

.more-btn {
  border: none;
  background-color: #2b8fce;
  color: white;
  line-height: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  width: 140px;
  height: 60px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
}
.more-btn i {
  font-size: 12px;
}
.more-btn a {
  color: white;
}
.more-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgb(44 55 64);
}
.btn2:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.25s linear;
  border-radius: 50px;
}
.btn2:hover:before {
  width: 100%;
}
.btn2:hover a {
  color: white;
}
.bp_news_info {
  display: none;
}
/*Breacrumb*/
.hero .banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner img {
  width: 600px;
}
.inner-banner {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/files_upload/working-team.jpg");
}
.inner-banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.7;
}
.inner-banner .inner-title {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.inner-banner .inner-title h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}
.inner-banner .inner-title ul li a {
  color: #fff;
}
.inner-banner .inner-title ul li.active {
  color: #0071dc;
}

/*Blog*/
.blog .bp_block_item .row {
  margin: 0;
}
.blog .bp_block_item {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 8px;
}
.blog .news_title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  min-height: 55px;
}

.blog .news_title a {
  color: #252525;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog p {
  color: #444;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}
.product h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .cls_img_hot_news img {
  border-radius: 10px 10px 0 0;
  height: 250px;
  object-fit: cover;
}
.blog .cls_img_hot_news {
  padding: 0;
}
.blog .cls_content_hot_news {
  padding: 20px;
}

.blog .bp_news_more {
  color: #0071dc;
  font-size: 15px;
  font-weight: 600;
}
.blog .bp_news_info {
  display: none;
}

.blog .bp_lb_user,
.blog .bp_lb_comment,
.bp_icon_date {
  display: none;
}
.blog .bp_hot_news_img {
  position: relative;
}
.blog .bp-date-create {
  background: #070b3b;
  padding: 10px;
  border-radius: 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 12px;
}

/*Services*/
.services {
  background: #070b3b;
  position: relative;
  padding: 100px 0 70px 0;
}
.services .cls_img_hot_news img {
  width: 60px;
}
.services .bp_block_item .row {
  margin: 0;
}
.services .bp_block_item {
  padding: 30px 20px 25px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.services .bp_block_item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #0071dc;
  border-radius: 0 20px 0 272px;
  opacity: 0.1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.services .bp_block_item:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}
.services .bp_block_item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 0 20px 0 170px;
  opacity: 0.1;
}
.services .news_title {
  font-size: 24px;
  text-align: center;
  margin: 20px 0 12px 0;
}
.services .news_title a {
  color: #252525;
  font-weight: 700;
}
.services .bp_block_item:hover .news_title a {
  color: #fff;
}
.services p {
  margin-bottom: 12px;
  display: none;
}
.services .bp_block_item:hover p {
  color: #fff;
}
.services .bp_news_more {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.services .bp_block_item:hover .bp_news_more {
  color: #fff;
}
.services .bp_news_more::after {
  content: "❯";
  font-weight: 700;
  line-height: 1.3;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  margin-left: 6px;
  transition: 0.3s;
}
.services .sp-color2 {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
  color: #0071dc;
  /*text-transform: uppercase;*/
  letter-spacing: 1.2px;
}

.services .section-title {
  margin-bottom: 40px;
}
.services .section-title h2 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
}

.services .section-title p {
  color: #fff;
  max-width: 760px;
  padding-top: 10px;
  margin: auto;
  font-size: 16px;
}

.service-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.service-shape img {
  max-width: 100%;
  opacity: 0.1;
}

/*Footer*/
.footer {
  background: #070b3b;
  padding: 100px 0 50px 0;
}
.footer-widget p {
  margin: 20px 0;
  color: #fff;
  max-width: 300px;
}
.footer-widget .footer-call-content {
  background-color: #fff;
  padding: 20px 80px 20px 20px;
  border-radius: 15px;
  position: relative;
  max-width: 345px;
}
.footer-widget .footer-call-content h6 {
  line-height: 1;
  font-weight: 700;
  margin-bottom: 5px;
  color: #252525;
}
.footer-widget .footer-call-content span a {
  font-weight: 700;
  font-size: 22px;
  color: #0071dc;
}
.footer-widget .footer-call-content i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #0071dc;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.footer-widget h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2;
}

.footer-category li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.footer-category li:hover {
  margin-left: 10px;
}
.footer-category li a {
  color: #fff;
}
.footer-category li:hover a,
.footer-category .bp_category_option li:hover:before,
.footer .bp_category_option li:hover.active a {
  color: #0071dc;
}

.footer-category .bp_category_option li h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.footer-category .bp_category_option li:before {
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.footer .bp_img_category_option {
  display: none;
}
.footer .footer-blog .bp_link_category_option {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-blog .bp_category_option_item {
  margin-bottom: 15px;
}
.footer-blog li h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  max-width: 200px;
}
.footer-company ul {
  padding: 0;
}
.footer-company ul li {
  margin-bottom: 20px;
  color: #fff;
}
.footer-category {
  padding-left: 70px;
}
.footer .bp_category_option li.active a {
  color: #fff;
  font-weight: 600;
}

.copy-right-area {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #0071dc61;
}
.copy-right-text {
  text-align: center;
}
.copy-right-text p {
  color: #fff;
  margin-bottom: 0;
}

.from-footer h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2;
}
.footer .bp-btn-send {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 25px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #0071dc;
  border: 1px solid #0071dc;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.footer .bp-btn-send::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .bp-btn-send::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .bp-btn-send:hover {
  color: #000000;
  border-color: #051242;
}

.footer .bp-btn-send:hover::before {
  left: 0;
}

.footer .bp-btn-send:hover::after {
  right: 0;
}

.footer .bp-btn-send i {
  margin-left: 5px;
}
.footer .bp_form_field .bp_form_data {
  border: 2px solid #e8e8e8;
  height: 45px;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  background-color: transparent;
}
.footer .social-links {
  display: flex;
  gap: 15px;
}
.footer .social-links a i {
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #0071dc;
  border: 2px solid transparent;
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.from-footer h3:nth-child(3) {
  margin-bottom: 20px;
}
#navbar-ul-menu {
  justify-content: end;
}
.offcanvas {
  background: #070b3b;
  color: #fff;
}

.bp_menu_hor_logo {
  display: none;
}
.bp_link_logo img {
  width: 180px;
}
.offcanvas-header .btn-close {
  background-color: #fff;
}
.navbar-toggler:focus {
  color: #070b3b;
}
.navbar-toggler-icon {
  background-image: url("/files_upload/menu-mobile.jpg");
}
@media only screen and (min-width: 1200px) {
  .container-pc {
    max-width: 1170px;
  }

  .container-max {
    max-width: 1300px !important;
    margin: 0 auto;
  }
  .header-main .dropdown:hover > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    background: #070b3b;
    border-radius: 10px;
  }
  .header-main .navbar-nav > .nav-item > a {
    position: relative;
    padding: 0;
    padding-bottom: 10px !important;
  }
  .header-main .navbar-nav > .nav-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    border-radius: 50px;
    background-color: #0071dc;
    transition: width 0.8s ease-in-out;
  }
  .header-main .bp_toggle_arrow {
    padding-bottom: 10px;
    padding-left: 0;
    color: black;
    font-size: 13px;
  }
  .header-main .navbar-nav > .nav-item.active > a::after {
    transition: unset;
  }
  .header-main .navbar-nav li:hover > a,
  .header-main .navbar-nav .nav-item.active > a {
    color: #0071dc;
  }

  .header-main .navbar-nav > .nav-item:hover a::after,
  .header-main .navbar-nav > .nav-item.active a::after {
    width: 50%;
  }
  .header-main .navbar ul.navbar-nav > li:hover > a {
    color: #0071dc;
  }
  .header-main .bp_sub_menu {
    width: 400px;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s linear;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
      rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }

  .header-main .navbar ul.dropdown-menu li {
    padding: 0;
  }
  .header-main .navbar ul.dropdown-menu li a {
    transition: 0.7s;
    padding: 15px 25px;
    color: #fff;
    font-size: 14px;
  }
  .header-main .navbar ul.dropdown-menu li:hover {
    background-color: transparent;
  }
  .header-main .navbar ul.dropdown-menu li a:hover {
    padding-left: 35px;
    color: #0071dc;
    background-color: transparent;
  }
}

@media screen and (min-width: 992px) {
  .footer-company ul li:first-child {
    width: 85%;
  }
}
@media screen and (max-width: 1200px) {
  .navbar ul.navbar-nav li.dropdown ul {
    position: unset;
    width: 100%;
    padding: 0;
  }
  .navbar ul.navbar-nav li.dropdown {
    flex-wrap: wrap;
  }
  .header-main .navbar ul.navbar-nav > li a {
    color: #fff;
  }
  .navbar ul.navbar-nav li .bp_sub_menu a {
    color: black;
  }
  .bp-sidebar-menu {
    overflow-y: scroll;
  }
  .nav-link {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1140px) {
  .get-btn {
    display: none;
  }
  .imgae-right {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .footer-logo img {
    width: 200px;
  }
  .footer-category {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .hero {
    padding: 40px 0 !important;
  }
  .hero .banner {
    flex-direction: column;
    text-align: center;
  }
  .hero-content {
      margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 48px !important;
  }
  .hero p {
    font-size: 16px !important;
  }
  
}
@media screen and (max-width:567px) {
    .hero h1 {
    font-size: 36px !important;
  }
  .hero p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 456px) {
  .top-contact {
    display: flex;
    flex-direction: column;
  }
  .bp-sidebar-menu {
    width: 85% !important;
  }
}

