

body {
  font-family: "Aldrich", sans-serif;
  color: #7f7873;
  font-size: 16px;
  line-height: 26px;
  scroll-behavior: smooth;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: #7f7873;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Aldrich", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}



dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}




/*== Btn One Css ======*/
.btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
  color: #1a1c23;
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Aldrich", sans-serif;
  z-index: 2;
}

.btn-one:before {
  position: absolute;
  top: 110px;
  left: -50px;
  right: -50px;
  height: 170px;
  content: "";
  background: #25b85d;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  border-radius: 50%;
  transition-duration: 800ms;
  z-index: 1;
  color: #1a1c23;
}

.btn-one:hover:before {
  top: 0%;
  left: -70px;
  right: -70px;
  color: #1a1c23;
}

.btn-one:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 0px;
  color: #1a1c23;
  background-color: #ffffff;
  opacity: 1;
  transform: scaleX(1.0);
  transition-duration: 800ms;
  z-index: -1;
}

.btn-one:hover:after {
  transform: scaleX(0);
  transition-duration: 1500ms;
  color: #1a1c23;
}

.btn-one .txt {
  position: relative;
  z-index: 1;
  color: #1a1c23;
}

.btns-box a.style2 {
    color: #1a1c23;
    border: 1px solid #e9eeec;
    line-height: 58px;
    margin-left: 17px;
}
.main-slider-style2 .main-slider-content .btns-box a {
    color: #ffffff;
}

.btn-one:hover,
.btn-one:focus {
  color: #ffffff;
}

.btn-one i {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
}


/*== Section Title Css ======*/
.sec-title {
  position: relative;
  display: block;
  margin-top: -8px;
  padding-bottom: 55px;
}

.sec-title h2 {
  color: #1a1c23;
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: capitalize;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  padding-top: 13px;
}

.sec-title .sub-title p {
  font-size: 18px;
  line-height: 24px;
}


/*== Search Popup Css ======*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1c23;
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: #25b85d;
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #ffffff;
  font-size: 25px;
}

.search-popup__content .thm-btn i {
  background-color: transparent;
  margin-left: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: #25b85d;
}
/*== Search Popup Css ======*/

/*== Scrool To Top Css ======*/
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #25b85d;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0%;
  transition: all 0.4s ease;
  z-index: 99;
}

.scroll-to-top i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 55px;
}

.scroll-to-top:hover {
  background-color: #1a1c23;
}

.scroll-to-top:hover i {
  color: #fff;
}



/*== Preloader Css ======*/
.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #25b85d;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9999999;
}

.preloader-close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 99999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 45px auto;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 15px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
  font-family: "Aldrich", sans-serif;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.5s;
}


/**
animation: spinner 1s infinite linear;
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
**/

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}


.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  /**border-top-color: rgba(255, 255, 255, 0.5); **/
}


/* Animation preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}


@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}
/*== Preloader Css ======*/
/*== checked Css Css ======*/
.checked-box1 {
  position: relative;
  display: block;
  min-height: 20px;
}

.checked-box1 label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #1a1c23;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  min-height: 20px;
  font-family: "Aldrich", sans-serif;
}

.checked-box1 input[type="checkbox"] {
  display: none;
}

.checked-box1 input[type="checkbox"]+label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #f2ece7;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 label span:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  content: "\f00c";
  color: #25b85d;
  font-size: 10px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  margin: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checked-box1 input[type="checkbox"]:checked+label span {
  border-color: #f2ece7;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
  opacity: 1.0;
}
/*== Header Css ======*/
/*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
  .mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

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

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1c23;
    opacity: 0.7;
    cursor: pointer;
}

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

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

.mobile-nav__close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.mobile-nav__close:hover {
    background-color: #1a1c23;
}

.mobile-nav__close i:before {
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
}



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


.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 20px;
}

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

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 15px;
    font-family: "Aldrich", sans-serif;
    font-weight: 500;
    height: 46px;
    transition: 500ms;
}

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

.mobile-nav__content .main-menu__list>li>a.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: #1a1c23;
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: #1a1c23;
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: #25b85d;
}


.mobile-nav__content .home-showcase__title {
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 0px;
}





.mobile-nav__contact {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.mobile-nav__contact li {
    position: relative;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: #1a1c23;
}

.mobile-nav__contact li i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}


.mobile-nav__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 10px;
}

.mobile-nav__social a:hover {
    color: #25b85d;
    background-color: #ffffff;
}



/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important;
}




/*--------------------------------------------------------------
# Main Header Css
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-box {
    display: block;
    float: right;
    margin-left: auto;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul,
    .main-menu .main-menu__list>li>ul>li>ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul>li>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 20px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    position: relative;
    color: #1a1c23;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Aldrich", sans-serif;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: #25b85d;
}

.main-menu .main-menu__list>li.dropdown>a,
.stricky-header .main-menu__list>li.dropdown>a {
    padding-right: 35px;
}

.main-menu .main-menu__list>li.dropdown>a:before {
    position: absolute;
    right: 18px;
    font-family: FontAwesome;
    content: "\f078";
    font-size: 14px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.main-menu .main-menu__list>li>a::after,
.stricky-header .main-menu__list>li>a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-menu .main-menu__list>li:hover>a::after,
.main-menu .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}



.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    padding: 10px 20px 10px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transform-origin: top;
    transform-style: preserve-3d;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: 99;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    transition: all 300ms ease;
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: 1px solid rgba((37, 184, 93, 53, 84, 209), 0.05);
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    font-size: 16px;
    line-height: 30px;
    color: #797c7f;
    letter-spacing: 0;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 6px 0px;
    -webkit-transition: 500ms;
    transition: 500ms;
    font-family: "Aldrich", sans-serif;
    z-index: 1;
}

.main-menu .main-menu__list>li>ul>li>a:before,
.main-menu .main-menu__list>li>ul>li>ul>li>a:before,
.stricky-header .main-menu__list>li>ul>li>a:before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0;
    background-color: #25b85d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.main-menu .main-menu__list>li>ul>li:hover>a:before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a:before,
.stricky-header .main-menu__list>li>ul>li:hover>a:before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    color: #ffffff;
    padding-left: 15px;
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    top: 0;
    left: 115%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}




/*-------------------------------------
  # Mega Menu Css
  --------------------------------------*/
.main-menu__wrapper .main-menu__list>.megamenu {
    position: static;
}

.main-menu__wrapper .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
    padding: 0 !important;
}

.megamenu-content-box {
    position: relative;
    display: block;
}

.megamenu-content-box .container {
    max-width: 1200px !important;
}

.megamenu-content-box__inner {
    background-color: #fff;
    padding: 40px 35px 40px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mobile-nav__wrapper .megamenu-content-box__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.megamenu-content-box .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.home-showcase__image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #1a1c23;
}

.home-showcase__image>img {
    width: 100%;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-showcase__image:hover>img {
    opacity: 0.25;
}

.home-showcase__image:hover .home-showcase__buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.home-showcase__buttons .home-showcase__buttons__item.top {
    opacity: 0;
    transform: translateY(-50px);
    transition: all .4s ease-in-out .1s;
}

.home-showcase__image:hover .home-showcase__buttons .home-showcase__buttons__item.top {
    opacity: 1;
    transform: translateY(0px);
    transition: all .4s ease-in-out .2s;
}


.home-showcase__buttons__item {
    width: 150px;
    line-height: 50px !important;
    text-align: center;
}

.home-showcase__buttons__item:hover {
    color: #ffffff;
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    position: relative;
    display: block;
    background-color: rgba((37, 184, 93, 53, 84, 209), 0.05);
    padding: 11px 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #25b85d;
    text-transform: uppercase;
    margin-top: 15px;
}

.mobile-nav__wrapper .home-showcase__title {
    color: #ffffff;
}

.mobile-nav__wrapper .megamenu-content-box .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}



.megamenu-box {
    position: relative;
    display: block;
}

.megamenu-box .container {
    max-width: 900px !important;
}

.megamenu-box__inner {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 10px 20px 10px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.megamenu-box .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0px;
}



.megamenu-box ul {
    position: relative;
}

.megamenu-box ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba((37, 184, 93, 53, 84, 209), 0.05);
}

.megamenu-box ul li:last-child {
    border-bottom: none;
}

.megamenu-box ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #797c7f;
    font-size: 15px;
    line-height: 50px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: normal;
    font-family: "Aldrich", sans-serif;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    z-index: 1;
}

.megamenu-box ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0;
    background-color: #25b85d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
}

.megamenu-box ul li:hover a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.megamenu-box ul li:hover a {
    color: #ffffff;
}



.mobile-nav__wrapper .megamenu-box ul {}

.mobile-nav__wrapper .megamenu-box ul li {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__wrapper .megamenu-box ul li a {
    position: relative;
    display: block;
    padding-left: 0;
    line-height: 46px;
    color: #ffffff;
    font-size: 14px;
    font-family: "Aldrich", sans-serif;
    font-weight: 400;
    transition: all 500ms ease;
}

.mobile-nav__wrapper .megamenu-box .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0px;
}

.mobile-nav__wrapper .megamenu-box__inner {
    padding: 0px 0px;
    background-color: transparent;
    box-shadow: none;
}

.mobile-nav__wrapper .megamenu-box__inner .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}




/*-------------------------------------
    Stricky Header Css
  ---------------------------------------*/
.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}


/***
  .mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0px;
  }
  
  @media (min-width: 1200px) {
    .mobile-nav__buttons {
      display: none;
    }
  }
  
  .mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-base);
    cursor: pointer;
  }
  
  .mobile-nav__buttons a+a {
    margin-left: 10px;
  }
  
  .mobile-nav__buttons a:hover {
    color: var(--thm-base);
  }
  **/

.main-menu .mobile-nav__toggler {
    position: relative;
    display: inline-block;
    color: #25b85d;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: #1a1c23;
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}



.stricky-header.main-menu {
    background-color: #ffffff;
}

.stricky-header .main-menu-box {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stricky-header .main-menu__wrapper {
    background-color: #ffffff;
}

.stricky-header .main-menu__wrapper-inner {
    background-color: #ffffff;
}

.stricky-header .main-menu__list>li+li {
    margin-left: 10px;
}



.stricky-header .logo-box-style1 {
    top: 0;
    left: 0;
    width: 250px;
    height: 90px;
}

.stricky-header .main-menu-style1-right {
    display: none;
}

.stricky-header .main-menu__list>li {
    position: relative;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.stricky-header .main-menu-style1-left {
    width: 100%;
}

.stricky-header .main-menu-style1-left .main-menu-box {
    float: none;
    padding-left: 0px;
}

.stricky-header .main-menu__list>li>a::after {
    background-color: #f7f1eb !important;
}






/*----------------------------------------
    Main Header Style1
  ---------------------------------------*/
.main-header-style1 {
    position: relative;
    display: block;
}

.main-header-style1-top {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 17px 0;
    z-index: 11;
}

.main-header-style1-top .auto-container {
    max-width: 100%;
    padding: 0 50px;
}

.main-header-style1-top .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-header-style1-top__left {
    position: relative;
    display: flex;
    align-items: center;
}

.looking-banking-box {
    position: relative;
    display: block;
    padding-left: 100px;
}

.looking-banking-box .inner-title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.looking-banking-box .inner-title span {
    position: relative;
    display: inline-block;
    color: #1a1c23;
    font-size: 20px;
    line-height: 20px;
    padding-right: 8px;
}

.looking-banking-box .inner-title p {
    color: #1a1c23;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.looking-banking-box .select-box {
    position: relative;
    display: block;
    width: 170px;
}

.looking-banking-box .nice-select {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    border: solid 0px #f6f6f6;
    width: 100%;
    height: 20px;
    color: #7f7873;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
    transition: all 0.2s ease-in-out;
    font-family: "Aldrich", sans-serif;
}

.looking-banking-box .nice-select:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome;
    color: #7f7873;
    font-size: 12px;
    top: 0px;
    right: 0px;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    height: 20px;
    width: 12px;
}

.looking-banking-box .nice-select .list {
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 10px 0 10px;
    margin-top: 10px;
}

.looking-banking-box .nice-select .option {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 35px;
    min-height: 35px;
}


.nearest-branch {
    position: relative;
    display: flex;
    margin-left: 30px;
    padding-left: 30px;
}

.nearest-branch:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #e2deda;
}

.nearest-branch span {
    position: relative;
    display: inline-block;
    color: #1a1c23;
    font-size: 20px;
    line-height: 20px;
    padding-right: 8px;
}

.nearest-branch a {
    position: relative;
    display: inline-block;
    color: #1a1c23;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}



.main-header-style1-top__right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-menu-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-menu-style1 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-menu-style1 ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 25px;
}

.header-menu-style1 ul li:last-child {
    margin-right: 0;
}

.header-menu-style1 ul li a {
    color: #797c7f;
    font-size: 16px;
    font-weight: 400;
}



.box-search-style1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #e2deda;
    border-right: 1px solid #e2deda;
    margin-left: 25px;
    margin-right: 13px;
}

.box-search-style1 a {
    position: relative;
    display: inline-block;
    color: #1a1c23;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Aldrich", sans-serif;
}

.box-search-style1 a span {
    position: relative;
    display: inline-block;
    padding-right: 3px;
    font-size: 18px;
    top: 2px;
}


.main-menu-style1 {
    position: relative;
    display: block;
    background-color: #f7f1eb;
}

.main-menu-style1 .container {
    max-width: 100%;
    padding: 0 50px;
}

.main-menu-style1 .main-menu__wrapper-inner {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 10;
}



.main-menu-style1-left {
    display: flex;
    align-items: center;
    padding-left: 250px;
}

.logo-box-style1 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 250px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
}

.logo-box-style1 a {
    position: relative;
    display: inline-block;
}

.main-menu-style1-left .main-menu-box {
    position: static;
    display: block;
    float: left;
    padding-left: 80px;
}


.main-menu-style1-right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-btn-one {
    position: relative;
    display: flex;
    align-items: center;
}

.header-btn-one a {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background-color: #1a1c23;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    font-family: "Aldrich", sans-serif;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header-btn-one a:hover {
    color: #1a1c23;
    background-color: #ffffff;
}

.header-btn-one a+a {
    margin-left: 10px;
}

.header-btn-one a span:before {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 7px;
}

.header-btn-one a.style2 {
    color: #1a1c23;
    background-color: #ffffff;
}

.header-btn-one a.style2:hover {
    color: #ffffff;
    background-color: #1a1c23;
}



.main-header-style1-bottom {
    position: relative;
    display: block;
    background-color: #f7f1eb;
}

.main-header-style1-bottom .auto-container {
    max-width: 100%;
    padding: 0 50px;
}

.main-header-style1-bottom .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 17px 0;
    padding-left: 250px;
    z-index: 1;
}

.main-header-style1-bottom .outer-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 250px;
    bottom: 0;
    right: 0px;
    background-image: -moz-linear-gradient(180deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
    z-index: -1;
}

.update-box {
    position: relative;
    display: flex;
    align-items: center;
}

.update-box .inner-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 120px;
}

.update-box .inner-title span {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.update-box .inner-title span:before {
    position: relative;
    display: inline-block;
    padding-right: 6px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.update-box .inner-title h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.update-box .text {
    position: relative;
    display: flex;
    align-items: center;
}

.update-box .text p {
    color: #ffffff;
    margin: 0;
}

.update-box .text a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Aldrich", sans-serif;
    transition: all 500ms ease;
}

.update-box .text a:hover {
    color: #1a1c23;
}

.update-box .text a span:before {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
}

.slogan-box {
    position: relative;
    display: block;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.slogan-box p {
    color: #ffffff;
}




/*----------------------------------------
    Main Header Style2
  ---------------------------------------*/
.main-header-style2 {
    position: relative;
    display: block;
}

.main-header-style2__top {
    position: relative;
    display: block;
    padding: 10px 0;
    background-image: -moz-linear-gradient(-180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
    background-image: -webkit-linear-gradient(-180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
    background-image: -ms-linear-gradient(-180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);

}


.main-header-style2__top .auto-container {
    max-width: 100%;
    padding: 0 50px;
}

.main-header-style2__top .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-header-style2__top-left {
    position: relative;
    display: block;
}

.notification-box {
    position: relative;
    display: block;
    padding-left: 30px;
}

.notification-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}

.notification-box .icon i{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
}

.notification-box p {
    color: #ffffff;
}

.notification-box p a {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-left: 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
}


.main-header-style2__top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-style2__top-right .header-menu-style1 ul li a {
    color: #ffffff;
}

.main-header-style2__top-right .header-menu-style1 ul li a:hover {
    color: #1a1c23;
}


.main-header-style2__top-right .box-search-style1 {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.main-header-style2__top-right .box-search-style1 a {
    color: #ffffff;
}

.main-header-style2__top-right .language-switcher #polyglotLanguageSwitcher a {
    color: #ffffff;
}

.main-header-style2__top-right .language-switcher #polyglotLanguageSwitcher span.trigger:before {
    color: #ffffff;
}




/** Main Menu Style2 Css **/
.main-menu-style2 {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}


.main-menu-style2 .container {
    max-width: 100%;
    padding: 0 50px;
}

.main-menu-style2 .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-style2-left {
    position: relative;
    display: flex;
    align-items: center;
}


.logo-box-style2 {
    position: relative;
    display: block;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #e1e6e4;
}

.logo-box-style2 a {
    position: relative;
    display: inline-block;
}


.looking-banking-box--style2 {
    position: relative;
    display: block;
    padding-left: 60px;
}

.looking-banking-box--style2 .icon {
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #e1e6e4;
    border-radius: 50%;
    color: #1a1c23;
    font-size: 24px;
    font-weight: 700;
}

.looking-banking-box--style2 .select-box p {
    color: #1a1c23;
    font-weight: 500;
    margin: 0 0 4px;
}



.main-menu-style2-right {
    display: flex;
    align-items: center;
}

.main-menu-style2-right .main-menu-box {
    padding-right: 50px;
}

.main-menu-style2 .main-menu__list>li+li {
    margin-left: 0;
}


.header-logon-box {
    position: relative;
    display: block;
    padding-left: 55px;
    min-height: 45px;
    margin-left: 30px;
}

.header-logon-box .icon {
    position: absolute;
    top: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #e1e6e4;
    border-radius: 50%;
    color: #1a1c23;
    font-size: 24px;
    font-weight: 700;
}



.header-logon-box .select-box {
    position: relative;
    display: block;
    width: 70px;
}

.header-logon-box .nice-select {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    border: solid 0px #f6f6f6;
    width: 100%;
    height: 45px;
    color: #1a1c23;
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
    transition: all 0.2s ease-in-out;
    font-family: "Aldrich", sans-serif;
    padding: 0px 0;
}

.header-logon-box .nice-select:after {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome;
    color: #7f7873;
    font-size: 12px;
    top: 0px;
    right: 0px;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    height: 20px;
    width: 12px;
}

.header-logon-box .nice-select .list {
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    width: 140px;
    left: auto !important;
}

.header-logon-box .nice-select .option {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 35px;
    min-height: 35px;
}


.stricky-header--style2 .main-menu__wrapper .container {
    max-width: 100%;
    padding: 0 50px;
}


.stricky-header--style2 .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.stricky-header--style2 .header-logon-box {
    display: none;
}



/*----------------------------------------
    Main Header Style3
  ---------------------------------------*/
.main-header-style3 {
    position: relative;
    display: block;
}

.main-header-style3__top {
    position: relative;
    display: block;
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid #e6eced;
    z-index: 11;
}


.main-header-style3__top .auto-container {
    max-width: 100%;
    padding: 0 50px;
}

.main-header-style3__top .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-header-style3__top-left {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-style3__top-left .header-btn-one {
    margin-right: 40px;
}

.main-header-style3__top-left .header-btn-one a {
    line-height: 40px;
    padding: 0 20px;
}



.main-header-style3__top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-contact-info-style1 {
    position: relative;
    display: block;
}

.header-contact-info-style1 ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-contact-info-style1 ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px;
}

.header-contact-info-style1 ul li:last-child {
    margin-right: 0;
}

.header-contact-info-style1 ul li span {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 4px;
    color: #1a1c23;
    font-size: 18px;
}


.header-social-link-style1 {
    position: relative;
    display: block;
    margin-left: 30px;
}

.header-social-link-style1 ul {
    position: relative;
}

.header-social-link-style1 ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
}

.header-social-link-style1 ul li:last-child {
    margin-right: 0;
}

.header-social-link-style1 ul li a {
    color: #757c7d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-social-link-style1 ul li a:hover {
    color: #25b85d;
}




/** Main Menu Style3 Css **/
.main-menu-style3 {
    position: relative;
    display: block;
    background-color: #ffffff;
}

.main-menu-style3 .container {
    max-width: 100%;
    padding: 0 50px;
}

.main-menu-style3 .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-style3-left {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-style3-left .header-logon-box {
    margin-left: 0px;
}


.logo-box-style3 {
    position: relative;
    display: block;
    padding-left: 60px;
}

.logo-box-style3 a {
    position: relative;
    display: inline-block;
}



.main-menu-style3-middle {
    position: static;
    display: block;
}

.main-menu-style3-middle .main-menu__list>li+li {
    margin-left: 0;
}



.main-menu-style3-right {
    position: relative;
    display: flex;
    align-items: center;
}

.phone-number-box-style1 {
    position: relative;
    display: block;
    padding-left: 55px;
}

.phone-number-box-style1 .icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #25b85d;
    font-size: 40px;
}

.phone-number-box-style1 h5 {
    color: #797c7f;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.phone-number-box-style1 h3 {
    font-size: 18px;
    font-weight: 700;
}

.phone-number-box-style1 h3 a {
    color: #1a1c23;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.phone-number-box-style1 h3 a:hover {
    color: #25b85d;
}



.box-search-style2 {
    position: relative;
    display: block;
    padding-left: 50px;
}

.box-search-style2 a {
    position: relative;
    display: flex;
    align-items: center;
    color: #1a1c23;
    font-size: 18px;
    font-weight: 500;
    font-family: "Aldrich", sans-serif;
}

.box-search-style2 a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #e6eced;
    border-radius: 50%;
    color: #1a1c23;
    font-size: 24px;
    margin-right: 10px;
}




.stricky-header--style3 .main-menu__wrapper .container {
    max-width: 1200px;
    padding: 0 15px;
}

.stricky-header--style3 .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.stricky-header--style3 .main-menu-style3-left .header-logon-box {
    display: none;
}

.stricky-header--style3 .logo-box-style3 {
    padding-left: 0px;
}

.stricky-header--style3 .main-menu-style3-right {
    display: none;
}





.stricky-header.dark-home .main-menu__list>li>a {
    color: #1a1c23;
}




/*== Header Css ======*/

/*---------------------
  Hero
-----------------------*/

.hero {
	position: relative;
}

.hero__items {
	height: 960px;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    color: #fff;
    
}

.hero__items .overlay-bg{
    background:rgba(5,10,52,0.6);
    }
    .overlay{
        position:absolute;
        top:0px;
        left:0px;
        bottom:0px;
        right:0px;
        }
.hero__text {
	max-width: 820px;
	text-align: center;
    color: #fff;
}

.hero__text .big-title h2 {
	color: #fff;
	font-size: 58px;
    line-height: 1.1em;
    font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 45px;
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;

}
.hero__text .small-title p {

    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}


.hero__items .hero__text .btns-box {
	position: relative;
	top: 20px;
}



.hero__text .more_btn {
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 55px;
}

.hero__text .hero__social {
	position: absolute;
	right: 145px;
	bottom: 55px;
}

.hero__text .hero__social a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	margin-right: 36px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.hero__text .hero__social a:hover {
	color: #dfa667;
}

.hero__text .hero__social a:last-child {
	margin-right: 0;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .big-title h2 {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-dots {
	display: none;
}

.hero__slider.owl-carousel .owl-nav button {
	font-size: 28px;
	color: #ffffff;
	position: absolute;
	left: 145px;
	top: 50%;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-top: -25px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 145px;
}

.hero__slider.owl-carousel .owl-nav button:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 20px;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	content: "";
	border-radius: 0 0 0 4px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.hero__slider.owl-carousel .owl-nav button:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	content: "";
	border-radius: 0 4px 0 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.hero__slider.owl-carousel .owl-nav button:hover:before {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

.hero__slider.owl-carousel .owl-nav button:hover:after {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

.slide-num {
	position: absolute;
	left: 145px;
	bottom: 55px;
	z-index: 9;
}

.slide-num span {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	margin-right: 140px;
}

.slide-num span:last-child {
	margin-right: 0;
}

.slider__progress {
	width: 100px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 180px;
	bottom: 67px;
	z-index: 9;
}

.slider__progress span {
	background: #ffffff;
	height: 2px;
	display: block;
	-webkit-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	transition: all, 0.4s;
	position: relative;
	top: -1px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
    background-color:linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9));
    
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.hero__slider.owl-carousel .owl-nav button {
		left: 15px;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 15px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
    .hero__text .hero__social {
		display: none;
	}
	.slide-num {
		left: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.hero__text .big-title h2 {
		font-size: 34px;
		line-height: 45px;
	}
	.hero__items {
		height: 910px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px;
	}
    .hero__slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hero__text .big-title h2 {
        font-size: 35px;
        line-height: 1.1em;
	}
	.hero__text .hero__social {
		display: none;
	}
	.slide-num {
		bottom: 25px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.slider__progress {
		left: 0;
		bottom: 35px;
		right: 0;
		margin: 0 auto;
	}
	.hero__text .more_btn {
		bottom: 62px;
	}
}

@media only screen and (max-width: 479px) {
	.section-title h2 {
		font-size: 28px;
		line-height: 1;
	}
	.hero__text .big-title h2 {
	    font-size: 28px;
        line-height: 1.1em;
	}
	.hero__items {
		height: 710px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px;
	}}

/*------------------------------------------
  Service style1 Area
--------------------------------------------*/
.service-style1-area {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    z-index: 10;
  }
  
  .service-style1-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-blend-mode: luminosity;
    background-color: #000000;
    z-index: -1;
  }
  
  .service-style1-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.60;
  }
  
  .service-style1-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 55px;
  }
  
  .service-style1-title .sec-title {
    padding-bottom: 0;
  }
  
  .service-style1-title .sec-title h2 {
    color: #ffffff;
  }
  
  .service-style1-title .sec-title .sub-title p {
    color: #c9c5c2;
  }
  
  .service-style1-title .get-assistant-box {
    position: relative;
    display: block;
    padding-bottom: 5px;
  }
  
  .service-style1-title .get-assistant-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
    color: #ffffff;
    font-size: 35px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
  }
  
  .service-style1-title .get-assistant-box a:hover {
    color: #25b85d;
  }
  
  .service-style1-title .get-assistant-box a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 50%;
    transform: scale(0);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
  }
  
  .service-style1-title .get-assistant-box a:hover::before {
    transform: scale(1.0);
  }
  
  
  .service-style1-tab {
    position: relative;
    display: block;
  }
  
  .service-style1-tab__button {
    position: relative;
    display: block;
    padding-bottom: 60px;
  }
  
  .service-style1-tab__button .tabs-button-box {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item {
    position: relative;
    display: block;
    width: 50%;
    padding: 0 5px;
    float: left;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item .inner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(26, 28, 35, 0.30);
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 35px 40px 36px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item:hover .inner,
  .service-style1-tab__button .tabs-button-box .tab-btn-item.active-btn-item .inner {
    border: 1px solid #ffffff;
    transition-delay: 0.2s;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: top center;
    z-index: -1;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item:hover .inner:before,
  .service-style1-tab__button .tabs-button-box .tab-btn-item.active-btn-item .inner:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
  }
  
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item .inner .left {
    position: relative;
    display: block;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item .inner .left h4 {
    color: #c9c5c2;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item:hover .inner .left h4,
  .service-style1-tab__button .tabs-button-box .tab-btn-item.active-btn-item .inner .left h4 {
    color: #7f7873;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item .inner .left h3 {
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    margin: 13px 0 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item:hover .inner .left h3,
  .service-style1-tab__button .tabs-button-box .tab-btn-item.active-btn-item .inner .left h3 {
    color: #1a1c23;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item .inner .right {
    position: relative;
    display: block;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item .inner .right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #1a1c23;
    font-size: 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .service-style1-tab__button .tabs-button-box .tab-btn-item:hover .inner .right,
  .service-style1-tab__button .tabs-button-box .tab-btn-item.active-btn-item .inner .right {
    color: #a5a2a0;
    background: #f7f1eb;
  }
  
  
  
  .service-style1-tab .tabs-content-box {
    position: relative;
    display: block;
  }
  
  .service-style1-tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
  }
  
  .service-style1-tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
  }
  
  .service-style1-tab .tab-content-box-item .service-style1-tab-content-box-item {
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top bottom;
  }
  
  .service-style1-tab .tab-content-box-item.tab-content-box-item-active .service-style1-tab-content-box-item {
    opacity: 1.0;
    transform: scaleY(1);
    transform-origin: bottom top;
  }
  
  
  
  .single-service-box-style1 {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 40px 39px 36px;
    margin-top: 20px;
  }
  
  .single-service-box-style1 .icon {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 22px;
  }
  
  .single-service-box-style1 .icon span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
  }
  
  .single-service-box-style1 h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
  }
  
  .single-service-box-style1 h3 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .single-service-box-style1 h3 a:hover {
    color: #25b85d;
  }
  
  .single-service-box-style1 .border-box {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, .20);
    margin: 26px 0 23px;
  }
  
  .single-service-box-style1 .border-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    background-color: #25b85d;
  }
  
  .single-service-box-style1 .border-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    transition: all 900ms ease 100ms;
    background-image: -moz-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
  }
  
  .single-service-box-style1:hover .border-box:after {
    width: 100%;
  }
  
  .single-service-box-style1 p {
    color: #b8b4b1;
    margin: 0 0 18px;
  }
  
  .single-service-box-style1 h6 {
    color: #b8b4b1;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Aldrich", sans-serif;
  }
  
  .single-service-box-style1 h6 span {
    color: #25b85d;
  }
  
  .single-service-box-style1 .btn-box {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  
  .single-service-box-style1 .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
  }
  
  .single-service-box-style1:hover .btn-box a {
    border-color: #25b85d;
  }
  
  .single-service-box-style1 .btn-box a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-image: -moz-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
  
    transform: perspective(400px) translateY(-40px) scale(1.0);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: right center;
    z-index: -1;
  }
  
  .single-service-box-style1:hover .btn-box a:before {
    transform: perspective(400px) translateY(0px) scale(1);
    transform-origin: left center;
  }
  
  
  .service-style1__btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 60px;
  }
  





/*------------------------------------------
  Features style1 Area
--------------------------------------------*/
.features-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 50px;
}

.features-style1-content {
  position: relative;
  display: block;
}

.features-style1-content ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.features-style1-content ul li {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding: 0 20px;
  margin: 0 auto 95px;
}

.single-featured-box {
  position: relative;
  display: block;
  padding: 25px 0 50px;
  margin-bottom: 50px;
}
.single-featured-box .inner-box {
  position: relative;
  display: block;
  background: #1a1c23;;
  padding: 54px 30px 40px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 2px dashed #25b85d;
}
.single-featured-box .count-box{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #25b85d;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  font-family: 'Archivo', sans-serif;
  z-index: 2;
}
.single-featured-box h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 23px;
  color: #ffffff;
}
.single-featured-box h1 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin: 14px 0 16px;
  color: #ffffff;
}
.single-featured-box .border-box{
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: #25b85d;
  margin: 0 auto;
}
.single-featured-box .border-box:before{
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.single-featured-box .text{
  position: relative;
  display: block;
  padding: 22px 0 40px;
}
.single-featured-box .text p{
  color: #ffffff;
  margin: 0;
}

.single-featured-box .icon-holder{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #25b85d;
  border-radius: 50%;
  z-index: 2;
}


.single-featured-box .icon-holder:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px dashed #ffffff;
  content: "";
  z-index: -1;
  border-radius: 50%;
}
.single-featured-box .icon-holder i{
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  line-height: 100px;
}



.features-style1-area .layer-outer{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 480px;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}


/*** 
=============================================
    Emi Calculator Style2 Area Css
=============================================
***/
.emi-calculator-style2-area {
  position: relative;
  display: block;
  padding: 100px 0 100px;
  z-index: 10;
}

.emi-calculator-style2-area .sec-title .sub-title p {
  color: #797c7f;
}
 
.emi-cal{
  padding: 7em 0;
}
  
  .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  
 .emiForm .form-control {
    height: 36px;
    background: rgba(255, 255, 255, 0.3);
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
   }
   

   .form-group {
    margin-bottom: 1rem;
}
.align-items-stretch{
  padding-right: 0;
  padding-left: 0;
}
  .wrapper {
    width: 100%; }
  
  .emi-wrap {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px); }
  
  @media (max-width: 767.98px) {
    .info-wrap {
      height: 400px; } }


  
  .emiForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
  
  .emiForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0; }

  
  .emiForm .form-control {
    font-size: 16px; }

  
    .emi-box {
      position: relative;
      display: block;
      line-height: 0;
      padding-top: 60px;
    }
  .payment{
    position: relative;
    margin-top: 10%;
  }
  /*  */

  
/*------------------------------------------
  Wealth Secure Area
--------------------------------------------*/
.wealth-secure-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
  z-index: 10;
}
.wealth-secure-area .sec-title h2, p{
  color: #ffffff;
}
.wealth-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-blend-mode: luminosity;
  background-color: #000000;
  z-index: -1;
}

.wealth-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0.60;
}

.wealth-item {
  position: relative;
  margin: 65px 0 25px 0;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.wealth-item .wealth-img {
  position: absolute;
  padding: 12px;
  width: 130px;
  height: 130px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
}

.wealth-item .wealth-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.wealth-item .wealth-title {
  position: absolute;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  transition: .5s;
}

.wealth-item:hover .wealth-title {
  top: -100%;
}

.wealth-item .wealth-text {
  position: absolute;
  overflow: hidden;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background: rgba(2, 36, 91, .7);
  transition: .5s;
}

.wealth-item:hover .wealth-text {
  top: 0;
}

.wealth-item .wealth-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: -100%;
  left: 0;
  transform: skewY(-12deg);
  background: #FFFFFF;
  transition: .5s;
}

.wealth-item:hover .wealth-text::before {
  top: -55px;
}

.wealth-item .btn {
  position: absolute;
  width: 130px;
  height: 50px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5F656F;
  background: #FFFFFF;
  border: none;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
}

.wealth-item .btn:hover {
  color: #FFFFFF;
  background: #25b85d;
}



/*** 
=============================================
    Service Request Area Css
=============================================
***/
.service-request-area {
  position: relative;
  display: block;
  z-index: 10;
}

.service-request-area .container {
  max-width: 100%;
  padding: 0;
}

.service-request-area__inner {
  --bs-gutter-x: 0px;
}

.service-request-content-one {
  position: relative;
  display: block;
  min-height: 730px;
  z-index: 1;
}

.service-request-content-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-color: #646464;
  background-blend-mode: luminosity;
  z-index: -1;
}


.service-request-content-one__title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 320px;
  z-index: 2;
  padding: 92px 80px 85px;
}

.service-request-content-one__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 70%);
  background-image: -webkit-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 70%);
  background-image: -ms-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 70%);
  clip-path: polygon(0 0, 100% 110px, 100% 100%, 0% 100%);
  z-index: -1;
}

.service-request-content-one__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #028835;
  opacity: 0.70;
  clip-path: polygon(0 110px, 100% 0, 100% 100%, 0% 100%);
  z-index: -2;
}

.service-request-content-one__title .sec-title {
  margin-top: 0px;
  padding-bottom: 0px;
}

.service-request-content-one__title .sec-title h2 {
  color: #ffffff;
}

.service-request-content-one__title .sec-title .sub-title p {
  color: #ffffff;
}



.service-request-content-two {
  position: relative;
  display: block;
  min-height: 730px;
  z-index: 1;
}

.service-request-content-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-color: #1a1c23;
  background-blend-mode: luminosity;
  z-index: -1;
}

.service-request-content-two-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1a1c23;
  opacity: 0.90;
}

.service-request-content-two__inner {
  position: relative;
  display: block;
}

.service-request-content-two__inner>ul.row {
  --bs-gutter-x: 0;
}

.service-request-content-two__inner>ul.row>li {
  position: relative;
}

.service-request-content-two__inner>ul.row>li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #363841;
}

.service-request-content-two__inner>ul.row>li+li {
  border-left: 1px solid #363841;
}



.single-service-request-content-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-service-request-content-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1f2129;
  z-index: 1;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(-100%);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(-100%);
  transform: perspective(400px) rotateX(0deg) translateY(-100%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  transition-property: all;
}

.single-service-request-content-box:hover:before {
  opacity: 1.0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(0%);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(0%);
  transform: perspective(400px) rotateX(0deg) translateY(-0%);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.single-service-request-content-box .static-content {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 365px;
  padding: 30px 30px 30px;
}

.single-service-request-content-box .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 50px;
}

.single-service-request-content-box .more-btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 0;
}

.single-service-request-content-box .more-btn a {
  position: relative;
  display: inline-block;
}

.single-service-request-content-box .more-btn a i{
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #373a42;
}

.single-service-request-content-box .inner-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.single-service-request-content-box .inner-title h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 11px;
}

.single-service-request-content-box .inner-title h4 {
  color: #a5a6aa;
  font-size: 18px;
}

.single-service-request-content-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 36px 30px 30px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(100%);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(100%);
  transform: perspective(400px) rotateX(0deg) translateY(100%);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  transition-property: all;
}

.single-service-request-content-box:hover .overlay-content {
  opacity: 1.0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(0%);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(0%);
  transform: perspective(400px) rotateX(0deg) translateY(-0%);
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}


.single-service-request-content-box .overlay-content .title {
  position: relative;
  display: inline-flex;
}

.single-service-request-content-box .overlay-content .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  height: 4px;
  background-color: #25b85d;
}

.single-service-request-content-box .overlay-content .title h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
}

.single-service-request-content-box .overlay-content ul {
  position: relative;
  display: block;
  padding-top: 24px;
}

.single-service-request-content-box .overlay-content ul li {
  position: relative;
  display: block;
  padding-left: 25px;
  color: #a5a6aa;
  font-size: 18px;
  line-height: 30px;
  font-family: "Aldrich", sans-serif;
}

.single-service-request-content-box .overlay-content ul li+li {
  border-top: 1px solid #3a3b43;
  padding-top: 10px;
  margin-top: 10px;
}

.single-service-request-content-box .overlay-content ul li:before {
  font-family: FontAwesome;
  content: "\f061";
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  color: #25b85d;
}

.single-service-request-content-box .overlay-content ul li:first-child::before {
  top: 9px;
}
/*------------------------------------------
  Features Style3 Area
--------------------------------------------*/
.features-style3-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 100px;
}

.features-style3-img-box {
  position: relative;
  display: block;
  padding-top: 60px;
  z-index: 1;
}

.features-style3-img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  right: 60px;
  background-image: -moz-linear-gradient(-90deg, rgb(247, 241, 235) 65%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(247, 241, 235) 65%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(247, 241, 235) 65%, rgb(255, 255, 255) 100%);
  z-index: -1;
}

.features-style3-img-box .inner-img {
  position: relative;
  display: inline-block;
}

.features-style3-img-box .inner-img img {
  width: 100%;
}

.features-style3-img-box .icon-holder {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.features-style3-img-box .icon-holder.two {
  top: auto;
  left: auto;
  bottom: 0;
  right: 100px;
}

.features-style3-img-box .icon-holder.three {
  top: auto;
  left: auto;
  bottom: 150px;
  right: 0px;
}

.features-style3-img-box .icon-holder span {
  color: #1a1c23;
  font-size: 40px;
  line-height: 40px;
}


/** Features Style3 Img Box Style2 **/
.features-style3-img-box--style2 {
  position: relative;
  padding-top: 20px;
  margin-right: 20px;
  min-height: 545px;
}

.features-style3-img-box--style2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  right: 0px;
  background-image: -moz-linear-gradient(0deg, rgb(6, 118, 137) 0%, rgb(15, 180, 195) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(6, 118, 137) 0%, rgb(15, 180, 195) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(6, 118, 137) 0%, rgb(15, 180, 195) 100%);
}

.features-style3-img-box--style2 .inner-img-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
}

.features-style3-img-box--style2 .overaly-text {
  position: absolute;
  left: 0;
  top: 30px;
  width: 230px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 30px 0 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.features-style3-img-box--style2 .overaly-text h3 {
  color: #757c7d;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 9px 0 0;
}

.features-style3-img-box--style2 .overaly-text h3 span {
  color: #1a1c23;
}



.features-style3-content {
  position: relative;
  display: block;
}

.features-style3-content .sec-title {
  padding-bottom: 28px;
}

.features-style3-content .sec-title .sub-title {
  padding-top: 23px;
}

.features-style3-content .sec-title .sub-title p{
  color: #797c7f;
}


.features-style3-content .text-box {
  position: relative;
  display: block;
}

.features-style3-content .text-box ul {
  position: relative;
  display: block;
}

.features-style3-content .text-box ul li {
  position: relative;
  display: block;
  padding-left: 30px;
}

.features-style3-content .text-box ul li+li {
  margin-top: 11px;
}

.features-style3-content .text-box ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #25b85d;
  font-size: 16px;
}

.features-style3-content .text-box ul li p {
  margin: 0;
  color: #797c7f;
}

/** apply-credit-card **/


.apply-credit-card {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  padding-top: 38px;
}

.apply-credit-card h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 21px;
}

.apply-credit-card .input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.apply-credit-card form input[type="text"],
.apply-credit-card form input[type="email"] {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  height: 60px;
  border: 1px solid #f2ece7;
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: "Aldrich", sans-serif;
}

.apply-credit-card form .button-box button {
  position: relative;
  display: block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}


/** converter **/
.converter{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 30px 0 20px;
  z-index: 10;
}

.converter .sec-title h2{
  color: #ffffff;
}
/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
  position: relative;
  display: block;
  background: #f5f8f7;
  padding: 93px 0 100px;
  border-top: 1px solid #ffffff;
  z-index: 10;
}

.partner-area__sec-title {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 42px;
}

.partner-area__sec-title h3 {
  font-size: 22px;
  line-height: 30px;
}

.brand-content {
  position: relative;
  display: block;
}

.single-partner-logo-box {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #ffffff;
  z-index: 1;
}

.single-partner-logo-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  transform: perspective(400px) scaleX(0);
  transform-origin: center;
  transition: all 300ms linear;
  transition-delay: 0.2s;
  z-index: -1;
}

.single-partner-logo-box:hover:before {
  transform: perspective(400px) scaleX(1.0);
}

.single-partner-logo-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 15px 0;
}

.single-partner-logo-box a img {
  position: relative;
  display: inline-block !important;
  opacity: 1.0;
  width: auto !important;
  transition: all 0.2s ease-in-out 0.1s;
}

.single-partner-logo-box:hover a img {
  opacity: 1.0;
  transition: all 0.8s ease-in-out 0.1s;
}
/*** 
=============================================
    Counter  Area Css
=============================================
***/
.counter-secure-area{
  background-image:linear-gradient(#25b85d 50%, #1a1c23 50%);
  position: relative;
  display: block;
  padding: 350px 0 200px;
  
}

.counter__content {
  padding: 0px 50px;
  
}

.counter__item {
  background:#121518;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  height: 255px;
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.counter__item::before {
  position: absolute;
  left: -1px;
  bottom: -2px;
  height: 636px;
  width: 636px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  content: "";
  z-index: -1;
}
.counter__item.second__item {
  margin-top: -185px;
}
.counter__item.second__item:before {
  left: -316px;
  bottom: -65px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.four__item {
  margin-top: -185px;
}
.counter__item.four__item:before {
  left: -380px;
  bottom: -380px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.third__item:before {
  left: -65px;
  bottom: -317px;
}

.counter__item__text {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.counter__item__text h2 {
  font-size: 30px;
  color: #999999;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 18px;
  font-family: "Aldrich", sans-serif;
}
.counter__item__text h5 {
  color: #999999;
  margin-bottom: 0;
  font-family: "Aldrich", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0px 145px 0 50px;
  }

  .counter__item.second__item {
    margin-top: -210px;
  }

  .counter__item.four__item {
    margin-top: -210px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .counter__item {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    margin-bottom: 30px;
    width: auto;
  }

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0;
  }

  .counter__item.second__item {
    margin-top: 0;
  }

  .counter__item.four__item {
    margin-top: 0;
  }

  .counter__item__text {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
  }

  .counter-secure-area{
    position: relative;
    display: block;
    padding: 100px 0 100px;
    z-index: 10;
  }

}
@media only screen and (max-width: 767px) {


  .counter__item {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    margin-bottom: 30px;
    width: auto;
  }

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0;
  }

  .counter__item.second__item {
    margin-top: 0;
  }

  .counter__item.four__item {
    margin-top: 0;
  }

  .counter__item__text {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
  }

  .ccounter-secure-area {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    z-index: 10;
  }

}
/*** 
=============================================
    team  Area Css
=============================================
***/
.team-secure-area{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
  z-index: 10;
}
.team-secure-area .sec-title h2, p{
  color: #1a1c23;
}
.badge {
  background-color:  #25b85d;
  font-family: "Aldrich", sans-serif;
  border-radius: 100px;
  color: #ffffff;
  padding-bottom: 5px;
}
.team-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.team-info {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
}
.team-thumb .social-share {
  position: absolute;
  right: 0;
  bottom: 0;
}


.team-thumb .social-icon {
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(0);
  padding-right: 20px;
  padding-left: 20px;
}


.team-thumb:hover .social-icon {
  transform: translateY(-100%);
  opacity: 1;
}


.team-thumb .social-icon-item,
.team-thumb .social-icon-link {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
}
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: #25b85d;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: #00CC99;
  color: #ffffff;
}
.team-secure-area .team-box button {
  position: relative;
  display: block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.item{
  display: none;
  margin-bottom: 30px;
}


/*** 
=============================================
    Features Style4 Area Css
=============================================
***/
.features-style4-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
  z-index: 10;
}

.features-style4-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  background-image: -moz-linear-gradient(-90deg, rgb(245, 248, 247) 65%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(245, 248, 247) 65%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(245, 248, 247) 65%, rgb(255, 255, 255) 100%);
}



.features-style4-title-box {
  position: relative;
  display: block;
}

.features-style4-title-box .sec-title {
  padding-bottom: 34px;
}

.features-style4-title-box .sec-title h2 {
  text-transform: none;
}

.features-style4-title-box .sec-title .sub-title {
  padding-top: 23px;
}
.features-style4-title-box .sec-title .sub-title p {
  color: #797c7f;
}


.features-style4-title-box .btns-box {
  position: relative;
  display: block;
  line-height: 0;
}

.features-style4-title-box .btns-box .btn-one {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}


.app-screen {
  position: relative;
  display: block;
}

.app-screen img {
  width: 100%;
}

.account-creation-step {
  position: relative;
  display: block;
  margin-top: 10px;
}

.account-creation-step ul {
  position: relative;
  display: block;
}

.account-creation-step ul li {
  position: relative;
  display: block;
  margin-bottom: 51px;
}

.account-creation-step ul li:last-child {
  margin-bottom: 0;
}

.account-creation-step .single-step {
  position: relative;
  display: block;
  padding-left: 100px;
}

.account-creation-step .single-step .counting {
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #e6ebe9;
  background-color: #ffffff;
  color: #a8a8a8;
  font-size: 22px;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
  transition: all 300ms linear;
  transition-delay: 0.2s;
  z-index: 1;
}

.account-creation-step .single-step .counting::after {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: -110px;
  width: 1px;
  background: #e6ebe9;
  content: "";
  margin: 0 auto;
  z-index: 1;
}

.account-creation-step .single-step .lnone.counting::after {
  display: none;
}

.account-creation-step .single-step:hover .counting {
  color: #ffffff;
}

.account-creation-step .single-step .counting::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(37, 184, 93) 0%, rgb(2, 136, 53) 100%);
  border-radius: 50%;
  transition: all 300ms linear;
  transition-delay: 0.2s;
  transform: scale(0.7);
  opacity: 0;
  z-index: -1;
  content: "";
}

.account-creation-step .single-step:hover .counting::before {
  transform: scale(1.0);
  opacity: 1;
}

.account-creation-step .single-step .text-box {
  position: relative;
  display: block;
  background: #f5f8f7;
  padding: 22px 30px 23px;
}

.account-creation-step .single-step .text-box::before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  background: #f5f8f7;
  height: 5px;
  content: "";
}

.account-creation-step .single-step .text-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 9px;
}

.account-creation-step .single-step .text-box p {
  margin: 0;
  color: #797c7f;
 
}
/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/
.testimonials-style1-area {
  position: relative;
  display: block;
  background: #f0f5f6;
  padding: 100px 0px 100px;
}


.testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  transition: .5s;
}
.testimonial-item p{
  color: #1f2129;
}
.owl-item .testimonial-item,
.testimonial-item * {
  transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
  background: #25b85d;
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
  color: #FFFFFF !important;
}

.testimonial-item img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 100px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-left: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:  #555555;
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: #25b85d;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .testimonial-carousel .owl-nav {
      top: -70px;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
  }

  .testimonial-carousel .owl-nav .owl-prev,
  .testimonial-carousel .owl-nav .owl-next {
      margin: 0 7px;
      width: 45px;
      height: 45px;
      font-size: 20px;
  }
}

/*** 
=============================================
    subscribe Area Style3 Css
=============================================
***/
.subscribe{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 100px;
  z-index: 1;
}
.subscribe-box-style1 {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 30px 50px;
  text-align: center;
}

.subscribe-box-style1 .icon {
  position: relative;
  display: inline-block;
}

.subscribe-box-style1 .inner-title {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 23px;
}

.subscribe-box-style1 .inner-title h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 5px;
}

.subscribe-box-style1 .inner-title p {
  color: #797c7f;
}



.subscribe-form-style1 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.subscribe-form-style1 .input-box {
  position: relative;
  display: block;
  width: 100%;
}

.subscribe-form-style1 .input-box input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 22px;
  padding-right: 50px;
  background: #ffffff;
  border: 1px solid #e6ebe9;
  color: #797c7f;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: "Aldrich", sans-serif;
}

.subscribe-form-style1 .input-box .inner-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #b1b2b5;
  font-size: 14px;
  line-height: 14px;
}

.subscribe-form-style1 input::-webkit-input-placeholder {
  color: #808080;
}

.subscribe-form-style1 input:-moz-placeholder {
  color: #808080;
}

.subscribe-form-style1 input::-moz-placeholder {
  color: #808080;
}

.subscribe-form-style1 input:-ms-input-placeholder {
  color: #808080;
}

.subscribe-form-style1 button {
  position: relative;
  display: block;
  margin-top: 20px;
  line-height: 50px;
}

.subscribe-form-style1 button:after {
  background-color: #f5f8f7;
}

.subscribe-form-style1 input[type="email"]:focus {
  color: #1a1c23;
}

.subscribe-form-style1 input[type="email"]:focus+button,
.subscribe-form-style1 button:hover {
  color: #ffffff;
}

.subscribe-box-style1--style2 {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: none;
  padding: 0px 0px 0px;
  text-align: center;
  max-width: 570px;
  width: 100%;
  margin: 60px auto 0;
}

.subscribe-box-style1--style2 .inner-title {
  padding-top: 16px;
  padding-bottom: 25px;
}

.subscribe-box-style1--style2 .inner-title h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 5px;
}

.subscribe-box-style1--style2 button {
  color: #ffffff;
}

.subscribe-box-style1--style2 button:after {
  background-color: #1a1c23;
}
.blog-style2-area__shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog-style2-area__shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*** 
=============================================
    Footer Area Style3 Css
=============================================
***/
.footer-area--style3 {
  position: relative;
}

.footer-area--style3 .footer-top {
  border-top: 0px solid #2f3139;
  border-bottom: 1px solid #2f3139;
  padding-top: 100px;
  padding-bottom: 50px;
}

.single-footer-widget .our-company-info .bottom-text {
  position: relative;
  display: block;
  padding-top: 10px;
}

.single-footer-widget .our-company-info .bottom-text p {
  color: #bcbcbc;
}



.footer-certificate-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.footer-certificate-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: #1a1c23;
  font-size: 25px;
}

.footer-certificate-box .title {
  position: relative;
  flex: 1;
  margin-left: 20px;
}

.footer-certificate-box .title h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}



.find-nearest-branch-box-style2 {
  position: relative;
  display: block;
}

.find-nearest-branch-box-style2 .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: #1a1c23;
  font-size: 25px;
}

.find-nearest-branch-box-style2 h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  margin: 19px 0 15px;
}

.find-nearest-branch-box-style2 form {
  position: relative;
  display: block;
  width: 100%;
}

.find-nearest-branch-box-style2 form .input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.find-nearest-branch-box-style2 form .select-box {
  position: relative;
  display: block;
  width: 100%;
}

.find-nearest-branch-box-style2 form .select-box .nice-select {
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: 0px;
  border: solid 1px #2f3139;
  width: 100%;
  height: 50px;
  color: #bcbcbc;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  font-family: "Aldrich", sans-serif;
}

.find-nearest-branch-box-style2 form .nice-select:after {
  position: absolute;
  content: "\f078";
  font-family: FontAwesome;
  color: #bcbcbc;
  font-size: 14px;
  top: 0px;
  right: 19px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  height: 20px;
  width: 12px;
}

.find-nearest-branch-box-style2 form .nice-select .list {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  margin-top: 10px;
  width: 100%;
  left: auto !important;
}

.find-nearest-branch-box-style2 form .nice-select .option {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 40px;
  min-height: 40px;
}

.find-nearest-branch-box-style2 form input[type="text"],
.find-nearest-branch-box-style2 form input[type="email"] {
  position: relative;
  display: block;
  background: transparent;
  border: 1px solid #2f3139;
  width: 100%;
  height: 50px;
  color: #bcbcbc;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: "Aldrich", sans-serif;
}

.find-nearest-branch-box-style2 form .button-box {
  position: relative;
  display: block;
  line-height: 0;
  line-height: 20px;
  padding-top: 12px;
}

.find-nearest-branch-box-style2 form .button-box button {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.find-nearest-branch-box-style2 form .button-box button i {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 7px;
  color: #25b85d;
  font-size: 16px;
}






.footer-area--style3 .footer-bottom {
  background: #1a1c23;
}

.footer-bottom {
  position: relative;
  display: block;
  background: #121419;
}

.footer-bottom .bottom-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0px 20px;
}

.footer-menu {
  position: relative;
  display: block;
}

.footer-menu ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-menu ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
}

.footer-menu ul li:last-child {
  margin-right: 0;
}

.footer-menu ul li a {
  color: #b8b4b1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Aldrich", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-menu ul li a:hover {
  color: #ffffff;
}

.footer-widget-links {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 28px;
}

.single-footer-widget--link-box {
  position: relative;
}

.single-footer-widget--link-box-style2 {
  margin-top: 37px;
}

.footer-widget-links ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-widget-links ul li {
  position: relative;
  display: block;
  line-height: 26px;
  margin-bottom: 11px;
}

.footer-widget-links ul li:last-child {
  margin-bottom: 0;
}

.footer-widget-links ul li a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  color: #b8b4b1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Aldrich", sans-serif;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.footer-widget-links ul li a:hover {
  color: #ffffff;
  padding-left: 2px;
}

.footer-widget-links ul li a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 0;
  font-size: 14px;
  transform: perspective(400px) scaleX(0);
  transform-origin: center;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-widget-links ul li a:hover:before {
  transform: perspective(400px) scaleX(1.0);
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -4px;
}

.single-footer-widget .title h3 {
    color: #eae0e4;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-top .single-widget {
  margin-bottom: 43px;
}
.footer-social-link {
  position: relative;
  display: block;
}

.footer-social-link ul {
  position: relative;
  display: block;
}

.footer-social-link ul li {
  position: relative;
  float: left;
  margin-right: 10px;
}

.footer-social-link ul li:last-child {
  margin-right: 0;
}

.footer-social-link ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-social-link ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.footer-social-link ul li:hover a:before {
  opacity: 1.0;
  transform: scale(1.0);
}

.footer-social-link ul li:hover a {
  color: #25b85d;
  border-color: #25b85d;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
  position: relative;
  height: 625px;
  opacity: 0;
  z-index: -999;
}

.bottom-parallax .footer-area {
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 625px;
}

.parallax-visible .bottom-parallax {
  opacity: 1;
  z-index: 1;
}



/*** 
=============================================
  Footer Area Css
=============================================
***/
.footer-area {
  position: relative;
  display: block;
  background: #1a1c23;
  z-index: 10;
}

.footer-area .right-shape {
  position: absolute;
  right: 0;
  bottom: 80px;
}


.footer-top {
  position: relative;
  display: block;
  border-top: 1px solid #2f3139;
  border-bottom: 1px solid #2f3139;
  padding-top: 100px;
  padding-bottom: 50px;
}

/* ===============================================
    Page-Title-Row
------------------------*/
.cmt-page-title-row-inner .row{
  border-color: #25b85d;
}
.cmt-page-title-row { 
  background: url(../img/pagetitle-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.cmt-page-title-row-inner { 
  width: 100%;
  padding: 90px 0;
  background-color: rgba(0, 0, 0, 0.02);
}
.cmt-page-title-row-inner .row{
  border-left-width: 6px;
  margin: 0;
  padding-left: 7px;
  border-left-style: solid;
}
.page-title-heading h2 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 41px;
  line-height: 51px;
  margin-bottom: 0px;
  color: #ffffff;
}
.page-title-heading p { 
  font-size: 18px;
  color: #fff;
}
.breadcrumb-wrapper {
  z-index: 99;
  display: inline-block;
}
.breadcrumb-wrapper span{
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.breadcrumb-wrapper span:first-child{
  padding-right: 20px;
}
.breadcrumb-wrapper span:first-child a{
  color: #fff;
}
.breadcrumb-wrapper span:first-child:after{
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  right: 12px;
  background-color: #fff;
  top: 4px;
  display: inline-block;
  transform: rotate(25deg);
  font-style: normal;
}
/*** 
=============================================
    Banking Tab Area Css
=============================================
***/
.banking-tab-area {
  position: relative;
  display: block;
  background-color: #1a1c23;
  z-index: 10;
}

.banking-tab-area .auto-container {
  max-width: 100%;
  padding: 0;
}

.banking-tab {
  position: relative;
  display: block;
}

.banking-tab-img-box {
  position: relative;
  display: block;
  min-height: 760px;
  margin-right: 31.5px;
}

.banking-tab-img-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: #646464;
  background-blend-mode: luminosity;
}

.banking-tab-img-box__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(90deg, rgb(26, 28, 35) 0%, rgba(26, 28, 35, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(26, 28, 35) 0%, rgba(26, 28, 35, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(26, 28, 35) 0%, rgba(26, 28, 35, 0) 100%);
}



.banking-tab-text-box {
  position: relative;
  display: block;
  max-width: 570px;
  padding-top: 100px;
  padding-left: 10px;
}

.banking-tab-text-box .inner-title {
  position: relative;
  display: block;
  margin-top: -3px;
  padding-bottom: 22px;
}

.banking-tab-text-box .inner-title h3 {
  color: #25b85d;
  font-size: 18px;
  line-height: 22px;
}

.banking-tab-text-box .inner-title h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 500;
  text-transform: capitalize;
  margin: 17px 0 0;
}


.banking-tab-text-box__inner {
  position: relative;
  display: block;
}

.banking-tab-text-box__inner .text {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.banking-tab-text-box__inner .text p {
  color: #bcbcbc;
}

.banking-tab-text-box__inner ul {
  position: relative;
  display: block;
}

.banking-tab-text-box__inner ul li {
  position: relative;
  display: block;
  padding-left: 35px;
  color: #bcbcbc;
  line-height: 30px;
}

.banking-tab-text-box__inner ul li+li {
  margin-top: 7px;
}

.banking-tab-text-box__inner ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #25b85d;
  font-size: 16px;
}



.banking-tab__button {
  position: relative;
  display: block;
  max-width: 1200px;
  padding: 0px 15px;
  margin: -111px auto 0;
  z-index: 100;
}

.banking-tab__button .tabs-button-box {
  position: relative;
  display: flex;
  border: 1px solid rgba(255, 255, 255, .10);
  border-bottom: none;
}

.banking-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  width: 33.3333333333%;
  width: 100%;
}

.banking-tab__button .tabs-button-box .tab-btn-item+.tab-btn-item {
  border-left: 1px solid rgba(255, 255, 255, .10);
}

.banking-tab__button .tabs-button-box .tab-btn-item .inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 30px 30px;
  cursor: pointer;
  z-index: 1;
}

.banking-tab__button .tabs-button-box .tab-btn-item .inner:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  right: -1px;
  background-image: -moz-linear-gradient(0deg, rgb(6, 118, 137) 0%, rgb(15, 180, 195) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(6, 118, 137) 0%, rgb(15, 180, 195) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(6, 118, 137) 0%, rgb(15, 180, 195) 100%);

  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
}

.banking-tab__button .tabs-button-box .tab-btn-item:hover .inner:before,
.banking-tab__button .tabs-button-box .tab-btn-item.active-btn-item .inner:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: #1a1c23;;
}



.banking-tab .tabs-content-box {
  position: relative;
  display: block;
}

.banking-tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.banking-tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.banking-tab .tab-content-box-item .banking-tab-content-item {
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(1.0);
  transform-origin: top bottom;
}

.banking-tab .tab-content-box-item.tab-content-box-item-active .banking-tab-content-item {
  opacity: 1.0;
  transform: scaleY(1);
  transform-origin: bottom top;
}




.banking-tab__button .tabs-button-box .tab-btn-item .inner .icon {
  position: relative;
  display: block;
  width: 70px;
  color: #ffffff;
  font-size: 50px;
}

.banking-tab__button .tabs-button-box .tab-btn-item .inner .title {
  position: relative;
  flex: 1;
}

.banking-tab__button .tabs-button-box .tab-btn-item .inner .title h4 {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.banking-tab__button .tabs-button-box .tab-btn-item .inner .title h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0 0;
}

/*** 
=============================================
    Account Steps style2 Area Css      
=============================================
***/
.account-steps-style2-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0px 70px;
}

.account-steps-style2-area .row {
  --bs-gutter-x: 40px;
}
.single-coaching-item-style2{
  position: relative;
  display: block;
  border-radius: 20px;
  padding: 60px 30px 55px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.06); 
  box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.06);
  border-radius: 12px;
  margin-bottom: 50px;
  z-index: 2;
}
.single-coaching-item-style2 .inner{
  position: relative;
  z-index: 10;
}
.single-coaching-item-style2 .icon{
  position: relative;
  display: block;
}
.single-coaching-item-style2 .icon span:before{
  color: #031f4b;
  font-size: 75px;
  line-height: 75px;
  transition: all 700ms ease 100ms;
}
.single-coaching-item-style2:hover .icon span:before{
  color: #ffffff;
}
.single-coaching-item-style2 h3{
  color: #25b85d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.single-coaching-item-style2 h3 a{
  color: #25b85d;
  transition: all 700ms ease 100ms;
}

.single-coaching-item-style2:hover h3 a{
  color: #ffffff;
}
.single-coaching-item-style2 p{
  margin: 15px 0 0;
  transition: all 700ms ease 100ms;
}
.single-coaching-item-style2:hover p{
  color: #ffffff;
}
.single-coaching-item-style2 .coaching-item-style2-bg{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  transform: scaleX(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}
.single-coaching-item-style2 .coaching-item-style2-bg:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 20px;
  background: rgb(155, 229, 183);
  background: -moz-linear-gradient(top, rgb(155, 229, 183) 0%, rgb(3, 75, 31)  100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(155, 229, 183) ), color-stop(100%, rgb(3, 75, 31)));
  background: -webkit-linear-gradient(top, rgb(155, 229, 183)  0%, rgb(3, 75, 31) 100%);
  background: -o-linear-gradient(top, rgb(155, 229, 183)  0%, rgb(3, 75, 31) 100%);
  background: -ms-linear-gradient(top, rgb(155, 229, 183)  0%, rgb(3, 75, 31) 100%);
  background: linear-gradient(to bottom, rgb(155, 229, 183)  0%, rgb(3, 75, 31) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa5fe', endColorstr='#031f4c', GradientType=0 );
  z-index: -1;
}
.single-coaching-item-style2:hover .coaching-item-style2-bg{
  transform: scaleX(1.0);     
}


/*** 
=============================================
    App Download Area Style      
=============================================
***/
.app-download-area {
  position: relative;
  display: block;
  background: #f7f1eb;
  padding: 100px 0 100px;
  min-height: 850px;
  z-index: 1;
}

.app-download-area .sub-title {
  color: #25b85d;
  margin-bottom: 30px;
}

.app-download-area .title {
  font-weight: 700;
  margin-bottom: 16px;
}

.app-download-area .top-section .list {
  margin-top: 20px;
}

.app-download-area .top-section .list .list-item {
  margin-top: 16px;
}

.app-download-area  .top-section .list .list-item span {
  font-weight: 500;
}

.app-download-area .top-section .list .check {
  min-width: 24px;
  min-height: 24px;
  background: #25b85d;
  border-radius: 50%;
  margin-right: 10px;
}

.app-download-area .button-group {
  margin-top: 35px;
}

.app-download-area .button-group a {
  margin-right: 10px;
}

.app-download-area .img-area img {
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}
/*** 
=============================================
    Overview Area Css      
=============================================
***/
.overview-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
  z-index: 1;
}

.overview-content-box-one {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  margin-right: 20px;
}

.overview-content-box-one ul {
  position: relative;
  display: block;
}

.overview-content-box-one ul li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  border-right: 1px solid #f2ece7;
  border-bottom: 1px solid #f2ece7;
}

.overview-content-box-one ul li:nth-child(2) {
  border-right: none;
}

.overview-content-box-one ul li:nth-child(3) {
  border-bottom: none;
}

.overview-content-box-one ul li:last-child {
  border-right: none;
  border-bottom: none;
}

.single-overview-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 0 22px;
}

.single-overview-box .icon {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #f2ece7;
  margin: 0 auto;
  border-radius: 50%;
  color: #a5a2a0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-overview-box:hover .icon {
  color: #ffffff;
  background-color: #25b85d;
  border-color: #25b85d;
}

.single-overview-box .title {
  position: relative;
  display: block;
  padding-top: 18px;
}

.single-overview-box .title h3 {
  font-size: 18px;
  line-height: 28px;
}

.single-overview-box .title h3 a {
  color: #1a1c23;;
}



.overview-content-box-two {
  position: relative;
  display: block;
}

.overview-content-box-two .inner-title {
  position: relative;
  display: block;
}

.overview-content-box-two .inner-title h5 {
  color: #25b85d;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 4px;
}

.overview-content-box-two .inner-title h2 {
  font-size: 30px;
  line-height: 36px;
}

.overview-content-box-two .text {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 43px;
}

.overview-content-box-two .text p {
  margin: 0;
}

.overview-content-box-two .text p+p {
  margin-top: 15px;
}

.overview-content-box-two .btns-box {
  position: relative;
  display: block;
  line-height: 0;
}

.overview-content-box-two .btns-box a.btn-one:after {
  background-color: #f7f1eb;
}

.overview-content-box-two .btns-box a.btn-one .txt i {
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-right: 7px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  top: 4px;
}

/*** 
=============================================
    Statistics Area Style      
=============================================
***/
.statistics-style2-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 100px;
  border-top: 1px solid #f2ece7;
  z-index: 1;
}

.statistics-style2-area-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #646464;
  background-blend-mode: luminosity;
  z-index: -1;
}

.statistics-style2-area-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.statistics-style2-area-shape1 img {
  opacity: 0.08;
  mix-blend-mode: luminosity;
}



.statistics-content-box-style2 {
  position: relative;
  display: block;
}

.statistics-content-box-style2 .sec-title {
  padding-bottom: 39px;
}

.progress-block {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.progress-block .inner-box {
  position: relative;
  min-height: 140px;
  width: 140px;
}

.progress-block .graph-outer {
  position: relative;
  right: 30px;

}



.progress-block .count-box {
  position: relative;
  flex: 1;
  margin-left: 30px;
}

.progress-block .count-box .count-text-outer {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  color: #25b85d;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
}

.progress-block .count-box h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 8px 0 7px;
}

.progress-block .count-box p {
  color: #7f7873;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.progress-block .count-box .btn-box {
  position: relative;
  display: block;
  padding-top: 21px;
  line-height: 0;
}

.progress-block .count-box .btn-box a {
  color: #1a1c23;
  font-size: 18px;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
}

.progress-block .count-box .btn-box a i {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 7px;
  color: #25b85d;
  font-size: 16px;
}

.progress {
  width: 150px;
  height: 150px !important;
  float: left; 
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value, br {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #000;
  font-size: 14px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.blue .progress-bar {
  border-color: #25b85d;
}
.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
/*** 
=============================================
    Page Contains Area Css
=============================================
***/
.page-contains-area {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  z-index: 10;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.page-contains-area.section-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}


.page-contains-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  z-index: 1;
}

.page-contains-btn {
  position: relative;
  display: block;
}

.page-contains-btn li {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #f2ece7;
  z-index: 1;
}

.page-contains-btn li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}


/***
.page-contains-btn li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  height: 4px;
  background: var(--thm-base);
  z-index: -1;
  transform: perspective(400px) translateX(-100%) scale(1.0);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: right center;
}

.page-contains-btn li:hover::before,
.page-contains-btn li.current::before {
  transform: perspective(400px) translateX(0) scale(1);
  transform-origin: left center;
}

**/

.page-contains-btn li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #1a1c23;
  font-size: 18px;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-top: 7px;
  padding-bottom: 7px;
}

.page-contains-btn li:hover a,
.page-contains-btn li.current a {
  color: #25b85d;
}

.page-contains-btn li a i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #f2ece7;
  border-radius: 50%;
  color: #a5a2a0;
  font-size: 12px;
  margin-right: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.page-contains-btn li:hover a i,
.page-contains-btn li.current a i {
  color: #1a1c23;
  transform: rotate(90deg);
}


.page-contains-box .right-btn {
  position: relative;
  display: block;
}

.page-contains-box .right-btn a {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  color: #1a1c23;
  font-size: 14px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #f2ece7;
  font-family: "Aldrich", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.page-contains-box .right-btn a:hover {
  color: #ffffff;
  border-color: #25b85d;
  background-color: #25b85d;
}



/*** 
=============================================
    Benefits Style2 Area Css
=============================================
***/
.benefits-style2-area {
  position: relative;
  display: block;
  padding: 100px 0 93px;
}
.benefit-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  padding: 3rem !important;
  border-radius: 10px !important;
  height: 100% !important;
}

.benefit-item .benefit-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background-color: #25b85d;
  margin-right: 1.5rem !important;
  flex-shrink: 0 !important;
}

.benefit-item  .benefit-icon img {
  max-width: 60px;
  max-height: 60px;
}

.benefit-item  a.btn {
  color: #015FC9;
}

.benefit-item  a.btn:hover {
  color: #FFFFFF;
  background: #015FC9;
  border-color: #015FC9;
}

.benefit-item h4{
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 13px;
}

.ms-n5 {
  margin-left: -3rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.align-items-center {
  align-items: center !important;
}

/*** 
=============================================
    Eligibility Area Style      
=============================================
***/
.eligibility-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
}

.eligibility-img-box {
  position: relative;
  display: block;
}

.eligibility-img-box .sec-title {
  padding-bottom: 45px;
}

.eligibility-img-box__inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #646464;
  margin-right: -90px;
}

.eligibility-img-box__inner img {
  mix-blend-mode: luminosity;
  width: 100%;
}

.eligibility-img-box__inner:hover img {
  transform: scale(1.05);
  mix-blend-mode: normal;
}



.eligibility-content-box {
  position: relative;
  display: block;
}

.eligibility-content-box__inner {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.eligibility-content-box__inner ul {
  position: relative;
  display: block;
}

.eligibility-content-box__inner ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2ece7;
  padding: 22px 30px 23px;
}

.eligibility-content-box__inner ul li .inner {
  position: relative;
  display: block;
  padding-left: 60px;
}


.eligibility-content-box__inner ul li .counting {
  position: absolute;
  top: 8px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  color: #a5a2a0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
}

.eligibility-content-box__inner .text {
  position: relative;
  display: block;
}

.eligibility-content-box__inner .text h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px;
}

.eligibility-content-box__inner .text p {
  color: #7f7873;
}



.facts-box-style2 {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 110px;
}

.facts-box-style2 .counting {
  position: relative;
  width: 105px;
  height: 70px;
  color: #25b85d;
  font-size: 40px;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}

.facts-box-style2 .counting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: #f7f1eb;
  border-radius: 50%;
  z-index: -1;
}

.facts-box-style2 .counting h2 {
  color: #25b85d;
  font-size: 40px;
  font-weight: 500;
}

.facts-box-style2 .counting .k {
  margin-left: -1px;
}

.facts-box-style2 .inner-title {
  position: relative;
  flex: 1;
  margin-left: 30px;
}

.facts-box-style2 .inner-title h3 {
  font-size: 22px;
  line-height: 30px;
}
/*** 
=============================================
    Documents Area Style      
=============================================
***/
.documents-area {
  position: relative;
  display: block;
  background-color: #f7f1eb;
  padding: 100px 0 90px;
  z-index: 1;
}

.documents-area .row {
  --bs-gutter-x: 10px;
}

.single-documents-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 23px 30px 23px;
  margin-bottom: 10px;
}

.single-documents-box .inner-title {
  position: relative;
  display: block;
  padding-left: 20px;
}

.single-documents-box .inner-title:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #25b85d;
}

.single-documents-box .inner-title h3 {
  font-size: 20px;
  line-height: 28px;
}

.single-documents-box ul {
  position: relative;
  display: block;
}

.single-documents-box ul li {
  font-size: 16px;
  line-height: 34px;
}

.single-documents-box ul li::before{
  position: relative;
  display: inline-block;
  padding-right: 13px;
  font-size: 12px;
  line-height: 34px;
  font-weight: 500;
  color: #a5a2a0;
  font-family: FontAwesome;
  content: "\f054";
}

.single-documents-box ul li a {
  color: #7f7873;
}

/*** 
=============================================
    Interest Charges Area Style      
=============================================
***/
.interest-charges-area {
  position: relative;
  display: block;
  padding: 100px 0 100px;
  background-image: -moz-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(207, 23, 60) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(207, 23, 60) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(207, 23, 60) 100%);
  z-index: 1;
}

.interest-charges-area-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.interest-charges-area-shape1 img {
  opacity: 0.08;
  mix-blend-mode: luminosity;
}

.interest-charges-area .sec-title h2 {
  color: #ffffff;
}

.interest-charges-area .sec-title .sub-title p {
  color: #ffffff;
}

.interest-charges-table-box {
  position: relative;
  display: block;
}

.interest-charges-table-box .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.interest-charges-table-box .interest-charges-table {
  min-width: 1024px;
  width: 100%;
}



.interest-charges-table-box .interest-charges-table tbody {
  position: relative;
}

.interest-charges-table-box .interest-charges-table tbody tr {
  position: relative;
}

.interest-charges-table-box .interest-charges-table tbody tr td {
  min-width: 100px;
  padding: 0px 30px;
  border: 1px solid rgba(255, 255, 255, .20);
  font-family: "Aldrich", sans-serif;
}

.interest-charges-table-box .interest-charges-table tbody tr td.title {
  position: relative;
  padding: 0px 60px;
  padding-right: 20px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.title h3 {
  color: #f2ece7;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}



.interest-charges-table-box .interest-charges-table tbody tr td.balance {
  position: relative;
  padding: 0;
}

.interest-charges-table-box .interest-charges-table tbody tr td.balance .inner-title {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .20);
  padding: 18px 30px 18px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.balance .inner-title h3 {
  color: #f2ece7;
  font-size: 20px;
  font-weight: 500;
}

.interest-charges-table-box .interest-charges-table tbody tr td.balance ul {
  position: relative;
  display: block;
  padding: 18px 30px 17px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.balance ul li {
  color: #f2ece7;
  font-size: 16px;
  line-height: 36px;
}



.interest-charges-table-box .interest-charges-table tbody tr td.interest {
  position: relative;
  padding: 0;
}

.interest-charges-table-box .interest-charges-table tbody tr td.interest .inner-title {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .20);
  padding: 18px 30px 18px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.interest .inner-title h3 {
  color: #f2ece7;
  font-size: 20px;
  font-weight: 500;
}

.interest-charges-table-box .interest-charges-table tbody tr td.interest ul {
  position: relative;
  display: block;
  padding: 18px 30px 17px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.interest ul li {
  color: #f2ece7;
  font-size: 16px;
  line-height: 36px;
}
/*** 
=============================================
    Card Banner Area Style      
=============================================
***/
.card-banner-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 100px;
  z-index: 1;
}

.card-banner-content {
  position: relative;
  display: block;
  background-color: #f7f1eb;
  padding: 53px 60px 60px;
  z-index: 1;
}

.card-banner-content-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: -1;
}

.card-banner-content-img-box {
  position: absolute;
  bottom: 0;
  right: 60px;
}


.card-banner-content .inner-title {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.card-banner-content .inner-title h4 {
  color: #25b85d;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}

.card-banner-content .inner-title h2 {
  font-size: 36px;
  line-height: 46px;
}

.card-banner-content .text {
  position: relative;
  display: block;
  padding-bottom: 28px;
}

.card-banner-content .text p {
  color: #7f7873;
}

.card-banner-content .btns-box {
  position: relative;
  display: block;
  line-height: 0;
}
/*** 
=============================================
    Cards Area Style      
=============================================
***/
.cards-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0 40px;
  z-index: 1;
}

.sidebar-box-style1 {
  position: relative;
  display: block;
}

.single-sidebar-box-style1 {
  position: relative;
  display: block;
}

.single-sidebar-box-style1.margintop {
  margin-top: 17px;
}

.card-types-box {
  position: relative;
  display: block;
  padding-top: 26px;
}

.card-types-box ul {
  position: relative;
  display: block;
}

.card-types-box ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.card-types-box ul li:last-child {
  margin-bottom: 0;
}

.card-types-box ul li:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 22px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  transform: rotate(45deg);
  z-index: 2;
}


.card-types-box ul li a {
  position: relative;
  display: block;
  background: #ffffff;
  color: #1a1c23;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding: 14px 40px 14px;
  padding-right: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.card-types-box ul li a:hover,
.card-types-box ul li.active a {
  color: #ffffff;
  box-shadow: none;
  padding-left: 20px;
}

.card-types-box ul li a::before {
  position: absolute;
  content: '';
  top: 25px;
  left: 20px;
  width: 6px;
  height: 6px;
  background-color: #a5a2a0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.card-types-box ul li a:hover::before,
.card-types-box ul li.active a::before {
  transform: scale(0);
}

.card-types-box ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0px;
  right: 0;

  background-image: -moz-linear-gradient(0deg, rgb(37, 184, 931) 0%, rgb(207, 23, 60) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(207, 23, 60) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(207, 23, 60) 100%);

  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
}

.card-types-box ul li a:hover::after,
.card-types-box ul li.active a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}




.cards-content-box {
  position: relative;
  display: block;
}

.cards-content-box-top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.cards-content-box-top .left-box {
  position: relative;
  display: block;
  top: 10px;
}

.cards-content-box-top .left-box h2 {
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 500;
}

.cards-content-box-top .right-box {
  position: relative;
  display: block;
}

.short-by {
  position: relative;
  display: block;
}

.cards-content-box-top .right-box .select-box {
  width: 270px;
}

.cards-content-box-top .right-box .nice-select {
  position: relative;
  display: block;
  height: 45px;
  line-height: 43px;
  background: #ffffff;
  border: 1px solid #ffffff !important;
  border-bottom: 1px solid #f2ece7 !important;
  font-family: "Aldrich", sans-serif;
  border-radius: 0px;
  color: #1a1c23;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
}

.cards-content-box-top .right-box .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #aca9a7;
  border-right: 1px solid #aca9a7;
  right: 2px;
  margin-top: 0px;
  top: 16px;
  z-index: 10;
}



.single-card-box {
  position: relative;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #f2ece7;
  margin-bottom: 60px;
}
.single-card-box .category-box {
  position: absolute;
  top: -15px;
  right: 20px;
  background-image: -moz-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(207, 23, 60) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(207, 23, 60) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(207, 23, 60) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 20px;
  font-family: "Aldrich", sans-serif;
}

.single-card-box .category-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 15px;
  border-left: 10px solid #9e122e;
  border-top: 15px solid transparent;
}



.cards-img-box {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  border-right: 1px solid #f2ece7;
  padding: 35px 29px 30px;
}

.cards-img-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 23px;
}

.cards-img-box .inner-title h3 {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.cards-img-box .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

.cards-img-box .btn-box a {
  text-align: center;
  margin: 0 5px 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  line-height: 52px;
}

.cards-img-box .btn-box a.style2 {
  box-shadow: none;
}

.cards-img-box .btn-box a.style2:after {
  background: #f7f1eb;
}



.cards-text-box {
  position: relative;
  padding: 33px 40px 0;
  flex: 1;
}

.cards-text-box p {
  padding-bottom: 27px;
}

.cards-text-box h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.cards-text-box ul {
  position: relative;
  display: block;
  padding-bottom: 31px;
}

.cards-text-box ul li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 32px;
  padding-left: 26px;
  margin-bottom: 5px;
}

.cards-text-box ul li:last-child {
  margin-bottom: 0;
}

.cards-text-box ul li::before {
  position: absolute;
  content: '';
  top: 14px;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #25b85d;
  border-radius: 2px;
}

.cards-text-box .compare-box {
  position: relative;
  display: block;
  padding-top: 22px;
  border-top: 1px solid #f2ece7;
}


.sidebar-title {
  position: relative;
  display: flex;
  align-items: center;
}
.sidebar-title .dot-box {
  position: relative;
  display: block;
  width: 8px;
  height: 14px;
  border-left: 8px solid #25b85d;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-right: 14px;
}

/*** 
=============================================
    Cards Details Area Style      
=============================================
***/
.cards-details-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 100px;
  z-index: 1;
}

.sidebar-box-style2 {
  position: relative;
  display: block;
  background-color: rgb(248, 244, 239);
  margin-right: 30px;
  padding: 38px 30px 40px;
}

.sidebar-box-style2 .border-box-1 {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: #e2deda;
  margin: 40px 0 40px;
}


.cards-deails-content-box {
  position: relative;
  display: block;
}

.cards-deails-content-1 {
  position: relative;
  display: block;
}

.cards-deails-content-1 .inner-title {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.cards-deails-content-1 .inner-title h5 {
  color: #25b85d;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 3px;
}

.cards-deails-content-1 .inner-title h2 {
  font-size: 36px;
  line-height: 46px;
}

.cards-deails-content-1 .text {
  position: relative;
  display: block;
}

.cards-deails-content-1 .text p+p {
  margin: 26px 0 0;
}



.cards-deails-content-2 {
  position: relative;
  display: block;
  padding-top: 33px;
}

.cards-deails-content-2 .img-box {
  position: relative;
  display: block;
}

.cards-deails-content-2 .img-box ul {
  position: relative;
  display: block;
}

.cards-deails-content-2 .img-box ul li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.cards-deails-content-2 .img-box ul li:last-child {
  margin-bottom: 0;
}

.cards-deails-content-2 .img-box .single-img-box {
  position: relative;
  display: block;
  border: 15px solid #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.cards-deails-content-2 .img-box .single-img-box img {
  width: 100%;
}

.cards-deails-content-2 .text-box {
  position: relative;
  display: block;
}

.cards-deails-content-2 .text-box ul {
  position: relative;
  display: block;
}

.cards-deails-content-2 .text-box ul li {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.cards-deails-content-2 .text-box ul li:last-child {
  margin-bottom: 0;
}

.cards-deails-content-2 .text-box span {
  font-size: 30px;
  line-height: 30px;
  background: linear-gradient(to right, #8d1340 0%, #cc173c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cards-deails-content-2 .text-box h3 {
  font-size: 22px;
  line-height: 32px;
  margin: 7px 0 9px;
}

.cards-deails-content-2 .text-box p {}



.card-details-features-box {
  position: relative;
  display: block;
  padding-top: 52px;
}

.card-details-features-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 33px;
}

.card-details-features-box .inner-title h2 {
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 14px;
}

.detail-item {
  position: relative;
  height: 350px;
  padding: 30px 25px;
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.detail-item:hover {
  background: #25b85d;
}

.detail-item .detail-icon {
  margin: 0 auto 20px auto;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: url(../img/icon-shape-primary.png) center center no-repeat;
  transition: .5s;
}

.detail-item:hover .detail-icon {
  color: #25b85d;
  background: url(../img/icon-shape-white.png);
}

.detail-item h5,
.detail-item p {
  transition: .5s;
}

.detail-item:hover h5,
.detail-item:hover p {
  color: #ffffff;
}






.card-deatils-accordion-box {
  position: relative;
  display: block;
  padding-top: 40px;
}
.accordion{
  margin: 40px 0;
}
.accordion .item {
    border: none;
    margin-bottom: 50px;
    background: none;
}

.accordion .item .item-header h2 button.btn.btn-link {
    background: #333435;
    color: white;
    border-radius: 0px;
    font-family: "Aldrich", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #25b85d;
    background-color: black;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.card-deatils-accordion-box-content {
  position: relative;
  display: block;
  padding: 40px 30px 0px 30px;
}

.card-deatils-accordion-box-content h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}

.card-deatils-accordion-box-content ul {
  position: relative;
  display: block;
}

.card-deatils-accordion-box-content ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
}

.card-deatils-accordion-box-content ul li:last-child {
  margin-bottom: 0;
}

.card-deatils-accordion-box-content ul li::before {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 12px;
  border-left: 8px solid #a5a2a0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.card-deatils-accordion-box-content .btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 23px;
}

.card-deatils-accordion-box-content .btns-box .btn-one {
  line-height: 50px;
}

.card-deatils-accordion-box-content .btns-box .btn-one:after {
  background-color: #f8f4ef;
}

.sidebar-banner-box {
  position: relative;
  display: block;
  background-color: #1a1c23;
  padding: 40px 30px 40px;
  overflow: hidden;
  z-index: 1;
}

.sidebar-banner-box .top-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 270px;
  background: #2b2d36;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: -1;
}

.sidebar-banner-box .bottom-box {
  position: absolute;
  right: -30px;
  bottom: -50px;
  width: 180px;
  height: 270px;
  background-image: -moz-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 184, 93) 100%);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  z-index: -1;
}

.sidebar-banner-box .logo-box {
  position: relative;
  display: block;
}

.sidebar-banner-box .logo-box a {
  position: relative;
  display: inline-block;
}

.sidebar-banner-box h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  margin: 34px 0 15px;
}

.sidebar-banner-box ul {
  position: relative;
  display: block;
}

.sidebar-banner-box ul li {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.sidebar-banner-box ul li+li {
  margin-top: 11px;
}

.sidebar-banner-box ul li span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  color: #25b85d;
}

.sidebar-banner-box .btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 33px;
}

.sidebar-banner-box .btns-box a {
  width: 100%;
  line-height: 52px;
  text-align: center;
}

/*------------------------------------------
  service-wrap 
--------------------------------------------*/
.service-wrap {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 50px;
}

.service-wrap.style1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54.17%, #F3FFFE), to(rgba(255, 233, 249, 0.28)));
  background: linear-gradient(180deg, #F3FFFE 54.17%, rgba(255, 233, 249, 0.28) 100%);
}

.service-wrap.style1 .service-content {
  margin-bottom: 25px;
}

.service-wrap.style1 .service-content .content-title {
  margin-bottom: 30px;
}



.service-card {
  margin: 0 0 25px;
}

.service-card h3 {
  font-size: 22px;
}

.service-card.style1 {
  -webkit-box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
          box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  padding: 22px 25px 22px;
  margin-bottom: 25px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.service-card.style1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  content: "";
  z-index: -1;
  background-color: #25b85d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style1 .service-icon {
  margin-bottom: 20px;
  display: block;
}

.service-card.style1 .service-icon img {
  max-width: 100px;
}

.service-card.style1 h3 {
  margin-bottom: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style1 h3:hover {
  color: #00A9A4;
}

.service-card.style1 p {
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style1:hover:after {
  height: 100%;
}

.service-card.style1:hover h3 {
  color: #fff;
}

.service-card.style1:hover p {
  color: #fff;
}

/*** 
=============================================
    Intro Style1 Area Css
=============================================
***/
.intro-style1-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
  z-index: 1;
}

.intro-style1-video-gallery {
  position: relative;
  display: block;
  min-height: 720px;
  margin-right: 20px;
}

.intro-style1-video-gallery-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #646464;
  background-blend-mode: luminosity;
}


.intro-video-gallery-style1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-video-gallery-style1 .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #ffffff;
  margin: 0 auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 2;
}

.intro-video-gallery-style1 .icon:hover {
  background-color: #25b85d;
}

.intro-video-gallery-style1 .icon:after,
.intro-video-gallery-style1 .icon:before {
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;

}

.intro-video-gallery-style1 .icon:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.intro-video-gallery-style1 .icon .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.intro-video-gallery-style1 .icon .video-popup span::before {
  position: relative;
  color: #1a1c23;
  font-size: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.intro-video-gallery-style1 .icon:hover .video-popup span::before {
  color: #ffffff;
}




.intro-style1-content-box {
  position: relative;
  display: block;
}

.intro-style1-content-box .sec-title {
  padding-bottom: 33px;
}

.intro-style1-content-box .text {
  position: relative;
  display: block;
  padding-bottom: 43px;
}

.intro-style1-content-box .text p {
  margin: 0;
}

.intro-style1-content-box .text p+p {
  margin-top: 16px;

}


.intro-style1-single-box {
  position: relative;
  display: block;
  padding-right: 20px;
}

.intro-style1-single-box .img-box {
  position: relative;
  display: block;
  background-color: #646464;
}

.intro-style1-single-box .img-box .img-box-inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.intro-style1-single-box .img-box img {
  width: 100%;
  mix-blend-mode: luminosity;
  transform: scale(1.0);
  transition: all 200ms ease;
}

.intro-style1-single-box:hover .img-box img {
  transform: scale(1.2) rotate(0deg);
}

.intro-style1-single-box .title-box {
  position: relative;
  display: block;
  padding-top: 22px;
}

.intro-style1-single-box .title-box h3 {
  font-size: 22px;
  line-height: 28px;
}

.intro-style1-single-box .title-box h3 a {
  color: #1a1c23;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.intro-style1-single-box .title-box h3 a:hover {
  color: #25b85d;
}

.intro-style1-single-box .overlay-text {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 14px 20px 15px;
  z-index: 2;
}

.intro-style1-single-box .overlay-text h3 {
  color: #25b85d;
  font-size: 18px;
  font-weight: 500;
}

/*** 
=============================================
  Statements Area Css
=============================================
***/
.statements-area {
  position: relative;
  display: block;
  background-color: #f7f1eb;
  padding: 100px 0 90px;
}

.statements-content-box {
  position: relative;
  display: block;
}

.statements-content-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.statements-content-box ul li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding: 0 5px 0px;
}

.single-statements-box {
  position: relative;
  display: block;
  padding-bottom: 10px;
}

.single-statements-box .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #646464;
  z-index: 1;
}

.single-statements-box .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1a1c23;
  opacity: 0.40;
  z-index: 1;
}

.single-statements-box .img-box img {
  width: 100%;
  mix-blend-mode: luminosity;
  transform: scale(1.0);
  transition: all 700ms ease;
}

.single-statements-box:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
  filter: grayscale(.01);
}

.single-statements-box .img-box .static-content {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  text-align: center;
  z-index: 2;
  transition: all .4s ease-in-out .3s;
}

.single-statements-box:hover .img-box .static-content {
  bottom: 50%;
  transform: translateY(50%);
}

.single-statements-box .img-box .static-content h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}


.single-statements-box .img-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .15);
  font-size: 200px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Aldrich", sans-serif;

  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(20deg) translateX(-50%);
  -ms-transform: perspective(400px) rotateX(20deg) translateX(-50%);
  transform: perspective(400px) rotateX(20deg) translateX(-50%);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.single-statements-box:hover .img-box .overlay-content {
  opacity: 1.0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
  -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
  transform: perspective(400px) rotateX(0deg) translateX(-0%);
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}



.statements-text-box {
  position: relative;
  display: block;
  padding: 40px 50px 45px;
  background-image: -moz-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 100, 54) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 100, 54) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(37, 184, 93) 0%, rgb(37, 100, 54) 100%);
}

.statements-text-box .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 100px;
}

.statements-text-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 19px;
}

.statements-text-box .inner-title h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
}

.statements-text-box .inner-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background: #ffffff;
}

.statements-text-box .text {
  position: relative;
  display: block;
  padding-top: 33px;
}

.statements-text-box .text p {
  color: #e2deda;
}

.statements-text-box .text .btn-box {
  position: relative;
  display: block;
  padding-top: 27px;
}

.statements-text-box .text .btn-box a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.statements-text-box .text .btn-box a span {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 7px;
  font-size: 16px;
}


/*** 
=============================================
    choose Style1 Area Css
=============================================
***/
.choose-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 50px;
}

.media-feature {
  padding: 30px;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px; }
  .media-feature .icon {
    font-size: 60px;
    color: #007bff; }
  .media-feature h3 {
    font-size: 16px;
    text-transform: uppercase; }
  .media-feature:hover, .media-feature:focus {
    -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-bottom: 10px solid #25b85d; }
    .media-feature:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 7px;
      width: 1px;
      background: #e0e6e7;
  }


  
  .media-feature .icon {
    position: relative;
    display: block;
    padding-top: 50px;
    width: 90px;
    margin: 20px auto;
  }
  
  .media-feature .icon .icon-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #1a1c23;
    font-size: 50px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .media-feature:hover .icon .icon-inner {
    background: -webkit-linear-gradient(#8a0f3d, #cd173c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .media-feature .icon .counting {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background-color: #25b85d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #1a1c23;
    font-size: 22px;
    font-weight: 500;
    font-family: "Aldrich", sans-serif;
  }
  
  

/*** 
=============================================
  Statistics Area Css
=============================================
***/
.statistics-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 100px;
  z-index: 1;
}

.statistics-content-box {
  position: relative;
  display: block;
}

.statistics-content-box .sec-title {
  padding-bottom: 32px;
}

.statistics-content-box .text {
  position: relative;
  display: block;
  padding-bottom: 33px;
}

.statistics-content-box .text p {
  color: #7f7873;
}

.statistics-content-box .download-box {
  position: relative;
  display: flex;
  align-items: center;
}

.statistics-content-box .download-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f7f1eb;
  border-radius: 50%;
  color: #1a1c23;
  font-size: 20px;
}

.statistics-content-box .download-box .title {
  position: relative;
  flex: 1;
  margin-left: 20px;
}

.statistics-content-box .download-box .title h5 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.statistics-content-box .download-box .title h5 a {
  color: #25b85d;
}

.statistics-content-box .download-box .title h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 9px 0 0;
}

/*---------------------------------------
  Faq Page One Css
-----------------------------------------*/
.faq-page-one {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
  z-index: 10;
}

.faq-page-one .sec-title {
  padding-bottom: 35px;
}

.faq-page-one .faq-search-box {
  margin: 0 auto;
  padding-bottom: 60px;
}


.faq-search-box {
  position: relative;
  display: block;
  padding-bottom: 5px;
  max-width: 370px;
  width: 100%;
}

.faq-search-box h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
}

.faq-search-box__inner {
  position: relative;
  display: block;
}


.faq-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}

.faq-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 0px solid #e5e5e5;
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 60px;
  border-radius: 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  font-family: "Aldrich", sans-serif;
  transition: all 500ms ease 0s;
}

.faq-search-box .search-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 0%;
  border: 0px solid #e7e7e8;
  transition: all 500ms ease 0s;
}

.faq-search-box .search-form button i {
  position: relative;
  top: 2px;
  color: #1a1c23;
  font-size: 20px;
}

.faq-search-box .search-form input[type="text"]:focus {
  color: #000;
}

.faq-page-one #accordion-1 {
	padding-right: 15px;
  }
  
  .faq-page-one #accordion-2 {
	padding-left: 15px;
  }
  
  @media(max-width: 767.98px) {
	.faq-page-one .row::after {
		display: none;
	}
	
	.faq-page-one #accordion-1,
	.faq-page-one #accordion-2 {
		padding: 0;
	}
	
	.faq-page-one #accordion-2 {
		padding-top: 15px;
	}
  }
  
  .faq-page-one .card {
	margin-bottom: 15px;
	border: none;
	border-radius: 0;
  }
  
  .faq-page-one .card:last-child {
	margin-bottom: 0;
  }
  
  .faq-page-one .card-header {
	padding: 0;
	border: none;
	background: #ffffff;
  }
  
  .faq-page-one .card-header a {
	display: block;
	padding: 10px 25px;
	width: 100%;
	color: #121518;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: .5s;
  }
  
  .faq-page-one .card-header [data-bs-toggle="collapse"][aria-expanded="true"] {
	background:#25b85d;
  }
  
  .faq-page-one .card-header [data-bs-toggle="collapse"]:after {
	font-family: 'font Awesome 5 Free';
	content: "\f060";
	float: right;
	color: #25b85d;
	font-size: 12px;
	font-weight: 900;
	transition: .5s;
  }
  
  .faq-page-one .card-header [data-bs-toggle="collapse"][aria-expanded="true"]:after {
	font-family: 'font Awesome 5 Free';
	content: "\f063";
	float: right;
	color: #030f27;
	font-size: 12px;
	font-weight: 900;
	transition: .5s;
  }
  
  .faq-page-one .card-body {
	padding: 20px 25px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: none;
  }
  /*** 
=============================================
    Apply Form Area Style      
=============================================
***/
.apply-form-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
  z-index: 100;
}

.apply-form-box {
  position: relative;
  display: block;
  padding: 50px;
  z-index: 10;
}

.apply-form-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #646464;
  background-blend-mode: luminosity;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: -1;
}

.apply-form-box__content {
  position: relative;
  display: block;
  max-width: 670px;
  width: 100%;
  float: right;
  background-color: #f7f1eb;
  padding: 50px;
}

.apply-form-box__content .sec-title {
  padding-bottom: 45px;
}


#apply-form {
  position: relative;
  display: block;
}

#apply-form .form-group {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

#apply-form .form-group .input-box {
  position: relative;
  display: block;
}

#apply-form .form-group .input-box .icon {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  color: #a5a2a0;
  font-size: 16px;
  line-height: 50px;
  width: 45px;
  text-align: center;
}

#apply-form .form-group .input-box .icon:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  width: 1px;
  background: #f2ece7;
}

#apply-form .form-group input {
  position: relative;
  display: block;
  background: #ffffff;
  border: 0px solid #f0f0f0;
  width: 100%;
  height: 50px;
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: "Aldrich", sans-serif;
}

#apply-form .form-group .select-box {
  position: relative;
  display: block;
  width: 100%;
}

#apply-form .form-group .nice-select {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 0px;
  border: solid 0px #f6f6f6;
  width: 100%;
  height: 50px;
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  font-family: "Aldrich", sans-serif;
}

#apply-form .form-group .nice-select:after {
  position: absolute;
  font-family: FontAwesome;
	content: "\f078";
  color: #7f7873;
  font-size: 16px;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  height: 50px;
  width: 45px;
  bottom: 0;
  text-align: center;
}

#apply-form .form-group .nice-select:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 45px;
  bottom: 10px;
  width: 1px;
  background: #f2ece7;
}

#apply-form .form-group .nice-select .list {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  margin-top: 10px;
}

#apply-form .form-group .nice-select .option {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 40px;
  min-height: 40px;
}


#apply-form .button-box {
  position: relative;
  display: block;
}

#apply-form .button-box button {
  color: #ffffff;
}

#apply-form .button-box button:after {
  background-color: #25b85d;
}

/*** 
=============================================
    Main Contact Form Area Css
=============================================
***/
.main-contact-form-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0px 140px;
  z-index: 10;
}

.main-contact-form-area.pdb100 {
  padding-bottom: 100px;
}


.contact-info-box-style1 {
  position: relative;
  display: block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 41px 50px 1px;
  margin-right: -30px;
}

.contact-info-box-style1 .box1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 330px;
  height: 310px;
  background-color: #25b85d;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}


.contact-info-box-style1 .title {
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.contact-info-box-style1 .title h2 {
  font-size: 36px;
  line-height: 46px;
}

.contact-info-box-style1 .title p {
  font-size: 18px;
  line-height: 28px;
  margin: 11px 0 0;
}


.contact-info-1 {
  position: relative;
  display: block;
  border: 1px solid #f2ece7;
  padding: 50px 40px 43px;
  margin-right: -100px;
  background: #fff;
  z-index: 2;
}

.contact-info-1 li {
  position: relative;
  display: block;
  padding-left: 90px;
}

.contact-info-1 li+li {
  margin-top: 32px;
}

.contact-info-1 li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #f7f1eb;
  border: 1px solid #f7f1eb;
  border-radius: 50%;
  color: #1a1c23;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-info-1 li:hover .icon {
  color: #25b85d;
  background-color: #ffffff;
}

.contact-info-1 li .text {
  position: relative;
  display: block;
}

.contact-info-1 li .text p {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 7px;
}

.contact-info-1 li .text h3 {
  font-size: 22px;
  line-height: 30px;
}

.contact-info-1 li .text h3 a {
  color: #1a1c23;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-info-1 li .text h3 a:hover {
  color: #25b85d;
}



.contact-info-box-style1 .bottom-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 40px;
}

.contact-info-box-style1 .bottom-box .btn-box {
  position: relative;
  display: block;
}

.contact-info-box-style1 .bottom-box .btn-box a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
}

.contact-info-box-style1 .bottom-box .btn-box a i {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  top: 1px;
}


.contact-info-box-style1__single .social-link {
  position: relative;
  display: block;
}

.contact-info-box-style1__single .social-link li {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

.contact-info-box-style1__single .social-link li:last-child {
  margin-right: 0px;
}

.contact-info-box-style1__single .social-link li a {
  position: relative;
  display: block;
  color: #25b85d;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-info-box-style1__single .social-link li a:hover {
  color: #25b85d;
}




.contact-form {
  position: relative;
  display: block;
  background: #f7f1eb;
  padding-top: 43px;
  padding-left: 100px;
  padding-bottom: 50px;
  padding-right: 50px;
}

.contact-form form{
  position: relative;
  margin-bottom: 25px;
}
.contact-form form .custom-style{
position: relative;
display: block;
padding-bottom: 19px;
}
.contact-form form .custom-style label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #160a24;
  display: flex;
  align-items: center;
  
  justify-content: space-between;
  margin-bottom: 10px;
}

.contact-form form .custom-style input,select,textarea{
  width: 100%;
  display: block;
  border: 1px solid rgba(47, 47, 47, 0.3);
  border-radius: 10px;
  padding: 21px 25px;
  font-size: 16px;
  line-height: 26px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  color: rgba(47, 47, 47, 0.8);
}


.contact-form form .custom-style ::-webkit-input-placeholder {
  color: rgba(47, 47, 47, 0.8);
}
.contact-form form .custom-style:-ms-input-placeholder {
  color: rgba(47, 47, 47, 0.8);
}
.contact-form form .custom-style ::placeholder {
  color: rgba(47, 47, 47, 0.8);
}


.contact-form form .button-box {
  position: relative;
  display: block;
  padding-top: 6px;
  color: #FFFFFF;
}

.contact-form form .button-box button {
  color: #ffffff;
}

.contact-form form .button-box button:after {
  background-color: #25b85d;
  color: #FFFFFF;
}

.contact-form form .button-box button:before {
  background-color: #1a1c23;
  color: #FFFFFF;
}


.footer-social-link-style1 {
  position: relative;
  display: block;
}

.footer-social-link-style1 ul {
  position: relative;
  display: block;
}

.footer-social-link-style1 ul li {
  position: relative;
  float: left;
  margin-right: 10px;
}

.footer-social-link-style1 ul li:last-child {
  margin-right: 0;
}

.footer-social-link-style1 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border: 1px solid #f2ece7;
  border-radius: 50%;
  color: #a5a2a0;
  font-size: 14px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-social-link-style1 ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #25b85d;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.footer-social-link-style1 ul li:hover a:before {
  opacity: 1.0;
  transform: scale(1.0);
}

.footer-social-link-style1 ul li:hover a {
  color: #ffffff;
  border-color: #25b85d;
}





/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
  background: #ffffff;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 680px;
  width: 100%;
  mix-blend-mode: luminosity;
}


.google-map-content-box {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 100;
}

.branch-atm-tab {
  position: relative;
  display: block;
}

.branch-atm-tab__button {
  position: relative;
  display: flex;
  align-items: center;
  background: #1a1c23;
  padding: 20px 40px 20px;
  margin-bottom: 100px;
}

.branch-atm-tab__button .tabs-button-box {
  position: relative;
  display: block;
  width: 200px;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  float: left;
  margin-right: 25px;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item:last-child {
  margin-right: 0;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item h5 {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item h5:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #b8b4b1;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item:hover h5:before,
.branch-atm-tab__button .tabs-button-box .tab-btn-item.active-btn-item h5:before {
  border-color: #25b85d;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item h5:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 5px;
  height: 5px;
  background: #25b85d;
  border-radius: 50%;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item:hover h5:after,
.branch-atm-tab__button .tabs-button-box .tab-btn-item.active-btn-item h5:after {
  transform: scale(1.0);
}



.branch-atm-tab__button .location-search-box {
  position: relative;
  flex: 1;
}

.location-search-box {
  position: relative;
  display: block;
}

.location-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}

.location-search-box form.search-form .input-box {
  position: relative;
  display: block;
}

.location-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #1a1c23;
  border: 1px solid #1a1c23;
  border-left: 1px solid #3c3d43;
  color: #b8b4b1;
  font-size: 16px;
  font-weight: 400;
  padding-left: 45px;
  padding-right: 130px;
  border-radius: 0px;
  font-family: "Aldrich", sans-serif;
  transition: all 500ms ease 0s;
}

.location-search-box form.search-form .input-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #b8b4b1;
  font-size: 18px;
}

.location-search-box .search-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 45px;
  color: #1a1c23;
  font-size: 18px;
  line-height: 45px;
  font-weight: 500;
  font-family: "Aldrich", sans-serif;
  background: #ffffff;
  text-align: center;
  border: 0px solid #e7e7e8;
  transition: all 500ms ease 0s;
}

.location-search-box .search-form input[type="text"]:focus {
  color: #ffffff;
}

.location-search-box .search-form input[type="text"]:focus+button,
.location-search-box .search-form button:hover {
  color: #25b85d;
}

.location-search-box .search-form input::-webkit-input-placeholder {
  color: #b8b4b1;
}

.location-search-box .search-form input:-moz-placeholder {
  color: #b8b4b1;
}

.location-search-box .search-form input::-moz-placeholder {
  color: #b8b4b1;
}

.location-search-box .search-form input:-ms-input-placeholder {
  color: #b8b4b1;
}



.branch-atm-tab .tabs-content-box {
  position: relative;
  display: block;
}

.branch-atm-tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.branch-atm-tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.branch-atm-tab .tab-content-box-item .branch-atm-tab-content-box-item {
  opacity: 0;
  transform: scaleY(1.0) translateY(-10px);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.branch-atm-tab .tab-content-box-item.tab-content-box-item-active .branch-atm-tab-content-box-item {
  opacity: 1.0;
  transform: scaleY(1) translateY(0px);
}



.branch-atm-tab-content-box-item {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 38px 40px 33px;
  z-index: 1;
}

.branch-atm-tab-content-box-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: -moz-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
  z-index: -1;
}

.branch-atm-tab-content-box-item .inner-title {
  position: relative;
  display: block;
  padding-bottom: 22px;
  border-bottom: 1px solid #f2ece7;
}

.branch-atm-tab-content-box-item .inner-title h3 {
  font-size: 22px;
  line-height: 30px;
}

.branch-atm-tab-content-box-item ul {
  position: relative;
  display: block;
  padding-top: 26px;
}

.branch-atm-tab-content-box-item ul li {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.branch-atm-tab-content-box-item ul li:last-child {
  margin-bottom: 0;
}

.branch-atm-tab-content-box-item ul li h3 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.branch-atm-tab-content-box-item ul li p {
  color: #7f7873;
}

.branch-atm-tab-content-box-item ul li p a {
  color: #7f7873;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.branch-atm-tab-content-box-item ul li p a:hover {
  color: #25b85d;
}







/*** 
=============================================
    Customer Care Numbers Area Style      
=============================================
***/
.customer-care-numbers-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 93px 0 100px;
  z-index: 1;
}

.customer-care-numbers-area .title-box {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 52px;
}

.customer-care-numbers-area .title-box h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

.customer-care-numbers-tab {
  position: relative;
  display: block;
}

.customer-care-numbers-tab__button {
  position: relative;
  display: block;
}

.customer-care-numbers-tab__button .tabs-button-box {
  position: relative;
  display: block;
  z-index: 10;
}

.customer-care-numbers-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  float: left;
  width: 205px;
  z-index: 1;
}

.customer-care-numbers-tab__button .tabs-button-box .tab-btn-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  box-shadow: -6px -10px 20px -1px rgb(0 0 0 / 5%);
  z-index: -1;
}

.customer-care-numbers-tab__button .tabs-button-box .tab-btn-item:hover::before,
.customer-care-numbers-tab__button .tabs-button-box .tab-btn-item.active-btn-item::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.customer-care-numbers-tab__button .tabs-button-box .tab-btn-item h4 {
  position: relative;
  display: block;
  color: #a5a2a0;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
}

.customer-care-numbers-tab__button .tabs-button-box .tab-btn-item:hover h4,
.customer-care-numbers-tab__button .tabs-button-box .tab-btn-item.active-btn-item h4 {
  color: #25b85d;
}



.customer-care-numbers-tab .tabs-content-box {
  position: relative;
  display: block;
}

.customer-care-numbers-tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.customer-care-numbers-tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.customer-care-numbers-tab .tab-content-box-item .customer-care-numbers-tab-content-box-item {
  opacity: 0;
  transform: scaleY(1.0) translateY(5px);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.customer-care-numbers-tab .tab-content-box-item.tab-content-box-item-active .customer-care-numbers-tab-content-box-item {
  opacity: 1.0;
  transform: scaleY(1) translateY(0px);
}




.customer-care-numbers-table-box {
  position: relative;
  display: block;
  box-shadow: 0px 5px 20px 1px rgb(0 0 0 / 12%);
}

.customer-care-numbers-table-box .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.customer-care-numbers-table-box .customer-care-numbers-table {
  position: relative;
  min-width: 1024px;
  width: 100%;
}

.customer-care-numbers-table-box .customer-care-numbers-table:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #ffffff;
}

.customer-care-numbers-table-box .customer-care-numbers-table:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
}

.customer-care-numbers-table .header {
  position: relative;
  text-transform: capitalize;
  width: 100%;
  font-family: "Aldrich", sans-serif;
}

.customer-care-numbers-table thead tr th {
  color: #25b85d;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  min-width: 110px;
  padding: 25px 30px;
  border-left: 1px solid #f2ece7;
  border-right: 1px solid #f2ece7;
  border-top: none;
  text-transform: capitalize;
  font-family: "Aldrich", sans-serif;
  text-align: center;
}

.customer-care-numbers-table tbody {
  position: relative;
}

.customer-care-numbers-table tbody tr {
  border-bottom: 1px solid #f2ece7;
}

.customer-care-numbers-table tbody tr td {
  min-width: 110px;
  padding: 0px 0px;
  border: 1px solid #f2ece7;
}

.customer-care-numbers-table tbody tr td.inner-title {
  position: relative;
  padding: 0 40px;
  padding-right: 20px;
}

.customer-care-numbers-table tbody tr td.inner-title h3 {
  color: #1a1c23;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-style: italic;
  font-family: "Aldrich", sans-serif;
}

.customer-care-numbers-table tbody tr td.contact-info {
  position: relative;
}

.customer-care-numbers-table tbody tr td.contact-info ul {
  position: relative;
  display: block;
}

.customer-care-numbers-table tbody tr td.contact-info ul li {
  position: relative;
  display: block;
  padding-top: 14px;
  padding-left: 40px;
  padding-bottom: 13px;
  padding-right: 30px;
}

.customer-care-numbers-table tbody tr td.contact-info ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #f2ece7;
}

.customer-care-numbers-table tbody tr td.contact-info ul li:first-child::before {
  display: none;
}

.customer-care-numbers-table tbody tr td.contact-info ul li+li {}

.customer-care-numbers-table tbody tr td.contact-info ul li a {
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  font-family: "Aldrich", sans-serif;
}

.customer-care-numbers-table tbody tr td.contact-info ul li a.color2 {
  color: #25b85d;
}



.customer-care-numbers-table-box .bottom-text {
  position: relative;
  display: block;
  border-top: 1px solid #f2ece7;
  padding-top: 34px;
  padding-bottom: 33px;
}

.customer-care-numbers-table-box .bottom-text h3 {
  font-size: 18px;
  line-height: 26px;
}

.customer-care-numbers-table-box .bottom-text h3 a {
  position: relative;
  display: inline-block;
  color: #25b85d;
  font-weight: 500;
  text-decoration: underline;
}








.image-container{
  background: url('../img/bg.jpg') center no-repeat;
  background-size: cover;
  height: 100vh;
}

.form-container{
  background-color: #555555;
  display: flex;
  justify-content: center;
}

.form-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.form-box h4{
  font-weight: bold;
  color: #fff;
}

.form-box .form-input {
  position: relative;
}

.form-box .form-input input{
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
  outline: none;
  background: white;
  padding-left: 45px;
}

.form-box .form-input span{
  position: absolute;
  top: 8px;
  padding-left: 20px;
  color: #777;
}

.form-box .form-input input::placeholder{
  padding-left: 0px;
}

.form-box .form-input input:focus,
.form-box .form-input input:valid{
  border-bottom: 2px solid #dc3545;
}

.form-box input[type="checkbox"]:not(:checked) + label:before{
  background: transparent;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
}

.form-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
  background-color: #dc3545;
  border: 0px;
}

.form-box button[type="submit"]{
  border: none;
  cursor: pointer;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  transition: 0.5s;
}

.form-box button[type="submit"]:hover{
  -webkit-box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.55);
  box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.55);
}

.forget-link, .register-link, .login-link{
  color: #fff;
  font-weight: bold;
}

.forget-link:hover, .register-link:hover, .login-link:hover{
  color: #292525;
}

.form-box .btn-social{
  color: #fff;
  border: 0;
  margin-bottom: 10px;
}

.form-box .btn-facebook{
  background: #4866a8;
}

.form-box .btn-google{
  background: #da3f34
}

.form-box .btn-twitter{
  background: #33ccff;
}

.form-box .btn-facebook:hover{
  color: #fff;
  background: #3d5785;
}

.form-box .btn-google:hover{
  background: #bf3b31;
  color: #fff;
}

.form-box .btn-twitter:hover{
  background: #2eb7e5;
  color: #fff;
}