@import url("https://fonts.googleapis.com/css2?family=Markazi+Text:wght@686&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff !important;
}

.heading {
  background-color: white !important;
}
.heading .row {
  background-color: white !important;
}
.heading .row p {
  color: black;
  font-size: 17px;
  font-weight: normal;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-top: 10px;
}
.heading .row p i {
  font-size: 25px;
  color: #ff5722;
}

.animated-icon {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon {
  margin-top: 3px;
}

.animated-icon span {
  background: #f2f3f4;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
  top: 10px;
}

.animated-icon span:nth-child(4) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.navbar {
  background-color: white !important;
  transition: all 0.1s linear;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.navbar .navbar-brand {
  color: black !important;
  font-family: "Markazi Text", serif;
  font-size: 32px;
  text-transform: capitalize;
}
.navbar .navbar-brand img {
  width: 70px;
  margin-top: -10px;
}
.navbar:hover {
  color: #000;
  cursor: pointer;
}
.navbar .navbar-toggler {
  background-color: #e7180b;
}
.navbar .nav-link {
  color: rgb(0, 0, 0) !important;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: #e7180b !important;
}
.navbar .dropdown .dropdown-menu {
  margin-top: 22px;
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.navbar .dropdown .dropdown-menu a {
  color: rgb(0, 0, 0) !important;
  font-weight: 500;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
}
.navbar .dropdown .dropdown-menu a:hover {
  color: #e7180b !important;
}
.navbar .active .nav-link {
  color: #e7180b !important;
}

.breadcrum {
  margin-top: 90px;
  background-color: #e7180b !important;
}
.breadcrum .breadcrumb {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-top: 0px;
  background-color: #e7180b !important;
  border-radius: 1px !important;
}
.breadcrum .breadcrumb li {
  color: #3b5998;
}
.breadcrum .breadcrumb li a {
  color: white !important;
}
.breadcrum .breadcrumb li a:hover {
  text-decoration: none;
  color: black !important;
}
.breadcrum .breadcrumb .active {
  color: black !important;
}

.fd {
  padding-top: 30px;
  padding-bottom: 20px;
}
.fd h2 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #000;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.fd h5 {
  font-family: "Markazi Text", serif;
  color: rgb(17, 16, 16);
}
.fd p {
  font-family: "Source Sans Pro", sans-serif;
}
.fd ul {
  font-family: "Source Sans Pro", sans-serif;
}
.fd table tr td {
  background-color: #fff !important;
  font-family: "Source Sans Pro", sans-serif;
  color: black;
}
.fd a {
  text-decoration: none !important;
  color: white !important;
  padding: 6px 20px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background-color: #e7180b;
  border: 2px solid #e7180b !important;
  text-align: center;
  font-size: 19px;
}
.fd a:hover {
  color: black !important;
  border: 2px solid #e7180b !important;
}

.footer {
  border-bottom: 1.5px solid #e7180b;
  background: #222224;
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer h5 {
  font-size: 21px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2px;
}
.footer .line {
  height: 2.4px;
  width: 15%;
  margin-top: -2px;
  border-style: hidden;
  background-color: #e7180b;
}
.footer p {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  vertical-align: baseline;
  color: #f7f9f9;
}
.footer ul li {
  color: #f7f9f9;
  list-style: none;
  margin-bottom: 6px;
  font-family: "Source Sans Pro", sans-serif;
}
.footer ul li:hover {
  color: #e7180b !important;
  cursor: pointer;
}
.footer i {
  font-size: 18px;
  color: white;
}
.footer h4 a {
  text-decoration: none;
  color: #f7f9f9;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
}
.footer h4 a:hover {
  color: #e7180b;
  cursor: pointer;
}
.footer h6 {
  color: white;
  font-size: 14px;
  margin-bottom: 25px;
}
.footer #Brochure {
  margin-top: 20px;
  margin-bottom: 170px;
}
.footer #Brochure a {
  margin-top: 20px !important;
  text-decoration: none;
  color: white !important;
  padding: 6px 20px;
  border: 2px solid #e7180b !important;
  text-align: center;
  margin-top: 200px;
}
.footer #Brochure a:hover {
  border: 2px solid white !important;
}

.copyright {
  background-color: #28282a;
  color: white !important;
  font-family: "Raleway", Arial, sans-serif;
}
.copyright .fas {
  color: #fff !important;
}

.copyright #btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  border: none;
  outline: none;
  background-color: #e7180b;
  color: white !important;
  cursor: pointer;
  padding: 10px 15px;
  font-weight: lighter;
  font-size: 18px;
}

.copyright #btn:hover {
  color: black;
}

@media (max-width: 459px) {
  .navbar .dropdown .dropdown-menu {
    margin-top: 0% !important;
  }
  .heading p {
    margin-top: 0;
    margin-bottom: 0%;
  }
  .heading #second-p {
    float: left !important;
    margin-top: 0%;
    margin-bottom: 8px;
  }
  .copyright #btn {
    bottom: 70px;
  }
  .banner .carousel-item h2 {
    padding-bottom: 200px;
    font-size: 40px;
  }
  .banner .carousel-item h2 .company-name .ml10 {
    position: relative;
    font-size: 45px;
    margin-top: -20px !important;
  }
  .banner .left {
    color: white !important;
    font-size: 30px;
    margin-left: 46px;
    border: 1px solid white;
    padding: 3px 10px;
  }
  .banner .right {
    font-size: 30px;
    color: white !important;
    margin-right: 50px;
    border: 1px solid white;
    padding: 3px 10px;
  }
  .banner .right:hover,
  .banner .left:hover {
    background-color: white;
    color: black !important;
  }
  .Welocme-page h2 {
    font-size: 1.7rem;
    margin-top: 10px;
  }
  .fd table .heading {
    font-size: 13.2px;
    text-align: center;
  }
  .footer #Brochure {
    margin-bottom: 20px;
  }
  .copyright #btn {
    bottom: 72px;
    right: 5px;
  }
}
@media (min-width: 460px) and (max-width: 574px) {
  .navbar .dropdown .dropdown-menu {
    margin-top: 0% !important;
  }
  .copyright #btn {
    bottom: 70px;
  }
  .banner .carousel-item h2 {
    padding-bottom: 200px;
    font-size: 60px;
  }
  .banner .carousel-item h2 .company-name .ml10 {
    position: relative;
    font-size: 55px;
    margin-top: -20px !important;
  }
  .banner .left {
    color: white !important;
    font-size: 30px;
    margin-left: 46px;
    border: 1px solid white;
    padding: 3px 10px;
  }
  .banner .right {
    font-size: 30px;
    color: white !important;
    margin-right: 50px;
    border: 1px solid white;
    padding: 3px 10px;
  }
  .banner .right:hover,
  .banner .left:hover {
    background-color: white;
    color: black !important;
  }
  .Welocme-page h2 {
    font-size: 2rem;
    margin-top: 10px;
  }
  .footer #Brochure {
    margin-bottom: 20px;
  }
  .copyright #btn {
    bottom: 72px;
    right: 5px;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .navbar .dropdown .dropdown-menu {
    margin-top: 0% !important;
  }
  .copyright #btn {
    bottom: 70px;
  }
  .banner .carousel-item h2 {
    padding-bottom: 200px;
    font-size: 60px;
  }
  .banner .carousel-item h2 .company-name .ml10 {
    position: relative;
    font-size: 55px;
    margin-top: -20px !important;
  }
  .banner .left {
    color: white !important;
    font-size: 30px;
    margin-left: 46px;
    border: 1px solid white;
    padding: 3px 10px;
  }
  .banner .right {
    font-size: 30px;
    color: white !important;
    margin-right: 50px;
    border: 1px solid white;
    padding: 3px 10px;
  }
  .banner .right:hover,
  .banner .left:hover {
    background-color: white;
    color: black !important;
  }
  .Welocme-page h2 {
    font-size: 2rem;
    margin-top: 10px;
  }
  .footer #Brochure {
    margin-bottom: 20px;
  }
  .copyright #btn {
    bottom: 72px;
    right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md .navbar-collapse {
    margin-top: 80px;
    margin-left: -230px;
  }
  .navbar-expand-md .navbar-nav {
    display: -webkit-inline-box;
  }
  .copyright #btn {
    bottom: 70px;
  }
  .banner .carousel-item h2 {
    padding-bottom: 200px;
    font-size: 60px;
  }
  .banner .carousel-item h2 .company-name .ml10 {
    position: relative;
    font-size: 55px;
    margin-top: -20px !important;
  }
  .banner .left {
    color: white !important;
    font-size: 30px;
    margin-left: 46px;
    border: 1px solid white;
    padding: 3px 10px;
  }
  .banner .right {
    font-size: 30px;
    color: white !important;
    margin-right: 50px;
    border: 1px solid white;
    padding: 3px 10px;
  }
  .banner .right:hover,
  .banner .left:hover {
    background-color: white;
    color: black !important;
  }
  .Welocme-page h2 {
    font-size: 2rem;
    margin-top: 10px;
  }
  .footer #Brochure {
    margin-bottom: 20px;
  }
  .copyright #btn {
    bottom: 72px;
    right: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .navbar-expand-md .navbar-nav {
    display: -webkit-inline-box;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
    width: 180px;
    background-color: white;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all ease 0.25s;
    display: none;
    z-index: 1000;
  }
  .overlay.open {
    display: block;
  }
  .mobileMenu {
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: translate(-100%);
    transition: all ease 0.25s;
  }
  .mobileMenu.onRight {
    left: auto;
    right: 0;
    transform: translateX(100%);
  }
  .mobileMenu.open {
    transform: translate(0);
    overflow: hidden;
  }
}/*# sourceMappingURL=EmergLoan.css.map */