@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}
:root {
  --primary-color:#072C58;
  --secondary-color: #056C34;
  --black-color: #444444;
  --bg-light: #EBF4FF;
  --accent-color: #B68934;
  --text-color: #444444;
  --smalltext: 12px;
  --heading1text: 36px;
  --heading2text: 30px;
  --heading3text: 26px;
  --heading4text: 24px;
  --heading5text: 20px;
  --heading6text: 16px;
  --navbar-height: 100px;


}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}


body {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  background-color: #fff !important;
  overflow-x: hidden;
}

p{
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 400;
}


a {
  text-decoration: none;
  color: var(--accent-color);
}

.primary-txt {
  color: var(--primary-color);
}

.bg-seconday{
  background-color:  var(--primary-color) !important;
}
.accent-txt {
  color: var(--accent-color);
}
.fs-60 {
  font-size: 60px;
}
.btn-primary{
  background: url('../img/btnbg.png') no-repeat center/cover var(--primary-color);
  padding-block: 10px !important;
  padding-inline: 40px !important;
  border-radius: 10px !important;
  border: 1px solid var(--primary-color);
  font-weight: 600;
}
button:focus,
.form-control:focus,
.btn-primary:focus,
input:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-primary:hover{
  background: url('../img/btnbg.png') no-repeat center/cover var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.btn-secondary{
  background: transparent;
  padding-block: 10px !important;
  padding-inline: 40px !important;
  border-radius: 10px !important;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-weight: 600;
}
.btn-secondary:hover{
  background: url('../img/btnbg.png') no-repeat center/cover var(--primary-color);
  border: 1px solid var(--primary-color);
}

.form-control:focus {
  border-color: var(--primary-color);
}

.text-green {
  color: var(--secondary-color) !important;
}


/* header css */

/* header css start */
.custom-navbar {
  z-index: 9;
  box-shadow: 0 4px 4px 0 rgb(154 154 154 / 10%);
}

.logo-img {
  width: 160px;
}

nav.navbar {
  max-height: var(--navbar-height);
  padding-block:22px;
}
 
.page-wrapper {
  margin-top: var(--navbar-height) !important;
}
.nav-link-custom{
   color: var(--black-color);
   font-size: 18px;
   font-weight: 500;
}
.nav-link-custom:focus, .nav-link-custom:hover
 {
    color: var(--secondary-color);
}

.nav-link-custom {
  font-size: 18px;
  color: var(--black-color);
  padding: 0 12px 10px !important;
  font-weight: 500;
}

.nav-link-custom:hover {
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
}

.nav-link-custom.active {
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  font-weight: 600;
}

/* ======= header css End=============== */

/* footer css start  */

.footer {
  background: linear-gradient(180deg, #012546, #021425);
}

.footer a{
  font-size: 14px;
  font-weight: 400;
}
.footer a:hover{
  font-size: 14px;
  font-weight: 400;
  color: var(--accent-color) !important;
}
.footer h4{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer p, .footer a, .footer i{
  color: #D9D9D9;
}
.followusicon i{
  width: 30px;
    height: 30px;
    background: #F4F7F5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    border-radius: 30px;
}
/* footer css end  */

/* custom css start */
.page-wrapper {
  margin-top: 110px;
}

h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: normal;
}

.textSecondary {
  color: var(--secondary-color) !important;
}

.breadcrumb{
  background-color: var(--primary-color);
  background: linear-gradient(#082E5B, #082E5B), url("../img/breadcrumbbg.jpg") no-repeat center center ;
  color: #fff;
}

/* custom css end */

/* hero section css start */
.hero-section {
  background: #F3F9FF;
}
.hero-content h1{
  font-size: 55px;
  font-weight: 700;
  color: var(--primary-color);
}

.hero-content h1 span{
  font-weight: 700;
  color: var(--secondary-color);
}
.hero-content .topspan{
  background: #D5FFE8;
    padding: 6px 14px;
    border-radius: 17px;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    font-weight: 700;
}

/* hero section css end */

/* divider Section */

.dividerarea{
      margin-top: -55px;
    background: #fff;
    border-radius: 29px;
    box-shadow: 0px 0px 20px 0px #D7EBFF;
    padding: 20px 30px;
}
.dividericon{
  background: #F4F7F5;
  border-radius: 50px;
  padding: 15px;
}
.dividercontent h1{
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
}

/* About us section start */
.aboutcontentbox span{
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 16px;
}
.aboutcontentbox h2{
  font-size: 38px;
  font-weight: bold;
  color: var(--primary-color);
}
.abouticoncard{
    background: #fff;
    box-shadow: 0px 0px 3px 0px #919ca84d;
    padding: 10px;
    border-radius: 10px;
}
.abouticoncard .aboutdivicon{
  background: #F4F7F5;
    border-radius: 50px;
    padding: 8px;
}

/* financial start */
.financecard{
  background-color: var(--primary-color);
  background: linear-gradient(90deg, #132c49d4, #082e5bcc), url(../img/finibg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: visible;
  padding: 40px 40px;
  border-radius: 40px;
}
.finiimg{
    /* position: relative; */
    text-align: center;
}
.finiimg img{
  position: absolute;
  bottom: 2px;
  width: 500px;
  right: 30px;
}
.financecontent span{
  color: var(--secondary-color);
  background: #D5FFE8;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 16px;
}
.financecontent h2{
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  margin-top: 10px;
}
.financecontent p{
  color: #D9D9D9;
}

/* process section */
.processcard {
    position: relative;
    margin-top: 35px;
    border: 1px solid;
    border-radius: 30px 100px 30px 30px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
}
.processcardbox{
  background: #fff;
  border-radius: 30px 100px 30px 170px;
}

.processcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.20);
}

.card-blue {
  background: var(--primary-color);
  border-color: var(--primary-color);
  --theme-color: var(--primary-color);
    
}

.card-green {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  --theme-color: var(--secondary-color); 
}

.card-gold {
  background: var(--accent-color);
  border-color: var(--accent-color);
  --theme-color: var(--accent-color);
    
}
.step-number {
    position: absolute;
    top: 80px;
    left: 0;
    width: 60px;
    height: 40px;
    background: var(--theme-color);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    clip-path: polygon(
        0 0,
        75% 0,
        100% 50%,
        75% 100%,
        0 100%
    );
}
.process-content{
  margin-left: 60px;
  padding: 80px 30px 80px 30px;
  margin-bottom: 8px;
}
.processcardimg{
  text-align: center;
    width: 100px;
    height: 100px;
    border: 6px solid var(--theme-color);
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 70px;
    margin: 0 auto;
}
.process-line {
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px 0 10px;
    background: var(--theme-color);
    border-radius: 10px;
}

.process-content h4{
      font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.process-content p{
  font-size: 14px;
  line-height: 27px;
}
.process-arrow{
  position: absolute;
    bottom: 0;
    background: #fff;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--theme-color);
    border-radius: 30px;
    bottom: -13px;
    left: 0;
    right: 0;
    color: var(--theme-color);
    cursor: pointer;
}
/* new css  */

.small-text{
    font-size:12px;
}

.contactprocessline{
  display: block;
    width: 50px;
    height: 2px;
    margin: 10px 0 10px;
    background: var(--primary-color);
    border-radius: 10px;
}
.contactformbox{
  padding: 30px;
    background: var(--bg-light);
    border-radius: 20px;
    box-shadow: 0px 0px 21px -2px #06376a57;
}
.contactformbox span{
  color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 4px;
}
.contactinfosec{
  background: url('../img/wave-png.png');
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}