:root {
  --bs-primary: #1976D2;
  --bs-primary-rgb: 25, 118, 210;
  --bs-secondary: #00C853;
  --bs-secondary-rgb: 0, 200, 83;
  --bs-link-color: #1976D2;
  --bs-link-hover-color: #0D47A1;
  --bs-btn-bg: #1976D2;
}

div #sendmessage {
  color: #1976D2;
  border: 1px solid #1976D2;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

div #errormessage {
  color: #dc3545;
  display: none;
  border: 1px solid #dc3545;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

div #sendmessage.show,
div #errormessage.show {
  display: block;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: rgb(127.5, 127.5, 127.5);
  padding-top: 74px;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

a {
  transition: 0.3s all ease;
  color: #1976D2;
}
a:hover, a:focus {
  text-decoration: none;
  color: #1976D2;
  outline: none !important;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  background: #1976D2;
  background: #1976D2;
  background: linear-gradient(45deg, #1976D2 0%, #00C853 100%);
}
.wrap .phone {
  z-index: 1;
}
.wrap .phone span {
  color: #fff;
}
.wrap .phone a {
  color: #fff;
  font-size: 12px;
}

.social-media {
  display: inline-block;
}
.social-media p a {
  width: 40px;
  height: 40px;
  margin-right: 1px;
}
.social-media p a span {
  color: #fff;
}
.social-media p a:hover {
  background: #1976D2;
  border-color: #1976D2;
}
.social-media p a:hover span {
  color: #fff;
}

.ftco-navbar-light {
  background: #fff !important;
  z-index: 3;
  padding: 0;
  -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}
@media (max-width: 767.98px) {
  .ftco-navbar-light {
    background: #fff;
    position: relative;
    top: 0;
    padding: 10px 15px;
  }
}
.ftco-navbar-light .navbar-brand {
  color: #000000;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
}
.ftco-navbar-light .navbar-brand span {
  color: #1976D2;
}
.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
  color: #000000;
}
@media (max-width: 575.98px) {
  .ftco-navbar-light .navbar-brand {
    margin: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 700;
  color: #000000;
  position: relative;
  text-transform: uppercase;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #1976D2;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  z-index: -1;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #1976D2;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
  visibility: visible;
  background-color: #1976D2;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  opacity: 1 !important;
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
  }
}
@media (max-width: 575.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  border-radius: 4px;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
  font-size: 12px;
  color: #000000;
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  background: #1976D2;
  color: #fff;
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    display: block !important;
    background: #fff;
    box-shadow: none;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  background: #1976D2;
  border-radius: 0px;
}
@media (max-width: 575.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #1976D2;
    border-radius: 4px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #1976D2;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
  visibility: visible;
  background-color: #1976D2;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #000000;
  }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
    display: none;
  }
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.ftco-navbar-light .navbar-toggler:focus {
  outline: none !important;
}

.searchform {
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.searchform .form-control {
  width: calc(100% - 46px);
  border: none;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 14px;
}
.searchform .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7) !important;
}
.searchform .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7) !important;
}
.searchform .form-control:-ms-input-placeholder { /* IE 0+ */
  color: rgba(0, 0, 0, 0.7) !important;
}
.searchform .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7) !important;
}
.searchform .form-control {
  height: 46px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 14px;
  border-radius: 0px;
  box-shadow: none !important;
}
.searchform .form-control:focus, .searchform .form-control:active {
  border-color: #000000;
}
.searchform .search {
  width: 46px;
  height: 46px;
}
.searchform .search span {
  font-size: 20px;
}

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-wrap {
    background-position: center center !important;
  }
}
.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.1;
  background: #000000;
}
.hero-wrap.hero-wrap-2 {
  height: 400px;
}
.hero-wrap.hero-wrap-2 .overlay {
  opacity: 0.5;
  background: #1976D2;
  background: linear-gradient(45deg, #1976D2 0%, #00C853 100%);
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 400px;
}
.hero-wrap.hero-wrap-2 .slider-text h1 {
  font-weight: 400;
  font-size: 40px;
}
.hero-wrap .slider-text h1 {
  color: #fff;
  line-height: 1.2;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 60px;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .hero-wrap .slider-text h1 {
    font-size: 40px;
  }
}
.hero-wrap .slider-text h1 span {
  color: #1976D2;
}
.hero-wrap .slider-text .subheading {
  font-size: 15px;
  color: #1976D2;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.hero-wrap .slider-text p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.hero-wrap .slider-text p strong {
  font-weight: 700;
}
.hero-wrap .slider-text p strong a {
  color: #000000;
}
.hero-wrap .slider-text .breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  z-index: 99;
}
.hero-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.5);
}
.hero-wrap .slider-text .breadcrumbs span i {
  color: rgba(255, 255, 255, 0.3);
}
.hero-wrap .slider-text .breadcrumbs span a {
  color: rgba(255, 255, 255, 0.7);
}
.hero-wrap .slider-text .breadcrumbs span a:hover, .hero-wrap .slider-text .breadcrumbs span a:focus {
  color: #1976D2;
}
.hero-wrap .slider-text .breadcrumbs span a:hover i, .hero-wrap .slider-text .breadcrumbs span a:focus i {
  color: #1976D2;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 0.4;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  margin-top: -10px;
  color: #1976D2 !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  opacity: 0;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgb(229.5, 229.5, 229.5);
  position: relative;
}
.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid rgb(229.5, 229.5, 229.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: rgb(178.5, 178.5, 178.5);
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
  border: 1px solid red;
}
.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.bg-light {
  background: #f8f9fd !important;
}

.bg-secondary {
  background: #00C853 !important;
}

.bg-primary {
  background: #1976D2 !important;
}

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: none !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}
.btn.btn-primary {
  background: #1976D2;
  border: 1px solid #1976D2;
  color: #fff;
}
.btn.btn-primary:hover {
  border: 1px solid #1976D2;
  background: transparent;
  color: #1976D2;
}
.btn.btn-primary.btn-outline-primary {
  border: 1px solid #1976D2;
  background: transparent;
  color: #1976D2;
}
.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #1976D2;
  color: #fff;
}
.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
}
.btn.btn-white:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn.btn-white.btn-outline-white {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn.btn-white.btn-outline-white:hover {
  border: 1px solid transparent;
  background: #fff;
  color: #000000;
}

.img-video {
  background-position: center center;
}
@media (max-width: 575.98px) {
  .img-video {
    height: 400px;
  }
}

.icon-video {
  width: 80px;
  height: 80px;
  background: #fff;
  animation: pulse 2s infinite;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
.icon-video {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.icon-video span {
  font-size: 20px;
  color: #1976D2;
}

.ftco-intro .services {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .ftco-intro .services {
    margin-top: -50px;
  }
}

.services {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  line-height: 1.3;
  border-radius: 50%;
  background: rgb(239.7, 239.7, 239.7);
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: -50px;
}
.services .icon span {
  font-size: 40px;
  color: #1976D2;
}
.services .media-body {
  margin-top: 40px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services .media-body h3 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services .media-body .btn-custom {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1976D2;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
.services .media-body .btn-custom span {
  color: #fff;
}
.services:hover, .services.active {
  background: #1976D2;
}
.services:hover .icon, .services.active .icon {
  background: #fff;
}
.services:hover .media-body, .services.active .media-body {
  color: rgba(255, 255, 255, 0.9);
}
.services:hover .media-body h3, .services.active .media-body h3 {
  color: #fff;
}
.services:hover .btn-custom, .services.active .btn-custom {
  background: #fff;
  right: -20px;
}
.services:hover .btn-custom span, .services.active .btn-custom span {
  color: #1976D2;
}
@media (max-width: 767.98px) {
  .services {
    margin-bottom: 30px;
  }
}

.services-2 {
  width: 100%;
  margin-bottom: 20px;
}
.services-2 .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #1976D2;
  -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
.services-2 .icon span {
  font-size: 40px;
  color: #fff;
}
.services-2 .text {
  width: calc(100% - 60px);
}
.services-2 .text h4 {
  font-size: 20px;
  font-weight: 700;
}

.work {
  display: block;
  width: 100%;
  height: 270px;
  margin-bottom: 0;
  background-position: top center !important;
  z-index: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.work:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #fff;
  opacity: 0;
  z-index: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.work .text {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .work .text {
    opacity: 1;
  }
}
.work .text span {
  color: rgba(255, 255, 255, 0.5);
}
.work h2 {
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.work h2 a {
  color: #fff;
}
.work .desc {
  z-index: 1;
}
.work .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 70px;
  height: 70px;
  content: "";
  z-index: 1;
  background: #1976D2;
  transform: translate(50%, 50%);
  margin-top: -70px;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .work .icon {
    opacity: 1;
  }
}
.work .icon span {
  color: #fff;
}
.work:hover:after {
  opacity: 0.3;
}
.work:hover .icon {
  opacity: 1;
}
.work:hover .text {
  opacity: 1;
}

.staff {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff .img-wrap {
  height: 300px;
}
.staff .img {
  width: 100%;
  display: block;
  background-position: top center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff .text {
  position: relative;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff .text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  margin-bottom: 5px;
}
.staff .text .position {
  color: #1976D2;
  display: block;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.staff .text .faded {
  opacity: 1;
}
.staff .ftco-social {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  padding: 15px 10px;
  background: transparent;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff .ftco-social li {
  width: 30px;
  height: 30px;
  position: relative;
}
.staff .ftco-social li a {
  color: #fff;
  width: 30px;
  height: 30px;
  background: #1976D2;
  background: #1976D2;
  background: linear-gradient(45deg, #1976D2 0%, #00C853 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.staff:hover, .staff:focus {
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}
.staff:hover .ftco-social, .staff:focus .ftco-social {
  opacity: 1;
  top: -60px;
}
.staff:hover .img, .staff:focus .img {
  margin-top: -10px;
}
.staff:hover .text, .staff:focus .text {
  background: #1976D2;
  color: rgba(255, 255, 255, 0.8);
}
.staff:hover .text h3, .staff:focus .text h3 {
  color: #fff;
}
.staff:hover .text .position, .staff:focus .text .position {
  color: rgba(255, 255, 255, 0.4);
}

.ftco-social {
  padding: 0;
}
.ftco-social li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}

#section-counter {
  position: relative;
  z-index: 0;
}

.ftco-counter {
  overflow-x: hidden;
  position: relative;
  padding: 4em 0;
  background: #1976D2;
}
@media (max-width: 991.98px) {
  .ftco-counter {
    background-position: center center !important;
  }
}
.ftco-counter .block-18 {
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .ftco-counter .block-18 {
    margin-bottom: 2em;
  }
}
.ftco-counter .text {
  position: relative;
}
@media (max-width: 575.98px) {
  .ftco-counter .text {
    width: 100%;
  }
}
.ftco-counter .text .number {
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.ftco-counter .text span {
  font-size: 17px;
  color: #fff;
}
@media (max-width: 575.98px) {
  .ftco-counter .counter-wrap {
    margin-bottom: 20px;
  }
}

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: none !important;
}
.form-control:focus, .form-control:active {
  border-color: #000000;
}

textarea.form-control {
  height: inherit !important;
}

.ftco-vh-100 {
  height: 100vh;
}
@media (max-width: 991.98px) {
  .ftco-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.ftco-animate {
  opacity: 0;
  visibility: hidden;
}

.about-author .desc h3 {
  font-size: 24px;
}
.ftco-section {
  padding: 7em 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

.ftco-bg-dark {
  background: #3c312e;
}

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.block-7 {
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .block-7 {
    margin-top: 30px;
  }
}
.block-7 .img {
  height: 250px;
}
.block-7 .heading-2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.block-7 .price {
  margin: 0;
  padding: 0;
  display: block;
}
.block-7 .price sup {
  font-size: 24px;
  top: -1em;
  color: rgb(178.5, 178.5, 178.5);
}
.block-7 .price .number {
  font-size: 60px;
  font-weight: 600;
  color: #000000;
}
.block-7 .excerpt {
  margin-bottom: 0px;
  color: #1976D2;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.block-7 .label2 {
  text-transform: uppercase;
}
.block-7 .pricing-text, .block-7 .pricing-text li {
  padding: 0;
  margin: 0;
}
.block-7 .pricing-text li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
}
.block-7 .pricing-text li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.block-7 .pricing-text li span.fa {
  color: #00C853;
}
.block-7 .btn-primary {
  color: #fff;
  text-transform: uppercase;
  font-style: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 60%;
  margin: 0 auto;
}
.block-7 .btn-primary:hover, .block-7 .btn-primary:focus {
  background: #1976D2 !important;
  color: #fff;
}
.block-7:hover, .block-7:focus {
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}

.ftco-appointment {
  background-position: center center !important;
  position: relative;
  background-attachment: fixed;
}
.ftco-appointment .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  opacity: 1;
  background: #1976D2;
  background: linear-gradient(45deg, #1976D2 0%, #00C853 100%);
}
@media (min-width: 992px) {
  .ftco-appointment .overlay {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .ftco-appointment .overlay {
    opacity: 0.8;
  }
}
.ftco-appointment .half {
  width: 100%;
}
.ftco-appointment .half h2 {
  font-weight: 700;
  color: #fff;
}

.appointment .form-group {
  position: relative;
  width: 100%;
  display: block;
}
.appointment .form-group .icon {
  position: absolute;
  top: 50% !important;
  right: 15px;
  font-size: 16px;
  transform: translateY(-50%);
}
.appointment .form-group .icon span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5) !important;
}
.appointment .form-group .select-wrap, .appointment .form-group .input-wrap {
  position: relative;
}
.appointment .form-group .select-wrap select, .appointment .form-group .input-wrap select {
  appearance: none;
}
.appointment .form-group .btn {
  width: 100%;
  display: block !important;
}
.appointment .form-control {
  border: transparent;
  background: rgb(255, 255, 255) !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: none !important;
}
.appointment .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
.appointment .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
.appointment .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
.appointment .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}
.appointment textarea.form-control {
  height: inherit !important;
}

.footer {
  background: #1a1a1a;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 7em 0;
}
.footer a {
  color: #1976D2;
}
.footer p {
  color: rgba(255, 255, 255, 0.6);
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.3);
  color: #999999;
}
.footer .footer-heading {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.footer .footer-heading:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 40px;
  height: 4px;
  background: #1976D2;
}
.footer ul.list-unstyled li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer .block-21 .img {
  display: block;
  height: 80px;
  width: 80px;
}
.footer .block-21 .text {
  width: calc(100% - 100px);
}
.footer .block-21 .text .heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.footer .block-21 .text .heading a {
  color: #fff;
}
.footer .block-21 .text .heading a:hover, .footer .block-21 .text .heading a:active, .footer .block-21 .text .heading a:focus {
  text-decoration: none;
}
.footer .block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.footer .block-21 .text .meta > div a {
  color: rgb(127.5, 127.5, 127.5);
}
.footer .block-23 ul li {
  color: rgba(255, 255, 255, 0.6);
}
.footer .block-23 ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .block-23 ul li .icon {
  color: rgba(255, 255, 255, 0.4);
}
.footer .ftco-footer-social li a {
  background: rgba(255, 255, 255, 0.1);
  color: #1976D2;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}
.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}
.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ftco-footer-social li a:hover {
  color: #fff;
}

.footer-small-nav > li {
  display: inline-block;
}
.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}
.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
  color: #1976D2;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(25, 118, 210, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(25, 118, 210, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(25, 118, 210, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(25, 118, 210, 0.4);
    box-shadow: 0 0 0 0 rgba(25, 118, 210, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(25, 118, 210, 0);
    box-shadow: 0 0 0 30px rgba(25, 118, 210, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(25, 118, 210, 0);
    box-shadow: 0 0 0 0 rgba(25, 118, 210, 0);
  }
}
.heading-section .subheading {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #1976D2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 575.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}
.heading-section.heading-section-white .subheading {
  color: #000000;
}
.heading-section.heading-section-white h2 {
  color: #000000;
}
.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9);
}

.img,
.blog-img,
.user-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.aside-stretch-right {
  background: #1976D2;
}
.aside-stretch-right:after {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  content: "";
  width: 360%;
  background: #1976D2;
}
@media (max-width: 575.98px) {
  .aside-stretch-right {
    background: transparent;
  }
  .aside-stretch-right:after {
    background: transparent;
    display: none;
  }
}

.testimony-section {
  overflow: visible;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  position: relative;
}
@media (max-width: 991.98px) {
  .testimony-section {
    background-position: center center !important;
  }
}
.testimony-section .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.1;
  background: #fff;
  z-index: -1;
}
.testimony-section .owl-carousel {
  margin: 0;
}
.testimony-section .owl-carousel .owl-stage-outer {
  padding: 20px 0 2em 0;
  position: relative;
}
.testimony-section .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
  color: #fff;
}
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  opacity: 0;
}
.testimony-section .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}
.testimony-section .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}
.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
  opacity: 1;
}
.testimony-section:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}
.testimony-section:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}
.testimony-section .owl-dots {
  text-align: center;
}
.testimony-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.testimony-section .owl-dots .owl-dot.active {
  background: #1976D2;
}

.testimony-wrap {
  display: block;
  position: relative;
  background: rgb(255, 255, 255);
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
}
.testimony-wrap .icon {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1976D2;
}
.testimony-wrap .icon span {
  color: #fff;
}
.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimony-wrap .name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: #000000;
}
.testimony-wrap .position {
  font-size: 14px;
  color: #333333;
}

.ftco-faqs .img {
  height: 450px;
  -webkit-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
}
.ftco-faqs .img.img-2 {
  height: 250px;
}
.ftco-faqs .myaccordion {
  margin: 0 auto;
  overflow: hidden;
}
.ftco-faqs .myaccordion .card,
.ftco-faqs .myaccordion .card:last-child .card-header {
  border: none;
  background: transparent;
}
.ftco-faqs .myaccordion .card-header {
  border: none;
  background: transparent;
}
.ftco-faqs .myaccordion .card-header p {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}
.ftco-faqs .myaccordion .fa {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
.ftco-faqs .myaccordion .btn {
  width: 100%;
  font-weight: 600;
  color: rgb(0, 0, 0);
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 0 !important;
  margin-bottom: 10px;
  border-radius: 40px !important;
  -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
}
.ftco-faqs .myaccordion .btn-link:hover,
.ftco-faqs .myaccordion .btn-link:focus {
  text-decoration: none;
}
.ftco-faqs [data-bs-toggle=collapse] .fa:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-style: normal;
}
.ftco-faqs [data-bs-toggle=collapse].collapsed .fa:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-style: normal;
}
.ftco-faqs button[aria-expanded=true] {
  background-color: #1976D2;
  color: #fff !important;
}
.ftco-faqs button[aria-expanded=true] .fa {
  color: #fff !important;
}
.ftco-faqs button[aria-expanded=false] {
  background-color: #fff;
}
.ftco-faqs .card-body {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
}
.ftco-faqs .card-body ol li {
  margin-bottom: 10px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.8);
}
.ftco-faqs .card-body ol li:last-child {
  margin-bottom: 0;
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  position: relative;
  display: block;
}

.blog-entry {
  background: #fff;
  -webkit-box-shadow: 0px 10px 18px -8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 18px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px -8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .blog-entry {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
.blog-entry .text {
  position: relative;
  border-top: 0;
  border-radius: 2px;
}
.blog-entry .text .tag {
  color: rgb(178.5, 178.5, 178.5);
}
.blog-entry .text .heading {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 400;
}
.blog-entry .text .heading a {
  color: #000000;
}
.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
  color: #1976D2;
}
.blog-entry .text .meta-chat {
  color: #1976D2;
}
.blog-entry .text .read {
  color: #000000;
  font-size: 14px;
}
.blog-entry .meta > div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-entry .meta > div a {
  color: #999999;
  font-weight: 500;
}
.blog-entry .meta > div a:hover {
  color: #333333;
}
.blog-entry .btn-custom {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: rgb(19.5744680851, 92.3914893617, 164.4255319149);
}

.block-23 ul {
  padding: 0;
}
.block-23 ul li, .block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}
.block-23 ul li span {
  color: rgba(255, 255, 255, 0.7);
}
.block-23 ul li .icon, .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}
.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: white;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}
.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}
.block-27 ul li a, .block-27 ul li span {
  color: rgb(127.5, 127.5, 127.5);
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid rgb(229.5, 229.5, 229.5);
}
.block-27 ul li.active a, .block-27 ul li.active span {
  background: #1976D2;
  color: #fff;
  border: 1px solid transparent;
}

.wrapper {
  width: 100%;
}

.contact-wrap {
  background: #fff;
}

@media (max-width: 575.98px) {
  .info-wrap {
    height: 400px;
  }
}

.dbox {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .dbox {
    margin-bottom: 25px !important;
    padding: 0 20px;
  }
}
.dbox p {
  margin-bottom: 0;
}
.dbox p span {
  font-weight: 500;
  color: #000000;
}
.dbox p a {
  color: #1976D2;
}
.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1976D2;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dbox .icon span {
  font-size: 20px;
  color: #fff;
}
.dbox .text {
  width: 100%;
}

.contactForm .label {
  color: #1976D2 !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.contactForm .form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  border-radius: 2px;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contactForm .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5) !important;
}
.contactForm .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5) !important;
}
.contactForm .form-control:-ms-input-placeholder { /* IE 0+ */
  color: rgba(0, 0, 0, 0.5) !important;
}
.contactForm .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5) !important;
}
.contactForm .form-control:focus, .contactForm .form-control:active {
  border-color: #1976D2 !important;
}
.contactForm textarea.form-control {
  height: inherit !important;
}

#map {
  height: 500px;
  width: 100%;
}
@media (max-width: 575.98px) {
  #map {
    height: 300px;
  }
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
}
.block-21 .text {
  width: calc(100% - 100px);
}
.block-21 .text .heading {
  font-size: 16px;
  font-weight: 400;
}
.block-21 .text .heading a {
  color: #000000;
}
.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
  color: #1976D2;
}
.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.block-21 .text .meta > div a {
  color: rgb(127.5, 127.5, 127.5);
}

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.post-info > div {
  display: inline-block;
}
.post-info > div .seperator {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.5;
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px;
}
.tagcloud a:hover {
  border: 1px solid #000;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
  font-size: 20px;
}
.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: rgb(229.5, 229.5, 229.5);
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 4px;
}
.comment-list li .comment-body .reply:hover {
  color: #fff;
  background: black;
}

.search-form .form-group {
  position: relative;
}
.search-form .form-group input {
  padding-right: 50px;
  font-size: 14px;
}
.search-form .fa {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar-box {
  margin-bottom: 40px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none;
}
.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a, .sidelink li a {
  display: block;
  color: rgb(25.5, 25.5, 25.5);
}
.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}
.categories li a:hover, .categories li a:focus, .sidelink li a:hover, .sidelink li a:focus {
  outline: none;
  color: #1976D2;
}
.categories li.active a, .sidelink li.active a {
  color: #1976D2;
}
.categories li.active a span, .sidelink li.active a span {
  color: #1976D2;
}

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}

#ftco-loader.show {
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ftco-loader .circular {
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  transform: rotate(0deg);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.py-section {
  padding: 5.5rem 0;
}

@media (max-width: 767.98px) {
  .py-section {
    padding: 3.5rem 0;
  }
}
.section-badge {
  display: inline-block;
  background: rgba(25, 118, 210, 0.1);
  color: #1976D2;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  margin-bottom: 0.9rem;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #1E293B;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  font-size: 1.02rem;
  color: #64748B;
  max-width: 560px;
  line-height: 1.75;
}

.bss-navbar {
  background: #fff;
  padding: 0.85rem 0;
  border-bottom: 1px solid #E2E8F0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  transition: box-shadow 0.3s ease, padding 0.3s ease;
}
.bss-navbar.scrolled {
  padding: 0.6rem 0;
  border-bottom-color: transparent;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.09);
}
.bss-navbar .navbar-brand img {
  height: 50px;
  transition: height 0.25s;
}
.bss-navbar.scrolled .navbar-brand img {
  height: 42px;
}
.bss-navbar .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #1E293B !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: 8px;
  transition: all 0.18s;
  letter-spacing: 0.01em;
}
.bss-navbar .nav-link:hover, .bss-navbar .nav-link.active {
  color: #1976D2 !important;
  background: rgba(25, 118, 210, 0.07);
}
.bss-navbar .dropdown-menu {
  border: none;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.11);
  padding: 0.5rem;
  min-width: 220px;
}
.bss-navbar .dropdown-menu .dropdown-item {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  padding: 0.55rem 1rem;
  color: #1E293B;
  transition: background 0.15s;
}
.bss-navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(25, 118, 210, 0.08);
  color: #1976D2;
}
.bss-navbar .btn-primary {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 1.4rem;
}

.bss-hero {
  background: linear-gradient(135deg, rgb(17.4042553191, 82.1480851064, 146.1957446809) 0%, #1976D2 55%, #00897B 100%);
  position: relative;
  overflow: hidden;
}
.bss-hero::before, .bss-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.bss-hero::before {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -150px;
  background: rgba(255, 255, 255, 0.06);
}
.bss-hero::after {
  width: 350px;
  height: 350px;
  bottom: -100px;
  left: -80px;
  background: rgba(255, 255, 255, 0.04);
}
.bss-hero .hero-inner {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
.bss-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50px;
  padding: 0.45rem 1.2rem;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.bss-hero .hero-title {
  font-size: clamp(2.1rem, 4.5vw, 3.75rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.bss-hero .hero-title .accent {
  color: #a7f3d0;
}
.bss-hero .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 2rem;
}
.bss-hero .btn-hero-primary {
  background: #fff;
  color: #1976D2;
  border: none;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.bss-hero .btn-hero-primary:hover {
  background: #fff;
  color: rgb(20.6595744681, 97.5131914894, 173.5404255319);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.bss-hero .btn-hero-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  font-weight: 600;
  border-radius: 10px;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.bss-hero .btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.bss-hero .hero-cta {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.bss-hero .hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.bss-hero .hero-stats .hs-item .hs-number {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.bss-hero .hero-stats .hs-item .hs-label {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  margin-top: 0.2rem;
}
.bss-hero .hero-stats .hs-sep {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  align-self: stretch;
}
.bss-hero .hero-cards {
  position: relative;
  height: 380px;
}
.bss-hero .hero-cards .hc-card {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  min-width: 210px;
}
.bss-hero .hero-cards .hc-card .hc-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.bss-hero .hero-cards .hc-card .hc-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0.15rem;
}
.bss-hero .hero-cards .hc-card .hc-sub {
  font-size: 0.76rem;
  color: #64748B;
}
.bss-hero .hero-cards .hc-card:nth-child(1) {
  top: 20px;
  left: 0;
  animation: bss-float-a 4s ease-in-out infinite;
}
.bss-hero .hero-cards .hc-card:nth-child(2) {
  top: 130px;
  right: 0;
  animation: bss-float-b 4.5s ease-in-out infinite;
}
.bss-hero .hero-cards .hc-card:nth-child(3) {
  bottom: 20px;
  left: 40px;
  animation: bss-float-a 5s ease-in-out infinite;
}
.bss-hero .hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  z-index: 2;
}
.bss-hero .hero-wave svg {
  display: block;
  width: 100%;
}

@keyframes bss-float-a {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes bss-float-b {
  0%, 100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
.bss-service-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  border: 1.5px solid #E2E8F0;
  transition: transform 0.28s, box-shadow 0.28s, border-color 0.28s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bss-service-card .svc-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.bss-service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0.6rem;
}
.bss-service-card p {
  font-size: 0.9rem;
  color: #64748B;
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 1.25rem;
}
.bss-service-card .svc-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1976D2;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: gap 0.2s;
  margin-top: auto;
}
.bss-service-card .svc-link:hover {
  gap: 0.6rem;
}
.bss-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(25, 118, 210, 0.14);
  border-color: rgba(25, 118, 210, 0.28);
}

.bss-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.bss-feature .ft-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(25, 118, 210, 0.1);
  color: #1976D2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.bss-feature .ft-body h4 {
  font-size: 0.97rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0.2rem;
}
.bss-feature .ft-body p {
  font-size: 0.88rem;
  color: #64748B;
  margin: 0;
  line-height: 1.65;
}

.bss-stats-strip {
  background: linear-gradient(135deg, #1976D2 0%, #00897B 100%);
  padding: 4rem 0;
}
.bss-stats-strip .stat-val {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.bss-stats-strip .stat-lbl {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0.4rem;
  font-weight: 500;
}

.client-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.3s, filter 0.3s;
}
.client-logo-wrap img {
  max-height: 80px;
  max-width: 200px;
  object-fit: contain;
}
.client-logo-wrap:hover {
  opacity: 1;
  filter: none;
}

.bss-accordion .accordion-item {
  border: 1.5px solid #E2E8F0 !important;
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff;
}
.bss-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.bss-accordion .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  color: #1E293B;
  background: #fff;
  padding: 1.25rem 1.5rem;
}
.bss-accordion .accordion-button:not(.collapsed) {
  background: rgba(25, 118, 210, 0.04);
  color: #1976D2;
  box-shadow: none;
}
.bss-accordion .accordion-button:focus {
  box-shadow: none;
}
.bss-accordion .accordion-body {
  padding: 0 1.5rem 1.5rem;
  color: #64748B;
  font-size: 0.95rem;
  line-height: 1.75;
}

.bss-cta-box {
  background: #EFF6FF;
  border-radius: 24px;
  padding: 3.5rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .bss-cta-box {
    padding: 2.5rem 1.5rem;
  }
}
.bss-cta-box h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #1E293B;
  margin-bottom: 0.75rem;
}
.bss-cta-box p {
  font-size: 1.02rem;
  color: #64748B;
  max-width: 500px;
  margin: 0 auto 2rem;
}

.bss-footer {
  background: #0f172a;
  padding: 4.5rem 0 2rem;
}
.bss-footer .footer-brand img {
  height: 46px;
  opacity: 0.92;
  margin-bottom: 0.75rem;
}
.bss-footer .footer-brand p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.65;
  max-width: 260px;
}
.bss-footer .footer-col-title {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 1.1rem;
}
.bss-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bss-footer .footer-links li {
  margin-bottom: 0.55rem;
}
.bss-footer .footer-links a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.bss-footer .footer-links a:hover {
  color: #fff;
}
.bss-footer .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.bss-footer .footer-contact-item .fci-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.bss-footer .footer-contact-item p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.55;
}
.bss-footer .footer-contact-item p a {
  color: inherit;
  text-decoration: none;
}
.bss-footer .footer-contact-item p a:hover {
  color: #fff;
}
.bss-footer hr {
  border-color: rgba(255, 255, 255, 0.08);
  margin: 2rem 0 1.5rem;
}
.bss-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  transition: background 0.2s, color 0.2s;
  margin-right: 0.4rem;
}
.bss-footer .footer-social a:hover {
  background: #1976D2;
  color: #fff;
}
.bss-footer .footer-copy {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.3);
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
.bss-page-hero {
  background: linear-gradient(135deg, #0D47A1 0%, #1976D2 60%, #00897B 100%);
  padding: 4.5rem 0 6rem;
  position: relative;
  overflow: hidden;
}
.bss-page-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -200px;
  right: -100px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}
.bss-page-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -100px;
  left: -80px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}
.bss-page-hero .ph-inner {
  position: relative;
  z-index: 1;
}
.bss-page-hero .ph-breadcrumb {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.85rem;
}
.bss-page-hero .ph-breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.bss-page-hero .ph-breadcrumb a:hover {
  color: #fff;
}
.bss-page-hero .ph-breadcrumb .sep {
  margin: 0 0.5rem;
  opacity: 0.5;
}
.bss-page-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 0.65rem;
}
.bss-page-hero .ph-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  line-height: 1.65;
}
.bss-page-hero .ph-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.bss-page-hero .ph-wave svg {
  display: block;
  width: 100%;
}

.bss-contact-card {
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.25s, border-color 0.25s;
  height: 100%;
}
.bss-contact-card:hover {
  box-shadow: 0 12px 36px rgba(25, 118, 210, 0.1);
  border-color: rgba(25, 118, 210, 0.25);
}
.bss-contact-card .cc-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(25, 118, 210, 0.1);
  color: #1976D2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 auto 1rem;
}
.bss-contact-card h5 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748B;
  margin-bottom: 0.4rem;
}
.bss-contact-card p {
  font-size: 0.97rem;
  color: #1E293B;
  margin: 0;
  font-weight: 500;
}
.bss-contact-card p a {
  color: #1E293B;
  text-decoration: none;
}
.bss-contact-card p a:hover {
  color: #1976D2;
}

.bss-contact-form {
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 20px;
  padding: 2.5rem;
}
@media (max-width: 575.98px) {
  .bss-contact-form {
    padding: 1.75rem;
  }
}
.bss-contact-form .form-label {
  font-size: 0.83rem;
  font-weight: 600;
  color: #1E293B;
}
.bss-contact-form .form-control {
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.bss-contact-form .form-control:focus {
  border-color: #1976D2;
  box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.1);
  outline: none;
}

.bss-value-card {
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  height: 100%;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.bss-value-card:hover {
  box-shadow: 0 12px 36px rgba(25, 118, 210, 0.1);
  border-color: rgba(25, 118, 210, 0.25);
}
.bss-value-card .vc-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(25, 118, 210, 0.1);
  color: #1976D2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 0.9rem;
}
.bss-value-card h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0.4rem;
}
.bss-value-card p {
  font-size: 0.87rem;
  color: #64748B;
  margin: 0;
  line-height: 1.65;
}

.bss-mv-card {
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: box-shadow 0.25s;
}
.bss-mv-card:hover {
  box-shadow: 0 12px 40px rgba(25, 118, 210, 0.1);
}
.bss-mv-card .mvc-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.bss-mv-card .mvc-top .mvc-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.bss-mv-card .mvc-top h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1E293B;
  margin: 0;
}
.bss-mv-card p {
  font-size: 0.93rem;
  color: #64748B;
  margin: 0;
  line-height: 1.75;
}

.bss-service-detail .sd-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}
.bss-service-detail h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #1E293B;
  margin-bottom: 1rem;
}
.bss-service-detail p {
  font-size: 0.98rem;
  color: #64748B;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.bss-service-detail ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.bss-service-detail ul li {
  font-size: 0.95rem;
  color: #64748B;
  padding: 0.35rem 0 0.35rem 1.5rem;
  position: relative;
}
.bss-service-detail ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1976D2;
}

.bss-process-step {
  text-align: center;
}
.bss-process-step .ps-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(25, 118, 210, 0.1);
  color: #1976D2;
  font-size: 1.1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem;
}
.bss-process-step h5 {
  font-size: 0.97rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0.4rem;
}
.bss-process-step p {
  font-size: 0.87rem;
  color: #64748B;
  margin: 0;
  line-height: 1.65;
}
