
@import url("https://fonts.googleapis.com/css2?family=Mandali&display=swap");

.bg-primary {
  background-color: #675191 !important;
}

.bg-soft-primary {
  background-color: rgba(28, 225, 172, 0.12) !important;
}

.border-primary {
  border-color: #675191 !important;
}

.text-primary {
  color: #675191 !important;
}

.bg-secondary {
  background-color: #536976 !important;
}

.bg-soft-secondary {
  background-color: rgba(83, 105, 118, 0.12) !important;
}

.border-secondary {
  border-color: #536976 !important;
}

.text-secondary {
  color: #536976 !important;
}

.bg-info {
  background-color: #4bbbce !important;
}

.bg-soft-info {
  background-color: rgba(75, 187, 206, 0.12) !important;
}

.border-info {
  border-color: #4bbbce !important;
}

.text-info {
  color: #4bbbce !important;
}

.bg-warning {
  background-color: #ffc212 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 194, 18, 0.12) !important;
}

.border-warning {
  border-color: #ffc212 !important;
}

.text-warning {
  color: #ffc212 !important;
}

.bg-success {
  background-color: #675191 !important;
}

.bg-soft-success {
  background-color: rgba(28, 225, 172, 0.12) !important;
}

.border-success {
  border-color: #675191 !important;
}

.text-success {
  color: #675191 !important;
}

.bg-danger {
  background-color: #2A9D8F !important;
}

.bg-soft-danger {
  background-color: rgba(242, 71, 52, 0.12) !important;
}

.border-danger {
  border-color: #2A9D8F !important;
}

.text-danger {
  color: #2A9D8F !important;
}
.text-danger:hover {
    color: #675191 !important;
}
.bg-dark {
  background-color: #675191 !important;
}


.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.12) !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.text-dark {
  color: #343a40 !important;
}

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

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.12) !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.text-light {
  color: #f8f9fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.border-white {
  border-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #6c757d;
}

body {
  font-family: "Mandali", sans-serif;
  font-size: 16px;
  color: #343a40;
  padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway" , sans-serif; 
  font-weight: 600;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.7;
}
.fw-bold {
    font-weight: 800 !important;
}
html {
  scroll-padding-top: 59px;
  /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sk-chase {
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-animation: sk-chase 3s infinite linear both;
          animation: sk-chase 3s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
          animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #675191;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
          animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.section {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  position: relative;
}

.section-sm {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  position: relative;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(54, 64, 78, 0.85);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.subtitle {
  color: #6c757d;
  text-transform: uppercase;
}

.title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 18px;
  line-height: 1.3;
}

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

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.text-light-custom {
  color: #a2aeb9;
}

.modal-backdrop {
  background-color: #000;
}

.shadow-lg {
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
}

.right-arrow {
  position: relative;
  top: 2px;
  line-height: 0;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 5px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  border-radius: 3px;
}

.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

#mkLightboxContainer {
  z-index: 999;
}

.btn {
  padding: 8px 24px;
  border: 1px solid;
  font-size: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Mandali", sans-serif;
}

.btn.btn-sm {
  padding: 10px 22px;
}

.btn.btn-lg {
  padding: 12px 28px;
  font-size: 17px;
}

.btn.btn-primary {
  background-color: #675191 !important;
  border: 1px solid #675191 !important;
  color: #fff !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #1acf9e !important;
  border: 1px solid #1acf9e !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}

.btn.btn-outline-primary {
  border: 1px solid #675191 !important;
  color: #675191 !important;
}

.btn.btn-gradient-primary {
  background: -webkit-gradient(linear, left top, right top, from(#675191), to(#2B9C8E));
  background: linear-gradient(to right, #675191 0%, #2B9C8E 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-secondary {
  background-color: #536976 !important;
  border: 1px solid #536976 !important;
  color: #fff !important;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #4b5e6a !important;
  border: 1px solid #4b5e6a !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
}

.btn.btn-outline-secondary {
  border: 1px solid #536976 !important;
  color: #536976 !important;
}

.btn.btn-gradient-secondary {
  background: -webkit-gradient(linear, left top, right top, from(#536976), to(#94a8b4));
  background: linear-gradient(to right, #536976 0%, #94a8b4 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-info {
  background-color: #4bbbce !important;
  border: 1px solid #4bbbce !important;
  color: #fff !important;
}

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #3bb5ca !important;
  border: 1px solid #3bb5ca !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
}

.btn.btn-outline-info {
  border: 1px solid #4bbbce !important;
  color: #4bbbce !important;
}

.btn.btn-gradient-info {
  background: -webkit-gradient(linear, left top, right top, from(#4bbbce), to(#afe1e9));
  background: linear-gradient(to right, #4bbbce 0%, #afe1e9 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-warning {
  background-color: #ffc212 !important;
  border: 1px solid #ffc212 !important;
  color: #fff !important;
}

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #fdbc00 !important;
  border: 1px solid #fdbc00 !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
}

.btn.btn-outline-warning {
  border: 1px solid #ffc212 !important;
  color: #ffc212 !important;
}

.btn.btn-gradient-warning {
  background: -webkit-gradient(linear, left top, right top, from(#ffc212), to(#ffe392));
  background: linear-gradient(to right, #ffc212 0%, #ffe392 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-success {
  background-color: #675191 !important;
  border: 1px solid #675191 !important;
  color: #fff !important;
}

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #1acf9e !important;
  border: 1px solid #1acf9e !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}

.btn.btn-outline-success {
  border: 1px solid #675191 !important;
  color: #675191 !important;
}

.btn.btn-gradient-success {
  background: -webkit-gradient(linear, left top, right top, from(#675191), to(#2B9C8E));
  background: linear-gradient(to right, #675191 0%, #2B9C8E 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-gradient-success2 {
  background: #2B9C8E;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-gradient-success2:hover{
  background: #fff;
  border: none;
  color: #2B9C8E;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-gradient-success3 {
  background: #fff;
  border: none;
  color: #675191;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-gradient-success3:hover{
  background: #212529;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-gradient-success5 {
  background: #2A9D8F;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}
.btn.btn-gradient-success5:hover{
  background: #212529;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-danger {
  background-color: #2A9D8F !important;
  border: 1px solid #2A9D8F !important;
  color: #fff !important;
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #f13621 !important;
  border: 1px solid #f13621 !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(242, 71, 52, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(242, 71, 52, 0.25);
}

.btn.btn-outline-danger {
  border: 1px solid #2A9D8F !important;
  color: #2A9D8F !important;
}

.btn.btn-gradient-danger {
  background: -webkit-gradient(linear, left top, right top, from(#2A9D8F), to(#fab4ac));
  background: linear-gradient(to right, #2A9D8F 0%, #fab4ac 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #fff !important;
}

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #2b3035 !important;
  border: 1px solid #2b3035 !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
}

.btn.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40 !important;
}

.btn.btn-gradient-dark {
  background: -webkit-gradient(linear, left top, right top, from(#343a40), to(#6d7a86));
  background: linear-gradient(to right, #343a40 0%, #6d7a86 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-light {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  color: #fff !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #eceff2 !important;
  border: 1px solid #eceff2 !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
}

.btn.btn-outline-light {
  border: 1px solid #f8f9fa !important;
  color: #f8f9fa !important;
}

.btn.btn-gradient-light {
  background: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(white));
  background: linear-gradient(to right, #f8f9fa 0%, white 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: whitesmoke !important;
  border: 1px solid whitesmoke !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
}

.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn.btn-gradient-white {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(white));
  background: linear-gradient(to right, #fff 0%, white 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-light, .btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #675191 !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
}

.btn.btn-outline-light, .btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff;
  color: #343a40 !important;
}

.modal .video-modal {
  border: 0;
  background-color: transparent;
}

.modal .video-modal .video-box {
  position: relative;
}

.modal .video-modal video {
  border-radius: 8px;
}

.modal .video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}

.modal .video-modal .btn-close video:focus {
  outline: none;
}

.modal .video-modal:hover .btn-close {
  opacity: 0.5;
}

.modal .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card {
  border: none;
  -webkit-box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
          box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.navbar-custom {
  padding: 40px 0px;
  padding-right: 0 !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  position: relative;
  line-height: 26px;
  color: #6c757d;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 20px;
  font-weight: 900;
  font-family: "Mandali", sans-serif;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #675191 !important;
}

.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #675191;
}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #343a40;
}

.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ced4da;
}

.navbar.navbar-light .logo .logo-dark {
  display: none;
}

.navbar.navbar-light .logo .logo-light {
  display: block;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 14px 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #343a40 !important;
}

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #343a40;
}

.nav-sticky .logo .logo-dark {
  display: block !important;
}

.nav-sticky .logo .logo-light {
  display: none !important;
}


.footer {
  position: relative;
padding: 130px 0 0px 0px;
}

.footer .footer-nav li {
  padding: 6px 0;
}

.footer .footer-nav li .footer-link {
  color: #6c757d;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-nav li .footer-link::after {
  content: "";
  background-color: #675191;
  position: absolute;
  top: 14px;
  left: 0;
  height: 5px;
  width: 0px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-nav li .footer-link:hover {
  color: #343a40;
  padding-left: 12px;
}

.footer .footer-nav li .footer-link:hover::after {
  width: 05px;
}

.footer.bg-light {
  background-color: #F8F9FA !important;
}

.footer .cta-content {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}

.footer .cta-content .cta-bg {
  background-image: url("../images/cta-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer .cta-content .subscribe-form {
  position: relative;
}

.footer .cta-content .subscribe-form .form-control {
  background-color: rgba(255, 255, 255, 0.12);
  padding: 8px 150px 8px 50px;
  border-radius: 4px;
  min-height: 62px;
  color: #fff;
  border-color: transparent;
}

.footer .cta-content .subscribe-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .cta-content .subscribe-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.3;
}

.footer .cta-content .subscribe-form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}

.footer .cta-content .subscribe-form .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}

.footer .cta-content .subscribe-form .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
}

.footer .cta-content .subscribe-form .form-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  opacity: .3;
  font-size: 20px;
}

.footer .cta-content .subscribe-form .form-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
}

.custom-form .form-control {
  height: 45px;
  padding: 0.375rem 1.1rem;
  font-size: 14px;
  border-width: 2px;
}

.custom-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-form textarea.form-control {
  height: auto;
}

.form-control {
    border-color: #e2e7f1;
    background-color: #fff !important;
}

.form-control:focus {
  border-color: #ced4da;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hero-loanmasters {
  background-image: url("../images/loanmasters/hero-bg.png");
  background-size: cover;
  width: 100%;
  padding: 200px 0 40px;
}

.hero-loanmasters .hero-title-badge {
  display: inline-block;
  background-color: #f8f9fa;
  border: 1px solid #eceff2;
  padding: 2px 15px;
  color: #6c757d;
  border-radius: 3px;
}

.hero-loanmasters .hero-title {
  font-size: 60px;
  color: #343a40;
  line-height: 1.25;
}

.about-icon {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.about-icon::after {
  content: "";
  position: absolute;
  left: -16px;
  top: -36px;
  border-radius: 50% 50% 20% 10% / 50% 50% 50% 50%;
  height: 100px;
  width: 100px;
  background: -webkit-gradient(linear, left bottom, right top, from(transparent), to(#2A9D8F));
  background: linear-gradient(to top right, transparent 0%, #2A9D8F 100%);
  opacity: 0.15;
  z-index: -1;
}

.busi-container-filter li {
  list-style: none;
  display: inline-block;
}

.busi-container-filter li a {
  display: block;
  font-size: 16px;
  color: #6c757d;
  background-color: #f8f9fa;
  padding: 0px 15px;
  margin: 5px 3px;
  cursor: pointer;
  line-height: 34px;
  border-radius: 3px;
}

.filter-box {
  display: none;
}

.filter-box.show {
  display: block;
}

.filter-box .item-box {
  position: relative;
}

.filter-box .item-box .item-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
}

.tab-active:hover {
  background-color: #eff1f5;
}

.tab-active.active {
  background-color: #675191;
  color: #fff;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
          box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}

#mkLightboxContainer #prevContainer, #mkLightboxContainer #nextContainer {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
}

.testi-bg {
  background-color: rgba(255, 194, 18, 0.25);
}

.testi-bg .testi-row {
  overflow: hidden;
}

.testi-bg .testi-row .clients-slider {
  padding: 20px 0 50px;
}

.testi-bg .testi-row .clients-slider .swiper-wrapper .swiper-slide {
  padding: 0 6px;
}

.testi-bg .testi-row .clients-slider .swiper-pagination {
  bottom: 0;
}

.testi-bg .testi-row .clients-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #343a40;
  opacity: 0.3;
}

.testi-bg .testi-row .clients-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.counter-content .counter_value {
  font-size: 40px;
}

.team-bg {
  background-color: #f2f4f6;
}














.hero-2 {
  position: relative;
  overflow: hidden;
  padding: 210px 0 160px;
  background-image: url("../images/heros/hero-2-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.hero-3 {
  position: relative;
  padding: 170px 0 130px;
  background-image: url("../images/heros/hero-3-bg.png");
  width: 100%;
  background-color: #162938;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-3 .hero-title {
  font-size: 3.3rem;
}

.hero-3 .hero-3-img img {
  width: 100%;
  border-radius: 48% 52% 66% 34% / 62% 60% 40% 38%;
  border: 10px solid rgba(255, 255, 255, 0.05);
}

.hero-4 {
  position: relative;
  overflow: hidden;
  padding: 200px 0 0px;
}

.hero-4 .hero-title {
  position: relative;
  padding: 10px 0;
  text-shadow: 1px 3px 4px rgba(11, 89, 68, 0.2);
}

.hero-4 .hero-title::before {
  content: "";
  background-image: url("../images/brush-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(2);
          transform: scaleX(2);
  opacity: 0.2;
}

.hero-5 {
  position: relative;
  padding: 170px 0 130px;
  background-image: url("../images/heros/hero-5-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.hero-6 {
  position: relative;
  padding: 240px 0 200px;
  background-image: url("../images/heros/hero-6-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.hero-6 .hero-title {
  background: -webkit-gradient(linear, left top, right top, from(#675191), to(#4bbbce));
  background: linear-gradient(to right, #675191 0%, #4bbbce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.play-btn {
  height: 60px;
  width: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#675191), to(#4bbbce));
  background: linear-gradient(to right, #675191 0%, #4bbbce 100%);
  display: block;
  margin: 0 auto;
  line-height: 60px;
  border-radius: 50%;
  font-size: 34px;
  outline: 12px solid rgba(28, 225, 172, 0.12);
  position: relative;
}

.play-btn .play-icon {
  color: #fff;
}

.play-btn:before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
          animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
          animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  background-color: #675191;
  top: -40%;
  left: -40%;
  z-index: -1;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
    -webkit-box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
            box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
    -webkit-box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
            box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.rounded-pill {
    border-radius: 11px !important;
}
.line-p{
    line-height: 1;
}

















#svg-section {
    background-color: #2A9D8F;
    color: #ffffff;
}

#svg-section .icon-box {
    position: relative;
    background: #675191;
    border-radius: 15px;
    padding: 20px;
    margin: 20px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
}

#svg-section .icon-box .number {
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 120px;
    font-weight: bold;
    opacity: 0.2;
}

#svg-section .icon-box svg {
    width: 50px;
    height: 50px;
    fill: #ffffff;
    margin-bottom: 15px;
}

#svg-section .icon-box h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#svg-section .icon-box p {
    font-size: 1rem;
    color: #bbbbbb;
}

#svg-section .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon-box:nth-child(1) {
    background: linear-gradient(135deg, #8a2be2, #5a189a);
}

.icon-box:nth-child(2) {
    background: linear-gradient(135deg, #ff007f, #c2185b);
}

.icon-box:nth-child(3) {
    background: linear-gradient(135deg, #00c4ff, #0288d1);
}



        .lower-footer {
            background: #2A9D8F;
            font-size: 12px;
            padding: 20px;
            color: #fff;
        }
        .lower-footer .row {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .lower-footer a {
            color: #fff;
            margin-left: 15px;
        }

.space-section {
    margin-top:50px;
}
.in-the-box {
    border-top: 1px solid #ececec;
    background: #FFF url(../images/textured-stripes.png) repeat;
    font-size: 16px;
    line-height: 20px;
}
.in-the-box h4 {
    font-size: 18px;
    font-weight: 400;
    color: #2B9C8E;
    text-transform: uppercase;
}
.in-the-box .feature {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 50px 20px 20px 20px;
    text-align: center;
    z-index: 2;
	margin: 20px;
    border-radius: 0px 0px 7px 7px;
}
.in-the-box .feature span {
    color: #2B9C8E;
    -webkit-box-shadow: 0px -9px 15px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -9px 15px -10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    background: #fff;
    left: 42%;
    font-size: 30px;
}
.bigfas i {
    top: -30px !important;
    left: 45% !important;
    font-size: 40px !important;
}
.in-the-box .feature:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
.bottom-logo-set li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-left: 17px;
    max-width: 120px;
}


.btn:hover {

    background: linear-gradient(to right, #2B9C8E 0%, #675191 100%);}

.form-box {
	
	
	    padding: 200px 0 40px;
}


#loanForm  {
	 border: 3px solid #d0d0d0;
    padding: 50px;
    border-radius: 11px;
    background: #f5feff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 7px 7px;
	    width: 80%;
    margin: 0 auto;
        }

        .parsley-errors-list  {
			padding: 0px;
        }

        .parsley-errors-list li {
            width: 100%;
            font-size: 12px;
            list-style-type: none;
            color: #d37171;
            -webkit-transition: all .5s ease-in;
            -moz-transition: all .5s ease-in;
            -o-transition: all .5s ease-in;
            -ms-transition: all .5s ease-in;
            transition: all .5s ease-in;
            border: 1px solid #d37171;
            border-top: 0;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
            line-height: 1em;
            padding: 6px;
            background: #d37171;
            color: white;
            margin-top: -3px;
        }

        .parsley-success {
            border-color: #4CAF50 !important;
            background-color: #d4edda !important;
        }

        .parsley-error {
            border-color: #d37171 !important;
            background-color: #f8d7da !important;
        }

        .parsley-errors-list.filled {
            display: block !important;
        }
		
		
	 .textblock2 {
background: #fff;
    margin-top: 10px;
    padding: 20px 10px 0px 10px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 350px;
        }
		  .textblock2 span {
 		content: "\F0A12";
    font-size: 40px;
    color: #2B9C8E;
        }
		

.textblock2 h3 {
    font-size: 16px;
    font-weight: 700;
}
        .textblock2 p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    width: 100%;
    margin: 0 auto;
        }






		
	 .textblock {
background: #fff;
    margin-top: 10px;
    padding: 20px 10px 0px 10px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 350px;
        }
		  .textblock span {
 		content: "\F0A12";
    font-size: 40px;
    color: #2B9C8E;
        }
		

.textblock h3 {
    font-size: 16px;
    font-weight: 700;
}
        .textblock p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    width: 90%;
    margin: 0 auto;
        }

        .textblock i {
            color: #F0592A;
            margin-right: 10px;
        }

        .sec {
            max-width: 90px;
            display: inline-block;
        }

        .sec + .sec {
            margin-left: 20px;
        }

        .form-leftrail {
            text-align: center;
            margin-top: 40px;
        }
		
	.cta-bg .col-lg-6 p {
    font-size: 24px;
}

.loan-requirements {
    background: #f8f8f8;
    position: relative;
}

.What-Next {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;     max-width: 500px; margin: 0 auto;
}

.What-Nexth2 {
 font-size: 24px; color: #2A9D8F; padding-bottom: 20px; text-align: center;
}

.What-Next li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: #675191;
    font-size: 16px;
}
.What-Next li span {
    color: #2A9D8F;
    margin-right: 10px;
    font-size: 20px;
}

.requirements-list {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
}

.requirements-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #675191;
    font-size: 16px;
}


.requirements-list li span {
    color: #2A9D8F;
    margin-right: 10px;
    font-size: 20px;
}

.loan-requirements img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;


}




.NextStep{
    min-width: 310px;
    font-size: 30px;
    margin-bottom: 16px;
}

        .dark-background {
    background-color: #675191;
    color: white;
    border-radius: 7px 7px 0px 0px;
    width: 78.3%;
    margin-bottom: -50px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
        }

        hr.separator {
            border: 1px solid #ccc;
            margin: 20px 0;
        }

.boost-approval {
    background: #675191;
    color: #fff;
    position: relative;
}

.boost-list {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
}

.boost-list li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: #F4F4F4;
}

.boost-list li span {
    color: #2A9D8F;
    margin-right: 10px;
    font-size: 20px;
}


	
	
	
.loanFormstep2 .form-group {
            margin-bottom: 1rem;
        }
		
		
		
.Formstep3 #parsley-id-21 , .Formstep3 #parsley-id-23 ,.Formstep3  #parsley-id-25 {
    width: 30%;
    display: inline-block !important;
    margin-right: 3%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2B9C8E;
    text-align: center;
}
.nav-pills .nav-link {
    color: #fff;
    background-color: #675191;
    text-align: center;
    min-width: 150px;
    margin-top: 8px;
    margin-right: 10px;
}











.ComplianceSecurity {
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #675191;
}


.margin-top40 {
    margin-top: 20px;
}

.MinimumRequirements{
 font-size: 24px; color: #2A9D8F; padding-bottom: 20px;
} 


.footer  .text-muted{
    text-align: justify;
}

.SSLEncryption {
    max-width: 180px;
}

.titlePROCESSING {
    font-size: 41px;
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    margin-top: 18px;
    line-height: 1.3;
}

.titlePROCESSING2 {
    color: #343a40;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 600;
    text-align: left;
}
.titlePROCESSING3 {
    color: #343a40;
    font-size: 27px;
    font-family: sans-serif;
    font-weight: 100;
    text-align: left;
}

.img-process  {
max-width: 250px;
}
    .What-Next {
        margin-bottom: 100px;
    }
	
    .dark-background img {
        max-width: 50px;
    }


/********* Responsive *********/

@media (max-width: 1200px) {
	.hero-loanmasters .hero-title {
    font-size: 50px;
}
.What-Next {

    margin-bottom: 100px;
}



.form-check-label{
    width: 90%!important;
}



.fs-22 {
    font-size: 18px;
}

.margin-top40 {
    margin-top: 20px;
}
.section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    position: relative;
}

#svg-section .icon-box h3 {
    font-size: 16px;
}
.MinimumRequirements {
    font-size: 21px;
}

.in-the-box .feature p  {
    font-size: 14px;
}
.in-the-box .feature {
    padding: 50px 10px 10px 10px;
}
.ComplianceSecurity {
    font-size: 35px;
    margin-bottom: 10px;
}
.back-to-top-btn {
    bottom: 57px;
}

.boost-list {
    font-size: 14px;
}


.boost-approval p {
    font-size: 14px;
}

.footer .cta-content .cta-bg {
    text-align: center;
}


.dark-background {
    width: 77%;
}


}

@media (min-width: 200px) and (max-width: 991px) {

  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 10px 33px rgba(52, 58, 64, 0.1);
            box-shadow: 0 10px 33px rgba(52, 58, 64, 0.1);
    color: #343a40 !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #343a40 !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    border-color: transparent;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #343a40;
  }
  .logo .logo-light {
    display: none !important;
  }
  .logo .logo-dark {
    display: block !important;
  }
  
  
  
  
  
}

@media (max-width: 991.98px) {
	
	    #loanForm {
        width: 100%;
        padding: 50px 20px;
    }
  .hero-loanmasters {
    padding: 100px 0 0px;
	        text-align: center;
  }
  .ComplianceSecurityimg {
    max-width: 300px;
}
  
  .marginauto {
    margin: 0 auto !important;
}

.hero-loanmasters img {
    max-width: 400px;
}
  .mb-5 {
    margin-bottom: 1rem !important;
}
  #svg-section .icon-box .number {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 50px;
    font-weight: bold;
    opacity: 0.2;
}

#svg-section .icon-box {
    padding: 9px;
    margin: 3px;
}

.cta-bg .p-5 {
    padding: 2rem!important;
}
.footer {
    position: relative;
    padding: 0px 0 0px 0px;
}


.footer .cta-content {
    position: inherit;
}

  .titlePROCESSING {
    font-size: 31px;

}

.titlePROCESSING3 {
    font-size: 20px;

}
.img-process {
    max-width: 170px;
}
.forms .textblock {
    margin-top: 0px;
    padding: 20px 10px 0px 10px;
    min-height: 300px;
}


    .forms .footer {
        position: relative;
        padding: 40px 0 0px 0px;
    }
}

@media (max-width: 768px) {
	
    .dark-background img {
        max-width: 40px;
    }

	
	#loanForm {
    width: 100%;
	    padding: 50px 20px;
}
    .NextStep {
        min-width: 260px;
    }

    .dark-background {
        width: 95%;
    }
  .hero-loanmasters .hero-title {
    font-size: 48px !important;
  }
    .forms .textblock {
        padding: 20px 10px 30px 10px;
        min-height: unset;
    }
  .btn {
    padding: 8px 13px;
    border: 1px solid;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Mandali", sans-serif;
}
  
  
      .hero-loanmasters .hero-title {
        font-size: 39px !important;
    }
  
  
 .logo img  {
    max-width: 140px;
}
  
  #about {
    text-align: center;
}
  
    .requirements-list li {
        margin-bottom: 5px;
        font-size: 14px;
    }
	
	
	.loan-requirements img {
    position: unset;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
    .MinimumRequirements {
        font-size: 18px;
    }
	
	
	.mt-4 {
    margin-top: 0.5rem !important;
}

.footer .cta-content {
    top: -40px;
}

.fs-26 {
    font-size: 21px;
}

.cta-bg .col-lg-6 p {
    font-size: 21px;
}

.lower-footer a {
    color: #fff;
    margin-left: 5px;
}
  .hero-loanmasters .hero-title {
    line-height: 1;
}  

    #svg-section .icon-box {
        padding: 19px 11px;
        margin: 13px;
    }
	
	    .ComplianceSecurity {
        font-size: 30px;
        margin-bottom: 10px;
    }
	
	
	.nav-item a {
    margin-right: 0px !important;
}


    .terms-page .nav-item a {
        margin-right: 10px !important;
    }
.textblock2 span {
    font-size: 22px;
}

.PROCESSING .form-box {
    text-align: center !important;
    margin: 0 auto;
}



.titlePROCESSING2 {
    text-align: center;
}


.titlePROCESSING3 {
    text-align: center;
}

    .img-process {
        margin-top: 40px;
    }

.What-Next li {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    color: #675191;
    font-size: 13px;
}
.form-box {
    padding: 140px 0 40px;
}
}



@media (max-width: 425px) {
	.SSLEncryption {
    max-width: 120px;
}
	.textblock2 p {
    font-size: 12px;
}
  .hero-loanmasters .hero-title {
    font-size: 48px !important;
  }
  
      .hero-loanmasters img {
        max-width: 250px;
    }
      .hero-loanmasters .hero-title {
        font-size: 37px !important;
        line-height: 0.5;
        margin-top: 30px;
    }
	
	    .NextStep {
        min-width: 200px;
    }
    .dark-background img {
        max-width: 20px;
    }

    .dark-background {
        width: 94%;
    }
	body {
    font-size: 14px;
}
	
	.requirements-list li {
        margin-bottom: 0px;
        font-size: 13px;
    }
	    .MinimumRequirements {
        font-size: 16px;
        text-align: center;
    }
	
	
	h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
}
	    .ComplianceSecurity {
        font-size: 25px;
        margin-bottom: 10px;
    }
	    .margin-top40 {
        margin-top: 5px;
    }
	
	
	    .fs-26 {
        font-size: 17px;
    }
	    .cta-bg .col-lg-6 p {
        font-size: 17px;
    }
	
	.newrow {
    width: 100%;
    text-align: center;
}
	.newline{
    margin-top: 8px;
    display: block;
}
    .What-Next li {
        margin-bottom: 0px;
        display: flex;
        align-items: baseline;
        color: #675191;
        font-size: 13px;
        text-align: left;
    }

}



@media (max-width: 375px) {
	    .forms .dark-background .title {
    font-size: 20px;
}	    .forms .dark-background  p {
    font-size: 13px !important;
}
    .logo img {
        max-width: 103px;
    }
	    .hero-loanmasters .hero-title {
        font-size: 28px !important;
    }
	.MinimumRequirements {
        font-size: 14px;
    padding-bottom: 0px;


    }	
	    .ComplianceSecurity {
        font-size: 20px;
        margin-bottom: 0px;
    }
	
	    .footer .cta-content .cta-bg {
        text-align: center;
        padding: 3rem 1rem !important;
    }
	.btn.btn-gradient-success2 {
    margin-right: 0rem !important;
}
	.lower-footer {
    background: #2A9D8F;
    font-size: 11px;
    padding: 23px 6px;
    color: #fff;
}
	
}

@media (max-width: 320px) {
	
	.nav-pills .nav-link {
    min-width: unset;

}
    .btn {
        font-size: 14px;
    }
	.fs-22 {
        font-size: 15px;
    }
	.title {
    font-size: 26px;
}

    .fs-26 {
        font-size: 14px;
    }
	
	.cta-bg .col-lg-6 p {
        font-size: 15px;
    }
	    .ComplianceSecurityimg {
        max-width: 220px;
    }
	
	.marginauto {
        margin: 0 auto !important;
        text-align: center;
    }
	
}

