@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
    scroll-behavior: smooth;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* header style */

header {
  width: 100%;
  background-color: #f7f9ff;
  padding: 40px 0px;
}

.nav-link1 {
  font-family: "Poppins-Regular";
  font-size: 0.8rem;
  color: #757B8A;
  text-decoration: none;
  margin: 0px 15px;
}

.nav-link1:hover {
  font-family: "Poppins-Regular";
  font-size: 0.8rem;
  color: #0C4FB8;
  text-decoration: none;
  margin: 0px 15px;
  opacity: 60%;
}

.nav-link-button {
  font-family: "Poppins-Regular";
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
  margin: 0px;
  background-color: #0C4FB8;
  border-radius: 10px;
  padding: 15px 25px;
}

.nav-link-button:hover{
  opacity: 60%;
}

.banqmart-logo {
  display: block;
  width: 100%;
}

.logo-container {
  line-height: 0;
}

.active-link {
  font-family: "Poppins-SemiBold";
  font-size: 0.8rem;
  color: #0C4FB8;
}

.hero-left{
  margin-left: -60px;
}

#connectbtnmobile{
  display: none;
}

/* Style for the close icon */
  .navbar-close-icon {
    width: 100%;
  }
  
  /* Hide/show icons based on state */
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    display: none;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-close-icon {
    display: inline-block !important;
  }
  .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    display: inline-block;
  }
  .navbar-toggler[aria-expanded="false"] .navbar-close-icon {
    display: none !important;
  }
/* header style */

/* banner style */

.indexbannerheader {
  font-family: "Poppins-SemiBold";
  font-size: 3.66rem;
  color: #101010;
  font-weight: 700;
  margin-top: 70px;
}

.indexbannerheadersm {
  font-family: "Poppins-SemiBold";
  font-size: 0.8rem;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
}

.indexbannertext {
  font-family: "Poppins-Regular";
  font-size: 1.1rem;
  color: #666666;
  width: 100%;
  line-height: 150%;
  letter-spacing: 0px;
  margin-top: 20px;
}

.btn-about {
  font-family: "Poppins-Regular";
  font-size: 0.8rem;
  color: #fff;
  background-color: #0C4FB8;
  border-radius: 10px;
  padding: 15px 20px;
  border: 0px;
  margin-top: 20px;
}

.btn-about:hover{
  opacity: 60%;
}

.man-smiling-pointing {
  width: 100%;
  max-width: 100%;
}

#banqmarbannerimg-mobile{
  display: none;
}

.banner-info {
  width: 70%;
  float: left;
  margin-top: 25px;
}

.banner-info-col1 {
  width: 40%;
  float: left;
}

.banner-info-col1 h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.6rem;
  color: #292727;
  font-weight: bolder;
}

.banner-info-col1 div {
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #000;
  margin-top: 15px;
}

.banner-info-col2 {
  width: 49%;
  float: left;
  padding-left: 20px;
}

.banner-info-col2 h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.6rem;
  color: #292727;
  font-weight: bolder;
}

.banner-info-col2 div {
  font-family: "Poppins-Light";
  font-size:1rem;
  color: #000;
  margin-top: 15px;
}

.banner-info-col-middle {
  width: 35%;
  float: left;
  padding: 0px 30px;
}

.banner-info-col-middle h1 {
  font-family: "Poppins-SemiBold";
  font-size: 1.5rem;
  color: #292727;
  font-weight: bolder;
  font-style: italic;
}

.banner-info-col-middle div {
  font-family: "Poppins-Medium";
  font-size: 0.5rem;
  color: #000;
}

.banner-info-col-border-left {
  width: 10%;
  float: left;
  border-left: 1px solid #D6D6D6;
  margin-top: 10px;
  height: 58px;
}

#trustedpartners .carousel-item{
  padding: 10px;
  transition: opacity 1s ease-in-out; /* smooth fade */
}

.banner-info-seperator{
  width: 5%;
  float: left;
}

/* banner style */

/* banner slider */

.mySlides {
  display: none;
  padding: 13px 15px 10px 15px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 260px;
  position: relative;
  margin: auto;
  height: 70px;
  /* Added fixed height */
  background-color: #fff;
  border-radius: 20px;
  bottom: 150px;
  right: 77px;
}

/* Caption text */
.slidertext {
  font-family: "Poppins-SemiBold";
  font-size: 0.6rem;
  color: #111111;
  width: 100%;
  padding-top: 5px;
  padding-left: 10px;
}

.slidertextsm {
  font-family: "Poppins-Light";
  font-size: 0.6rem;
  color: #111111;
  width: 100%;
  padding-left: 10px;
}

.sliderlink {
  width: 100%;
  margin-top: -8px;
  padding-left: 10px;
}

.sliderlink a {
  font-family: "Poppins-Medium";
  font-size: 0.6rem;
  color: #4F82FD !important;
  font-style: italic;
  text-decoration: none;
}

.img-home-banner1 {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}

.img-home-banner2 {
  max-width: 100%;
  width: 80%;
  margin-top: 10px;
}

.img-home-banner3 {
  max-width: 100%;
  width: 80%;
  margin-top: 10px;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

/* banner slider */

/* coming-soonq style */
.coming-soonq {
  width: 100%;
  float: left;
  background-color: #0C4FB8;
  margin-top: -70px;
  /* -webkit-box-shadow: 0px -10px 3px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px -10px 3px rgba(50, 50, 50, 0.2);
  box-shadow: 0px -10px 3px rgba(50, 50, 50, 0.2);*/
}

.coming-soonqinner {
  width: 23%;
  margin: 0px auto;
  padding: 20px 0px;
}

.img-comingsoonq {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.headercomsoonq {
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
  color: #fff;
  margin-top: 20px;
}

.contentcomsoonq {
  font-family: "Poppins-Light";
  font-size: 0.9rem;
  color: #fff;
}

/* coming-soonq style */

/* Smart Finance  */
.smartfinancemain {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.banner-smartfinance {
  width: 80%;
}

.smartfinance-container {
  width: 100%;
  max-width: 1320px;
  margin: 100px auto;
}

.smartfinance-container h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.5rem;
  color: #101010;
  margin-top: 40px;
}

.smartfinancedesc {
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #666666;
  width: 80%;
  line-height: 24px;
  margin-top: 1rem;
}

.smartfinancedescbold {
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
  color: #000;
  width: 65%;
}

.smartfinancebullets ul {
  margin: 15px;
  padding: 0px;
}

.smartfinancebullets ul li {
  font-family: "Poppins-Regular";
  font-size: 0.9rem;
  color: #101010;
  padding-left: 20px;
}

.background-circle {
  background-image: url("../img/meetteam-graident.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.background-circle-center{
  background-image: url("../img/meetteam-graident.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.background-circle-about{
  background-image: url("../img/meetteam-graident.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.background-circle-connect{
  background-image: url("../img/meetteam-graident.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

#banner-smartfinance-mobile{
  display: none;
}

/* Smart Finance  */

/* about */
.aboutmain {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.about-container {
  width: 100%;
  max-width: 1320px;
  margin: 0px auto;
  padding: 80px 0px 100px 0px;
}

.about-container h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.5rem;
  color: #101010;
}

.about-container p {
  width: 89%;
  font-family: "Poppins-Regular";
  font-size: 1rem;
  color: #757B8A;
  line-height: 1.5rem;
  margin-top: 30px;
}

.about-container p strong{
  color: #111;
}

.about-finqy-img {
  max-width: 100%;
  width: 60%;
  margin-top: 80px;
}

.aboutinner {
  margin-top: 100px;
}

.background-circle-about-mobile{
  display: none;
}

/* about */

/* what we offer */

#whatweoffer {
  width: 100%;
  float: left;
  padding-bottom: 60px;
}

.whatweoffer-container {
  width: 100%;
  max-width: 1320px;
  margin: 50px auto;
}

.whatweoffer-container h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.5rem;
  color: #101010;
}

.whatweoffer-container p {
  width: 74%;
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #4B4B4B;
  margin: 30px 0px;
}

.whatweoffer-container div a {
  width: 74%;
  font-family: "Poppins-Medium";
  font-size: 1rem;
  color: #0C4FB8;
  text-decoration: none;
}

.whatweoffer-container div a:hover {
  width: 74%;
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #0C4FB8;
  text-decoration: none;
  opacity: 60%;
}

.whatweoffer-container header {
  font-family: "Poppins-SemiBold";
  font-size: 1.15rem;
  color: #4B4B4B;
  margin-top: 35px;
  padding: 0px 0px 12px 0px;
  background-color: #fff;
}

.whatweoffer-container aside {
  width: 90%;
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #4B4B4B;
  margin-bottom: 3px;
}

.whatweoffer-container p a {
  font-family: "Poppins-Medium";
  font-size: 1rem;
  color: #0C4FB8;
  text-decoration: none;
}

.img-whatoffer{
  width: 60%;
}

.img-whatofferq{
  width: 55%;
}

.btn-learnmore {
  font-family: "Poppins-Regular";
  font-size: 0.8rem;
  color: #1053F3;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  border: 1px solid #0C4FB8;
  margin-left: 20px;
}

.btn-learnmore:hover{
  opacity: 60%;
}

.btn-connect {
  font-family: "Poppins-Regular";
  font-size: 0.8rem;
  color: #fff;
  background-color: #0C4FB8;
  border-radius: 10px;
  padding: 16px 30px;
  border: 0px;
}

.btn-connect:hover{
  opacity: 60%;
}

.img-whatweofferbtm {
  position: relative;
  top: 22px;
}

#seccredit-card-dis {
  float: left;
  width: 100%;
  background-color: #f0f4ff;
  padding: 100px 0px 0px 0px;
}

#seccredit-card-dis .seccredit-card-dis-header1 {
  width: 63%;
  font-family: "Poppins-SemiBold";
  font-size: 2.5rem;
  color: #262627;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 50px;
  background-color: #f0f4ff;
}

#seccredit-card-dis .seccredit-card-dis-header2 {
  width: 75%;
  font-family: "Poppins-SemiBold";
  font-size: 2.5rem;
  color: #262627;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 50px;
  background-color: #f0f4ff;
}

.seccredit-card-dis-container{
  width: 100%;
  max-width: 1320px;
  margin: 0px auto;
}

.seccredit-card-dis-container .owl-theme .owl-dots .owl-dot{
    position: relative;
    bottom: 30px;
}

.ccd-desc {
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #000;
}

.vertical-line-sm{
  height: 45px;
}

.qficon-row{
  width: 100%;
  float: left;
}
.qficon1{
  width: 7%;
  float: left;
}
.qficon2{
  width: 7%;
  float: left;
}
.qfverticalline{
    width: 1px;
    float: left;
    text-align: center;
    background-color: #111111;
    margin: 10px 20px;
    height: 30px;
}
.qfdesc1{
  width: 42%;
  float: left;
  padding-left: 20px;
  font-size: 0.85rem;
}

.qfdesc2{
  width: 35%;
  float: left;
  padding-left: 20px;
  font-size: 0.85rem;
}

.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top:-25px !important;
  margin-left: 5%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #0C4FB8 !important;
}

.owl-theme .owl-dots .owl-dot span{
  background-color: #fff !important;
  border:1px solid #000 !important;
}

.creadcardd-mobile{
  padding-top: 3rem;
}

/* Base styles for credit card distribution section */
#seccredit-card-dis-main {
  width: 100%;
}

#seccredit-card-dis .carousel-indicators {
  bottom: 80px;
}

#seccredit-card-dis .carousel-indicators button {
  background-color: #0C4FB8;
}

#seccredit-card-dis .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.qperbulletheader{
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #111111;
  margin-top: 75px;
}

#seccredit-card-dis ul {
  margin: 10px 10px 10px 10px;
  padding: 0px;
}

#seccredit-card-dis ul li {
  font-family: "Poppins-Medium";
  font-size: 1rem;
  color: #111111;
  padding-left: 20px;
  line-height: 25px;
  margin-left: 10px;
}

.icon-youtube{
  margin-top: 8px;
}

/* Custom fade transition for carousel */
    .carousel.fade .carousel-item {
      opacity: 0;
      transition: opacity ease-in-out 0.6s;
      display: block;
      position: absolute;
      transform: none;
    }
    
    .carousel.fade .carousel-item.active {
      position: relative;
      opacity: 1;
    }
    
    .carousel-inner {
      overflow: visible;
    }

/*section-achieved*/
#section-achieved-main {
  width: 100%;
  float: left;
  margin-top: 50px;
}

#section-achieved {
  width: 70%;
  margin: 0px auto;
}

#section-achieved h1 {
  width: 22%;
  font-family: "Poppins-SemiBold";
  font-size: 1.5rem;
  color: #101010;
  margin: 20px auto;

}

.section-achieved {
  padding: 50px 0px;
}

.achieved-row {
  width: 100%;
}

.achieved-main {
  width: 90%;
  border: 1px solid #EDEDED;
  border-radius: 21px;
  padding: 20px;
}

.achieved-count {
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  color: #101010;
}

.achieved-text {
  font-family: "Poppins-Light";
  font-size: 0.7rem;
  color: #757B8A;
  width: 90%;
}

.greentext {
  color: #9DEC5B;
}

/*section-achieved*/

/* Meet the Team */
#meet-team {
  width: 100%;
  float: left;
}

.meet-leadership-tab-headers{
    border: 1px solid #E4DADA;
    border-radius: 15px;
    width: 84%;
    padding: 8px 10px 0px 10px;
}

.meet-team-container {
  width: 100%;
  max-width: 1320px;
  margin: 0px auto;
}

.meet-team-container h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.5rem;
  color: #101010;
}

.meet-team-container p {
  width: 88%;
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #757B8A;
  margin: 40px 0px 30px 0px;
  height: 30px;
}


#meet-team .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  font-family: "Poppins-Light";
  font-size: 0.6rem;
  background-color: #0C4FB8;
  color: #fff;
  padding: 5px 20px;
  width: 120px;
}

#meet-team .nav-pills .nav-link {
  font-family: "Poppins-Light";
  font-size: 0.6rem;
  color: #393939;
  padding: 5px 20px;
  width: 120px;
}

#meet-team .nav-link:focus,
.nav-link:hover {
  font-family: "Poppins-Light";
  font-size: 0.6rem;
  color: #393939;
  padding: 5px 10px;
}

#meet-leadership-team .carousel-indicators {
    top: 415px;
    right: 64%;
}

#meet-leadership-team .carousel-indicators button {
  background-color: transparent;
  border: 1px solid #000;
}

#meet-leadership-team .carousel-indicators .active{
  background-color: #0F459A;
}


#meet-leadership-team .carousel .carousel-indicators button {
  width: auto;
  height: auto;
  border-radius: 100%;
}

#meet-leadership-team .carousel-indicators [data-bs-target]{
  padding: 4px !important;
}

.banner-leadership {
  margin-top: 150px;
  width: 60%;
}

.circle {
  width: 40px;
  height: 40px;
  background-color: #101010;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.6rem;
  font-family: "Poppins-Light";
  text-align: center;
  padding: 10px;
}

.team-name {
  font-family: "Poppins-Medium";
  font-size: 1rem;
  color: #101010;
  text-decoration: none;
  cursor: pointer;
}

.team-desc {
  font-family: "Poppins-Light";
  font-size: 0.8rem;
  color: #757B8A;
}

.meet-team-row {
  margin-bottom: 35px !important;
}

.content-div {
  display: none;
}

.nav-links a {
  margin-right: 10px;
  text-decoration: none;
  color: blue;
  cursor: pointer;
}

.nav-links a:hover {
  text-decoration: underline;
}
#div1 {
  display: block;
}

.mainshagg{
  width: 85%;
}

/* Meet the Team */

/* Connect with us */
#connect-us {
    width: 100%;
    float: left;
}

.contact-us-container{
    width: 100%;
    max-width: 1320px;
    margin: 50px auto;
}

.contact-us-container h1 {
  font-family: "Poppins-SemiBold";
  font-size: 3rem;
  color: #000;
  margin-top: 25px;
}

.contact-us-container h6 {
  font-family: "Poppins-Medium";
  font-size: 1rem;
  color: #000;
}

.hero-connect{
  width: 50%;
}

#socialmedia{
  text-align: right;
  margin-top: 15px;
}

#socialmedia ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

.connect-icon{
  width: 23%;
}

.connect-icon:hover{
  opacity: 60%;
}

#connect-form {
  width: 90%;
  margin: 30px auto 100px auto;
}

.form-group {
  position: relative;
  margin: 35px 0;
}

#connect-form textarea {
  resize: none;
}

input,
textarea {
  width: 100%;
  padding: 10px 0;
  font-family: "Poppins-Medium";
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #CACACA;
  background: transparent;
  outline: none;
  resize: none;
}

label {
  font-family: "Poppins-Light";
  position: absolute;
  top: 10px;
  left: 0;
  color: #000;
  pointer-events: none;
  transition: 0.2s ease all;
}

input:focus~label,
input:not(:placeholder-shown)~label,
textarea:focus~label,
textarea:not(:placeholder-shown)~label {
  top: -14px;
  font-family: "Poppins-Medium";
  font-size: 0.8rem;
  color: #000;
}

input:focus,
textarea:focus {
  border-bottom-color: #3498db;
}

.btn-message {
  padding: 15px 20px;
  background-color: #0C4FB8;
  font-family: "Poppins-Medium";
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
  border-radius: 10px;
  margin-top: 20px;
}

.btn-message:hover{
  opacity: 60%;
}

/* Connect with us */

/* Contact Info */

.container-info {
  width: 80%;
  max-width: 1320px;
  margin: 0px auto;
  padding: 50px 0px;
}

.container-info h1 {
  width: 59%;
  font-family: "Poppins-SemiBold";
  font-size: 2.2rem;
  color: #000;
  margin-top: 20px;
}

.contact-info-header {
  font-family: "Poppins-Medium";
  color: #000;
  font-size: 1rem;
}

.contact-info-name {
  font-family: "Poppins-SemiBold";
  color: #000;
  font-size: 0.8rem;
}

.contact-info-desc {
  font-family: "Poppins-Medium";
  color: #757B8A;
  font-size: 0.7rem;
}

.contact-info-email {
  font-family: "Poppins-Light";
  color: #000;
  font-size: 0.8rem;
}

.contact-info-mobile {
  font-family: "Poppins-Medium";
  color: #000;
  font-size: 0.8rem;
  margin-top: 15px;
}

.container-info hr {
  width: 5%;
  margin: 10px 0px;
  border: 1px solid #000;
  opacity: 1;
}
.location{
  font-family: "Poppins-Medium";
  color: #FFFFFF;
  font-size: 0.7rem;
}
.address{
  font-family: "Poppins-Light";
  color: #FFFFFF;
  font-size: 0.7rem;
}

#contact-info{
  width: 100%;
  float: left;
  background-color: #f0f4ff;
}
/* Contact Info */

/* vertical slider */

.about-slider-container {
  width: 50%;
  height: 475px;
  /* visible height */
  overflow: hidden;
  position: relative;
  /* Fade top and bottom using mask or overlay */
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  margin-left: 30px;
}

.about-slider-container:hover .about-slider {
  animation-play-state: paused;
}

.about-slider {
  display: flex;
  flex-direction: column;
  animation: slide-up 10s linear infinite;
}

.about-slide {
  width: 85%;
  height: auto;
  line-height: 50px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px 0px 15px 0px;
}

.about-slide h1 {
  font-family: "Poppins-SemiBold";
  color: #101010;
  font-size: 1.8rem;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 0px;
}

.about-slide div {
  font-family: "Poppins-Light";
  color: #757B8A;
  font-size: 0.8rem;
  text-align: left;
  padding-left: 30px;
  margin-top: -8px;
}

@keyframes slide-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes fade-opacity {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Duplicate content to allow seamless loop */
.about-slider-wrapper {
  display: flex;
  flex-direction: column;
  animation: fade-opacity 10s linear infinite;
}

.aboutheadergreen {
  color: #9DEC5B;
}

/* vertical slider */

/* footer */

footer {
  width: 100%;
  float: left;
  background: #0C4FB8 url("../img/followus-bg.svg") no-repeat 87%;
  background-size: contain;
  padding: 50px 0px;
}

footer p {
  font-family: "Poppins-Light";
  color: #fff;
  font-size: 0.6rem;
  width: 38%;
}

.follow-us h5 {
  font-family: "Poppins-Medium";
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.follow-us ul {
  margin: 0px;
  padding: 0px;
}

.follow-us ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.follow-us ul li a img:hover{
  opacity: 60%;
}

.quicklinks {
  width: 60%;
}

.quicklinks a {
  font-family: "Poppins-Light";
  color: #fff;
  font-size: 0.7rem;
  text-decoration: none;
}

.quicklinks a:hover{
  opacity: 60%;
}

.footer-bottom {
  font-family: "Poppins-Light";
  color: #fff;
  font-size: 0.8rem;
  margin-top: 2rem;
}

.footer-bottom a {
  font-family: "Poppins-Light";
  color: #fff;
  font-size: 0.7rem;
  text-decoration: none;
  cursor: pointer;
}

.footer-bottom a:hover{
  opacity: 60%;
}

.copyrightstext{
   font-family: "Poppins-Light";
  color: #EBF9FF;
  font-size: 0.7rem;
}

.footer-container{
  width: 100%;
  max-width: 1320px;
  margin: 0px auto;
}
#follow-us-mobile{
  display: none;
}
#copyrightsmobile{
  display: none;
}
/* footer */

/* goto top*/


#movetotop {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 99;
  cursor: pointer;
}

#movetotop img{
  cursor: pointer;
  opacity: 60%;
  width: 60%;
}

/* goto top*/

/* owl carosel */
.vertical-line-sm {
    width: 1px !important;
    height: 50px !important;
    display: block;
  }
/* Optional: Style the dots (slider indicators) */
.owl-dots {
  text-align: center;
  margin-top: 15px;
}
.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  transition: background 0.3s;
}
.owl-dot.active span {
  background: #000;
}
/* owl carosel */

/* image fadeIN fadeOUT */

/* Team member content styling */
    .content-div {
        display: none;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        height: 0;
        overflow: hidden;
    }
    
    .content-div.active {
        display: block;
        opacity: 1;
        height: auto;
    }
    
    .image-container img {
        transition: opacity 0.8s ease-in-out;
        width: 100%;
        height: auto;
        display: block;
    }
    /* Initial state for all images except first */
    .content-div:not(.active) .image-container img {
        opacity: 0;
    }
    
    /* Active state for images */
    .content-div.active .image-container img {
        opacity: 1;
    }
/* image fadeIN fadeOUT */

.qpersonal-hero{
  margin-left: 55px;
}

/* carosel */

.carousel-item {
        transition: transform 5s ease-in-out;
      }
      .carousel-fade .active.carousel-item-start,
      .carousel-fade .active.carousel-item-end {
        transition: opacity 0s 5s;
      }

/* carosel */

/* faq */

#faq-main {
  width: 100%;
  float: left;
}

.faq-container {
  width: 100%;
  max-width: 1320px;
  margin: 60px auto;
}

.faq-container h1 {
  font-family: "Poppins-SemiBold";
  font-size: 2.5rem;
  color: #101010;
}

.faq-container p {
  width: 88%;
  font-family: "Poppins-Light";
  font-size: 1rem;
  color: #757B8A;
  margin: 40px 0px 30px 0px;
  height: 30px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-down-black.png") !important;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}

.accordion-button::after {
  background-image: url("../img/arrow-down-black.png") !important;
  background-repeat: no-repeat;
  order: 1;
  margin-left: auto;
  margin-right: 0.5rem;
}

#faqaccordian-main .accordion-button {
  display: flex;
  align-items: center;
  background-color: #fff !important;
  color: #101010 !important;
  font-family: "Poppins-SemiBold";
  font-size: 1rem;
  border-bottom: 1px solid rgba(90, 90, 90, 0.2);
  border-top: 0px;
  border-left: 0px;
  border-radius: 0px;
  padding: 25px 0px 25px 0px;
}

#faqaccordian-main .accordion-body{
  padding-left: 0px;
}

#faqaccordian-main .accordion-item{
  border:0px !important;
}


/* For RTL support */
[dir="rtl"] .accordion-button::after {
  margin-left: 0.5rem;
  margin-right: auto;
}

#faqaccordian-main{
  height: 370px;
  overflow-y: auto;
  margin: 40px 0px;
}

/* width */
#faqaccordian-main::-webkit-scrollbar {
  width: 3px;
}

/* Track */
#faqaccordian-main::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#faqaccordian-main::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#faqaccordian-main::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#faqaccordian-main .accordion{
  width: 99%;
}
.accordion-button:not(.collapsed){
  box-shadow: none !important;
}
.accordion-button:focus{
  box-shadow: none !important;
}
.accordion-number{
  padding-right: 5px;
}
/* faq */

/* terms */

.termsmain {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    background-image: url("../img/terms-side-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
}
.terms-container {
    width: 100%;
    max-width: 1320px;
    margin: 0px auto;
    padding: 50px 0px 100px 0px;

}
.terms-container h2 {
  font-family: "Poppins-SemiBold";
  font-size: 2.5rem;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}

.terms-container div {
  width: 100%;
  font-family: "Poppins-Regular";
  font-size: 1rem;
  color: #757B8A;
  line-height: 1.5rem;
}

.terms-container div a{
  color: #757B8A;
}

.termsinner ul li{
   font-family: "Poppins-Regular";
  font-size: 1rem;
  color: #757B8A;
  padding-left: 15px;
}

/*terms*/