/* ================================================================================
	Item Name: MattMoney 
	Version: 2.0
	Author: Boscosoft Technologoes Pvt Ltd
	Author URL: https://www.boscosofttech.com
================================================================================ */
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  color: #212529;
}

body, body:after {
  transition: 0.5s ease-in-out;
}

.header-overlay.hidden {
  visibility: hidden !important;
}

.header-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(48, 89, 188, 0.5);
  z-index: 1003;
  transition: background 0.15s ease-in-out 0s;
}

.mm-tooltip {
  background-color: #251089;
  border: 1px solid #fff;
  padding: 1rem;
  text-align: center;
  max-width: 200px;
  border-radius: 9rem 9rem 0 0;
  position: absolute;
  margin-top: 10px;
}

.mm-tooltip img {
  max-width: 150px;
  max-height: 150px;
}

.mm-tooltip h6 {
  font-size: 0.8rem;
  margin-top: 0.8rem;
}

/*

===============================
Hero Area
===============================

*/
.hero-section {
  position: relative;
  background-size: cover !important;
}
.hero-section::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
}
.hero-section .hero-area .single-hero {
  background-size: cover !important;
}
.hero-section .hero-area .single-hero .hero-sub {
  display: table;
  height: 100vh;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero-section .hero-area .single-hero .hero-sub {
    height: auto;
    padding: 200px 0 150px 0;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-area .single-hero .hero-sub {
    height: auto;
    padding: 150px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-area .single-hero .hero-sub.hero-second-div {
    height: auto;
    padding-top: 0;
  }
}
.hero-section .hero-area .single-hero .hero-sub .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h4 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h2 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h2 {
    font-size: 36px;
  }
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h1 {
  z-index: 9;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: left;
  line-height: 70px;
  font-weight: 600;
  font-size: 60px;
  padding-bottom: 10px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(-6 px, 5 px);
}
@media (max-width: 575px) {
  .hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h1 {
    font-size: 36px;
  }
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left p {
  z-index: 10;
  font-family: "Heebo", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  text-align: left;
  line-height: 30px;
  font-weight: 300;
  font-size: 18px;
  margin-top: 40 px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0 px, 0 px);
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left a {
  margin: 0 5px;
}
@media (max-width: 350px) {
  .hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left a {
    margin: 0;
    margin-top: 15px;
  }
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form {
  color: #fff;
  padding: 25px;
  border-radius: 6px;
  font-weight: 700;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form.ds {
  background-color: transparent;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form h4 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .silder-form-group {
  margin-bottom: 1.2em;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .silder-form-group::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .silder-form-group input.form-control {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 1rem;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .btn-space {
  margin-top: 2rem;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .btn-space .btn-get-started {
  color: #031521;
  line-height: 1.2;
  padding: 21px 30px 19px;
  background-color: #f6e700;
  float: right;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .btn-space .btn-get-started:hover {
  background-color: transparent;
  border-color: #f6e700;
  color: #fff;
}

.sections {
  padding: 6.25rem 0;
}

.icon-box2 .box-content {
  min-height: 8rem;
}
.icon-box2 .box-wrap {
  width: 100%;
}

.quote-item.testimonial-item-2 .quote-content {
  background-color: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent !important;
  border: 1px solid #031521 !important;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: transparent !important;
  border: 1px solid #3059bc !important;
}

.rts-form::before {
  background: #031521;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.rts-form .input-group-text {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
}
.rts-form .input-group-text a {
  cursor: pointer;
}

.widget_socials ul.social-list li.list-item .social-icon.color-icon.border-icon {
  text-align: center;
}

.menu-footer-menu-container ul.menu li a i,
.menu-footer-menu-2-container ul.menu li a i {
  font-size: 1.2rem;
  margin-right: 10px;
}

.list1 ul,
ul.list1 {
  padding: 0 !important;
}
.list1 ul li,
.list1 ul li,
ul.list1 li,
ul.list1 li {
  padding: 0 !important;
}
.list1 ul li i,
.list1 ul li i,
ul.list1 li i,
ul.list1 li i {
  margin-right: 10px;
  font-size: 12px;
}

.mc4wp-form-inner [type=submit], .mc4wp-form-inner button {
  color: #031521;
}

/*

===============================
Hero Area
===============================

*/
.hero-section {
  position: relative;
  background-size: cover !important;
}
.hero-section::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
}
.hero-section .hero-area .single-hero {
  background-size: cover !important;
}
.hero-section .hero-area .single-hero .hero-sub {
  display: table;
  height: 100vh;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero-section .hero-area .single-hero .hero-sub {
    height: auto;
    padding: 200px 0 150px 0;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-area .single-hero .hero-sub {
    height: auto;
    padding: 150px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-area .single-hero .hero-sub.hero-second-div {
    height: auto;
    padding-top: 0;
  }
}
.hero-section .hero-area .single-hero .hero-sub .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h4 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h2 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h2 {
    font-size: 36px;
  }
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h1 {
  z-index: 9;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: left;
  line-height: 70px;
  font-weight: 600;
  font-size: 60px;
  padding-bottom: 10px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(-6 px, 5 px);
}
@media (max-width: 575px) {
  .hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left h1 {
    font-size: 36px;
  }
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left p {
  z-index: 10;
  font-family: "Heebo", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  text-align: left;
  line-height: 30px;
  font-weight: 300;
  font-size: 18px;
  margin-top: 40 px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0 px, 0 px);
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left a {
  margin: 0 5px;
}
@media (max-width: 350px) {
  .hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left a {
    margin: 0;
    margin-top: 15px;
  }
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form {
  color: #fff;
  padding: 25px;
  border-radius: 6px;
  font-weight: 700;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form.ds {
  background-color: transparent;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form h4 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .silder-form-group {
  margin-bottom: 1.2em;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .silder-form-group::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .silder-form-group input.form-control {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 1rem;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .btn-space {
  margin-top: 2rem;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .btn-space .btn-get-started {
  color: #031521;
  line-height: 1.2;
  padding: 21px 30px 19px;
  background-color: #f6e700;
  float: right;
}
.hero-section .hero-area .single-hero .hero-sub .table-cell .hero-left .hero-form .btn-space .btn-get-started:hover {
  background-color: transparent;
  border-color: #f6e700;
  color: #fff;
}