@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700&display=swap");
:root {
  scroll-behavior: auto;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
}

::-webkit-scrollbar-track {
  border-radius: 1px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: rgba(2, 104, 129, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #eb8724;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  color: #000000;
  overflow-x: hidden;
}

.l {
  -webkit-box-shadow: inset 0 0 0 1px red;
          box-shadow: inset 0 0 0 1px red;
}

.icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  stroke: unset;
  stroke-width: 0px;
  display: inline-block;
  vertical-align: -.1em;
}

.icon-m4x {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.icon-m3x {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.icon-m2x {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.icon-m1x {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.icon-1x {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.icon-2x {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.icon-3x {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.icon-4x {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.icon-5x {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.icon-6x {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.minw-100 {
  min-width: 100px;
}

.minw-120 {
  min-width: 120px;
}

.minw-140 {
  min-width: 140px;
}

.minw-200 {
  min-width: 200px;
}

.minw-250 {
  min-width: 250px;
}

.maxw-40 {
  max-width: 40px;
}

.maxw-320 {
  max-width: 320px;
}

.maxw-360 {
  max-width: 360px;
}

.maxw-400 {
  max-width: 400px;
}

.maxw-600 {
  max-width: 600px;
}

.minh-300 {
  min-height: 300px;
}

.maxh-38 {
  max-height: 38px;
}

.maxh-50 {
  max-height: 50px;
}

.maxh-58 {
  max-height: 58px;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.text-theme {
  color: #272349 !important;
}

.text-theme2 {
  color: #eb8724 !important;
}

.bg-theme {
  background-color: #272349 !important;
}

.bg-theme2 {
  background-color: #eb8724 !important;
}

.btn-outline-primary {
  color: #272349;
  border-color: #272349;
}

.btn-outline-primary:focus, .btn-outline-primary:focus:hover, .btn-outline-primary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(2, 104, 129, 0.4);
          box-shadow: 0 0 0 0.25rem rgba(2, 104, 129, 0.4);
}

.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #fff;
  background-color: #272349;
  border-color: #272349;
}

.btn-outline-secondary {
  color: #eb8724;
  border-color: #eb8724;
}

.btn-outline-secondary:focus, .btn-outline-secondary:focus:hover, .btn-outline-secondary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(235, 135, 36, 0.4);
          box-shadow: 0 0 0 0.25rem rgba(235, 135, 36, 0.4);
}

.btn-outline-secondary:hover, .btn-outline-secondary:active {
  color: #fff;
  background-color: #eb8724;
  border-color: #eb8724;
}

.heading-text {
  font-size: 42px;
  font-weight: 700;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #272349;
}

.heading-text span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.heading-text span::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 75px);
  background: rgba(235, 135, 36, 0.25);
  border-radius: 60px;
  z-index: -1;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-shadow: 0 0px 0 5px rgba(235, 135, 36, 0.3);
          box-shadow: 0 0px 0 5px rgba(235, 135, 36, 0.3);
}

header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 3px 15px rgba(114, 114, 114, 0.2);
          box-shadow: 0 3px 15px rgba(114, 114, 114, 0.2);
  z-index: 100;
}

header .top-bar {
  background-color: #272349;
  padding: 4px 0;
}

header .top-bar .top-contact li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-bar .top-contact li a:hover {
  opacity: 0.80;
}

header .top-bar .top-social li a {
  text-decoration: none;
  color: #fff;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-bar .top-social li a:hover {
  opacity: 0.80;
}

.navbar-light {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
}

.navbar-light .navbar-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-light .navbar-brand img {
  height: 54px;
}

.navbar-light .navbar-nav .nav-item {
  margin-left: 40px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #272349;
}

.home-banner {
  min-height: 480px;
  padding-top: 120px;
  background-color: aliceblue;
  background: url("../images/main_banner.jpg");
  background-size: cover;
}

.about-section {
  padding-top: 45px;
  padding-bottom: 80px;
}

.qualified-section {
  background-color: aliceblue;
  padding-top: 45px;
  padding-bottom: 80px;
}

.usersay-section {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #444 url("../images/footerbg.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.howitwork-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.howitwork-section .how-image {
  width: 92px;
  margin: 0 auto 20px auto;
}

.howitwork-section .how-image img {
  width: 100%;
  height: 100%;
}

.contact-section {
  background-color: aliceblue;
  padding-top: 50px;
  padding-bottom: 80px;
}

.goto-top {
  position: fixed;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: #272349;
  -webkit-box-shadow: 0 0 10px #eb8724;
          box-shadow: 0 0 10px #eb8724;
  bottom: 50px;
  right: 20px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.goto-top.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.goto-top:hover {
  background-color: #eb8724;
  -webkit-box-shadow: 0 0 15px #272349;
          box-shadow: 0 0 15px #272349;
}

footer {
  padding-top: 50px;
  background-color: #272349;
}

footer .footer-area {
  text-align: center;
}

footer .footer-area span {
  min-width: 200px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #eb8724;
  position: relative;
  margin-bottom: -1px;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

footer .footer-line {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 25px 20px;
  margin-bottom: 50px;
}

footer .footer-line h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

footer .footer-line ul {
  padding-left: 18px;
  color: #eb8724;
  margin-bottom: 0;
}

footer .footer-line ul li {
  margin-bottom: 5px;
}

footer .footer-line ul li a {
  text-decoration: none;
  color: #fff;
}

footer .footer-line ul li a:hover {
  color: #eb8724;
}

footer .footer-bottom {
  padding: 25px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}

footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}

footer .footer-bottom a:hover {
  opacity: 0.80;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
/*# sourceMappingURL=style.css.map */