* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* font-family: "Montserrat", sans-serif; */
}

/* Customize Footer Scrollbar */
.footer .center .linkedin-content::-webkit-scrollbar {
  width: 11px;
}
.footer .center .linkedin-content::-webkit-scrollbar-track {
  background: #fff;
}
.footer .center .linkedin-content::-webkit-scrollbar-thumb {
  background: #676767;
  border-radius: 7px;
}

/* Header Styles Starts Here */
header {
  background-color: #ec9122;
  padding: 5px 0;
  overflow: hidden;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.header a {
  text-decoration: none;
  color: #fff;
}
.header .icons i {
  margin-right: 7px;
  transition: all 0.3s ease;
}
.header .icons i:hover {
  scale: 1.2;
  color: #5f86c3;
}
.header .email i {
  margin-right: 1px;
}

@media screen and (max-width: 576px) {
  .header .icons i{
      margin-right: 3.5px;
  }
  .header a{
      font-size: 0.7rem;
  }
  .header .phone span{
      font-size: 0.7rem;
  }
  .header i{
      font-size: 0.8rem;
  }
  header{
        padding: 1px 0 3px 0;
    }
	
}
/* Header Styles Ends Here */


/* Nav Styles Starts Here */
nav {
    padding: 0 !important;
    background-color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
  }
  nav .nav-link {
    font-weight: 500;
  }
  nav .nav-link.active {
    color: #eb9833 !important;
  }
  nav .dropdown-menu {
    background-color: #eb9833 !important;
  }
  nav .dropdown-item {
    color: #fff !important;
    font-weight: 400;
    transition: all 0.2s ease;
  }
  nav .dropdown-item:hover,
  nav .dropdown-item:focus {
    background-color: #eb9833 !important;
    color: #ececec !important;
  }

  @media screen and (max-width: 576px) {
    nav .nav-link {
        font-size: 0.8rem !important;
      }
      nav .dropdown-item {
        font-size: 0.8rem !important;
      }
	  nav .navbar-brand img {
        height: 70px;
      }
  }

  /* .dropdown-toggle::after {
    display: none;
  } */

  /* Nav Styles Ends Here */


  /* Top Image Styles Starts Here */
.top-image{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.top-image img{
    width: 100%;
}
.top-image .left-text{
    position: absolute;
    top: 30%;
    background-color: #dc9333f3;
    color: #fff;
    padding: 0.8rem 3rem 0.8rem 2rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: "Montserrat", sans-serif;
}
.top-image .left-text h2{
    font-size: 3.3rem;
}

@media screen and (max-width: 1500px) {
  .top-image .left-text h2{
    font-size: 3rem;
}
.top-image .left-text{
  top: 33%;
}
}

@media screen and (max-width: 576px) {
  .top-image .left-text h2{
    font-size: 1.5rem;
}
.top-image .left-text{
  top: 33%;
  padding: 0.5rem 1.3rem 0.2rem 1rem;
}
}
/* Top Image Styles Ends Here */


/* Second Top Image Styles Starts Here */
.second-top-image{
    width: 100%;
    overflow: hidden;
}
.second-top-image img{
    width: 100%;
}

@media screen and (max-width: 576px) {
  .second-top-image img{
    height: 2rem;
}
}
/* Second Top Image Styles Ends Here */

/* Group Empanelments Styles Starts Here */
.group-empanelment{
    background-image: url('images/bg3.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.group-empanelment-content{
    padding: 3rem 0;
}
.group-empanelment-content h1{
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.group-empanelment-content p{
    font-size: 1.1rem;
    font-weight: 400;
}

@media screen and (max-width: 576px) {
  .group-empanelment-content{
    padding: 1.5rem 0.5rem;
}
.group-empanelment-content h1{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.group-empanelment-content p{
  font-size: 0.9rem;
  text-align: justify;
}
}
/* Group Empanelments Styles Ends Here */

/* Empanelment with Banks Styles Starts Here */
.empanelment-with-banks{
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .empanelment-with-banks h1{
    font-size: 2.8rem;
    font-weight: 500;
  }
  .empanelment-with-banks .line{
    width: 460px;
    height: 5px;
    background-color: #ec9122;
    margin-bottom: 1rem;
  }
      /* bank row */
  .bank-icon-row{
    /* background-color: #5f86c3; */
    display: flex;  
    gap: 140px;
    margin-top: 4rem;
  }
  .bank-icon-row img{
    width: 130px;
    height: 130px;
    object-fit: contain;
  }
  .bank-icon-row p{
    text-align: center;
    font-size: 0.9rem;
  }
  .bank-icon-row:last-child{
   align-self: flex-start;
   padding: 0 50px;
  }
  .bank-icon>div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 130px;
    transition: all 0.4s ease;
  }
  .bank-icon>div:hover{
   scale: 1.1;
  }
  #bank-logo-2{
    width: 80px;
    height: 80px;
  }
  #bank-logo-1,
  #bank-logo-3,
  #bank-logo-4,
  #bank-logo-5,
  #bank-logo-6,
  #bank-logo-8,
  #bank-logo-9,
  #bank-logo-11,
  #bank-logo-12,
  #bank-logo-14,
  #bank-logo-16,
  #bank-logo-17,
  #bank-logo-18{
    width: 90px;
    height: 90px;
  }
  
  @media screen and (max-width: 1500px) {
    .empanelment-with-banks h1{
      font-size: 2.4rem;
    }
    .empanelment-with-banks .line{
      width: 450px;
      margin-bottom: 1rem;
    }
    .bank-icon-row{
      gap: 100px;
      margin-top: 2rem;
    }
    .bank-icon-row img{
      width: 120px;
      height: 120px;
    }
  }

  @media screen and (max-width: 576px) {
    section{
      overflow: hidden;
    }
    .empanelment-with-banks{
      padding: 1.5rem 0.5rem;
    }
    .empanelment-with-banks h1{
      font-size: 1.4rem;
    }
    .empanelment-with-banks .line{
      width: 150px;
      height: 4px;
      margin-bottom: 0;
    }
    
    .bank-icon-row{
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 0;
      margin-top: 0;
    }
    .bank-icon{
      width: 49%;
      overflow: hidden;
    }
    .bank-icon-row img{
      height: 100px;
      width: 100px;
    }
    .bank-icon-row p{
      font-size: 0.7rem;
    }
    .bank-icon>div{
      height: 90px;
      width: 160px;
    }
    .bank-icon-row:last-child{
     justify-content: space-between;
     padding: 0 20px;
    }
    #bank-logo-2{
      width: 60px;
      height: 60px;
    }
    #bank-logo-1,
    #bank-logo-3,
    #bank-logo-4,
    #bank-logo-5,
    #bank-logo-6,
    #bank-logo-8,
    #bank-logo-9,
    #bank-logo-11,
    #bank-logo-12,
    #bank-logo-14,
    #bank-logo-16,
    #bank-logo-17,
    #bank-logo-18{
      width: 70px;
      height: 70px;
    }
  
  }
  /* Empanelment with Banks Styles Ends Here */


  /* Financial Institutions Section Styles Starts Here */
.financial-head{
    width: 100%;
    overflow: hidden;
    margin-top: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .financial-head img{
    width: 100%;
  }
  .financial-head .heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 26%;
  }
  .financial-head .heading h1{
    max-width: 68%;
    text-align: center;
  }
  .financial-head .heading .line{
    width: 450px;
    height: 4px;
    background-color: #fff;
    margin-top: 0.7rem;
  }
  
  .institutions{
    background-image: url('images/bg5.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .institutions-row{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .institution-icon{
    width: 23%;
    /* height: 200px; */
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .institution-icon>div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 160px;
    transition: all 0.4s ease;
  }
  .institution-icon>div:hover{
    scale: 1.1;
  }
  .institution-icon img{
    width: 180px;
    height: 180px;
    object-fit: contain;
  }
  .institution-icon p{
    text-align: center;
    font-size: 0.9rem;
  }
  
  #institution-logo-1{
    width: 140px;
    height: 140px;
  }
  #institution-logo-2{
    width: 120px;
    height: 120px;
  }
  #institution-logo-4,
  #institution-logo-6,
  #institution-logo-10,
  #institution-logo-11,
  #institution-logo-12,
  #institution-logo-13,
  #institution-logo-14,
  #institution-logo-15,
  #institution-logo-16{
    width: 80px;
    height: 80px;
  }
  #institution-logo-9{
    width: 230px;
    height: 230px;
  }

  @media screen and (max-width: 1500px) {
    .financial-head .heading h1{
      max-width: 68%;
      font-size: 2.4rem;
    }
  }

  @media screen and (max-width: 576px) {
    .financial-head img{
      width: 100%;
      height: 6rem;
    }
    .financial-head .heading{
      top: 20%;
    }
    .financial-head .heading h1{
      width: 100%;
      max-width: 100%;
      font-size: 1.3rem;
    }
    .financial-head .heading .line{
      width: 220px;
      margin-top: 0.1rem;
    } 
    .institutions-row{
      flex-wrap: wrap;
      margin-top: 0;
    }
    .institution-icon{
      width: 49%;
    }
    .institution-icon>div{
      height: 100px;
      width: 160px;
    }
    .institution-icon img{
      width: 150px;
      height: 150px;
    }
    .institution-icon p{
      font-size: 0.7rem;
    }
    #institution-logo-1{
      width: 120px;
      height: 120px;
    }
    #institution-logo-2{
      width: 100px;
      height: 100px;
    }
    #institution-logo-4,
    #institution-logo-6,
    #institution-logo-10,
    #institution-logo-11,
    #institution-logo-12,
    #institution-logo-13,
    #institution-logo-14,
    #institution-logo-15,
    #institution-logo-16{
      width: 60px;
      height: 60px;
    }
    #institution-logo-9{
      width: 210px;
      height: 210px;
    }
  }
  
  /* Financial Institutions Section Styles Ends Here */


  /* Government Clients Section Styles Starts Here */
.government-head{
    width: 100%;
    overflow: hidden;
    margin-top: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .government-head img{
    width: 100%;
  }
  .government-head .heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 36%;
  }
  .government-head .heading h1{
    text-align: center;
  }
  .government-head .heading .line{
    width: 350px;
    height: 4px;
    background-color: #fff;
    margin-top: 0.5rem;
  }
  
  .clients{
    background-image: url('images/bg5.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .clients-row{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    overflow: hidden;
  }
  .clients-icon{
    width: 23%;
    /* height: 200px; */
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .clients-icon>div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 160px;
    transition: all 0.4s ease;
  }
  .clients-icon>div:hover{
    scale: 1.1;
  }
  .clients-icon img{
    width: 180px;
    height: 180px;
    object-fit: contain;
  }
  .clients-icon p{
    text-align: center;
    font-size: 0.9rem;
  }
  
  #clients-logo-3,
  #clients-logo-16,
  #clients-logo-17,
  #clients-logo-21,
  #clients-logo-23,
  #clients-logo-19,
  #clients-logo-20,
  #clients-logo-15,
  #clients-logo-24,
  #clients-logo-25,
  #clients-logo-26{
    width: 90px;
    height: 90px;
  }

  #clients-logo-4,
  #clients-logo-5,
  #clients-logo-14,
  #clients-logo-22{
    width: 130px;
    height: 130px;
  }
  
  #clients-logo-6,
  #clients-logo-9,
  #clients-logo-11{
    width: 110px;
    height: 110px;
  }

  @media screen and (max-width: 1500px) {
    .clients-icon img{
      width: 160px;
      height: 160px;
    }
    .government-head .heading h1{
      font-size: 2.4rem;
    }
  }

  @media screen and (max-width: 576px) {
    .government-head img{
      width: 100%;
      height: 5rem;
    }
    .government-head .heading{
      top: 27%;
    }
    .government-head .heading h1{
      font-size: 1.4rem;
    }
    .government-head .heading .line{
      width: 150px;
      margin-top: 0;
    }
    .clients-row{
      flex-wrap: wrap;
      margin-top: 0.5rem;
    }
    .clients-icon{
      width: 49%;
    }
    .clients-icon>div{
      height: 100px;
      width: 160px;
    }
    .clients-icon img{
      width: 150px;
      height: 150px;
    }
    .clients-icon p{
      font-size: 0.7rem;
    }
    #clients-logo-3,
    #clients-logo-16,
    #clients-logo-17,
    #clients-logo-21,
    #clients-logo-23,
    #clients-logo-19,
    #clients-logo-20,
    #clients-logo-15,
    #clients-logo-24,
    #clients-logo-25,
    #clients-logo-26{
      width: 60px;
      height: 60px;
    }
  
    #clients-logo-4,
    #clients-logo-5,
    #clients-logo-14,
    #clients-logo-22{
      width: 100px;
      height: 1300px;
    }
    
    #clients-logo-6,
    #clients-logo-9,
    #clients-logo-11{
      width: 80px;
      height: 80px;
    }
  }
  /* Government Clients Section Styles Ends Here */


  /* Footer Styles Starts Here */
  footer{
    background-color: #ec9122;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
  }
  .footer{
    display: flex;
    justify-content: space-between;
  }
  .footer .left{
    width: 29%;
    color: #fff;
  }
  .footer .left img{
    background-color: #fff;
    padding: 0.5rem 0.8rem;
    margin-top: 1rem;
  }
  .footer .left a{
    color: #fff;
  }
  .footer .left .foot-icons{
    margin-top: 2rem;
  }
  .footer .left .foot-icons i{
    margin-right: 0.7rem;
    font-size: 1.3rem;
    transition: all 0.2s ease;
  }
  .footer .left .foot-icons i:hover{
    scale: 1.1;
    color: #5f86c3;
  }
  
  .footer .center{
    width: 30%;
  }
  .footer .center h3{
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1rem;
  }
  .footer .center img{
    width: 100%;
    /* position: relative; */
  }
  .footer .center button{
    position: absolute;
    left: 75%;
    top: 46%;
    border: none;
    outline: none;
    font-size: 0.8rem;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #616161;
    background-color: #f9f9f9;
    transition: all 0.2s ease;
  }
  .footer .center button:hover{
    background-color: #ededede4;
  }
  .footer .center .linkedin-content{
   height: 150px;
   overflow-y: scroll;
   padding: 10px;
   background-color: #d2d0d0;
  }
  
  .footer .end{
   width: 22%;
   color: #fff;
   display: flex;
   flex-direction: column;
  }
  .footer .end h3{
   font-size: 1.1rem;
  }
  .footer .end p{
   font-size: 0.8rem;
  }
  .footer .end div{
   margin-bottom: 1rem;
  }
  /* .footer .end img{
   width: 30px;
   margin-left: 90%;
   margin-top: 1.3rem;
   cursor: pointer;
   transition: all 0.3s ease;
  } */
  /* .footer .end img:hover{
   scale: 1.1;
  } */
  .footer-line .line{
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    margin-top: 1rem;
  }
  .copyright{
   display: flex;
   justify-content: space-between;
   color: #fff;
   margin-top: 7px;
   font-size: 0.9rem;
  }

  #back-to-top{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 1.2rem;
    right: 1.4rem;
    box-shadow: rgba(0, 0, 0, 0.308) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all 0.3s ease;
  }
  #back-to-top:hover{
      scale: 1.1;
  }

   /* Footer Media Queries */
   @media screen and (max-width: 1400px) {
    .footer .center button{
        top: 42%;
      }
  }

  @media screen and (max-width: 576px) {
    footer{
        margin-top: 1rem;
    }
    .footer{
        flex-direction: column;
      }
      .footer .left{
        width: 100%;
      }
      .footer .left img{
        margin-top: 0.5rem;
        width: 25%;
      }
      .footer .left .foot-icons{
        margin-top: 1rem;
      }
      .footer .center{
        width: 100%;
        margin-top: 2rem;
      }
      .footer .end{
        width: 100%;
        margin-top: 2rem;
      }
      .copyright{
        font-size: 0.7rem;
       }
       #back-to-top{
        width: 20px;
        height: 20px;
        bottom: 1rem;
        right: 1rem;
      }
  }

  /* Footer Styles Ends Here */
