@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');


*
{
  margin: 0;
  padding: 0;
  font-family: myriad-pro;
}
@font-face {
  font-family: myriad-pro;
  font-weight: 100;
  src: url("../myriad-pro/MYRIADPRO-REGULAR.OTF") format("opentype");
}
a
{
  text-decoration: none;
}
/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #000080;
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000080;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* top header */
.topbar {
  display: none;
  background-color:  #000080;
}
@media (min-width: 576px) {
  .topbar {
    display: block;
  }
}
.topbar .container-fluid {
  max-width: 1550px;
}
.topbar__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px
}
.topbar__right {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .topbar__right {
    display: none;
  }
}
.topbar__pages {
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .topbar__pages {
    display: none;
  }
}
.topbar__pages li {
  font-weight: 500;
  font-size: 15px;
  color: #82828A;
  line-height: 1.2;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.topbar__pages li:not(:last-of-type)::after {
  content: "/";
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  margin-left: 8px;
  margin-right: 8px;
}
.topbar__pages li a {
  color: white;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar__pages li a:hover {
  background-size: 100% 1px;
}
.topbar__social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.topbar__social a
{
  color: white;
}
#txt
{
  color: white;
}
/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: relative;
  background-color: #ffffff;
  z-index: 99;
  box-shadow: 3px 3px 3px lightgrey;
}
.main-header .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1550px;
}
.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__right {
  display: flex;
  align-items: center;
}
.main-header__nav {
  margin-right: 78px;
}
@media (max-width: 1599px) {
  .main-header__nav {
    margin-right: 60px;
  }
}
.main-header__cart, .main-header__search {
  position: relative;
  font-size: 16px;
  color: #000080;
  line-height: 1;
  transition: all 500ms ease;
}
.main-header__cart svg, .main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__cart:hover, .main-header__search:hover {
  color:  #000080;
}
@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }
  .main-header__search::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: #E6E6ED;
  }
}
@media (max-width: 425px) {
  .main-header__search {
    margin-left: 36px;
  }
  .main-header__search::before {
    left: -18px;
  }
}
.main-header__cart {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .main-header__cart {
    margin-left: 35px;
  }
}
@media (max-width: 425px) {
  .main-header__cart {
    margin-left: 25px;
  }
}
.main-header__btn {
  margin-left: 80px;
  padding: 17px 20.5px;
}
@media (max-width: 1599px) {
  .main-header__btn {
    margin-left: 60px;
  }
}
@media (max-width: 1399px) {
  .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .main-header__btn {
    margin-left: 50px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 991px) {
  .main-header__btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header__btn {
    display: none;
  }
}
.main-header__btn .aavas-btn__icon {
  font-size: 19px;
}
.main-header__btn .aavas-btn__icon::after {
  background-color: RGBA(255, 255, 255), 0.25;
  height: calc(100% - 1px);
}
.main-header--two {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
}
@media (max-width: 575px) {
  .main-header--two {
    top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 360px) {
  .main-header--two {
    top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.main-header--two .container-fluid {
  position: relative;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 38px;
  background-color: #ffffff;
}
@media (max-width: 1599px) {
  .main-header--two .container-fluid {
    padding-right: 24px;
  }
}
@media (max-width: 430px) {
  .main-header--two .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  .main-header--two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-header--two .container-fluid::before, .main-header--two .container-fluid::after {
  content: "";
  width: 226px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000080;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
@media (max-width: 412px) {
  .main-header--two .container-fluid::before, .main-header--two .container-fluid::after {
    display: none;
  }
}
.main-header--two .container-fluid::after {
  left: 10px;
  background-color:  #000080;
  z-index: -1;
}
@media (max-width: 1199px) {
  .main-header--two .main-header__inner {
    padding: 20px 0;
  }
}
.main-header--two .main-header__logo,
.main-header--two .main-header__right {
  position: relative;
  z-index: 1;
}
.main-header--two .main-header__logo__light {
  display: none;
}
@media (min-width: 413px) {
  .main-header--two .main-header__logo__light {
    display: inline-block;
  }
}
.main-header--two .main-header__logo__dark {
  display: inline-block;
}
@media (min-width: 413px) {
  .main-header--two .main-header__logo__dark {
    display: none;
  }
}
.main-header--two .main-header__right-wrap {
  display: flex;
  align-items: center;
}
.main-header--two .main-header__nav {
  margin-right: 78px;
}
@media (max-width: 1599px) {
  .main-header--two .main-header__nav {
    margin-right: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--two .main-header__nav {
    margin-right: 50px;
  }
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
}
.main-header--two .main-header__call {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 80px;
}
@media (max-width: 1799px) {
  .main-header--two .main-header__call {
    margin-left: 60px;
  }
}
@media (max-width: 1599px) {
  .main-header--two .main-header__call {
    display: none;
  }
}
.main-header--two .main-header__call__icon {
  display: inline-flex;
  font-size: 24px;
  color:  #000080;
  transition: all 500ms ease;
}
.main-header--two .main-header__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header--two .main-header__call:hover .main-header__call__icon {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-header--two .main-header__call__number {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.208;
}
.main-header--two .main-header__call__number:hover {
  color:  #000080;
}
.main-header--two .main-header__call__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header--two .main-header__call__number a:hover {
  background-size: 100% 1px;
}
.main-header--two .main-header__sidebar-btn {
  position: relative;
  margin-left: 98px;
  width: 30px;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1799px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 60px;
  }
}
@media (max-width: 575px) {
  .main-header--two .main-header__sidebar-btn {
    display: none;
  }
}
.main-header--two .main-header__sidebar-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% + 44px);
  background-color: #E6E6ED;
}
@media (max-width: 1799px) {
  .main-header--two .main-header__sidebar-btn::before {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__sidebar-btn::before {
    height: calc(100% + 30px);
  }
}
.main-header--two .main-header__sidebar-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color:  #000080;
  border-radius: 100px;
  transition: all 400ms ease;
}
.main-header--two .main-header__sidebar-btn span:nth-child(1) {
  width: 23px;
  margin-left: auto;
}
.main-header--two .main-header__sidebar-btn span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}
.main-header--two .main-header__sidebar-btn span:nth-child(3) {
  width: 17px;
  margin-left: auto;
}
.main-header--two .main-header__sidebar-btn:hover span {
  width: 100%;
  background-color: #000080;
}
.main-header--three {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .main-header--three .main-header__inner {
    padding: 20px 0;
  }
}
.main-header--three .main-header__logo {
  position: relative;
  padding: 24px 31px;
  background-color: #ffffff;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-header--three .main-header__logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 425px) {
  .main-header--three .main-header__logo {
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .main-header--three .main-header__logo {
    padding: 0;
    background-color: transparent;
  }
}
.main-header--three .main-header__logo::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color:  #000080;
}
@media (max-width: 375px) {
  .main-header--three .main-header__logo::after {
    display: none;
  }
}
@media (max-width: 375px) {
  .main-header--three .main-header__logo__dark {
    display: none;
  }
}
.main-header--three .main-header__logo__light {
  display: none;
}
@media (max-width: 375px) {
  .main-header--three .main-header__logo__light {
    display: inline-block;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-header--three .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 39px;
  padding-bottom: 39px;
}
.main-header--three .main-menu .main-menu__list > li > a {
  color: #ffffff;
}
.main-header--three .mobile-nav__btn span {
  background-color: #ffffff;
}
.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: #ffffff;
}
.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
  color:  #000080;
}
.main-header--three .main-header__btn {
  margin-left: 60px;
}
@media (max-width: 1599px) {
  .main-header--three .main-header__btn {
    margin-left: 50px;
  }
}
@media (max-width: 1399px) {
  .main-header--three .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .main-header--three .main-header__btn {
    margin-left: 50px;
  }
}
.main-header--three .main-header__btn:hover {
  color:  #000080;
}
.main-header--three .main-header__btn:hover .aavas-btn__icon::after {
  background-color:  #000080;
}
.main-header--three .main-header__btn::before, .main-header--three .main-header__btn::after {
  background-color: #ffffff;
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: #ffffff;
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(43, 43, 94), 0.07;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned.sticky-header--two .container-fluid::before,
.sticky-header--cloned.sticky-header--two .container-fluid::after {
  width: 256px;
  left: -30px;
}
@media (max-width: 575px) {
  .sticky-header--cloned.sticky-header--two .container-fluid::before,
  .sticky-header--cloned.sticky-header--two .container-fluid::after {
    width: 241px;
    left: -15px;
  }
}
.sticky-header--cloned.sticky-header--two .container-fluid::after {
  left: -20px;
}
@media (max-width: 575px) {
  .sticky-header--cloned.sticky-header--two .container-fluid::after {
    left: -5px;
  }
}
.sticky-header--cloned.sticky-header--three {
  background-color: #000080;
  box-shadow: 0px 3px 18px rgba(255, 255, 255), 0.06;
}
.sticky-header--cloned.sticky-header--three .main-header__logo::after {
  display: none;
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: #000080;
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color:  #000080;
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 44px;
}
@media (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-menu .main-menu__list > li > a {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #000080;
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color:  #000080;
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px RGBA(255, 255, 255), 0.07;
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 14px;
  line-height: 26px;
  color: #000080;
  font-weight: 600;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color:  #000080;
  color: #ffffff;
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: #ffffff;
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: #000080;
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color:  #000080;
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(255, 255, 255), 0.1;
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: #ffffff;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141414;
  opacity: 0.6;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: #000080;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color:  #000080;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255), 0.1;
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255), 0.1;
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 18px;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 13px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #fff;
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color:  #000080;
  border: none;
  outline: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #ffffff;
  color: #000080;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 17px;
  color: #ffffff;
  transition: 500ms;
}
.mobile-nav__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color:  #000080;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color:  #000080;
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color:  #000080;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: #ffffff;
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: #ffffff;
  font-size: 15px;
  color: #82828A;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  transition: all 500ms ease;
}
.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: #141414;
}
.search-popup__form .aavas-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: #000080;
  color: white;
  border: none;
}
.search-popup__form .aavas-btn__icon {
  font-size: 20px;
}
.search-popup__form .aavas-btn__icon::after {
  display: none;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid  #000080;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color:  #000080;
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color:  #000080;
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.faq_sec
{
  background-color: #f5f5f5;
  margin: 60px 0;
}
.card3d {
  font-weight: bold;
  padding: 1em;
  margin-top: 70px;
  text-align: right;
  color: #181a1a;
  
  height: 400px;
  box-shadow: 0 1px 5px #00000099;
  
  border-radius: 10px;
  background-image: url(../media/faq.jpg);
  background-size: cover;
  
  position: relative;
  
  transition-duration: 300ms;
  transition-property: transform, box-shadow;
  transition-timing-function: ease-out;
  transform: rotate3d(0);
}

.card3d:hover {
  transition-duration: 150ms;
  box-shadow: 0 5px 20px 5px #00000044;
}

.card3d .glow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  
  background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f);
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.card-text
{
  height: 230px;
}
/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion {
  background-color: #ffffff;
}
.faq-accordion .accordion + .accordion {
  margin-top: 20px;
}
.faq-accordion .accordion-title {
  padding: 25.5px 20px 25.5px 78px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .faq-accordion .accordion-title {
    padding-right: 20px;
  }
}
.faq-accordion .accordion-title h4 {
  margin: 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title h4::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #E6E6ED;
  position: absolute;
  top: calc(100% + 11.5px);
  left: -21px;
  transition: all 600ms linear;
}
.faq-accordion .accordion-title__icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
  background-color: #000080;
}
.faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon::after {
  width: 16px;
  height: 2px;
}
.faq-accordion .active .accordion-title {
  border: 0;
}
.faq-accordion .active .accordion-title h4::after {
  width: calc(100% + 51px);
}
@media (max-width: 1199px) {
  .faq-accordion .active .accordion-title h4::after {
    width: calc(100% + 41px);
  }
}
.faq-accordion .active .accordion-title__icon {
  background-color:  #000080;
}
.faq-accordion .active .accordion-title__icon::after, .faq-accordion .active .accordion-title__icon::before {
  background-color: #ffffff;
  opacity: 0;
}
.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}
.faq-accordion .accordion-content .inner {
  padding: 8px 20px 21px 13px;
}
.faq-accordion .accordion-content p {
  margin: 0;
  line-height: 1.875;
}
.homeloan_sec
{
  padding: 60px 0px;
}
.homeloan_sec p
{
  height: 100px;
}
.homeloan_sec img
{
  height: 60px;
}
.service-single-item {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.service-single-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  transform: scale(1.5);
  transition: all ease 0.5s;
  opacity: 0;
}
.service-single-item h3,
.service-single-item .h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.service-single-item h3 a,
.service-single-item .h3 a {
  text-decoration: none;
  color: #0c1300;
}
.service-single-item p {
  margin-bottom: 20px;
}
.service-single-item:hover .icon {
  background-color: #426900;
  color: #fff;
}
.service-single-item:hover::before {
  transform: scale(0);
  border-radius: 100%;
  opacity: 1;
}
.service-single-item.style-two h3,
.service-single-item.style-two .h3 {
  font-size: 18px;
}
.effect.effect-5 {
  transition: all 0.2s linear 0s;
  
  &:before {
    content: "\2BC8";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: white;
    color: red;
    border-radius: 0 50% 50% 0;
    transform: scale(0,1);
    transform-origin: left center;
    transition: all 0.2s linear 0s;
  }
  
  
   &:hover {
    text-indent: 30px;
    
    &:before {
      transform: scale(1,1);
      text-indent: 0;
      border: 1px solid red;
    }
  }
}
.effect1.effect-5 {
  transition: all 0.2s linear 0s;
  
  &:before {
    content: "\2BC8";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: white;
    color: red;
    border-radius: 0 50% 50% 0;
    transform: scale(0,1);
    transform-origin: left center;
    transition: all 0.2s linear 0s;
  }
  
  
   &:hover {
    text-indent: 30px;
    
    &:before {
      transform: scale(1,1);
      text-indent: 0;
      border: 1px solid red;
    }
  }
}
.effect {
  text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0px;
    width: 120px;
    overflow: hidden;
    background-color: #f70d1a;
}
.effect1 {
  text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #f70d1a;
    text-transform: capitalize;
    padding: 10px 0px;
    width: 185px;
    overflow: hidden;
    background-color: #fff;
    border:1px solid #f70d1a;
}
.calculator_sec
{
  margin: 60px 0;
  background-color: #f5f5f5;
}

.calculator_sec_col1
{
    align-items: center;
    align-self: center;
    padding: 20px 0px;
    /* border-right: 1px solid lightgrey; */
    text-align: center;
}
.calculator_sec_col1 img
{
  width: 80px;
}
.calculator_sec_col2
{
    align-items: center;
    align-self: center;
    padding: 30px 0px;
    border-right: 1px solid lightgrey;

}
.calculator_sec_col3
{
    align-items: center;
    align-self: center;
    padding: 30px 0px;
}
@media (max-width:1000px)
{
  .calculator_sec_col1
  {
    border-right: none;
  }
  .calculator_sec_col2
  {
    border-right: none;
  }
}
.blog-card {
  position: relative;
  padding: 20px;
  background-color: #F6F6F8;
}
.blog-card__meta {
  margin: 0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-card__meta li {
  font-size: 12px;
  color: #2B2B5E;
  font-weight: 600;
  line-height: 1.333;
  display: flex;
  align-items: center;
}
.blog-card__meta li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card__meta li a:hover {
  color: #2B2B5E;
  text-shadow: 0 0 0.5px currentColor;
}
.blog-card__meta__icon {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color:  #00CDE5;
}
.blog-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #2B2B5E;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  line-height: 1.2;
}
.blog-card__title:hover {
  color:  #00CDE5;
}
@media (max-width: 1199px) {
  .blog-card__title {
    font-size: 18px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__image {
  position: relative;
  overflow: hidden;
}
.blog-card__image img {
  transition: 0.5s;
  display: block;
  width: 100%;
  height: 130px;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card__hover__box {
  background-color: RGBA(43, 43, 94), 0.8;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: 1;
}
.blog-card__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.blog-card__hover__box--2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.blog-card__hover__box--3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.blog-card__hover__box--4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.blog-card:hover .blog-card__hover__box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-card__date {
  position: relative;
  top: -26px;
  padding: 0;
  min-width: 55px;
  min-height: 51px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  z-index: 1;
}
.blog-card__date__day, .blog-card__date__month {
  padding: 5.75px 6px 5.75px;
  display: block;
  width: 100%;
}
.blog-card__date__day {
  color: #ffffff;
  background-color:  #00CDE5;
}
.blog-card__date__month {
  color: #2B2B5E;
  background-color: #ffffff;
}
.blog-card--two {
  padding-bottom: 25px;
  background-color: #ffffff;
}
.blog-card--two .blog-card__meta {
  margin-bottom: 25px;
}
.blog-card--two .blog-card__image {
  margin-top: 30px;
  margin-bottom: 25px;
}
.blog-card--two .blog-card__date {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card--three {
  padding: 0 0 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #E6E6ED;
  transition: all 500ms ease;
}
.blog-card--three:hover {
  border-color:  #00CDE5;
}
.blog-card--three .blog-card__image {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-card--three .blog-card__date {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
@media (max-width: 430px) {
  .blog-card--three .blog-card__date {
    top: 20px;
    left: 20px;
  }
}
.blog-card--three .blog-card__meta {
  margin-bottom: 21px;
}
.blog-card--three .blog-card__title {
  font-size: 24px;
  line-height: 1.333;
  letter-spacing: normal;
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .blog-card--three .blog-card__title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .blog-card--three .blog-card__title {
    font-size: 20px;
  }
}
.blog-card--three .blog-card__text {
  margin-bottom: 21px;
  text-transform: capitalize;
}
.blog-card--three .blog-card__link {
  padding: 14.5px 16px;
}
.blog-card--three .blog-card__link .aavas-btn__icon {
  font-size: 24px;
}
.blog-card--three .blog-card__link .aavas-btn__icon::after {
  height: calc(100% - 1px);
  background-color: RGBA(255, 255, 255), 0.25;
}

.blog-one {
  background-color: #ffffff;
}
.blog-one__top {
  margin-bottom: 51px;
}
.blog-one .sec-title {
  margin: 0;
}
.blog-one__button {
  display: flex;
  justify-content: flex-end;
}
.blog-one__button .aavas-btn {
  top: 24px;
}
@media (max-width: 991px) {
  .blog-one__button .aavas-btn {
    top: 0;
  }
}

.blog-two {
  background-color: #F6F6F8;
}

.blog-page {
  background-color: #ffffff;
}
.blog-page .post-pagination {
  justify-content: center;
}
@media (max-width: 991px) {
  .blog-page .post-pagination {
    margin-top: 20px;
  }
}
.blog-page--list .post-pagination, .blog-page--sidebar .post-pagination {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .blog-page--list .post-pagination, .blog-page--sidebar .post-pagination {
    margin-top: 10px;
  }
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}
.blog-page--grid .post-pagination {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .blog-page--grid .post-pagination {
    margin-top: 20px;
  }
}
.blog-page--carousel {
  background-color: #F6F6F8;
}
.blog_sec
{
  padding: 60px 0;
}
.blog_sec small
{
  color: grey;
}
footer
{
  background-color: #000080;
  color: #fff;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 50%;
}
#newslatterForm .input-group {
  z-index: 0;
}
footer .newsletter {
  position: absolute;
  right: 0;
  border-radius: 5px;
  z-index: 99;
  background-color: #f70d1a;
}
.fa-paper-plane:before
{
  color: #fff;
}
.social-links {
  display: flex;
}

.social-links a {
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

.social-links a .fab {
  font-size: 18px;
  line-height: 50px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.social-links a::after {
  content: '';
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  background: #fff;
  background: #f70d1a;
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #fff;
}

.social-links a:hover {
  transform: translateY(-10px);
}
.top_footer
{
  border-bottom: 1px solid lightgrey;
  padding: 20px 0;
}
.quicklinks li a
{
  color: #fff;
  font-size: 14px;
}
.quicklinks
{
  list-style-type:square;
  padding-left: 18px;
}
footer h5
{
  font-size: 16px;
}
footer p
{
  font-size: 14px;
  margin-bottom: 0px;
}
.middle_footer
{
  border-bottom: 1px solid lightgray;
}
.about_sec_img
{
  border-radius: 10px;
}
.banner_image
{
  background-image: url(../media/banner1.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_form
{
  margin: 40px;
}
.banner_title
{
  font-family: "Anton SC", sans-serif;
  font-style: normal;
  color: white;
  font-size: 30px;
  padding: 80px;
}
@media (max-width:1000px)
{
  .banner_title
  {
    padding: 35px;
  }
  .network-banks img
  {
    margin-top: 15px;
  }
}
.network-banks img
{
  box-shadow:0 0 3px 3px lightgrey ;
}
.download_app
{
  background-color: #f5f5f5;
  padding: 60px 0;
}
.download_app .card:hover
{
  transform: translateY(-8px);
  transition-duration: 0.5s;
  background-color: #000080;
  color: white;
}
.download_app .card p
{
  margin-bottom: 0px;
  margin-top: 5px;
}
.download_app .card
{
  padding: 20px 0;
  color: #000080;
  border: none;
}
.marquee
{
  background-color: #000080;
  padding-top: 10px;
}
marquee a
{
  color: white;
}
.sec_title {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}




/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  padding-bottom: 5px;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #f70d1a;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top:10px;
  left: 50%;
  margin-left: -50px;
  background-color: #f70d1a;
}

.darksoul-hover-fill-button3 {
  /* margin: auto; */
  display: flex;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #f70d1a;
  background-color: white;
  font-family: "Belanosima", sans-serif;
  cursor: pointer;
  align-items: center;
  justify-content: left;
}
.color-fill-3 {
  position: absolute;
  /* margin-left: -7px; */
  width: 150px;
  height: 1px;
  background-color: #f70d1a;
  visibility: hidden;
}
.darksoul-hover-fill-button3:hover .color-fill-3 {
  visibility: visible;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.5s;
  background-color: #f70d1a;
}
.darksoul-hover-fill-button3:hover {
  box-shadow: 1px 1px 20px #f70d1a;
  transition: all 1s;
  color: white;
}
.darksoul-hover-fill-button3 p {
  margin: auto;
  z-index: 10;
}


.darksoul-hover-fill-button4 {
  /* margin: auto; */
  display: flex;
  width: 160px;
  height: 40px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #f70d1a;
  background-color: white;
  font-family: "Belanosima", sans-serif;
  cursor: pointer;
  align-items: center;
  justify-content: left;
}
.color-fill-4 {
  position: absolute;
  /* margin-left: -7px; */
  width: 160px;
  height: 1px;
  background-color: #f70d1a;
  visibility: hidden;
}
.darksoul-hover-fill-button4:hover .color-fill-4 {
  visibility: visible;
  width: 160px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.5s;
  background-color: #f70d1a;
}
.darksoul-hover-fill-button4:hover {
  box-shadow: 1px 1px 20px #f70d1a;
  transition: all 1s;
  color: white;
}
.darksoul-hover-fill-button4 p {
  margin: auto;
  z-index: 10;
}
.fa-stack[data-count]:after {
  position: absolute;
  right: 43%;
  top: -10%;
  content: attr(data-count);
  font-size: 12px;
  padding: 5px;
  border-radius: 999px;
  line-height: .75em;
  color: white;
  background: #f70d1a;
  text-align: center;
  /* min-width: 2em; */
  font-weight: bold;
}







/* animations */
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.quicklinks li:hover
{
   transform: translateX(5%);
  transition-duration: 0.5s;

}
@media (max-width:1000px)
{
  .blog-card
  {
    margin-top: 10px;
  }
}



/* contact page */
picture {
  overflow: hidden;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 24.3333%;
}
picture img
{
  display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
}
.tab_list
{
  background-color: #f5f5f5;
  padding: 10px 0;
}
.tab_list ul
{
  list-style-type: none;
  display:flex;
  margin-bottom: 0px;
}
/* .tab_list ul li
{
  padding: 10px;
} */
.tab_list ul li a
{
  color: #000080;
  padding: 10px 10px 10px 10px;
}
.tab_list ul li a:hover
{
  background-color: #000080;
  color: #fff;
}
@media (max-width:1000px)
{
  .tab_list ul
  {
    display: block;
  }
  .tab_list ul li
  {
    padding-top: 10px;
  }
}

.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  background: #f70d1a;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.2rem;
}
.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(235, 33, 49, 0.2),
      0 0 0 0 rgba(235, 33, 49, 0.2), 0 0 0 5px rgba(235, 33, 49, 0.2),
      0 0 0 10px rgba(235, 33, 49, 0.2);
    box-shadow: 0 4px 10px rgba(235, 33, 49, 0.2),
      0 0 0 0 rgba(235, 33, 49, 0.2), 0 0 0 5px rgba(235, 33, 49, 0.2),
      0 0 0 10px rgba(235, 33, 49, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(235, 33, 49, 0.2),
      0 0 0 5px rgba(235, 33, 49, 0.2), 0 0 0 10px rgba(235, 33, 49, 0.2),
      0 0 0 20px rgba(235, 33, 49, 0);
    box-shadow: 0 4px 10px rgba(235, 33, 49, 0.2),
      0 0 0 5px rgba(235, 33, 49, 0.2), 0 0 0 10px rgba(235, 33, 49, 0.2),
      0 0 0 20px rgba(235, 33, 49, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(235, 33, 49, 0.2),
      0 0 0 0 rgba(235, 33, 49, 0.2), 0 0 0 5px rgba(235, 33, 49, 0.2),
      0 0 0 10px rgba(235, 33, 49, 0.2);
    box-shadow: 0 4px 10px rgba(235, 33, 49, 0.2),
      0 0 0 0 rgba(235, 33, 49, 0.2), 0 0 0 5px rgba(235, 33, 49, 0.2),
      0 0 0 10px rgba(235, 33, 49, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(235, 33, 49, 0.2),
      0 0 0 5px rgba(235, 33, 49, 0.2), 0 0 0 10px rgba(235, 33, 49, 0.2),
      0 0 0 20px rgba(235, 33, 49, 0);
    box-shadow: 0 4px 10px rgba(235, 33, 49, 0.2),
      0 0 0 5px rgba(235, 33, 49, 0.2), 0 0 0 10px rgba(235, 33, 49, 0.2),
      0 0 0 20px rgba(235, 33, 49, 0);
  }
}
.reachus_sec
{
  padding: 60px 0;
}
.reachus_sec h4
{
  font-weight: 600;
}
.aavas_branch
{
  background-color: #f5f5f5;
  padding-top: 60px;
}
.aavas_branch h4
{
  font-weight: 600;
}

.dropdownaavas {
  min-width: 15em;
  position: relative;
  top: 0;
  margin: 2em;
}
.select {
  background: #2a2f3b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #2a2f3b solid;
  border-radius: 0.5em;
  padding: 1em;
  cursor: pointer;
  transition: 0.3s;
}
.select-clicked {
  border: 2px #26489a solid;
  box-shadow: 0 0 0.8em #26489a;
}
.select:hover {
  background: #323741;
}
.caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}
.caret-rotate {
  transform: rotate(180deg);
}
.menu {
  list-style: none;
  padding: 0.2em 0.5em;
  background: #323741;
  border: 1px #363a43 solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #9fa5b5;
  position: absolute;
  top: 4em;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
}
.menu li {
  padding: 0.7em 0.5em;
  margin: 0.3em 0;
  border-radius: 0.5em;
  cursor: pointer;
}
.menu li:hover {
  background: #2a2d35;
}
/* .active {
  background: #23242a;
} */
.menu-open {
  display: block;
  opacity: 1;
}
.vision-mission h3
{
   color: #000080;
}
.vision-mission .card
{
  height: 330px;
}
.vision-mission .card:hover
{
  border: 1px solid #000080;
}
@media (max-width:1000px)
{
  .vision-mission .card
  {
    margin-top: 20px;
  }
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  display: block;
  text-align: center;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #000080;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #000080;
  text-decoration: underline;
}
.our-board img
{
  border-radius: 50%;
  width: 50%;
  margin: auto;
}
.our-board .card
{
  box-shadow: 0 0 10px 5px lightgrey;
  height: 315px;
}
.designation
{
  height: 48px;
}
/* select
{
  width: 100%;
} */
@media(max-width:1000px)
{
  .aavas_branch select
  {
     margin-top: 10px;
  }
  .aavas_branch input
  {
    margin-top: 10px;
  }
  .call-buton
  {
    padding: 15px;
  }
}
.suggestions h4
{
  font-weight: 600;
}
.suggestions
{
  padding: 60px 0;
}
.bar-item
{
  border: none;
  background: none;
  padding: 10px;
}
.bar-item:hover
{
  background-color: #000080;
  color: #fff;
}
.bar
{
  background-color: #f5f5f5;
}
.suggestions textarea
{
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 5px;
  margin-top: 15px;
}
textarea::placeholder
{
  padding: 10px;
}
input::placeholder
{
  color: black;
}
.suggestions input
{
  margin-top: 15px;
}
.suggestions select
{
  margin-top: 15px;
}
.suggestions form
{
  box-shadow: 0 0 10px 5px lightgrey;
  padding: 10px;
}
.grievance
{
  padding: 60px 0;
  background-color: #f5f5f5;
}
.ambassadors h4
{
  font-weight: 600;
}
.ambassadors form
{
  box-shadow: 0 0 10px 5px lightgrey;
  padding: 15px;
}
.works
{
  background-color: #f5f5f5;
  padding: 60px 0;
  margin-top: 60px;
}
.works h4
{
  font-weight: 600;
}
.privileges h4
{
  font-weight: 600;
}
.privileges
{
  padding: 60px 0;
}
.works .card
{
  height: 150px;
  padding: 10px;
}
.works .card i
{
  padding: 0 0 10px 0;
}
.refer h4
{
  font-weight: 600;
}
.refer h5
{
  text-align: center;
  margin-bottom: 0px;
  margin-top: 5px;
}
.refer .card
{
  padding: 10px;
}
.refer img
{
  height: 100px;
}
@media(max-width:1000px)
{
  .employee-login
  {
    margin-top: 10px;
  }
  .refer .card
  {
    margin-top: 15px;
  }
  .works .card
  {
    margin-top: 15px;
  }
  .flip-card
  {
    margin-top: 15px;
  }
}
.flip-card {
  background-color: transparent;
  width:100%;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #000080;
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back h3
{
   text-decoration: underline;
}
div.scroll-container {
  background-color: #f5f5f5;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}
.red
{
  background-color: #000080;
  color: #fff;
}
.shadow
{
  box-shadow: 0 0 10px 5px lightgrey;
  padding: 20px;
}
@media (max-width:1000px)
{
  .cityname
  {
    margin-top: 15px;
  }
  .input-group
  {
    width: 55%;
  }
  .investor-grievance .card
  {
    margin-top: 15px;
  }
}
.emi-ul
{
  list-style-type: none;
  display: flex;
  background-color: #f5f5f5;
  padding-left: 5px;
}
.emi-ul li
{
  padding: 10px;
}
.eligibility
{
  background-color: #000080;
  color: #fff;
}
.emi-ul h4
{
  margin-bottom: 0px;
}
.eligibility-form
{
  box-shadow:0 0 10px 5px lightgrey;
  padding: 20px;
}
.pdf-sec ul
{
   list-style-type: none;
   padding-left: 0px;
}
.pdf-sec ul li
{
  display: flex;
  align-items: center;
  border: 1px solid #000080;
  padding: 10px;
  border-radius: 10px;
}
.pdf-sec ul li span
{
  padding-left: 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  /* width: 85px; */
}
.tablehead
{
  color: #000080;
}
/* .csr-table, td, th
{
  width: 20px;
} */
.csr-table, table
{
  width: 100%;
}
.annual-report-sec p
{
  margin-bottom: 0px;
}
.annual-report-sec a
{
  color: #000080;
}
.investor-grievance .card
{
  height: 275px;
}
.clock
{
  background-color: #f5f5f5;
  padding: 30px 0;
}
.health-sec
{
  background-image: url(../media/bg-health.jpg);
  width: 100%;
  height: 50vh;
  padding-top: 60px;
}
.sec_title
{
  text-transform: capitalize;
}
.breadcrumb li
{
  text-transform: capitalize;
}
.join-team
{
  background-color: #f5f5f5;
  padding: 60px 0;
}
@media (max-width:1000px)
{
  .jobs-sec .card
  {
    margin-top: 15px;
  }
  .experience-input
  {
    margin-top: 15px;
  }
  .homeloan-btn1
  {
    margin-top: 15px;
  }
}
.mySlides {display:none;}
.w3-black, .w3-hover-black:hover {
  color: #000080 !important;
  background-color: #fff !important;
  border: none;
  padding: 10px;
}
.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%);
}
.w3-content
{
  position: relative;
}
.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.seva_sec form
{
   box-shadow: 0 0 10px 5px lightgrey;
   padding: 15px;
}
.virtual-mall form
{
  box-shadow: 0 0 10px 5px lightgrey;
   padding: 15px;
}
.virtual-mall .card
{
  margin-top: 15px;
}
.homeloan-btn
{
  background-color: #f70d1a;
  color: white;
}
.homeloan-btn:hover
{
  border: 1px solid #f70d1a;
  color: #f70d1a;
}
.homeloan-btn1
{
  color: #f70d1a;
  border: 1px solid #f70d1a;
}
.homeloan-btn1:hover
{
  background-color: #f70d1a;
  color: white;
}
#more {display: none;}
.show-hide-btn
{
  background-color: #f70d1a;
  color: #fff;
  border: none;
  padding: 6px;
}
.eligibility-table th
{
  color: #000080;
}
.eligibility-table
{
  background-color: #f5f5f5;
  padding: 60px 0;
}
p, li
{
  font-size: 14px;
}
.home-loan-form-sec form
{
  box-shadow: 0 0 10px 5px lightgrey;
}
.top-link-bar ul
{
  list-style-type: none;
  padding: 10px;
}
.top-link-bar ul li
{
  display: inline;
  padding: 10px;
}
.top-link-bar
{
  background-color: #f5f5f5;
}
.top-link-bar a
{
  color: #000080;
}
.top-link-bar select
{
  background: transparent;
    border: none;
    color: #000080;
}
@media (max-width:1000px)
{
  .homeloan-btn
  {
    margin-top: 15px;
  }
  .document-form form
  {
    margin-top: 15px;
  }
}
.benefits-ul ul
{
  list-style-type: none;
}
.benefits-ul ul li i
{
  color: #000080;
}
.take-loan p i
{
  color: #000080;
}
.document-form form
{
  box-shadow: 0 0 10px 5px lightgrey;
  padding: 20px;
}
.document-ul
{
  list-style-type: none;
  padding-left: 0px;
}
.document-ul i
{
  color: #000080;
}
.business-loan-form form
{
  box-shadow: 0 0 10px 5px lightgrey;
}
.business-loan-address
{
  color: #000080;
}
.business-loan-major-city p
{
  background-color: #000080;
  padding: 10px;
  color: white;
}
.business-loan-major-city ul
{
  list-style-type: none;
  padding-left: 0px;
}
.eligibility-table-loan th
{
  color: #000080;
}
.credit-score-form form
{
  box-shadow: 0 0 10px 5px lightgrey;
  padding: 20px;
}
.year-wise-about h4
{
   color: #000080;
}
.advantages-green-home
{
  background-color: #f5f5f5;
  padding: 60px 0;
}
.market-research
{
  background-color: #f5f5f5;
  padding: 60px 0;
}
@media (max-width:1000px)
{
  #event-gallery .card
  {
    margin-top: 15px;
  }
  #other-loan-offering-sec .card
  {
    margin-top: 15px;
  }
  .explore-resources .card
  {
    margin-top: 15px;
  }
}
.explore-resources .card
{
  height: 350px;
}
.information-booklet iframe
{
  height: 100vh;
}
.notification-drop {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.notification-drop .item {
  padding: 10px;
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.notification-drop .item:hover {
  cursor: pointer;
}
.notification-drop .item i {
  margin-left: 10px;
  color: #000080;
}
.notification-drop .item ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  left: -200px;
  right: 0;
  z-index: 1;
  border-top: 1px solid #ddd;
  height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.notification-drop .item ul li {
  font-size: 16px;
  padding: 5px;
}
.notification-drop .item ul li:hover {
  background: #ddd;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 500px) {
  .notification-drop {
    display: flex;
    justify-content: flex-end;
  }
  .notification-drop .item {
    border: none;
  }
}



.notification-bell{
  font-size: 20px;
}

.btn__badge {
  background: #f70d1a;
  color: white;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0px;
  padding:  1px 8px;
  border-radius: 50%;
}


.notification-text{
  font-size: 14px;
  font-weight: bold;
}

.notification-text span{
  float: right;
}
.dd-ul
{
  padding-left: 0px;
  list-style-type: none;
}
.dd-ul img
{
  width: 100%;
}
.dd-ul-p
{
  background-color: #f70d1a;
  color: white;
  padding: 5px 0;
  margin-bottom: 0px;
}
.notification-button
{
  background-color: #f70d1a;
    border: none;
    color: white;
    padding: 5px;
    border-radius: 5px;
}
@media (max-width:1000px)
{
  .dd-ul img
  {
    width: 20%;
  }
  .videos .card
  {
    margin-top: 15px;
  }
}
.loan-product-btn button
{
  width: 130px;
  border: 1px solid #f70d1a;
  background-color: transparent;
  height: 40px;
  border-radius: 5px;
}
.loan-product-btn button:hover
{
  background-color: #f70d1a;
  color: white;
}
.calculator {
  box-shadow: 0 0 10px 5px lightgrey;
  color: #000080;
  padding: 10px;
}
@media (max-width:1000px)
{
  .branch_sec .card
{
  margin-top: 15px;
}
}

























/* #000080,#f70d1a */
/* transform: translateY(-8px); */

