@font-face {
  font-family: "Adani-Regular";
  src: url("../webfonts/Adani-ExtraLight.woff") format("woff"),
    url("../webfonts/Adani-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Adani-Regular";
  src: url("../webfonts/Adani-Medium.woff") format("woff"),
    url("../webfonts/Adani-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Adani-Regular";
  src: url("../webfonts/Adani-Regular.woff") format("woff"),
    url("../webfonts/Adani-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Adani-Regular";
  src: url("../webfonts/Adani-Regular_1.woff") format("woff"),
    url("../webfonts/Adani-Regular_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Adani-Regular";
  src: url("../webfonts/Adani-Light.woff") format("woff"),
    url("../webfonts/Adani-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Adani-Regular";
  src: url("../webfonts/Adani-Bold.woff") format("woff"),
    url("../webfonts/Adani-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Adani-Regular";
  src: url("../webfonts/Adani-SemiBold.woff") format("woff"),
    url("../webfonts/Adani-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

html,
body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-family: "Adani-Regular" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  background-color: #f4efec;
}
@media (max-width: 767px) {
  .custom-col {
    margin-left: 0 !important; /* Override the left margin */
    margin-right: 0 !important; /* Override the right margin if needed */
  }
}
body {
  transition: ease margin-top 0.3s;
}
main {
  overflow: hidden;
  background: #f6f6f3;
  padding-top: 70px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
header,
aside,
footer,
section,
article,
nav,
field,
label,
figcaption,
figure,
hgroup,
input,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
p {
  font-size: 16px;
  font-weight: 400;
}
a {
  color: #179e96;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
header {
  padding: 0rem 0rem;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 9;
}
header .btn {
  text-align: left;
}
header .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
header .tollfree span,
header .email_connect span {
  color: #137ab6;
  font-size: 0.8rem;
  font-weight: 600;
}
header .points-tooltip span {
  color: #f3a100;
  font-size: 0.8rem;
  font-weight: 600;
}
header .points-tooltip .fa {
  margin-right: 0px;
}
header
  .tollfree
  span(color:#7f3a8d;)
  header
  .points-tooltip(color:#f3a100;)
  header
  .btn
  .fa-question-circle {
}
header .btn .fa-question-circle:before {
  font-size: 20px;
  position: relative;
  top: 3px;
}
header .btn .fa-phone {
  width: 22px;
  height: 22px;
  text-align: center;
  border: 2px solid #7f3a8d;
  border-radius: 100px;
  position: relative;
  top: 6px;
  margin-right: 10px;
}
header .btn .fa-phone:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 10px;
  color: #7f3a8d;
}
header .btn .fa-envelope {
  width: 22px;
  height: 22px;
  text-align: center;
  position: relative;
  top: 0px;
  margin-right: 10px;
}
header .btn .fa-envelope:before {
}
header .btn span {
  display: inline-block;
}
.bg-images {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-images img {
  border-radius: 0;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.login_container {
  position: relative;
  padding: 3.5rem;
  min-height: 80vh;
}
.login_container .bg-images {
  background: rgb(186, 54, 100);
  background: linear-gradient(
    243deg,
    rgba(186, 54, 100, 1) 0%,
    rgba(131, 58, 148, 1) 52%
  );
}
.login_container .bg-images img {
  opacity: 0.2;
}
.login_container h1 {
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
}
.login_container h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  color: #ff6735;
  text-shadow: 0 0 #ff6735;
}
.login_container h2 img {
  width: 35px;
  margin-right: 10px;
}
.login_container-inner {
}
.login_container-inner > div {
  max-width: 450px;
  margin: 1.5rem auto;
  background: #fff;
  position: relative;
  padding: 1.5rem;
  box-shadow: 0px 0px 2px 0px #000;
}
.login_container-inner > div label {
  font-size: 13px;
  margin-bottom: 0.5rem;
  color: #545454;
}
.login_container-inner > div .form-control {
  border-radius: 0px;
}
.header-logo {
  display: block;
}
.header-logo img {
  max-width: 130px;
}

.btn-primary {
  font-weight: 500;
  color: #fff;
  background-color: #28a49a;
  border-color: #28a49a;
  min-width: 150px;
  border-radius: 20px !important;
  line-height: 40px !important;
  padding: 0 0.75rem !important;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  /*box-shadow: 0 20px 38px rgba(0, 0, 0, 0.11)!important;*/
  box-shadow: none !important;
  top: -3px;
  color: #fff !important;
  transition: ease all 0.5s;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-primary.focus,
.btn-primary:focus {
  /*box-shadow: 0 0 0 0.1rem rgba(25,114,127,.7);*/
  background: #4a4a4a;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(25, 114, 127, 0.7);
}
.btn-outline-primary {
  color: #28a49a;
  border-color: #28a49a;
  transition: ease all 0.3s;
  border-radius: 0px;
}
.btn-outline-primary:hover {
  color: #fff;
  background: #28a49a;
  border-color: #28a49a;
  transition: ease all 0.3s;
}
.btn-secondary {
  font-size: 18px;
  line-height: 28px;
  color: #6b69b0 !important;
  background: #fff;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  padding: 0.6rem 1.25rem;
  transform: translateY(0px);
  box-shadow: 0px 0px 0px 0px #b9b9b9;
  transition: ease all 0.6s;
  font-weight: 500;
}
.btn-secondary span {
  font-size: 12px;
  position: relative;
  top: -2px;
  transition: ease all 0.4s;
  left: 0px;
}
.btn-secondary:hover span {
  transition: ease all 0.4s;
  left: 10px;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus {
  background: #fff;
  outline: 0;
  border: 0px;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0) !important;
  color: #6b69b0 !important;
  transform: translateY(-5px);
  box-shadow: 0px 3px 9px 3px #b9b9b9;
  transition: ease all 0.6s;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #6b69b0;
  background-color: #fff;
  border-color: #fff;
}
.btn-gradient {
  min-width: 150px;
  background-color: #28a49a !important;
  transition: ease all 0.6s;
  color: #fff !important;
  border-radius: 0px;
  padding: 0.6rem 0.7rem 0.45rem 0.7rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
}
.btn-gradient:hover {
  transition: ease all 0.6s;
  color: #fff;
  background-color: #04be74 !important;
}
.btn-gradient span {
  position: relative;
  top: 1px;
}
.btn-white {
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border-color: #3b78b5;
  min-width: 150px;
  border-radius: 0px;
}
.btn-white:hover,
.btn-white:active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.11) !important;
  top: -3px;
  color: #fff !important;
  transition: ease all 0.5s;
}
.ft-logo {
  max-width: 130px;
}
.ft_social {
}
.ft_social li {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #6f6f6f;
}
.ft_social li a {
  color: #6f6f6f;
  font-size: 16px;
  transition: ease all 0.6s;
}
.ft_social li a:hover {
  color: #ff6735;
  transition: ease all 0.6s;
}

header {
  background: #fff;
  border-bottom: 0px solid #f1f1f1;
}
header .navbar-brand {
  margin-right: 0px;
  padding: 0rem 0;
  display: block;
  transition: ease all 0.6s;
}
header.headerSec .navbar-brand img {
  max-width: 275px;
  filter: brightness(500) contrast(1.5) grayscale(1);
}
.topMenu {
}
.topMenu li {
  padding: 0rem 0rem;
}
.topMenu li a {
  color: #fff;
  padding: 0.5rem 0.6rem;
  font-weight: 500;
  text-shadow: 0 0 black;
  display: block;
  font-size: 13px;
}
.btn-login {
  background: rgb(58, 120, 181);
  background: linear-gradient(
    90deg,
    rgba(58, 120, 181, 1) 0%,
    rgba(40, 164, 154, 1) 52%
  );
  color: #fff;
  border-radius: 0px;
  padding: 0.45rem 1.5rem;
}
.header-section {
  padding: 0px 0px;
  box-shadow: 0px 0px 6px 0px #9c9c9c;
  z-index: 9;
  position: relative;
}
.top-submenu {
  border-bottom: 0px solid #ccc;
}
.banner-content {
  text-align: left;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
}
.banner-content h2,
.banner-content h1 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  text-shadow: 1px 1px 3px #000;
}
.banner-content p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 3px #000;
  line-height: 30px;
}
.banner-content .container > div {
  max-width: 550px;
}
.banner-content > div a {
  color: #28a49a;
  border: 1px solid #fff;
  padding: 0 1.25rem;
  font-size: 18px;
  background: #fff;
  transition: ease all 0.6s;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 1.5rem;
  text-shadow: none;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
}
.banner-content > div a:hover {
  background: #04be74;
  transition: ease all 0.6s;
  color: #fff;
  text-decoration: none;
  color: #fff;
}
.banner-content > div a span {
  margin-left: 0.5rem;
}
.hero-banner .item {
  position: relative;
}
.hero-banner .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.hero-banner .owl-dots button {
  outline: 0;
}
.hero-banner .owl-dots button.active {
}
.hero-banner .owl-dots button.active span {
  background: #fff;
  border: 2px solid #333;
  position: relative;
  top: 1px;
  transition: ease all 0.5s;
  width: 15px;
  height: 15px;
}
.hero-banner .owl-dots button span {
  width: 13px;
  height: 13px;
  border-radius: 100px;
  border: 2px solid #333;
  background: #333;
  display: block;
  margin-right: 10px;
  position: relative;
  top: 0px;
  transition: ease all 0.5s;
}
.hero-banner .owl-dots {
}

.text-blue {
  color: #0a86d2 !important;
}
.loadmore_content {
  text-align: center;
}
.loadmore_content p {
  color: #0b4677;
  font-weight: 600;
  font-size: 1.15rem;
  cursor: pointer;
  transition: ease all 0.6s;
}
.loadmore_content p:hover {
  color: #f08923;
  transition: ease all 0.6s;
}
.bg-gradient {
  background: rgb(60, 118, 182);
  background: linear-gradient(
    90deg,
    rgba(60, 118, 182, 1) 0%,
    rgba(40, 164, 154, 1) 52%
  );
}
.bg-images.bg-gradient img {
  opacity: 0.2;
}

/*Inner breadcrumb*/
.breadcrumb {
  width: 100%;
  padding: 20px 0px 10px 0px;
  background: #fff;
}
.breadcrumb ul li {
  color: #000;
  display: inline-block;
}
.breadcrumb ul li:nth-last-child(1):after {
  content: " ";
}
.breadcrumb ul li:after {
  content: "\f105";
  padding: 0px 10px;
  display: inline-block;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}
.breadcrumb ul li a:hover {
  color: #4e4e4e;
  text-decoration: none;
}
.breadcrumb ul li a {
  color: #0b4677;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 22px;
  text-shadow: 0 0 black;
  font-weight: 600;
}

.heading {
  font-weight: 500;
  color: #494949;
  margin-bottom: 0.5rem;
}
.heading span {
  font-weight: 300;
}
.sub-heading {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 0 black;
}
.hero_banner_container {
  position: relative;
}

.stats_section {
  text-align: center;
  padding: 0.5rem;
  transition: ease all 0.6s;
  background: rgb(255 255 255 / 0%);
  transform: translateY(0px);
  height: 100%;
}
.stats_section:hover {
  transition: ease all 0.6s;
  background: rgb(255 255 255 / 0%);
  box-shadow: 0px 1px 4px -2px rgb(0 0 0 / 0%);
  transform: translateY(-5px);
}
.stats_section--thumb {
  margin-bottom: 1rem;
}
.stats_section--thumb img {
  width: 40px;
  object-fit: cover;
}
.stats_section--description {
}
.stats_section--description h3 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.stats_section--description p {
  color: #333;
  font-weight: 500;
  font-size: 18px;
}

.video_section {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.video_section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.video_section:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 5rem;
  transition: ease all 0.6s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.video_section:hover:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  color: #fff;
  transition: ease all 0.6s;
  opacity: 0.5;
}
.video_section:hover {
}

.text_container h2 {
  color: #000;
  display: inline-block;
  padding-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
}
.text_container h2:after {
  content: "";
  border-bottom: 0px solid #28a49a;
  display: block;
  bottom: 0px;
  position: absolute;
  width: 100%;
  max-width: 400px;
}
.text_container p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0.8rem;
}
.text_container h4 {
  color: #054ba0;
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.finance-offerings {
  position: relative;
  background: rgb(28, 144, 155);
  background: linear-gradient(
    180deg,
    rgba(28, 144, 155, 0.05) 0%,
    rgba(67, 107, 165, 0.05) 100%
  );
}
.finance-offerings .bg-images {
  display: none;
}
.finance-offerings .bg-images img {
  opacity: 0.5;
  filter: grayscale(1);
}
.finance-offerings h2 {
  position: relative;
  color: #333;
  font-weight: 600;
}
.finance-offerings p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  max-width: 900px;
  text-align: center;
  margin: 0px auto 30px auto;
  position: relative;
}
/*.finance-offerings h2:after{content:"";display: block; height: 3px; background: #fff; max-width: 300px; margin: 15px auto;}*/
.finance_main {
  transition: ease all 0.6s;
  transform: translateY(0px);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.finance_main:hover {
  transition: ease all 0.6s;
  transform: translateY(-5px);
}
.finance_main a:hover {
  text-decoration: none;
}
.finance_main--thumb {
  height: 240px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}
.finance_main--thumb img {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.finance_main--desc {
  padding: 1.5rem;
}
.finance_main--desc h3 {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
  min-height: 45px;
}
.finance_main--desc p {
  color: #000;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 14px;
  display: -webkit-box;
  max-width: 100%;
  line-height: 21px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  min-height: 63px;
}
.finance_main--desc a {
  font-size: 18px;
  line-height: 28px;
  color: #000 !important;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  padding: 0.6rem 0rem;
  transform: translateY(0px);
  transition: ease all 0.6s;
  font-weight: 500;
}

.finance_main--desc > div {
  color: #28a49a !important;
  font-weight: 600;
}
.finance_main--desc > div:hover {
  color: #3c77b6 !important;
}
.wholesale-finance--main {
  position: relative;
}
.wholesale-finance--thumb {
  position: relative;
}
.wholesale-finance--thumb img {
  min-height: 350px;
  object-fit: cover;
}
.wholesale-finance--thumb:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  width: 100%;
  height: 1px;
  box-shadow: 0px 0px 64px 27px #000, 0px 0px 101px 27px #000;
}
.wholesale-finance--description {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
}
.wholesale-finance--description h3 {
  background: #17b577;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.wholesale-finance--description p {
  margin-bottom: 0.5rem;
}
.wholesale-finance--description > div {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
}
.wholesale-finance--description > div:hover {
  color: #fff !important;
}
.wholesale-finance {
}
.wholesale-finance .owl-nav {
  position: absolute;
  bottom: 20px;
  color: #fff;
  right: 20px;
}
.wholesale-finance .owl-nav button {
  outline: 0;
}
.wholesale-finance .owl-nav button:hover span {
  opacity: 0.6;
}
.wholesale-finance .owl-nav button span {
  display: inline-block;
  min-width: 30px;
  text-align: right;
  font-size: 1.5rem;
}

.newsupdate {
  background: #fcfafa;
  padding: 1.5rem;
  height: 100%;
  border-radius: 16px;
}
.news-updates {
  padding-left: 38px;
  position: relative;
}
.news-updates li {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
}
.news-updates li:before {
  background-image: url(../images/news-icon.png);
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  left: -38px;
  top: 5px;
  background-repeat: no-repeat;
}
.news-updates li a {
  color: #000;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-updates li a:hover {
  color: #006db7;
  text-decoration: underline;
}
.box-shadow {
  box-shadow: 0 0 11px -8px #000;
}
.news-updates li span {
  color: #8a8a8a;
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.bg-images {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-images img {
  border-radius: 0;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#back-to-top.show {
  transform: rotate(0deg) translateY(0px);
  transition: ease all 0.3s;
  opacity: 1;
  z-index: 9;
}
#back-to-top {
  opacity: 0;
  transform: rotate(0deg) translateY(20px);
  /*display: none;  Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 160px; /* Place the button at the bottom of the page */
  right: 14px; /* Place the button 30px from the right */
  z-index: -1; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(78 78 78); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 17px; /* Some padding */
  border-radius: 100px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  transition: ease-in all 0.2s;
}
#back-to-top:afte {
  content: "";
  height: 0px;
  position: absolute;
  bottom: -6px;
  left: -8px;
  width: 70%;
  transform: rotate(20deg);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.32);
}
#back-to-top:hover {
  transition: ease-in all 0.2s;
  background-color: rgb(57 124 178); /* Add a dark-grey background on hover */
  transform: rotate(0deg);
}
#back-to-top:hover:after {
  display: none;
}

.fixed-header .navPanel {
  background: rgb(255 255 255 / 90%);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
  transition: ease all 0.6s;
}
.fixed-header.box-shadow .navPanel {
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
  transition: ease all 0.6s;
}
.inner_header .navPanel {
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 0%);
  transition: ease all 0.6s;
}

/*Inner breadcrumb*/
.breadcrumb_section {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 140px 0px 80px 0px;
}
.breadcrumb_section ul {
}
.breadcrumb_section ul li {
  color: #000;
  display: inline-block;
}
.breadcrumb_section ul li:nth-last-child(1):after {
  content: " ";
}
.breadcrumb_section ul li:after {
  content: "\f101";
  padding: 0px 10px;
  display: inline-block;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}
.breadcrumb_section ul li a:hover {
  color: #4e4e4e;
  text-decoration: underline;
}
.breadcrumb_section ul li a {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0 0 black;
}

.section_heading {
  background: #fff;
}
.section_heading .container-fluid p {
  border-bottom: 1px solid rgb(0 0 0 / 0.5);
}
.section_heading h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 20px;
}
.section_heading p {
  padding-bottom: 30px;
}
.section_heading p span {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
.section_heading p span:last-child:before {
  content: "||";
  margin: 0px 10px;
}
.section_heading p span:last-child {
}

.content-section {
}
.content-section h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 40px;
}
.content-section h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}
.content-section p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 40px;
}
.content-section p:last-child {
  margin-bottom: 0px;
}
.content-section img {
  margin-bottom: 40px;
}

.mgmgt-msg {
  background: rgb(60, 118, 182);
  height: 100%;
  padding: 1.5rem;
  color: #fff;
  border-radius: 16px 0 0 16px;
}
.mgmgt-msg p {
  font-size: 1.05rem;
  line-height: 24px;
  font-weight: 400;
}
.mgmgt-msg p.ceo {
  font-size: 1.25rem;
  line-height: 22px;
}
.mgmgt-msg p.ceo span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.mgmgt-thumb {
  overflow: hidden;
  background: #ececee;
  position: relative;
  min-height: 350px;
  height: 100%;
  border-radius: 0 16px 16px 0;
}
.mgmgt-thumb img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-quick_links {
  background: rgb(60, 118, 182);
  background: linear-gradient(
    90deg,
    rgba(60, 118, 182, 1) 0%,
    rgba(40, 164, 154, 1) 52%
  );
  padding: 0rem 0px;
}
.quick_links-tiles {
  text-align: center;
  background: #fff;
  transition: ease all 0.6s;
  box-shadow: 0px 1px 4px -2px rgb(0 0 0 / 0%);
  transform: translateY(0px);
}
.quick_links-tiles:hover {
  transition: ease all 0.6s;
  box-shadow: 0px 1px 4px -2px rgb(0 0 0 / 50%);
  transform: translateY(-5px);
  text-decoration: none;
}
.quick_links-tiles a {
  display: block;
  padding: 1.5rem;
}
.quick_links--thumb {
  margin-bottom: 0.8rem;
}
.quick_links--thumb img {
}
.quick_links--desc {
  color: #696969;
  text-shadow: 0 0 #696969;
}

#other-ventures {
  padding: 15px 0 0 0;
  position: relative;
}

#other-ventures h5 {
  text-align: center;
  line-height: 60px;
  font-size: 1.25rem;
}

#other-ventures .owl-dots {
  padding: 20px 0 0 0;
}

#other-ventures .owl-dot span {
  border-radius: 0;
}

#other-ventures .owl-dots .active span {
  background: #006db7;
}

#other-ventures .owl-dots span:hover {
  background: #006db7;
}

#other-ventures .owl-prev {
  position: absolute;
  left: -20px;
  outline: 0;
}

#other-ventures .owl-prev span {
  font-size: 30px;
  color: #000;
  padding: 1px 14px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px -1px #000;
}

#other-ventures .owl-next {
  position: absolute;
  right: -20px;
  outline: 0;
}
#other-ventures button:hover {
  color: #000;
  opacity: 0.6;
}

#other-ventures .owl-next span {
  font-size: 30px;
  color: #000;
  padding: 1px 14px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px -1px #000;
}

#other-ventures .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
#other-ventures a {
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 14px;
}

#other-ventures a:hover {
  color: #444;
  text-decoration: underline;
}
.sectionHeading {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

/*change-1 | av | START*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
}

.owl-nav button.owl-prev span:before,
.owl-nav button.owl-prev i:before {
  background-image: url(-/media/Back.svg);
}
.owl-nav button.owl-next span:before,
.owl-nav button.owl-next i:before {
  background-image: url("-/media/Frwd.svg");
}
.owl-nav button span:before,
.owl-nav button i:before {
  content: "";
  width: 5px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.owl-carousel.owl-loaded .owl-nav button.owl-prev,
.owl-carousel.owl-loaded .owl-nav button.owl-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100%;
  border: solid 1px #dedede;
}
/*change-1 | av | END*/

#topMenu {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background: rgb(60, 118, 182);
  background: linear-gradient(
    90deg,
    rgba(60, 118, 182, 1) 0%,
    rgba(40, 164, 154, 1) 52%
  );
}
#topMenu ul {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#topMenu ul li {
  display: inline-block;
}
.login_menu {
}
.login_menu li {
}
.login_menu li a {
  display: inline-block;
  padding: 0.5rem 0.6rem;
  color: #fff;
  font-size: 13px;
}
.login_menu li a span {
}

.menu_side-links {
}
.menu_side-links li {
}
.menu_side-links li a {
  color: #5e56a0;
  font-weight: 600;
  transition: ease all 0.6s;
}
.menu_side-links li a:hover {
  color: #5e56a0;
  opacity: 0.8;
  transition: ease all 0.6s;
}
.menu_side-links li a {
}

.sidebar_s-icons {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 9;
}
.sidebar_s-icons ul {
}
.sidebar_s-icons ul li {
  margin-bottom: 2px;
}
.sidebar_s-icons ul li a {
  opacity: 1;
  transition: ease all 0.6s;
  display: block;
}
.sidebar_s-icons ul li a span {
}
.sidebar_s-icons ul li a:hover {
  opacity: 0.6;
  transition: ease all 0.6s;
}
.sidebar_s-icons ul li a img {
  width: 30px;
}

.nav-item-dropdown > a {
  position: relative;
}
.nav-item-dropdown > a:after {
  content: "\f107";
  color: #f48152;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background: #fff;
  padding: 2.5rem 0rem 0rem 0rem;
}
footer .ft-social {
  text-align: center;
  margin-bottom: 1.5rem;
}
footer .ft-social li {
  display: inline-block;
  min-width: 30px;
  text-align: center;
}
footer .ft-social li a {
  color: #007ea8;
}
footer .ft-social li a:hover {
  color: #000;
}
footer .ft-submenu h5 a {
  margin-bottom: 0.5rem;
}
footer .ft-submenu h5 a:hover {
  text-decoration: none;
}
footer h5 {
}
footer h5 a {
  color: #20548c;
  font-weight: 400;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1.5rem;
}
footer .ft-submenu {
}
footer .ft-submenu ul {
}
footer .ft-submenu ul li {
}
footer .ft-submenu ul li a {
  color: #9c9c9c;
  text-shadow: 0 0 black;
  display: inline-block;
  margin-bottom: 0.3rem;
}
footer .ft-submenu ul li a:hover {
  color: #3c77b6;
  text-decoration: none;
}
footer .q_links {
}
footer .q_links h5 {
}
footer .q_links h5 a {
  color: #5a529e;
  font-weight: 500;
}
footer .q_links h5 a:hover {
  color: #000;
}
footer .q_links h5 a span {
}
footer .q_links h5 a span img {
}
.bottom_copyright {
  background: #000;
  color: #fff;
  margin-top: 1.5rem;
}
.bottom_copyright .container {
  padding: 0rem 1rem;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.bottom_copyright p {
  padding-top: 3px;
}
.ft-policy-links {
  display: inline-block;
}
.ft-policy-links li {
  list-style: none;
  display: inline-block;
}
.ft-policy-links li:first-child a {
  border-left: none;
}
.ft-policy-links li a {
  color: #fff;
  padding: 0 0.5rem 0 0.5rem;
  font-size: 0.8rem;
  border-left: 1px solid #fff;
}

.sitemap-link {
  color: #fff !important;
  background: #007ea8;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 40px;
}
.sitemap-link a:hover {
  color: #fff;
}
.sitemap-link i,
.sitemap-link em {
  float: right;
  position: relative;
  top: 3px;
  transform: rotate(0deg);
  transition: ease all 0.3s;
}
.sitemap-link.sitemap-link-active i,
.sitemap-link.sitemap-link-active em {
  transform: rotate(-90deg);
  transition: ease all 0.3s;
}

.video_modal {
}
.br-radius-none {
  border-radius: 0;
}
.video_modal .modal-content {
  position: relative;
  border-radius: 20px !important;

  /*change-1 | av | START*/
  border-radius: 0;
  /*change-1 | av | END*/

  overflow: hidden;
}
.video_modal button.close {
  outline: 0;
  border-radius: 100px;
  font-weight: 300;
  font-size: 25px;
  position: absolute;
  right: 15px;
  background: transparent;
  z-index: 9;
  color: #000;
  padding: 0px 0px;
  opacity: 1;
  transition: ease all 0.6s;
  top: 15px;
  right: 15px;
  /* box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 71%);
     */
  /* border: 1px solid #1265ca;*/
}

#about-video.video_modal button.close {
  font-size: 20px;
  right: 2px;
  top: 0;
}

.video_modal button.close:hover {
  opacity: 1;
  transition: ease all 0.6s;
  color: #28a49a;
}
/*.video_modal .modal-body{padding: 0px;}*/
.video_modal .modal-body .btn {
  font-size: 18px;
  min-width: auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.section_cust-stories {
  position: relative;
  /*background: #f1f1f1;*/
  background: #fff;
}

/*.section_cust-stories:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 7rem;
    color: rgb(78 78 78 / 12%);
    position: absolute;
    left: 7%;
    top: 0px;
}*/

.cust--stories_main {
  background: #fff;
  padding: 1rem;
  /*box-shadow: 0px 2px 15px -4px rgb(0 0 0 / 36%);
    margin: 0.8rem;*/
}

/*change-1 | av | START*/
.cust--stories_main-content:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #b5bec4;
  display: block;
  margin-bottom: 28px;
}
.cust--stories_main-content p:after {
  content: "";
  border-bottom: solid 1px #b5bec4;
  display: block;
  width: 69px;
  margin-top: 5px;
}
.cust--stories_main-content {
  margin-bottom: 6px;
}
/*change-1 | av | END*/

/*.cust--stories_main-content{
    margin-bottom: 2rem;
}*/

.cust--stories_main-content p {
  display: -webkit-box;
  max-width: 100%;
  line-height: 21px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 85px;
  font-size: 14px;

  /*change-1 | av | START*/
  margin: 0;
  /*change-1 | av | END*/
}

/*.cust--stories_main-thumb{
    margin-top: 0.8rem;
}*/

.cust--stories_main-thumb .col-auto > div {
  padding: 0rem 0 0rem 0;
}
.cust--stories_main-thumb img {
  width: 55px !important;
  border-radius: 100px;
}

.cust--stories_main-thumb h3 {
  /*font-size: 1.1rem;*/
  /*change-1 | av | START*/
  font-size: 18px;
  /*change-1 | av | END*/
  margin-bottom: 8px;
  font-weight: 500;
}

.cust--stories_main-thumb p {
  color: #7d7d7d;
  /*change-1 | av | START*/
  font-size: 14px;
  /*change-1 | av | END*/
}

.carousel_cust--stories .owl-dots {
  position: relative;
  width: 100%;
  text-align: right;
}
.carousel_cust--stories .owl-dots button {
  outline: 0;
}
.carousel_cust--stories .owl-dots button.active {
}
.carousel_cust--stories .owl-dots button.active span {
  background: #fff;
  height: 8px;
  position: relative;
  top: -5px;
  transition: ease all 0.5s;
}
.carousel_cust--stories .owl-dots button span {
  width: 30px;
  height: 5px;
  background: #fff;
  display: block;
  margin-right: 10px;
  position: relative;
  top: 0px;
  transition: ease all 0.5s;
}

.rangeslider,
input[type="range"] {
  max-width: 100% !important;
}

.rangeslider__ruler {
  cursor: pointer;
  font-size: 0.7em;
  margin: 20px 3px 0 3px;
  position: relative;
  top: 100%;
  text-align: justify;
}

.rangeslider__ruler:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.rangeslider--horizontal {
  height: 7px !important;
}
.rangeslider__ruler {
  padding-top: 16px;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -56px !important;
  background: #39569a !important;
  width: 20px;
  height: 20px;
  position: relative;
  border: 0px;
}
.rangeslider--horizontal .rangeslider__handle:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #39569a;
  position: absolute;
  transform: rotate(182deg);
  bottom: -26px;
  display: none;
}
.rangeslider__fill {
  background: #28a39a !important;
}
.payment_block {
  padding: 1.5rem;
  box-shadow: 1px 0px 6px -3px #000;
  background: #0e4066 !important;
  color: #fff;
}
.payment_block h6 {
}
.payment_block h4 span {
  font-weight: 400;
}
.payment_block h4 {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
}
.payment_block p {
  margin-bottom: 1rem;
  font-size: 18px;
  color: #fff;
}
.payment_block table {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #fff;
}
.payment_block table tr {
}
.payment_block table tr td {
  padding: 5px 0px;
  border: 0px;
}
.payment_block table tr td span {
}
.payment_block .btn-gradient {
  border-radius: 20px !important;
  padding: 0 0.75rem;
  line-height: 40px;
}

.section_cal {
}
.section_cal .nav-tabs {
  margin: 0 -15px;
  border: 0px;
  /*change-1 | av | START*/
  display: none;
  /*change-1 | av | END*/
}

.section_cal .nav-tabs li {
  padding: 0 15px;
}
.section_cal .nav-tabs li a {
  border: 0px;
  background: #28a49a;
  color: #fff;
  border-radius: 0px;
  box-shadow: 1px 1px 2px -2px #000;
  transition: ease all 0.3s;
  font-size: 18px;
  font-weight: 500;
}
.section_cal .nav-tabs li a.active {
  background: rgb(60, 118, 182);
  color: #fff;
  transition: ease all 0.3s;
}
.section_cal .nav-tabs li a:hover {
  background: rgb(60, 118, 182);
  color: #fff;
  transition: ease all 0.3s;
}
.section-Quick_links {
  position: fixed;
  width: 100%;
  bottom: 0%;
  z-index: 1;
  right: 75px;
  transition: ease all 0.6s;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.section-Quick_links.hide ul {
  transition: ease all 0.6s;
  opacity: 0;
  max-height: 0;
}
.section-Quick_links.hide p {
}
.section-Quick_links .container-fluid {
}
.section-Quick_links p.close {
  display: none !important;
}
.section-Quick_links p.open {
}
.section-Quick_links p {
  position: absolute;
  right: 0px;
  top: -30px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 3px 10px;
  opacity: 1;
  cursor: pointer;
  transition: ease all 0.6s;
}
.section-Quick_links ul {
  display: flex;
  margin: 0 -15px;
  transition: ease all 0s;
  opacity: 1;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px #000;
  margin: 0px auto;
  border-radius: 0px;
  text-align: center;
}
.section-Quick_links ul li {
  flex: auto;
  position: relative;
}
.section-Quick_links ul li a {
  padding: 1.25rem 1rem;
  color: #0f524e;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  transition: ease all 0.6s;
  transform: scale(1);
  display: inline-block;
  border: 0px;
}
.section-Quick_links ul li a:hover {
  transition: ease all 0.6s;
  color: #000;
  transform: scale(1.05);
  text-decoration: none;
}
.section-Quick_links ul li:after {
  content: "";
  height: 50%;
  width: 0px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  background: #000;
  transform: translateY(-50%);
}
.section-Quick_links ul li:last-child:after {
  content: "";
  display: none;
}
.section-Quick_links ul li a span {
}
/*.section-Quick_links ul li a span img{width: 25px;filter: brightness(0);}*/

/*Inner breadcrumb*/
.breadcrumb-slider {
  position: relative;
  background: #000;
}
.breadcrumb-slider img {
  opacity: 0.8;
  width: 100%;
}
.breadcrumb-sl-inner {
  position: relative;
  width: 100%;
  top: 0px;
  background: #f4efec;
  padding: 10px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.breadcrumb-sl-inner_contact {
  background: #f4efec;
  box-shadow: 0px 0px 0px 0px #fff;
  padding-top: 15px;
}
.breadcrumb-sl-inner ul {
  margin-bottom: 0px;
}
.breadcrumb-sl-inner ul li {
  color: #000;
  display: inline-block;
}
.breadcrumb-sl-inner ul li:nth-last-child(1):after {
  content: " ";
}
.breadcrumb-sl-inner ul li:after {
  content: "\f101";
  padding: 0px 10px;
  display: inline-block;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
}
.breadcrumb-sl-inner ul li a:hover {
  color: #4e4e4e;
  text-decoration: underline;
}
.breadcrumb-sl-inner ul li a {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-shadow: 0 0 black;
}
.image-banner {
  max-height: 450px;
  overflow: hidden;
  position: relative;
}
.image-banner > div {
  left: 0%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  position: absolute;
  width: 100%;
  text-align: center;
}
.image-banner > div h1 {
  width: 50%;
  text-align: left;
  font-weight: 500;
  color: #fff;
  font-size: 2.2rem;
  text-shadow: 0px 0px 6px #000, 0px 0px 6px #000;
}

.partner_reg {
  border: 1px solid #28a49a;
  border-radius: 7px;
  position: relative;
  padding: 3rem 1rem;
  background-color: #3a7bb4;
}
.partner_reg h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.partner_reg form {
  position: relative;
}
.partner_reg form label {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.partner_reg .bg-images img {
  opacity: 0.3;
}
.required {
  color: red;
}

.text-md {
  font-size: 1.25rem !important;
  font-weight: 300 !important;
}
.box_eligibilitycheck {
}

.box-app_status {
}

.section_cal {
}
.section_cal label {
  font-size: 16px;
  margin-bottom: 0.5rem;
  position: relative;
}
.section_cal label .text-right {
  position: absolute;
  top: 0;
  right: 0;
}

.disclaimer-sec {
  position: absolute;
  width: 100%;
  z-index: 3;
  margin-top: 30px;
}
.disclaimer-sec p {
  background: rgba(224, 34, 34, 0.8);
  color: #fff;
  cursor: pointer;
}
.disclaimer-sec p:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.disclaimer-sec p span {
  text-decoration: underline;
}

.blog-tile {
  background: #000;
}
.blog-div {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1);
}
.blog-tile:hover {
  background: -moz-linear-gradient(
    left,
    rgba(27, 159, 148, 1) 0%,
    rgba(49, 109, 179, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(27, 159, 148, 1)),
    color-stop(100%, rgba(49, 109, 179, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(27, 159, 148, 1) 0%,
    rgba(49, 109, 179, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(27, 159, 148, 1) 0%,
    rgba(49, 109, 179, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(27, 159, 148, 1) 0%,
    rgba(49, 109, 179, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(27, 159, 148, 1) 0%,
    rgba(49, 109, 179, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9f94', endColorstr='#316db3', GradientType=1 );
}
.blog-tile .blog-div {
  transition: ease all 0.5s;
}
.blog-tile:hover .bg-images img {
  opacity: 0.2 !important;
}
.blog-tile .bg-images img {
  opacity: 0.7;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-tile h3 {
  color: #fff;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.blog-tile h3 a {
  color: #fff;
}
.blog-tile h3 a:hover {
  color: #c3c3c3;
}
.blog-tile p {
  margin-top: 3rem;
  color: #fff;
  min-height: 72px;
  width: 90%;
  position: relative;
  padding-left: 20px;
}
.blog-tile p:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 5px;
  background: #fff;
  bottom: 0px;
  transition: ease all 0.5s;
  left: -15px;
}
.blog-tile:hover p:before {
  bottom: 0px;
  transition: ease all 0.5s;
  height: 100%;
}
.padd-box {
  padding: 0px;
  border: 0px solid #f8f8f8;
  position: relative;
}

.adani-life {
  position: relative;
  background: rgb(60, 118, 182);
  background: linear-gradient(
    90deg,
    rgba(60, 118, 182, 1) 0%,
    rgba(40, 164, 154, 1) 52%
  );
}
.adani-life .bg-images img {
  opacity: 0.1;
}
.border-left.section-heading {
  color: #fff;
  font-size: 1.5rem;
  border-left: 5px solid #fff !important;
  padding-left: 20px;
  font-weight: 400;
}
.career_carousel .owl-dots {
  width: 100%;
  text-align: right;
}
.career_carousel .owl-dots button {
  outline: 0;
}
.career_carousel .owl-dots button.active {
}
.career_carousel .owl-dots button.active span {
  background: #fff;
  position: relative;
  top: -5px;
  transition: ease all 0.5s;
}
.career_carousel .owl-dots button span {
  width: 30px;
  height: 5px;
  background: #fff;
  display: block;
  margin-right: 10px;
  position: relative;
  top: 0px;
  transition: ease all 0.5s;
}
.btn-w-border {
  border: 2px solid #fff;
  color: #fff !important;
  transition: ease all 0.3s;
}

.btn-w-border:hover,
.btn-w-border:active,
.btn-w-border:focus {
  background: #fff;
  color: #000 !important;
  transition: ease all 0.3s;
}
.boxzoom {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1);
}
.boxzoom:hover {
  transition: ease all 0.5s;
  transform: translateY(0px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
  box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
  color: #ffffff;
  text-decoration: none;
}
.border-left.section-heading.text-blue {
  border-left: 5px solid #0a86d2 !important;
}

.accordion-section {
}
.accordion-section .card:last-child {
  border-bottom: 0px;
}
.accordion-section .card-body {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  background: #fff;
  border-top: 1px solid #f9f9f9;
}
.accordion-section .card-body h5 {
  font-size: 1.2rem;
  font-weight: 500;
}
.accordion-section .card-body p {
  margin-bottom: 0.9rem;
  max-width: 100%;
  color: #000;
}
.accordion-section .card {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  margin-bottom: 0.5rem;
}
.accordion-section .card-header {
  background: #fff;
  border: 0px;
  padding: 0.5rem 2.5rem;
}
.accordion-section .card-header a {
  color: #323643;
  font-weight: 500;
  transition: ease all 0.3s;
  font-size: 20px;
}
.accordion-section .card-header a:hover {
  color: #179e96;
  transition: ease all 0.3s;
}
.accordion-section .card-header i,
.accordion-section .card-header em {
  position: absolute;
  left: 15px;
  color: #179e96;
  margin-top: 3px;
  transform: rotate(90deg);
  transition: ease all 0.3s;
}
.accordion-section .card-header .collapsed i,
.accordion-section .card-header .collapsed em {
  transform: rotate(0deg);
  transition: ease all 0.3s;
}
.career_applynow {
  padding: 1rem 1rem;
}
.career_applynow h3 {
  font-size: 1.75rem;
  color: #3c76b6;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.career_applynow label {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.career_applynow input {
  background: transparent;
  border-radius: 0px;
}
.joining-date {
  position: relative;
}
.joining-date span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.inner-banner {
  background: #000;
}
.inner-banner .item img {
  opacity: 0.8;
}

.bg-gray {
  background: #f1f1f1;
}

.ul-bullets {
  padding-left: 20px;
  margin-bottom: 20px;
}
.ul-bullets li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.section_cta {
  position: relative;
  background: rgb(60, 118, 182);
  background: linear-gradient(
    90deg,
    rgba(60, 118, 182, 1) 0%,
    rgba(40, 164, 154, 1) 52%
  );
}
.section_cta .bg-images img {
  opacity: 0.1;
}
.section_cta p {
  color: #fff;
  font-size: 1.5rem;
}

#topMenu a:hover {
  opacity: 0.8;
}

.ceo_message {
  background: transparent linear-gradient(90deg, #1b9e93 0%, #306eb2 100%) 0% 0%
    no-repeat padding-box;
  height: 100%;
  color: #fff;
  padding: 30px;
  position: relative;
}
.ceo_message h3 {
}
.ceo_message p {
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 100 !important;
}
.ceo_message a {
  background: #fff;
  color: #1c9c95;
  transition: ease all 0.6s;
}
.ceo_message a:hover {
  background: #2c77aa;
  border: 1px solid #fff;
  color: #fff;
  transition: ease all 0.6s;
}
.ceo_thumb {
  background: #e9ebe8;
  overflow: hidden;
  position: relative;
  min-height: 320px;
  height: 100%;
}
.ceo_thumb img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.ceo_message:after {
  top: 5%;
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid #e9ebe8;
  position: absolute;
}

.bg-lgray {
  background: #f3f3f3;
}
.bg-dark-gray {
  background: #ebebeb;
}

/*News Section*/
.ul-news-section {
  padding-left: 38px;
  position: relative;
}
.ul-news-section li {
  font-size: 13px;
  margin-bottom: 10px;
}
.ul-news-section li p a {
  color: #000;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 40px;
  overflow: hidden;
}
.ul-news-section li p span {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}
.ul-news-section li:before {
  background-image: url(../../images/Ports/news-icon.png);
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 30px;
  left: 0px;
  background-repeat: no-repeat;
}

/*Media Contacts*/
.ul-media-contacts {
  /*min-height: 255px;*/
}
.ul-media-contacts li {
  margin: 30px 0px;
}
.ul-media-contacts li a {
  color: #000;
  font-size: 15px;
}
.ul-media-contacts li a:hover {
  color: #1d9b97;
}
.ul-media-contacts li i {
  font-size: 25px;
  margin-right: 20px;
  position: relative;
  top: 3px;
}

.CTA {
  position: relative;
}
.CTA .container {
  position: relative;
}
.CTA h2 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
}
.CTA h2 span {
  float: right;
}

.box-block {
  background: #fff;
  border: 1px solid #eaeaea;
  height: 100%;
}
.box-block p a {
  color: #1aa393;
  font-size: 14px;
  transition: ease all 0.2s;
}
.box-block p a:hover {
  color: #306eb2;
  transition: ease all 0.2s;
  text-decoration: underline;
}
.box-block p a.btn-gradient {
  color: #fff !important;
}

/*Media Section*/
.ul-media-section {
  padding-left: 30px;
}
.ul-media-section li {
  font-size: 13px;
  margin-bottom: 10px;
  list-style-type: disc;
}
.ul-media-section li p a {
  color: #000;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 40px;
  overflow: hidden;
}
.ul-media-section li p span {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}
.ul-media-section a {
  color: #000;
}
.ul-media-section a:hover {
  color: #306eb2;
  text-decoration: underline;
}
.ul-policies-section {
  position: relative;
  padding-left: 38px;
}
.ul-policies-section a {
  color: #000;
}
.ul-policies-section a:hover {
  color: #007ea8;
}
.ul-policies-section li {
  margin-bottom: 10px;
}
.ul-policies-section li:before {
  content: "\f15c";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 0px;
}
.ul-policies-section li span {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}
.section-heading {
}
.section-heading span {
  display: block;
  color: #3685ad;
}

.bannercontent {
  font-weight: bolder;
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: left;
  z-index: 1;
  bottom: 0px;
}
.bannercontent__sub {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.bannercontent__sub h1 {
  text-align: center !important;
}
.bannercontent .bannercontent_inner {
  width: 100%;
  padding: 2rem 0rem;
  text-align: left;
  max-width: 800px;
}
.bannercontent h1 {
  padding-left: 0px;
  color: #fff;
  font-size: 38px;
  text-align: left !important;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-weight: 500;
}
.bannercontent h1 span {
  color: #fff;
  font-weight: 400;
}
.bannercontent h2 {
  font-weight: 600;
}
.bannercontent h2 span {
  color: #66ef79;
}
.bannercontent p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  width: 80%;
  line-height: 22px;
  padding: 1rem 0rem;
}
.bannercontent a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.bannercontent a:hover {
}
.bannercontent a span {
  font-size: 12px;
  position: relative;
  top: -2px;
  transition: ease all 0.4s;
  left: 0px;
}
.bannercontent a:hover span {
  transition: ease all 0.4s;
  left: 10px;
}
.inner-herobanner-carousel {
  background: #000;
}
.inner-herobanner-carousel img {
  opacity: 0.6;
  min-height: 400px;
  max-height: 90vh;
  object-fit: cover;
}

.breadcrumb-sublayout-ul a {
  color: #000;
  text-transform: capitalize;
}
.breadcrumb-sublayout-ul a:hover {
  color: #656565;
}
.breadcrumb-sub-layout {
}
.breadcrumb-sub-layout h1 {
  margin-top: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.breadcrumb-sublayout-ul {
}
.breadcrumb-sublayout-ul li {
  color: #000;
  display: inline-block;
}
.breadcrumb-sublayout-ul li:nth-child(1):before {
  content: " ";
  display: none;
}
.breadcrumb-sublayout-ul li:before {
  content: "\f105";
  padding-right: 10px;
  display: inline-block;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 2px;
  margin-left: 5px;
}
.breadcrumb-sublayout-ul a {
  color: #000;
  text-transform: capitalize;
}
.breadcrumb-sublayout-ul a:hover {
  color: #656565;
}
.breadcrumb-sub-layout {
  padding: 8rem 0rem 3rem 0rem !important;
}
.breadcrumb-sub-layout h1 {
  margin-top: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.media-release {
}
.media-release p {
  text-align: left !important;
  margin: 0px 0px 5px 0px !important;
}
.media-release ul {
  padding-left: 30px;
}
.media-release li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.media-release ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.media-release table {
  width: 100% !important;
  margin: 10px 0px 10px 0px !important;
}
.media-release table td {
  padding: 10px 10px !important;
}

.address-section {
}
.address-section h2 {
  color: #000;
  line-height: 40px;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.address-section h6 {
  font-size: 24px;
  color: #000;
  line-height: 34px;
  margin-bottom: 12px;
}
.address-section h5 {
  font-size: 18px;
  color: #179e96;
  line-height: 24px;
  margin-bottom: 24px;
}
.address-section .medium {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  margin-bottom: 22px;
}
.section-subheading {
  border-left: 5px solid #179e96;
  padding-left: 25px;
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
}
.form-section {
}
.form-section input[type="text"],
.form-section input[type="tel"],
.form-section input[type="number"],
.form-section input[type="email"] {
  font-size: 14px;
}
.form-section textarea {
  font-size: 14px;
  padding: 10px 10px;
}
.form-section select {
  font-size: 14px;
  height: 37px !important;
}

.hero-banner .owl-item.active .item img {
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all 0.5s ease-in-out;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
} /*End of Zoom out Keyframes */

.navbar-brand {
}
.navbar-brand img {
  position: relative;
  max-width: 200px;
}
header .navbar-nav {
}
header .navbar-nav a {
  color: #000;
  font-size: 14px;
}
header .navbar-nav a:hover {
  color: #36e0d2;
}

.bg-blue {
  background-color: #006db7 !important;
}
.bg-green {
  background-color: #28a49a !important;
}
.txt-sm {
  font-size: 1rem;
}
.signature {
  font-size: 18px;
  font-weight: 500;
}
.signature span {
  display: block;
  font-size: 14px;
}
.ul-financials li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}

.ul-financials em,
.ul-financials i {
  color: #fff;
  position: absolute;
  left: 6px;
  top: 6px;
}

.ul-financials img {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  width: 100%;
}

.investor-btm-block {
  text-align: center;
}

.investor-btm-block a {
  color: #000;
  font-size: 1.2rem;
}

.investor-btm-block a:hover {
  color: #007ea8;
}

.investor-btm-block img {
  width: 80px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.txt-white {
  color: #fff !important;
}
.heading {
  border-left: 5px solid #18a790;
  font-size: 22px;
}

.Investorcalender {
  height: 375px;
  overflow-y: auto;
  padding-right: 15px;
}

.Investorcalender::-webkit-scrollbar {
  width: 6px;
}

.Investorcalender::-webkit-scrollbar-track {
  background: 0 0;
}

.Investorcalender::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.l-map .map-marker.map-marker-kanech a span {
  left: -45px;
  top: -7px;
}

.table-fixed-h tbody {
  display: block;
  height: 280px;
  overflow: auto;
}

.table-fixed-h tbody tr,
.table-fixed-h thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-fixed-h thead {
  width: calc(100% - 1em);
}

.table-fixed-h a {
  word-break: break-word;
}
#address-tab-container {
  background: #fff;
  padding: 2rem 2rem;
}

#address-tab-container select {
  font-size: 1.2rem;
  padding: 10px 10px;
  height: auto;
  color: #000;
}

#address-tab .nav-item {
  min-width: 20%;
  text-align: center;
}

#news-tab {
  border-bottom: 0 !important;
}

#news-tab .nav-item {
  min-width: 33.333%;
  text-align: center;
}
.txt-lg {
  font-size: 1.5rem;
}
.txt-md {
  font-size: 1.25rem;
}
.nav-tabs {
  border-bottom: 0 solid #1a727f;
}

.nav-tabs .nav-link {
  border: 1px solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  padding: 0.5rem 0.5rem;
  background: #dedede;
  font-weight: 400;
  font-size: 14px;
  margin-right: 3px;
}

.nav-tabs .nav-item {
  font-size: 12px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  border-color: #1a727f;
  background: -moz-linear-gradient(left, #1b9f94 0, #316db3 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #1b9f94),
    color-stop(100%, #316db3)
  );
  background: -webkit-linear-gradient(left, #1b9f94 0, #316db3 100%);
  background: -o-linear-gradient(left, #1b9f94 0, #316db3 100%);
  background: -ms-linear-gradient(left, #1b9f94 0, #316db3 100%);
  background: linear-gradient(to right, #1b9f94 0, #316db3 100%);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #1a727f;
}

.noBorder {
  border: none;
}
#address-tab-container {
  height: 94.5%;
}
#chart {
  width: 650px;
  height: 145px;
  margin: 30px auto 0;
  display: block;
}

#chart #numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}

#chart #numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 29px;
  position: relative;
  bottom: 30px;
}

#chart #numbers li:last-child {
  height: 30px;
}

#chart #numbers li span {
  color: rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 0;
  font-size: 10px;
  right: 10px;
}

#chart #bars {
  display: inline-block;
  width: 250px;
  height: 145px;
  padding: 0;
  margin: 0;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}

#chart #bars li {
  display: inline-block;
  width: 33px;
  height: 144px;
  margin: 0;
  text-align: center;
  position: relative;
}

#chart #bars:hover div {
  transition: ease all 0.5s;
  opacity: 0.8;
}

#chart #bars li:nth-child(odd) .bar {
  background: #1c9e95;
}

#chart #bars li:nth-child(even) .bar {
  background: #306eb2;
}

#chart #bars li .bar {
  display: block;
  width: 25px;
  margin-left: 10px;
  position: absolute;
  bottom: 0;
  height: 0;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

#chart #bars li .bar:hover {
  cursor: pointer;
}

#chart #bars li i {
  position: absolute;
  left: 0;
  top: -12px;
  font-style: normal;
  font-size: 10px;
}

#chart #bars li .bar:hover:before {
  color: transparent;
  content: attr(data-percentage) "%";
  position: relative;
  bottom: 20px;
}

.Cargo #bars:before {
  content: "MMT";
  display: block;
  position: absolute;
  top: -20px;
  left: -4px;
  font-size: 10px;
}

.Revenue #bars:after {
  content: "INR in cr.";
  display: block;
  position: absolute;
  top: -20px;
  left: -4px;
  font-size: 10px;
}

.PAT #bars:after {
  content: "INR in cr.";
  display: block;
  position: absolute;
  top: -20px;
  left: -4px;
  font-size: 10px;
}

#chart #bars li span {
  color: rgba(0, 0, 0, 0.45);
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 3px;
  text-align: center;
  font-size: 10px;
}

.media-date {
  font-size: 2rem;
  color: #316eb3;
  border-bottom: 3px solid #306db2;
  margin-bottom: 2.5rem;
}
.media-date p {
  font-size: 2rem;
  color: #316eb3;
}
.media-release-box {
  padding: 30px 20px;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  position: relative;
  display: block;
}
.media-release-box h3 a {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #000;
}
.media-release-box h3 a:hover {
  color: #6f6f6f;
  transition: ease all 0.3s;
}
.media-release-box p span {
  color: #949494;
}
.media-release-box h3 a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/images/MangaloreAirport/docs-icon.png);
  right: 15px;
  width: 75px;
  height: 75px;
  top: 17px;
  opacity: 0.2;
}

#btn-mrelease {
}
#btn-mrelease option {
  background: #1b9d94;
}

/*Marquee*/
.marquee {
  position: absolute;
  top: 5px;
  z-index: 2;
  width: 100%;
}
.marquee span {
  padding-right: 10px;
}
.marquee .container {
  background: #28a49a;
}
.marquee marquee {
  color: #ffff;
  padding: 5px 0px 0px 0px;
}

.address-form-section {
}
.address-form-section input,
.address-form-section select,
.address-form-section textarea {
  background: #fff !important;
}

#other-ventures img {
  width: auto;
  margin: 0px auto;
  border-radius: 16px;
}
.required {
  color: red;
  font-size: 16px;
}

#recaptcha1,
#recaptcha2,
.captcha {
  transform: scale(0.7);
  transform-origin: top left;
}

.header_qlinks {
  display: inline-block;
  background: #4e4e4e;
  border-radius: 18px;
}
.header_qlinks ul {
}
.header_qlinks ul li {
  display: inline-block;
  padding: 3px 3px;
  border-right: 1px solid #b5b5b5;
}
.header_qlinks ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
}
.header_qlinks ul li a:hover {
}
.header_qlinks ul li:last-child {
  border-right: 0px solid #b5b5b5;
}
.header_qlinks ul li:last-child a:hover {
  color: #fff;
  transition: ease all 0.3s;
}
.header_qlinks .user-login a {
  border-right: 0px solid #fff;
  color: #36e0d2;
}
.header_open-acc {
  display: inline-block;
  background: #28a49a;
  border-radius: 18px;
  transition: ease all 0.3s;
  animation: bouncenew 2s infinite;
  -webkit-animation: bouncenew 4s infinite;
  -moz-animation: bouncenew 4s infinite;
  -o-animation: bouncenew 4s infinite;
}
.header_open-acc:hover {
  background: #4e4e4e;
  transition: ease all 0.3s;
}
.header_open-acc ul {
}
.header_open-acc ul li {
  display: inline-block;
  padding: 3px 3px;
}
.header_open-acc ul li a {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  border-right: 0px solid #fff;
  color: #fff;
  font-weight: 500;
}
.header_open-acc ul li a:hover {
  color: #fff;
  transition: ease all 0.3s;
}

.nav-secondary {
}
.nav-secondary .nav-item {
}
.nav-secondary .nav-item .nav-link {
  color: #4e4e4e;
  font-weight: 500;
  padding: 0px 10px;
}
.nav-secondary .nav-item .nav-link:focus {
  color: #4e4e4e;
  font-weight: 500;
  padding: 0px 10px;
}
.nav-secondary .nav-item .nav-link:hover {
  color: #3783af;
  text-decoration: none;
}

.primary-menu {
  background: rgb(60, 118, 182);
  background: linear-gradient(
    90deg,
    rgba(60, 118, 182, 1) 0%,
    rgba(40, 164, 154, 1) 52%
  );
  width: 100%;
  margin-top: 15px;
  border-radius: 20px;
}
.primary-menu .nav {
  width: 100%;
}
.primary-menu .nav a:hover,
.primary-menu .nav a.active {
  color: #fff;
  transition: ease all 0.3s;
}
.primary-menu .nav a {
  padding: 0.9rem 0.9rem !important;
  color: #fff;
  font-weight: 400;
  position: relative;
  transition: ease all 0.3s;
  display: block;
  text-align: center;
  text-shadow: 0 0 #fff;
  font-size: 14px;
}
.primary-menu .nav > ul > li:first-child > a {
  padding-left: 0px !important;
}
.primary-menu .nav > ul > li:last-child > a {
  padding-right: 0px !important;
}
.primary-menu .nav ul {
  display: flex;
  flex: 1 1;
}
.primary-menu .nav ul li {
  flex: auto;
  position: relative;
}
.primary-menu .nav ul li.dropdown:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.primary-menu .nav ul.sub-menu li.dropdown:after {
  right: 10px;
  transform: rotate(-90deg);
  top: 6px;
}
.primary-menu .nav a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 4px;
  background: #ffff;
  left: 0px;
  transition: ease all 0.3s;
}
.primary-menu .nav a.active:after,
.primary-menu .nav a:hover:after {
  content: "";
  width: 100%;
  transition: ease all 0.3s;
}
.primary-menu .sub-menu li.dropdown .sub-menu {
  top: 0px;
  left: 100%;
  padding: 2px 0px 0px 2px;
}
.primary-menu .sub-menu li.dropdown .sub-menu a {
  background: #4e4e4e;
}
.primary-menu .sub-menu li.dropdown .sub-menu a:hover {
  background: #000;
}

.primary-menu li.dropdown:hover > .sub-menu {
  display: block !important;
  box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 40%);
}
.primary-menu .sub-menu {
  flex: none !important;
  display: none !important;
  left: 0px;
  min-width: 150px;
  position: absolute;
  width: 100%;
}
.primary-menu .sub-menu li {
  flex: none !important;
}
.primary-menu .sub-menu li a {
  background: #4a95d2;
  color: #fff;
  padding: 0.5rem 0.5rem !important;
  text-align: left;
  border-bottom: 1px solid rgb(255 255 255 / 42%);
  font-size: 14px;
}
.primary-menu .sub-menu .sub-menu li:last-child a {
  border-bottom: 0px solid #6d6c6c;
}
.primary-menu .sub-menu li a:hover {
  background: #28a399;
  transition: ease all 0.3s;
}
.primary-menu .sub-menu li a:after {
  display: none;
}

/*.marquee_section{background: #397cb2; color: #fff;}
.marquee_section p{position: relative; top: 4px; font-size: 14px; padding: 5px 0px;margin-bottom: 0px;}*/

/*change-1 | av | START*/
.marquee_section {
  padding: 26px 0 10px 0;
  background: #fff;
  position: relative;
}
.marquee_section .container {
  position: relative;
  border-radius: 6px;
  background-color: #edf5ff;
  padding: 18px 22px;
  display: flex;
  align-items: center;
}
.marquee_section .info-txt {
  display: none;
  align-items: center;
  justify-content: center;
}
.marquee_section marquee .info-txt {
  display: inline-block;
}
@media (min-width: 768px) {
  .marquee_section .info-txt {
    display: flex;
  }
  .marquee_section marquee .info-txt {
    display: none;
  }
}
.marquee_section .info-txt strong {
  font-weight: 600;
  letter-spacing: normal;
  margin-right: 8px;
}
.marquee_section .info-txt svg {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

/*.marquee_section marquee {
   margin-left: 160px;
}*/
.marquee_section marquee p {
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.46px;
  line-height: normal;
  color: #333;
  margin: 0;
  display: inline-block;
}

/*change-1 | av | END*/

.marquee_section p a {
  /*color:#fff;*/
  text-decoration: underline;
  color: #2aa49a;
}

.cta-section {
  padding: 1.5rem;
  background: #ffffff;
}
.qlinks_section {
  position: relative;
  overflow: hidden;
  transform: translateY(0px);
  transition: ease all 0.6s;
  box-shadow: 0px 0px 0px 0px #000;
  height: 66px;
  border-radius: 16px;
}
.qlinks_section:after {
  background-image: url(-/media/Frwd.svg);
  content: "";
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.qlinks_section:hover {
  transform: translateY(-5px);
  transition: ease all 0.6s;
}
.qlinks_section:hover .qlinks_section-thumb img {
  transform: scale(1.3);
  transition: ease all 0.3s;
}
.qlinks_section a {
  display: block;
}
.qlinks_section-thumb {
  display: none;
}
.qlinks_section-thumb img {
  opacity: 1;
  transform: scale(1);
  transition: ease all 0.3s;
}
.qlinks_section-desc {
  position: absolute;
  height: 100%;
  padding: 1rem 1rem;
  width: 100%;
  top: 0px;
}
.qlinks_section-desc h3 {
  font-size: 1.35rem;
  position: relative;
  padding-left: 6.5rem;
  color: #333333;
  font-weight: 500;
  top: 50%;
  width: 100%;
  left: 0px;
  transform: translateY(-50%);
}
.qlinks_section-desc h3 span {
}
.qlinks_section-desc h3 span img {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.qlinks_section-green {
  background: #0d635c;
}
.qlinks_section-black {
  background: #000;
}
.qlinks_section-blue {
  background: #f4f6f9;
}

/*
.finance_main-green{box-shadow: 10px 10px 0px 0px #28a49a;}
.finance_main-green:hover{box-shadow: 20px 20px 0px 0px #28a49a;}
.finance_main-blue{box-shadow: 10px 10px 0px 0px #3b7ab4;}
.finance_main-blue:hover{box-shadow: 20px 20px 0px 0px #3b7ab4;}*/

.section_cust-stories {
}
.section_cust-stories h2 {
  position: relative;
  /*color: #3a7ab3;*/
  /*change-1 | av | START*/
  color: #333;
  padding-bottom: 20px;
  /*change-1 | av | END*/
  font-weight: 600;
  text-align: center;
}

/*.section_cust-stories h2:after {
    content: "";
    display: block;
    height: 3px;
    background: #3a7ab3;
    max-width: 300px;
    margin: 15px auto;
}*/

/*change-1 | av | START*/
/*#section_cal {
    border-bottom: 58px solid #fff;
}*/
#section_cal select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-option {
  position: relative;
}
.select-option:after {
  background-image: url(-/media/Frwd.svg);
  content: "";
  width: 5px;
  height: 10px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}

/*change-1 | av | END*/

.star-rating {
  line-height: 25px;
  font-size: 0.7em;
}
.star-rating .fa-star {
  color: #397fb1;
}

.whyadani-capital {
  background: #edf5ff;
}
.whyadani-capital .bg-images {
  display: none;
}
/*.whyadani-capital .bg-images img{opacity:0.6;}*/
.whyadani-capital h2 {
  margin-bottom: 3rem;
  position: relative;
  color: #333;
  font-weight: 600;
  text-align: center;
}
/*.whyadani-capital h2:after{content: ""; display: block; height: 3px; background: #fff; max-width: 300px; margin: 15px auto;}*/

.section_cal {
}
.section_cal .py-4 {
  /*background: #fff;*/
  padding: 1.5rem !important;
  background-color: #fcfafa;
}
.section_cal h2 {
  /*color: #3c76b6;*/
  color: #333;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}

/*.section_cal h2:after{content:"";display: block; height: 3px; background: #28a49a; max-width: 300px; margin: 15px auto;}*/

.services-section {
  position: relative;
  height: 100%;
}

/*.services-section-thumb {
    position: absolute;
    z-index: 0;
    height: 100%;
}*/

/*change-1 | av | START*/
.services-section-thumb {
  width: 40%;
  border-radius: 5px;
}
.services-section-desc {
  padding: 0 0 0 12px;
  width: 60%;
}
.services-section-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.services-section-desc h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.services-section-desc p {
  font-size: 14px;
  min-height: 36px;
  color: #333;
  margin-bottom: 30px;
}
.services-section-desc a {
  color: #2aa49a !important;
  font-size: 13px;
  font-weight: 500;
}
/*change-1 | av | END*/

/*.services-section-thumb img{width: 100%;height: 100%; object-fit: cover;}*/

/*.services-section-desc{position: relative; top: 0px; left: 0px; padding: 1.5rem; color: #fff;max-width:80%;}*/
/*.services-section-desc h3{font-size: 1.25rem; font-weight: 500; margin-bottom: 1rem;}*/
/*.services-section-desc p{font-size: 12px;min-height: 36px;}*/
.services-section-desc p a {
}
.services-section-desc img {
  width: 100px;
}

.other-section .section-heading {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.other-v h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
}
.other-v h2:after {
  content: "";
  display: block;
  height: 3px;
  background: #28a49a;
  max-width: 300px;
  margin: 15px auto;
}

.siderbar_fixed {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  z-index: 8;
  width: 72px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  padding: 15px 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.siderbar_fixed ul {
}
.siderbar_fixed ul li {
  text-align: center;
}
.siderbar_fixed ul li span {
}
.siderbar_fixed ul li {
  margin-bottom: 1.5rem;
}
.siderbar_fixed ul li:last-child {
  margin-bottom: 0rem;
}
.siderbar_fixed a {
  display: block;
  font-size: 10.2px;
  color: #4e4e4e;
  line-height: 12px;
  font-weight: 600;
}
.siderbar_fixed a:hover {
  color: #28a49a;
  text-decoration: none;
}
.siderbar_fixed a:hover img {
  opacity: 0.8;
}
.siderbar_fixed img {
  max-width: 30px;
  margin-bottom: 8px;
}

.carousel_cust--stories {
}
.carousel_cust--stories .owl-nav {
  text-align: right;
  padding-right: 10px;
}
.carousel_cust--stories .owl-nav button {
  width: 30px;
  text-align: right;
  outline: 0;
}
.carousel_cust--stories .owl-nav button.disabled {
  opacity: 0.6;
}
.carousel_cust--stories .owl-nav button span {
  font-size: 1.5rem;
  color: #28a49a;
}

.home-modal-form {
}
.home-modal-form h2 {
  font-weight: 600;
  background: #004a77;
  color: #fff;
  font-size: 1.5rem;
  padding: 0rem 0.6rem 0.6rem 0.6rem;
}
.home-modal-form h2 img {
  width: 30px;
}
.home-modal-form .services-section-desc h3 {
  margin-bottom: 0.5rem;
}

.section_cal .tab-content .tab-pane button.collapsed {
  width: 100%;
  text-align: left;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  border: 1px solid;
  border-color: #e6e6e6;
  color: #2b7aab;
  font-weight: 600;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
  outline: 0;
}
.section_cal .tab-content .tab-pane button.collapsed i {
  font-size: 12px;
  padding: 1px 5px;
  border-radius: 100px;
  font-style: normal;
  width: 21px;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  position: relative;
  top: -1px;
  background: #2c76ad;
  color: #fff;
}
.section_cal .tab-content .tab-pane button.collapsed:after {
  content: "\f105";
  font: normal normal normal 23px/1 FontAwesome;
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
  transition: ease all 0.5s;
}
.section_cal .tab-content .tab-pane button.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  transform: rotate(0deg);
  transition: ease all 0.5s;
}
/*.section_cal .tab-content>.tab-pane { display: block; opacity: 1; margin-bottom: 1rem; }*/

button:focus {
  outline: 0;
}

.ul-financials {
}
.ul-financials a {
  color: #fff;
}

.heading-w {
  border-left: 5px solid #fff;
  font-size: 22px;
}
.txt-white {
  color: #fff;
}

.vertical-fourth {
  position: absolute;
  width: 100%;
  top: 20%;
}
.single-slide .owl-nav {
  position: absolute;
  top: 70%;
  margin-left: 40px;
}
.single-slide .owl-prev {
  position: absolute;
  background: #fff !important;
  width: 35px;
  border-radius: 100% !important;
  outline: 0;
  box-shadow: 0 1px 1px #b1b1b1;
  height: 35px;
}
.single-slide .owl-prev {
  position: absolute;
  background: #fff !important;
  width: 45px;
  border-radius: 100% !important;
  outline: 0;
  box-shadow: 0 1px 1px #b1b1b1;
  height: 45px;
}
.single-slide .owl-next {
  position: absolute;
  background: #fff !important;
  width: 45px;
  border-radius: 100% !important;
  outline: 0;
  box-shadow: 0 1px 1px #b1b1b1;
  height: 45px;
}

.b-o-director img {
  width: 100%;
}
.b-o-director {
  height: 225px;
  overflow: hidden;
}
.card-title {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.directors-tile p {
  margin-bottom: 0;
  color: #5a5a5a;
  font-size: 0.9rem;
}

.chairman-blocks {
}
.chairman-blocks a {
  color: #fff;
}
.half-bg {
  background: linear-gradient(to bottom, #ebebeb 100%, #fff 0);
}

.section-features {
  color: #fff;
  background: #000;
}
.section-features .bg-images img {
  opacity: 0.5;
}
.section-features p b {
  color: #37dfd2;
  font-weight: 600;
}
.section-features h2 {
  color: #fff;
  text-align: center;
  width: 100%;
}
.section-features h2:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid #ffffff;
}
.section-features .bg-gray {
  background: rgb(255 255 255 / 90%);
}

.become-partner {
}
.become-partner .stats_section--description h3 {
  color: #28a49a;
  font-size: 1.5rem;
}
.become-partner .stats_section--description p {
  color: #000;
}

.josh-app {
}
.josh-app span {
  color: #909090;
  font-weight: 500;
}
.josh-app h2 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #397cb2;
  margin-bottom: 1rem;
}
.josh-app p {
  margin-bottom: 0.8rem;
}
.josh-app p a {
  display: inline-block;
  margin-left: 10px;
}
.josh-app p img {
  max-width: 130px;
}

.partner-contents {
  padding: 1rem;
}
.partner-contents h3 {
  font-size: 1.35rem;
  margin-bottom: 0.6rem;
  font-weight: 500;
  color: #28a49a;
}
.partner-contents ul {
}
.partner-contents li {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 18px;
}

.home-stats {
}
.home-stats .stats_section--thumb {
  height: 40px;
}
.home-stats .stats_section--thumb img {
}
.home-stats .stats_section {
  padding: 0.8rem;
  text-align: left;
}
.home-stats .stats_section:hover {
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 16%);
}
.home-stats .stats_section--description {
}
.home-stats .stats_section--description h3 {
  color: #28a49a;
  font-size: 1rem;
  font-weight: 600;
}
.home-stats .stats_section--description p {
  color: #000;
  font-size: 14px;
}
button:focus,
a:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}

form h3 {
  font-size: 1.25rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.product_main {
  background: #fafafa;
}
.product_main .bg-images img,
.applyfor-loan_calculator .bg-images img {
  opacity: 0.1;
}
.product_main h2 {
  color: #3b7bb4;
}
.product_main h2:after {
  content: "";
  background: #3b7bb4;
}

.applyfor-loan_calculator {
  background: #fafafa !important;
}
.applyfor-loan_calculator h2 {
  color: #3c76b6;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.applyfor-loan_calculator h2:after {
  content: "";
  display: block;
  height: 3px;
  background: #28a49a;
  max-width: 300px;
  margin: 15px auto;
}

/*.services-section{box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 0%);transition:ease all 0.3s;transform: translateY(0px);}*/

/*change-1 | av | START*/
.services-section {
  display: flex;
}
/*change-1 | av | END*/

/*.services-section:hover{box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);transition:ease all 0.3s;transform: translateY(-5px);}*/

.section_cta .btn {
  background: #fff;
  color: #2ea09a !important;
  font-weight: 600;
  -webkit-animation: zoomeffect 1.6s infinite;
  -moz-animation: zoomeffect 1.6s infinite;
  animation: zoomeffect 1.6s infinite;
}
.section_cta .btn:hover {
  background: #4e4e4e;
  border-color: #4e4e4e;
  color: #fff !important;
}

.modal-backdrop.show {
  opacity: 0.7;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@-webkit-keyframes bouncenew {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    background: #e8b409;
  }
}

@-moz-keyframes bouncenew {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(0px);
  }
  60% {
    -moz-transform: translateY(-5px);
    background: #e8b409;
  }
}

@-o-keyframes bouncenew {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(0px);
  }
  60% {
    -o-transform: translateY(-5px);
    background: #e8b409;
  }
}
@keyframes bouncenew {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(-5px);
    background: #e8b409;
  }
}

.home-modal-form .services-section-desc {
  max-width: 90%;
}

.box-1 {
  position: relative;
}
.box-1 .bg-images img {
  opacity: 0;
}
.box-1 p {
  position: relative;
}
.box-1 ul {
  position: relative;
}
.box-1 ul li {
  list-style-type: circle;
}
.box-2 {
  position: relative;
}
.box-2 p {
  position: relative;
}
.box-2 ul {
  position: relative;
}
.box-2 ul li {
  list-style-type: circle;
}

.box-1,
.box-2 {
  background: #fff !important;
  transition: ease all 0.3s;
  transform: translateY(0px);
  box-shadow: 0px 3px 14px 0px #fff;
}
.box-1 p,
.box-2 p {
  color: #29a59b !important;
  font-weight: 600 !important;
  transition: ease all 0.3s;
}
.box-1 p,
.box-1 ul li,
.box-2 p,
.box-2 ul li {
  color: #000;
  transition: ease all 0.3s;
}
.box-1 .bg-images img {
  opacity: 0 !important;
  transition: ease all 0.3s;
}
.box-2 .bg-images img {
  opacity: 0 !important;
  transition: ease all 0.3s;
}

.box-1:hover,
.box-2:hover {
  background: rgb(60, 118, 182) !important;
  background: linear-gradient(
    90deg,
    rgba(60, 118, 182, 1) 0%,
    rgba(40, 164, 154, 1) 52%
  ) !important;
  transition: ease all 0.3s;
  transform: translateY(-5px);
  box-shadow: 0px 3px 25px 0px #afafaf;
}
.box-1:hover p,
.box-1:hover li,
.box-2:hover p,
.box-2:hover li {
  color: #fff !important;
  transition: ease all 0.3s;
}
.box-1:hover .bg-images img,
.box-2:hover .bg-images img {
  opacity: 0.3 !important;
  transition: ease all 0.3s;
}

@-webkit-keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(1, 1);
  }
  50% {
    background-position: center;
    transform: scale(1.15, 1.15);
  }
  100% {
    background-position: center;
    transform: scale(1, 1);
  }
}
@keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(1, 1);
  }
  50% {
    background-position: center;
    transform: scale(1.15, 1.15);
  }
  100% {
    background-position: center;
    transform: scale(1, 1);
  }
}

.applyfor-loan_calculator .panel {
  background: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 25%);
}

.header_qlinks ul li:nth-child(2) a {
  animation: fadeIn 2s infinite;
  -webkit-animation: fadeIn 2s infinite;
  -moz-animation: fadeIn 2s infinite;
  -o-animation: fadeIn 2s infinite;
  font-weight: 700;
  color: #ffd856;
}

.section_cta-tiles {
  position: relative;
  background: #000;
  padding: 7rem 0rem;
}
.section_cta-tiles .bg-images img {
  opacity: 0.5;
}
.section_cta-tiles h1 {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}
.section_cta-tiles .banner_tiles {
  margin-bottom: 10px;
}
.section_cta-tiles .banner_tiles a {
  width: 100%;
  background: rgb(32 165 226);
  background: linear-gradient(
    190deg,
    rgb(34 170 227) 0%,
    rgb(45 143 226 / 90%) 94%
  );
  border-top-right-radius: 25px;
  border: 0px !important;
  text-align: center;
  padding: 1.6rem 1.25rem !important;
  display: block;
  color: #fff;
  transition: ease all 0.3s;
  transform: translateY(0px) scale(1);
}
.section_cta-tiles .banner_tiles a:hover {
  transition: ease all 0.3s;
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0px 0px 24px 0px #333;
  background: #28a49a;
  background: linear-gradient(190deg, rgb(40 164 154) 0%, rgb(40 164 154) 94%);
  text-decoration: none;
}
.section_cta-tiles .banner_tiles img {
  -webkit-animation: zoomout-none 10s ease-in infinite !important;
  animation: zoomout-none 10s ease-in infinite !important;
  transition: all 0.5s ease-in-out;
  height: auto !important;
  width: auto !important;
  margin: 0px auto 20px auto;
}
.section_cta-tiles .banner_tiles p {
  margin-bottom: 0px;
  text-shadow: none;
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
}

.home-product_carousel {
}
.home-product_carousel .owl-nav {
  text-align: right;
  padding-right: 10px;
}
.home-product_carousel .owl-nav button {
  width: 30px;
  text-align: right;
  outline: 0;
}
.home-product_carousel .owl-nav button.disabled span {
  opacity: 0.4;
}
.home-product_carousel .owl-nav button span {
  font-size: 1.5rem;
  color: #fff;
  transition: ease all 0.3s;
}
.home-product_carousel .owl-nav button:hover span {
  color: #28a49a;
  transition: ease all 0.3s;
}

.modal-body.home-modal-form {
  padding: 2.5rem !important;
  background: transparent;
}
.modal-body.home-modal-form .form-control {
  height: calc(1.5em + 0.75rem + 0px) !important;
}
.modal-body.home-modal-form .text-danger,
.modal-body.home-modal-form .required {
  font-size: 12px;
}
.video_modal button.close {
  color: #000;
  font-weight: 500;
}

/*change-1 | av | START*/
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/*change-1 | av | END*/

.form-selection {
}
#ApplyPopUPForm {
}
#ApplyPopUPForm input {
  border-radius: 6px;
  border-color: #c1c1c1;
  font-size: 14px;
  padding: 10px 10px;
  min-height: 45px;
}
#ApplyPopUPForm input::placeholder {
  color: #b2b2b2;
  opacity: 1; /* Firefox */
}

#ApplyPopUPForm input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2;
}

#ApplyPopUPForm input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b2b2b2;
}
#ApplyPopUPForm select {
  border-radius: 6px;
  border-color: #c1c1c1;
  font-size: 14px;
  padding: 10px 10px;
  min-height: 37px;
  color: #333333;
  height: 45px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#ApplyPopUPForm .btn {
  border-radius: 26px;
  border-radius: 26px;
  padding: 0 1.5rem;
  margin-top: 16px;
  line-height: 40px;
  height: 40px;
}
.form_select {
  position: relative;
}
.form_select:after {
  background-image: url(-/media/Frwd.svg);
  content: "";
  width: 5px;
  height: 10px;
  display: block;
  position: absolute;
  top: 17px;
  right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
.modal_services {
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  padding: 1rem;
  border: 1px solid #c1c1c1;
}
.modal_services .row .col-4 {
  padding-right: 0px;
}
.modal_services .row .col-8 {
  padding-left: 10px;
}
.modal_services--thumb {
}
.modal_services--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.modal-section-desc {
}
.modal-section-desc h3 {
  font-size: 1.1rem;
  color: #333;
}
.modal-section-desc p {
  color: #8f8f8f;
  font-size: 13px;
  margin-bottom: 1rem;
}
.modal-section-desc a {
  color: #28a49a;
  font-size: 14px;
}
.modal-section-desc a:hover {
  color: #000;
  text-decoration: none;
}
#default_modal .modal-lg {
  border-radius: 15px;
  overflow: hidden;
}
.form_select {
}
.form_select label {
  position: absolute;
  font-size: 12px;
  top: -8px;
  margin-bottom: 0px;
  background: #fff;
  margin-left: 10px;
  padding: 0px 5px;
  color: #c1c1c1;
}

.check_eligibility {
  text-decoration: none !important;
  padding: 5px 15px !important;
  position: relative !important;
  top: 16px !important;
  border: 1px solid #28a49a !important;
  color: #28a49a !important;
  border-radius: 19px !important;
  transition: ease all 0.5s;
}
.check_eligibility:hover {
  color: #fff !important;
  background: #28a49a !important;
  transition: ease all 0.5s;
}

@media (max-width: 900px) {
  .marquee_section .container .mob-padd {
    padding: 10px 22px;
  }
  .marquee_section {
    padding: 26px 15px 10px 15px;
  }
}
.btn {
  border-radius: 20px !important;
  padding: 0 1.2rem;
  font-size: 1rem;
  line-height: 40px;
  height: 40px;
  font-weight: 400;
}
.finance-offerings h2 {
  margin-bottom: 0.5rem;
}

.video_modal.loader .modal-body:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
}

/*About Us Vision mission update*/
.vision-mission {
  position: relative !important;
  top: unset !important;
  padding: 2rem 0rem !important;
}
.vision-mission p {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 450px) {
  .breadcrumb-sl-inner {
    top: 30px;
  }
  #back-to-top {
    bottom: 90px;
    right: 25px;
  }
}
