/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.about-bg-1{
 background-color: #f0f3f9; 
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}
.mr-bottom-70{
  margin-bottom: 70px;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}
.subtext {
  margin-top: 10px;
}
.subtext p{
 padding-left: 0px;
}
.price-section .line-about.title_sections:before{
    position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: var(--primary-color-one);
    left: 7px;
    bottom: 1px;
}

.quatoe h5 {
  font-size: 29px;
  font-weight: 300;
  line-height: 51px;
  color: black;
}
.slider.style_one .slide-item-content{
  position: relative;
  overflow: hidden;
  background: whitesmoke;
  border-radius: 15px;
}
.about-font h2{
  font-weight: 800 !important;
}
.title_sections.sample.about-font h2.title {
  font-weight: 600 !important;
}
.icon h5 {
  color: #ababab;
}
.team_box.style_four .team_box_outer .image_box.h-2{
  height: 280px;

}
.share_links li a {
padding-left: 0px;
}
.title_all_box.sample_1{
  position: relative;
  z-index: 111;
  padding-top: 52px;
}
.sample_1 .subtext p{
  margin: 0px 90px;
}
.line-text {
  position: relative;
  z-index: 99;
  padding-top: 42px;
}
.line-text p {
  color: #ab1e5a;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  padding: 10px;
}
.light-2 {
  color: #918888;
  font-weight: 700!important;
}
.footer_copy_content_right.text-md-end img {
  display: Block !important;
}
.txt_content a{
  color:black;
  display: flex;
}
.view_detail {
  text-decoration: underline;
  display: flex;
  align-items: revert;
  justify-content: end;
  padding-top: 6px;
  color: #ab1e5a;
}
.icon_box_all.style_one {
  margin-bottom: 20px;
}
table .thead-dark th {
  color: #fff;
  background-color: #ab1e5a;
  padding: 15px;
  text-align: center;
}
table tbody tr {
text-align: center;
}
table tbody tr td{
padding: 10px;
  }
.table>:not(:first-child) {
  border-top: 0px solid currentColor;
}
.content-3 p {
  margin-top: 12px;
}
.contact_box_content.style_one .contact_box_inner{
  min-height: 320px;
}
.table-4 tbody tr td~td {
  text-align: center;
}
.table-4 tbody tr td {
  text-align: left;
}
.project_box.style_three .content_inner div{
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--primary-color-one);
  font-family: var(--finova-family-one);
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 9px 11px 4px;
  background: var(--primary-color-three);
  display: inline-block;
  border-radius: 5px;
}
.project_box.style_three .content_inner h2 {
  position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-dark);
    display: block;
    padding-left: 0px;
}
.short_desc {
  padding-left: 0px !important;
}
.shadow-1{
  box-shadow: 1px 1px 8px #00000038;
}

.custom-comi{
  position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 13px #979797 !important;
    border: 1px solid #ab1e5a6e;
}
.team_box.style_four .team_box_outer .image_box.l-2{
  height: 220px;
}
.custom-back{
      background: #fff0f8;
    margin-bottom: 20px;
}
.uploadFile {
  width: 30%;
  background-color: white;
  border: 1px solid grey;
  color: grey;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  padding: 10px 10px 4px 10px;
  position: relative;
  resize: none;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

.wrapper .div-bar{
  display: block;
  width: 120px;
  background: #961251;
  height: 6px;
  border-radius: 10px;
  margin: 10px 0px;
}

.wrapper .calculator{
  position: relative;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px 0px;
}


.calculator .calculator-input{
  position: relative;
  width: 50%;
  justify-content: space-around;
  padding: 5px 10px;
  display: block;
}

.calculator .calculator-input input{
  width: 100%;
  height: 40px;
  padding: 20px 14px;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  color:black;
}

.calculator .calculator-input input:focus{
  outline: none;
  border: 1px solid #961251;
}


.calculator .calculator-input label{
  color:#961251;
  font-size: 16px;
  padding: 2px 4px;
  font-weight: 500;
}

.calculator .calculator-input button {
  width: 100%;
  padding: 14px 16px;
  margin-top: 32px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Poppins",sans-serif;
  background: #961251;
  border: 0;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
}

/*chrome, safari, edge, opera*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/*Firefox*/

input[type=number]{
  -moz-appearance: textfield;
}

.wrapper .calculator-result{
  position: relative;
  display: block;
  padding: 10px;
  margin: 20px 0;
}
.wrapper .calculator-result ul{
  width: 100%;
margin-top: 20px;
text-align: center;
}

.wrapper .calculator-result li{
  list-style: none;
  line-height: 28px;
  font-weight: 500;
  font-size: 13px;
  display: inline;
  margin: 2px;
  background: #fff0f6;
  padding: 27px 19px;
  border-radius: 7px;
  box-shadow: 3px 3px 10px #9d9d9d;
}


.calculator-result .loan_emi{
  font-weight: 700;
  font-size: 22px;
  color: #961251;
}
.calculator-result .loan_principle,
.calculator-result .loan_interest_rate,
.calculator-result .loan_total{
  color: #333332;
  font-weight: 700;
  font-size: 22px;
}

.calculator-result canvas{
  padding: 20px;
}
.wrapper h2 {
  font-size: 25px;
}
.mr_bottom{
  margin-bottom: 50px;
}
.testimonial_box.type_one {
  position: relative;
  padding-bottom: 15px;
}
.world {
  position: relative;
}
.world .address-display {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 10%;
  right: 0;
  width: 50%;
  min-height: 80%;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.world .image-display {
  max-width: 72%;
}
i.flag.flag1 img {
  border-radius: 50%;
}
.address-display h3 {
  font-size: 21px;
}
.address-display h4 {
  padding-top: 14px;
  font-size: 20px;
  font-weight: 200;
}
.contact_box_inner.icon_yes {
  min-height: auto !important;
}
.bg_light_3 {
  background: #e5e5e569 !important;
}
.contact-section .line-about.title_sections:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background: var(--primary-color-one);
  left: 7px;
  bottom: 1px;
}
/* .new-dt {
  margin-top: 50px;
} */
.title-branch {
  padding-top: 30px;
  padding-bottom: 17px;
  font-size: 400;
}
.title-branch h5 {
  font-weight: 400;
  font-size: 18px;
}


.project_box.style_three.new-dt:hover .image::before {
  bottom: 0;
  opacity: 0;
}
.project_box.style_three.new-dt .image{
  width: 60%;
}
.project_box.style_three.new-dt .image iframe{
  width: 100%;
  height: 300px;
}
.project_box.style_three.new-dt .content_inner{
  width: 40%;
}
.project_box.style_three .content_inner i{
  font-size: 27px;
    line-height: 16px;
    font-weight: 600;
    color: var(--primary-color-one);
    font-family: var(--finova-family-one);
    text-transform: uppercase;
    margin-bottom: 15px;
    background: var(--primary-color-three);
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 0px;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.project_box.style_three.new-dt .content_inner div{
  background: none;
  color:black;
  padding: 0px;
  margin-bottom: 4px;
}
.border-b{
  border-bottom: 1px solid #e3d6d6;
}

.content_box_cn img{
  width: 250px;
}
.bg-sample{
  background-image: url(assets/images/products/msme.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-bottom: 70px;
}
/* process */
.app-process-section ol li h2 {
  margin-bottom: 10px;
}
.app-process-section ol li .icon-time-taken {
  color: rgba(37,175,71,0.9);
  font-style: italic;
  background-color: rgba(37,175,71,0.12);
  border-radius: 14px;
  letter-spacing: 1px;
  padding: 4px 10px;
  font-size: 1.6rem;
}
.icon-time-taken:before {
  content: '\76';
}
.app-process-section ol li::before {
  content: counter(number-counter);
  position: absolute;
  display: inline-block;
  background-color: #F0F0F0;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  height: 48px;
  width: 48px;
  font-size: 24px;
  font-weight: 600;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.app-process-section ol li::before {
  content: counter(number-counter);
  position: absolute;
  display: inline-block;
  background-color: #F0F0F0;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  height: 48px;
  width: 48px;
  font-size: 24px;
  font-weight: 600;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.app-process-section ol li {
  padding: 40px 0 40px 84px;
  counter-increment: number-counter;
  position: relative;
  list-style: none;
}
.app-process-section ol li .fa{
  color: rgb(171 30 90);
  background-color: rgb(171 30 90 / 13%);
  border-radius: 14px;
  letter-spacing: 1px;
  padding: 4px 10px;
  font-size: 19px;
}
.app-process-section ol li:not(:last-child)::after {
  content: '';
  border-left: 4px dotted #303030;
  position: absolute;
  width: 1px;
  height: 109px;
  left: 22px;
  top: 90px;
  opacity: 0.24;
}
.app-process-section ol li .green-dot {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: rgba(37,175,71,0.9);
  border-radius: 50%;
  left: 34px;
}
.app-process-section ol li h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.app-process-section .line-about.title_sections:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background: var(--primary-color-one);
  left: 7px;
  bottom: 1px;
}
.eligibility-section .line-about.title_sections:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background: var(--primary-color-one);
  left: 7px;
  bottom: 1px;
}

.rel-cus{
  position: relative;
  z-index: 12;
}
.norm .line-about.title_sections:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  left: 50%;
  bottom: 1px;
}
.fag-section .line-about.title_sections:before  {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background: var(--primary-color-one);
  bottom: 1px;
  left: 47.2%;
}

.process_box.style_four .process_box_outer_four.interest  .content_box p{
  color: #fff;
  }
  .process_box.style_four .process_box_outer_four.interest  .content_box h2{
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
    color: #fff;
}
.process_box.style_four .process_box_outer_four.interest .icon img{
  width: 47px;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.dropdown{
  margin-right: 25px !important;
}

/* Investor Relations dropdown sizing */
.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown {
  width: 225px;
  min-width: 225px;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown > li.dropdown > .dropdown-menu {
  width: 220px;
  min-width: 220px;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown > li.dropdown > .corporate-governance-dropdown,
.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown > li.shareholder-info-menu > .shareholder-info-dropdown {
  width: 220px;
  min-width: 220px;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown > li.shareholder-info-menu > .shareholder-info-dropdown > li.regulatory-disclosure-menu > .regulatory-disclosure-dropdown {
  width: 215px;
  min-width: 215px;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown li {
  white-space: normal;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown li > a {
  white-space: normal;
  line-height: 1.45;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown li.dropdown {
  position: relative;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown li.dropdown > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 6px;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown li.shareholder-info-menu > .shareholder-info-dropdown > li.regulatory-disclosure-menu > .regulatory-disclosure-dropdown {
  left: 100%;
  right: auto;
  margin-left: 6px;
  margin-right: 0;
}

.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown li.dropdown:hover > .dropdown-menu,
.header .header_content_collapse .navigation_menu .navbar_nav li.investor-relations-menu > .investor-relations-dropdown li.dropdown:focus-within > .dropdown-menu {
  display: block;
}

/* Investor Relations menu sizing:
   - Parent dropdown: 225px
   - Sub dropdowns: 220px
   - Regulatory Disclosure child dropdown: 215px
   These rules are scoped only to Investor Relations so About Company and other menus stay unchanged. */

.resetbutton {
  position: relative;
  display: inline-block;
  min-width: 160px;
  min-height: 60px;
  font-size: 12px;
  line-height: 60px;
  padding: 0px 20px;
  border-radius: 10px 0px 10px 0px;
  border: 1px solid var(--border-color-one);
  background: #b9b2b5 ;
  font-family: var(--finova-family-one);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}


.outer_box_team h2.job_name {
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 4px !important;
  display: block !important;
  margin-top: 13px !important;
  text-align: center !important;
}
.outer_box_team h6.job_details {
  font-size: 16px !important;
  line-height: 26px !important;
  color: var(--primary-color-one) !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
  text-align: center !important;
}

.outer_box_team .content-box-2 {
  text-align: justify !important;
}
.dsd {
  position: relative !important;
}

input.nope:active {
    border-color: white !important;
}
.custom_btn_1 {
  border: 0px !important;
  width: 38px;
}

.team__box__outer {
  min-height: 157px;
}



.team__section__main .our-team{
  text-align: center;
  position:relative;
  color:#fff;
}
.team__section__main .our-team img{
  width:100%;
}
.team__section__main .our-team .content{
  background:rgba(42,57,151,.6);
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  padding: 0 13px;
  top:0;
  text-align: center;
  padding-top:25%;
  /* transform:perspective(400px) rotateX(-90deg); */
  transform:perspective(400px);
  transform-origin:center top 0;
  transition:all 0.5s ease 0s;
  opacity: 0;
}
.team__section__main span.post {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.team__section__main .our-team:hover .content,
.team__section__main .our-team.active .content{
  opacity:1;
  /* transform:perspective(400px) rotateX(0deg); */
  transform:perspective(400px);
}
.team__section__main .our-team .content .title{
  margin:0 0 10px;
  display:block;
  font-size: 25px;
  font-weight: 600;
}
.team__section__main .our-team .content .post{
  margin:0 0 25px;
  display:block;
  font-size: 15px;
}
.team__section__main .our-team .social{
  margin:0;
  padding:0;
  list-style: none;
}
.team__section__main .our-team .social li{
  display:inline-block;
}
.team__section__main .our-team .social li a{
  display:block;
  color:#fff;
  font-size: 20px;
  height:40px;
  width:40px;
  line-height: 40px;
  border-radius: 0;
  background-color:#f32248;
  margin-right:5px;
  transition:all 0.5s ease 0s;
  position:relative;
}
.team__section__main .our-team .social li a:hover,
.team__section__main .our-team.active .social li a{
  border-radius: 50%;
  text-decoration: none;
}
.team_details_main h2 {
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 30px;
    margin-top: 20px;
}
.team_details_main h6 {
    font-size: 16px;
    font-weight: 500 !important;
}
a.content__hoverlink {
    color: #fff !important;
}
span#director-description p {
    font-size: 13px;
    margin-bottom: 7px;
}

.modeldatamain h2 {
    font-size: 22px !important;
    font-weight: 500;
    color: #000 !important;
}
.modeldatamain h6 {
    font-size: 13px;
    color: #212529;
    font-weight: 400;
}
div#teamModel {
    z-index: 999999 !important;
}
.director__model .modal-header {
    border: none !important;
    padding: 12px 15px 2px !important;
}

span#keyperson-description p {
  font-size: 13px;
  margin-bottom: 7px;
}
.keyperson__model {
  z-index: 999999 !important;
}
.team__section__main .pic img {
    max-height: 340px !important;
}
.keyperson__model .modal-header {
    border: none !important;
    padding: 12px 15px 2px !important;
}
@media screen and (max-width:990px){
   .team__section__main .our-team{
    margin-bottom:30px;
  }
}

.right__icon__main i {
  font-size: 30px;
}

.form_family_style select {
  font-family: var(--finova-family-two) !important;
  border: 1px solid var(--border-color-dark) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.form_family_style select option {
  font-family: var(--finova-family-two) !important;
  border: 1px solid var(--border-color-dark) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.our_growth__main {
  border: none !important;
}

/* .our_growth__main h6 {
  padding: 0 0px 0px 55px;
  text-align:left !important;
}
.counter-block.style_one .icon_box .coun_ter {
  position: relative;
  padding: 0 0px 0px 55px;
  text-align:left !important;
} */

.counter-block.style_one .icon_box .coun_ter small {
  font-size: 50px;
  margin-left: -10px !important;
  color: #ffffff;
}
/* .our_growth__main {
  background-image: none !important;
} */
@media(max-width:767px){
  .link_box_contents.style_one .link_content_bx {
    display: block !important;
}

}
.cookie-notice {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3rem 0;
  bottom: 0;
  width: 100%;
  background: #323232;
  color: #F6F6F6;
  font-size: 1.2rem;
  z-index: 999;
}
.cookie-notice .cookie {
  font-size: 1rem;
  margin-right: 0.3rem;
  margin-left: 1rem;
}
.cookie-notice .accept-cookies
 {
    cursor: pointer;
    border: none;
    outline: none;
    background: #F6F6F6;
    color: #191919;
    font-weight: 700;
    padding: 0.5rem .8rem;
    margin-right: 5px;
    margin-left: 5px;
    transition: 0.35s ease;
}
.cookie-notice p {
  margin-bottom: 0px;
}
.accept-cookies {
  font-weight: 400 !important;
  font-size: 12px !important;
  border-radius: 4px;
}

.cookie-notice button[type=submit] {
    min-width: 100px;
    min-height: 30px;
    line-height: 10px;
    padding: 0px 20px;
}
.cookie-notice p {
    margin-bottom: 0px;
    font-size: 14px;
}

/*.slider.style_three .slide-item-content .slider_content h1{min-height:123px;}*/

.loan-form-top label{color:#000000;font-size:15px;font-weight:500;margin: 0 0 6px 0;}
.loan-form{max-width:470px;margin: 0 auto;}


.title_sections h2,
.title_all_box h2,
h2.title {
  color: #000000 !important; /* pure black */
}


.font-controls button {
    border: solid 1px #ddd;
    margin-left: -5px;
    border-radius: 0 0 0 0;
    padding: 3px 6px;
    min-width: 20px;
    font-size: 12px;
    color: #fff;background: transparent;border-right:0
}

.font-controls button:last-child{border-right:solid 1px #ddd}


/* Scheduled System Maintenance Marquee CSS Start */
.maintenance-marquee {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  min-height: 44px;
  background: linear-gradient(90deg, #282f3b 0%, #343d4b 52%, #282f3b 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 3px solid var(--primary-color-one, #ab1e5a);
  box-shadow: 0 8px 18px rgba(40, 47, 59, 0.16);
}

.maintenance-marquee__label {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--primary-color-one, #ab1e5a), #8f174b);
  font-family: var(--finova-family-one, Spartan, sans-serif);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

.maintenance-marquee__label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 100%;
  background: inherit;
  transform: skewX(-22deg);
  transform-origin: top;
  z-index: -1;
}

.maintenance-marquee__label i {
  font-size: 14px;
}

.maintenance-marquee__track {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.maintenance-marquee__content {
  display: flex;
  align-items: center;
  width: max-content;
  animation: finovaMaintenanceMarquee 42s linear infinite;
  will-change: transform;
}

.maintenance-marquee__content span {
  flex: 0 0 auto;
  padding-left: 54px;
  padding-right: 54px;
  font-family: var(--finova-family-two, Inter, sans-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  white-space: nowrap;
}

.maintenance-marquee:hover .maintenance-marquee__content {
  animation-play-state: paused;
}

@keyframes finovaMaintenanceMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .maintenance-marquee__content {
    animation: none;
  }
}

@media (max-width: 767px) {
  .maintenance-marquee {
    min-height: 40px;
  }

  .maintenance-marquee__label {
    max-width: 42%;
    padding: 6px 12px;
    gap: 7px;
    font-size: 8px;
    white-space: normal;
  }

  .maintenance-marquee__label::after {
    right: -12px;
    width: 24px;
  }

  .maintenance-marquee__content span {
    padding-left: 38px;
    padding-right: 38px;
    font-size: 12px;
    line-height: 40px;
  }
}
/* Scheduled System Maintenance Marquee CSS End */
