@font-face {
  font-family: "tahoma";
  src: url(../fonts/t_regular.woff2);
}
@font-face {
  font-family: "tahoma-bold";
  src: url(../fonts/tahomabd.woff2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: tahoma;
}


body.fltr section {
  background-color: #000;
  filter: blur(10px);
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 5px;
  color: #363435;
  font-size: 18px;
}

@media(max-width:768px){
  p{
    font-size: 15px;
  }
}

.wthd {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.oh{overflow: hidden;}

.blhd {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.advtxt {
  text-align: center;
  color: #B8333E;
  margin-bottom: 10px;
}

.main-hd {
  font-size: 50px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .main-hd {
    font-size: 30px;
  }
}

.rd_btn {
  background-color: #a8232e;
  color: #fff;
  padding: 7px 25px;
  border-radius: 100px;
  transition: .3s ease;
}

.rd_btn:hover{background: #fff;color: #a8232e;}

.spt_btn {
  background-color: transparent;
  color: #fff;
  padding: 7px 25px;
  border-radius: 100px;
  border: 1px solid #fff;
}

.rdbdr_btn {
  border: 1px solid #a8232e;
  padding: 7px 20px;
  border-radius: 100px;
  color: #a8232e;
  transition: 0.3s ease-in-out;
}
.rdbdr_btn:hover {
  background-color: #a8232e;
  color: #fff;
}

.row09 {
  display: flex;
  align-items: center;
  margin: auto;
}
@media (max-width: 768px) {
  .row09 {
    flex-direction: column;
  }
}
.row09 .left-sec,
.row09 .right-sec {
  width: 45%;
}
@media (max-width: 768px) {
  .row09 .left-sec,
  .row09 .right-sec {
    width: 100%;
  }
}
.row09 .left-sec {
  margin-right: auto;
}

.secn-hd {
  color: #000;
  font-size: 40px;
}
@media (max-width: 768px) {
  .secn-hd {
    font-size: 30px;
  }
}

.s60 {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .s60 {
    padding: 30px 0px;
  }
}

.w100 {
  width: 100%;
}

.w49 {
  width: 49%;
  line-height: 0;
  position: relative;
}
@media (max-width: 768px) {
  .w49 {
    width: 100%;
  }
}

.center {
  text-align: center;
}

.dnlbtn {
  margin-top: 20px;
}
.dnlbtn a {
  background-color: transparent;
  border: 1px solid #B8333E;
  padding: 10px 30px;
  color: #B8333E;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 10px 0px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2235294118);
  z-index: 999;
  background: #fff;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .logo img {
  width: 100%;
  height: auto;
}
header .nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-right: 40px;
  margin-left: auto;
}
@media (max-width: 768px) {
  header .nav-menu {
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #fff;
    right: 100%;
    transition: 0.3s;
    align-items: flex-start;
    padding: 0px 40px 0px 60px;
    gap: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .nav-menu.active {
    right: 0;
  }
}
@media (max-width: 768px) {
  header .nav-menu .nav-list {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .nav-menu .nav-list.has-dropdown {
    padding-bottom: 0;
  }
  header .nav-menu .nav-list.has-dropdown .nav-links {
    padding-bottom: 13px;
  }
}
header .nav-menu .nav-links {
  color: #000;
  font-size: 16px;
  padding: 35px 0px;
}
@media (max-width: 768px) {
  header .nav-menu .nav-links {
    padding: 0px;
    display: block;
    font-size: 14px;
  }
}
header .nav-menu .nav-links:hover {
  color: #B8333E;
}
header .nav-menu .nav-links.active {
  color: #a8232e;
}
header .nav-menu .has-dropdown {
  cursor: pointer;
  position: relative;
}
header .nav-menu .has-dropdown .nav-links::before {
  position: absolute;
  content: "\f107";
  right: -16px;
  top: 20%;
  font-size: 14px;
  color: #a8232e;
  font-family: "Font Awesome 6 pro";
  transition: 0.3s;
}
@media (max-width: 768px) {
  header .nav-menu .has-dropdown .nav-links::before {
    top: inherit;
  }
}
header .nav-menu .has-dropdown:hover .nav-links::before {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  header .nav-menu .has-dropdown:hover .nav-links::before {
    transform: rotate(0deg);
  }
}
header .nav-menu .has-dropdown:hover .fnds-mn {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
header .nav-menu .has-dropdown .fnds-mn {
  position: absolute;
  background-color: #fff;
  min-width: 500px;
  border-radius: 5px;
  opacity: 0;
  top: 110%;
  left: -180px;
  opacity: 0;
  visibility: hidden;
  padding:10px 15px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2235294118);
  transition: opacity 0.3s ease-in-out;
}
header .nav-menu .has-dropdown .fnds-mn li{padding: 5px 0px;width: 100%;}
header .nav-menu .has-dropdown .fnds-mn li ul{display: flex;}
header .nav-menu .has-dropdown .fnds-mn .bdbtm{border-bottom:0px solid #A6AABB;padding: 5px;}
header .nav-menu .has-dropdown .fnds-mn .bdbtm:first-child{border-bottom:1px solid #A6AABB;padding:10px 0px;}
header .nav-menu .has-dropdown .fnds-mn .bdbtm span{font-size: 20px;font-weight: bold;display: block;}

@media (max-width: 768px) {
  header .nav-menu .has-dropdown .fnds-mn {
    position: initial;
    display: none;
    box-shadow: none;
    padding: 0px 0px;
    min-width: auto;
  }
  header .nav-menu .has-dropdown .fnds-mn li ul{
    flex-direction: column;
  }
}
header .nav-menu .has-dropdown .fnds-mn .fnds-lnk {
  color: #000;
  font-size: 15px;
  display: block;
}



@media (max-width: 768px) {
  header .nav-menu .has-dropdown .fnds-mn .fnds-lnk {
    padding: 5px 0px;
    font-size: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .nav-menu .has-dropdown .fnds-mn .fnds-lnk br {
    display: none;
  }
}
header .nav-menu .has-dropdown .fnds-mn .fnds-lnk:hover {
  color: #B8333E;
}
header .nav-menu .has-dropdown.active .fnds-mn {
  display: block;
}
header .nav-menu .has-dropdown.active .nav-links::before {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  header .gtntch {
    position: fixed;
    right: -39px;
    transform: rotate(270deg);
    top: 50%;
  }
}
header .gtntch a {
  background-color: #B8333E;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 16px;
  position: relative;
  transition: .3s ease;
}

.gtntch a:hover{background: #fff;color: #a8232e;outline: 1px solid #a8232e;}

header .hamburger {
  display: none;
}
@media (max-width: 768px) {
  header .hamburger {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  header .hamburger .bar {
    background-color: #a8232e;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0px;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }
  header .hamburger.active {
    transform: rotate(0);
  }
  header .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(41deg);
    transition-delay: 0.3s;
  }
  header .hamburger.active .bar:nth-child(2) {
    scale: 0;
  }
  header .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(136deg);
    transition-delay: 0.3s;
  }
}

footer {
  width: 100%;
  bottom: 0;
  position: relative;
  z-index: 1;
}
footer .ftrhd {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
footer::before {
  position: absolute;
  content: "";
  background-color: #a8232e;
  width: 30%;
  left: 0;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  footer::before {
    width: 100%;
  }
}
footer::after {
  position: absolute;
  content: "";
  background-color: #B8333E;
  width: 70%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  footer::after {
    width: 100%;
  }
}
footer .ftrow {
  display: flex;
}
@media (max-width: 768px) {
  footer .ftrow {
    flex-direction: column;
  }
}
footer .ftrow .ftr-lft {
  width: 30%;
  margin-top: 0;
  padding: 30px 10px;
  position: relative;
  overflow: hidden;
  background-color: #a8232e;
}
@media (max-width: 768px) {
  footer .ftrow .ftr-lft {
    width: 100%;
    background-color: transparent;
  }
}
footer .ftrow .ftr-lft::after {
  position: absolute;
  content: "";
  background: url("../img/ftrpct.png") no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
  width: 368px;
  height: 424px;
}
@media (max-width: 768px) {
  footer .ftrow .ftr-lft::after {
    display: none;
  }
}
footer .ftrow .ftr-rgt {
  width: 70%;
  margin-top: 0;
  padding: 30px 30px 0 30px;
  background-color: #B8333E;
}
@media (max-width: 768px) {
  footer .ftrow .ftr-rgt {
    width: 100%;
    padding: 10px 0px;
  }
}
footer .ftrow .ftr-rgt .rgtftr-up {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
  padding-bottom: 50px;
}
footer .ftrow .ftr-rgt .rgtftr-up .quick-links,
footer .ftrow .ftr-rgt .rgtftr-up .ftrprds {
  flex-basis: 25%;
}
@media (max-width: 768px) {
  footer .ftrow .ftr-rgt .rgtftr-up .quick-links,
  footer .ftrow .ftr-rgt .rgtftr-up .ftrprds {
    flex-basis: 45%;
  }
}
footer .ftrow .ftr-rgt .rgtftr-up .nwsltr {
  flex-basis: 45%;
}
@media (max-width: 768px) {
  footer .ftrow .ftr-rgt .rgtftr-up .nwsltr {
    margin-top: 20px;
    flex-basis: 100%;
  }
}
footer .ftrow .ftr-rgt .rgtftr-up .quick-links li {
  margin: 15px 0px;
}
footer .ftrow .ftr-rgt .rgtftr-up .quick-links li a {
  color: #fff;
  font-size: 14px;
  transition: .3s ease;
}

footer .ftrow .ftr-rgt .rgtftr-up .quick-links li a:hover{border-bottom: 1px solid #fff;}

footer .ftrow .ftr-rgt .rgtftr-up .ftrprds a {
  color: #fff;
  font-size: 14px;
  transition: .3s ease;
}

footer .ftrow .ftr-rgt .rgtftr-up .ftrprds a:hover {
  border-bottom: 1px solid #ffff;
}

footer .ftrow .ftr-rgt .rgtftr-up .nwsltr .frmlts {
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 5px;
  border-radius: 20px;
  overflow: hidden;
  padding-right: 10px;
  transition: 0.3s ease-in-out;
  position: relative;

}
footer .ftrow .ftr-rgt .rgtftr-up .nwsltr .frmlts input {
  width: 100%;
  padding: 5px 20px;
  border: none;
  background: transparent;
}
footer .ftrow .ftr-rgt .rgtftr-up .nwsltr .frmlts input:focus-visible {
  outline: none;
}

footer .ftrow .error{position: absolute;bottom: 0px;left: 35%;font-size: 9px;}

footer .ftrow .ftr-rgt .rgtftr-up .nwsltr .frmlts button {
  all: unset;
  color: #a8232e;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
/* footer .ftrow .ftr-rgt .rgtftr-up .nwsltr .frmlts:hover {
  background: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
} */
/* footer .ftrow .ftr-rgt .rgtftr-up .nwsltr .frmlts:hover button {
  color: #fff;
}
footer .ftrow .ftr-rgt .rgtftr-up .nwsltr .frmlts:hover input {
  color: #fff;
}
footer .ftrow .ftr-rgt .rgtftr-up .nwsltr .frmlts:hover input::placeholder {
  color: #fff;
} */
footer .ftrow .ftr-rgt .rgtftr-dn {
  padding: 50px 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .ftrow .ftr-rgt .rgtftr-dn {
    padding: 20px 0px;
  }
}
footer .ftrow .ftr-rgt .rgtftr-dn .gtnch,
footer .ftrow .ftr-rgt .rgtftr-dn .ftr-adr,
footer .ftrow .ftr-rgt .rgtftr-dn .ftr-cls {
  flex-basis: 50%;
  margin-bottom: 20px;
}
footer .ftrow .ftr-rgt .rgtftr-dn .gtnch span {
  color: #fff;
  font-size: 14px;
}
footer .ftrow .ftr-rgt .rgtftr-dn .tel {
  font-size: 1em;
  color: #fff;
  transition: .3s ease;
}

footer .ftrow .ftr-rgt .rgtftr-dn .tel:hover{border-bottom: 1px solid #fff;}

@media (max-width: 768px) {
  footer .ftrow .ftr-rgt .rgtftr-dn .tel {
    font-size: 20px;
  }
}
footer .ftrow .ftr-rgt .rgtftr-dn .ftr-adr p {
  color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
}
footer .ftrow .ftr-rgt .rgtftr-dn .ftr-adr a {
  color: #fff;
  transition: .3s ease;
}

footer .ftrow .ftr-rgt .rgtftr-dn .ftr-adr a:hover{border-bottom: 1px solid #fff;}

footer .ftrow .ftr-rgt .rgtftr-dn .ftr-cls p {
  color: #fff;
  font-size: 14px;
}
footer .ftrow .ftr-rgt .rgtftr-db {
  position: relative;
}
footer .ftrow .ftr-rgt .rgtftr-db::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 1px;
  left: -30px;
}
@media (max-width: 768px) {
  footer .ftrow .ftr-rgt .rgtftr-db::after {
    left: 0;
  }
}
footer .ftrow .ftr-rgt .rgtftr-db .btmftr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 50px;
  padding: 30px 0px;
}
@media (max-width: 768px) {
  footer .ftrow .ftr-rgt .rgtftr-db .btmftr {
    flex-direction: column;
    margin: 0;
  }
}
footer .ftrow .ftr-rgt .rgtftr-db .btmftr p {
  color: #fff;
  font-size: 12px;
}
footer .ftrow .ftr-rgt .rgtftr-db .btmftr ul {
  display: flex;
  gap: 20px;
}
footer .ftrow .ftr-rgt .rgtftr-db .btmftr ul a {
  font-size: 12px;
  color: #fff;
}

.banner-img {
  position: relative;
  margin-top: 50px;
  background: url("../img/homepage/banner.webp") no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  z-index: 0;
}

.banner-img::before{position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;background: #00000050;z-index: 1;}

.banner-img > *{
  position:relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .banner-img {
    background: url("../img/homepage/mb-banner.webp");
  }
}
.banner-img .ban-txt {
  padding-top: 15%;
}
@media (max-width: 768px) {
  .banner-img .ban-txt {
    padding-top: 85%;
  }
}
.banner-img .ban-txt p {
  color: #fff;
  margin-bottom: 30px;
}

.spotlight {
  background-color: #d93243;
  padding: 30px;
  position: relative;
  margin-top: -100px;
  border-radius: 26px;
}
@media (max-width: 768px) {
  .spotlight {
    margin: 30px 0;
    border-radius: 0;
  }
}
.spotlight::before {
  position: absolute;
  content: "";
  background: url("../img/homepage/sldrptch.png") no-repeat;
  background-size: cover;
  width: 205px;
  height: 220px;
  right: 0;
}
.spotlight .scd_hd {
  font-size: 20px;
  color: #fff;
}
.spotlight .countersec {
  margin-top: 50px;
}
.spotlight .countersec ul {
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.spotlight .countersec ul li {
  border-radius: 10px;
  flex-basis: 24%;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .spotlight .countersec ul li {
    flex-basis: 48%;
  }
}
.spotlight .countersec ul li p {
  font-size: 15px;
  font-weight: bold;
}
.spotlight .countersec ul li .count-hd {
  color: #B8333E;
  font-size: 50px;
  font-weight: bold;
  font-family: "tahoma-bold";
}
@media (max-width: 768px) {
  .spotlight .countersec ul li .count-hd {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .about-section .left-sec {
    width: 100%;
  }
}

.about-section{overflow: hidden;}

.about-section .left-sec img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.about-section .right-sec .abt-dtl {
  margin-top: 20px;
}
.about-section .right-sec .abt-dtl p {
  margin: 20px 0px;
}
.about-section .right-sec .abt-dtl .abt-btn {
  margin-top: 30px;
}
.about-section .right-sec .abt-dtl .abt-btn a {
  border: 1px solid #a8232e;
  padding: 7px 20px;
  border-radius: 100px;
  color: #a8232e;
  transition: 0.3s ease-in-out;
}
.about-section .right-sec .abt-dtl .abt-btn a:hover {
  background-color: #a8232e;
  color: #fff;
  box-shadow: 3px 6px 10px #a8232e;
}

.simply h3 {
  text-align: center;
}
.simply .sbhd {
  padding-top: 20px;
  text-align: center;
  width: 90%;
  margin: auto;
}
.simply .qual {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  perspective: 1000px;
}
.simply .qual li {
  flex-basis: 30%;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #AFAEAE;
  padding: 30px 30px 0px 30px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  transition: 0.3s ease-in-out;
  height: 300px;
  background-color: #a8232e;
}
@media (max-width: 768px) {
  .simply .qual li {
    flex-basis: 48%;
    padding: 10px;
    border-radius: 0 !important;
    transform: rotateX(-180deg) !important;
    margin: 0;
  }
}
.simply .qual li small {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  .simply .qual li small.uprsml {
    display: none;
  }
}
.simply .qual li .qualdtl {
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .simply .qual li .qualdtl {
    margin-top: 20px;
    display: none;
  }
}
.simply .qual li .qualdtl h4 {
  margin-top: 100px;
  font-size: 40px;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .simply .qual li .qualdtl h4 {
    margin-top: 0px;
  }
}
.simply .qual li .crdback {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateX(-180deg);
  z-index: 1;
  text-align: center;
  transition: 0.1s ease-in;
  transition-delay: 0.1s ease-out;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 5%;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .simply .qual li .crdback {
    opacity: 1;
  }
}
.simply .qual li .crdback small {
  background-color: #a8232e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .simply .qual li .crdback small {
    color: #fff;
  }
}
.simply .qual li .crdback h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.simply .qual li:hover {
  transform: rotateX(-180deg);
}
.simply .qual li:hover .crdback {
  opacity: 1;
}
.simply .qual li:hover small {
  color: #fff;
}
.simply .qual li:hover .qualdtl h4 {
  color: #fff;
}

.ceomassage {
  background: url(../img/homepage/ceo.webp) no-repeat;
  background-size: 100% center;
  width: 100%;
  height: 640px;
  background-position: 100% center;
  position: relative;
}
.ceomassage .msg-dv {
  position: absolute;
  top: 40%;
}
.ceomassage .msg-dv h4 {
  font-size: 40px;
  color: #000;
}
@media (max-width: 768px) {
  .ceomassage .msg-dv h4 {
    color: #fff;
  }
}
.ceomassage .msg-dv .quote i {
  font-size: 100px;
  font-weight: 600;
  color: #ad893d;
}
.ceomassage .msg-dv .insmsg-dv {
  top: 65px;
  left: 55px;
  position: relative;
}
@media (max-width: 768px) {
  .ceomassage .msg-dv .insmsg-dv {
    left: 0;
  }
}
.ceomassage .msg-dv .insmsg-dv::after {
  position: absolute;
  content: "";
  background: url(../img/quote.svg) no-repeat;
  background-size: cover;
  width: 52px;
  height: 52px;
  top: -60px;
  left: -58px;
}
@media (max-width: 768px) {
  .ceomassage .msg-dv .insmsg-dv::after {
    left: 0;
  }
}
.ceomassage .msg-dv .insmsg-dv h5 {
  font-size: 25px;
  font-weight: normal;
  width: 500px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ceomassage .msg-dv .insmsg-dv h5 {
    width: 100%;
    color: #fff;
  }
}
.ceomassage .msg-dv .insmsg-dv p {
  position: relative;
  margin-left: 70px;
  font-weight: 600;
  color: #a8232e;
}
.ceomassage .msg-dv .insmsg-dv p::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #1E1E1E;
  left: -75px;
  top: 7px;
}

.stcksec {
  background-color: #a8232e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.stcksec .main-wrapper {
  display: flex;
}

.stcksec .leftsec {
  width: 45%;
  margin:0 auto;
}
.stcksec .leftsec.fixed {
  position: sticky;
  top: 50%;
}
@media (max-width: 768px) {
  .stcksec .leftsec {
    width: 100%;
    margin-bottom: 20px;
  }
}
.stcksec .leftsec h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .stcksec .leftsec h4 {
    font-size: 30px;
  }
}
.stcksec .leftsec p {
  color: #fff;
}
.stcksec .rightsec {
  width: 50%;
  margin-left: auto;
  position: relative;
}
@media (max-width: 768px) {
  .stcksec .rightsec {
    width: 100%;
  }
}
.stcksec .rightsec .allstcrds {
  display: flex;
  flex-direction: column;
}
.stcksec .rightsec .allstcrds .stcrds {
  background-color: #fff;
  padding: 20px;
  margin: 5px 0px;
  height: 220px;
  border-radius: 10px;
  line-height: 1;
  min-height: 350px;
}
.stcksec .rightsec .allstcrds .stcrds small {
  color: #fff;
  font-size: 20px;
  background-color: #A4222D;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stcksec .rightsec .allstcrds .stcrds h4 {
  font-size: 30px;
  color: #B8333E;
  margin-top: 30px;
  margin-bottom: 10px;
}
.stcksec .rightsec .allstcrds .stcrds p {
  font-size: 16px;
  width: 80%;
  position: relative;
  line-height:20px;
}
.stcksec .rightsec .allstcrds .stcrds p::after {
  position: absolute;
  content: "";
  background: url("../img/fundarrow.jpg") no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  right: -60px;
  top: 0;
}

/* funds */

.equity{background: url(../img/funds/equity.jpg)no-repeat;background-size: cover;height: 640px;width: 100%;}
.retun{background: url(../img/funds/return-fund.jpg)no-repeat;background-size: cover;height: 640px;width: 100%;}
.cnvrtbl{background: url(../img/funds/convertible.jpg)no-repeat;background-size: cover;height: 640px;width: 100%;}
.fnd-hd{display: flex;flex-direction: column;justify-content: center;align-items: center;margin: auto;text-align: center;margin-top: 150px;}
.fndmnhd{font-size: 50px;font-weight: bold;color: #a8232e !important;margin-bottom: 10px;}
.fndtxt{width: 850px;margin: 20px 0;}


@media(max-width:768px){
  .fnd-hd{flex-direction: column;}
  .fndtxt{width: 100%;}
  .fndmnhd{font-size: 30px;}
  .equity{background: url(../img/funds/equity-mb.jpg);width: 100%;}
  .retun{background: url(../img/funds/rfnd-mb.jpg);width: 100%;}
  .retun{background: url(../img/funds/convertible-mb.jpg);width: 100%;}
}

/* funds */

.nvhd {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .nvhd br {
    display: none;
  }
}

.udt-dt {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #AFAEAE;
}
@media (max-width: 768px) {
  .udt-dt {
    flex-direction: column-reverse;
  }
}
.udt-dt .upt-tx {
  width: 50%;
}
@media (max-width: 768px) {
  .udt-dt .upt-tx {
    width: 100%;
  }
}
.udt-dt .upt-tx h4 {
  width: 100%;
  color: #000;
  margin-bottom: 6px;
  font-size: 20px;
}
.udt-dt .upt-tx .red {
  color: #a8232e;
  margin-right: 30px;
}
.udt-dt .upt-tx .grey {
  color: #AFAEAE;
}
.udt-dt .ops-img img {
  width: 70%;
  height: auto;
  border-radius: 8px;
  opacity: 0;
  transform: scale(0);
  transition: 1s cubic-bezier(0.19, 0.94, 0.336, 1);
}
@media (max-width: 768px) {
  .udt-dt .ops-img img {
    opacity: 1;
    transform: scale(1);
    width: 100%;
    margin: 20px 0px;
  }
}
.udt-dt .chvrg {
  border: 1px solid #B8333E;
  border-radius: 100%;
  padding: 6px 10px;
}
@media (max-width: 768px) {
  .udt-dt .chvrg {
    display: none;
  }
}
.udt-dt .chvrg i {
  font-size: 15px;
  color: #B8333E;
}
.udt-dt:hover .ops-img img {
  opacity: 1;
  transform: scale(1.2);
}
.udt-dt:last-child() {
  border-bottom: 1px solid #AFAEAE;
}

.navgbtn {
  text-align: center;
  display: block;
  margin-top: 30px;
}

.spacer{padding: 40px 0px;}

.connect {
  background: url("../img/connect.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
.connect .insdv {
  display: flex;
  justify-content: space-between;
  height: 350px;
}
@media (max-width: 768px) {
  .connect .insdv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.connect .insdv .left-sd {
  align-self: end;
}
@media (max-width: 768px) {
  .connect .insdv .left-sd {
    align-self: center;
  }
}
.connect .insdv .left-sd h3 {
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .connect .insdv .left-sd h3 {
    font-size: 30px;
  }
}
.connect .insdv .left-sd p {
  color: #fff;
  font-size: 20px;
}
.connect .insdv .rgt-sd {
  margin-bottom: 30px;
  align-self: end;
}
@media (max-width: 768px) {
  .connect .insdv .rgt-sd {
    align-self: center;
    margin-top: 30px;
  }
}
.connect .insdv .rgt-sd .cnt-btn a {
  background-color: #a8232e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  transition: .3s ease;
}

.connect .insdv .rgt-sd .cnt-btn a:hover{background: #fff;color: #a8232e;}

.hdimg {
  background: url("../img/bg-img.png") no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
}
.hdimg .abt-hd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
  margin-top: 150px;
}
.hdimg .abt-hd h1 {
  color: #000;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hdimg .abt-hd h1 {
    font-size: 30px;
  }
}
.hdimg .abt-hd p {
  width: 850px;
  margin: 20px 0px;
}
@media (max-width: 768px) {
  .hdimg .abt-hd p {
    width: 100%;
  }
}

.trust-legacy {
  background-color: #f0f0f0;
  padding: 50px 30px;
  border-radius: 20px;
  margin-top: -70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .trust-legacy {
    flex-direction: column;
    margin: 0;
  }
}
.trust-legacy .lft {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-legacy .lft p {
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .trust-legacy .rgt {
    margin-top: 20px;
  }
}
.trust-legacy .rgt p {
  line-height: 20px;
  width: 500px;
}
@media (max-width: 768px) {
  .trust-legacy .rgt p {
    width: 100%;
  }
}
.trust-legacy .rgt p span {
  color: #b88d2e;
  font-weight: bold;
}

.missvsn {
  position: relative;
}
.missvsn .leftsec,
.missvsn .rightsec {
  position: relative;
  text-align: center;
  padding: 20px;
  width: 50%;
}
@media (max-width: 768px) {
  .missvsn .leftsec,
  .missvsn .rightsec {
    width: 100%;
  }
}
.missvsn .leftsec p,
.missvsn .rightsec p {
  color: #a8232e;
  font-size: 15px;
}
.missvsn .leftsec h3,
.missvsn .rightsec h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0px;
}
@media (max-width: 768px) {
  .missvsn .leftsec h3,
  .missvsn .rightsec h3 {
    font-size: 30px;
  }
  .missvsn .leftsec h3 br,
  .missvsn .rightsec h3 br {
    display: none;
  }
}
.missvsn .leftsec span,
.missvsn .rightsec span {
  width: 500px;
  color: #000;
  display: block;
  margin: auto;
  line-height: 20px;
}
@media (max-width: 768px) {
  .missvsn .leftsec span,
  .missvsn .rightsec span {
    width: 100%;
  }
}
.missvsn .rightsec h3 {
  color: #fff;
}
.missvsn .rightsec span {
  color: #fff;
}
.missvsn::after {
  position: absolute;
  content: "";
  background-color: #B8333E;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .missvsn::after {
    width: 100%;
    height: 220px;
    top: auto;
    bottom: 0;
  }
}

.awardsec {
  background: #f0f0f0;
  padding: 60px 0px;
  position: relative;
  z-index: 1;
}
.awardsec::after {
  position: absolute;
  content: "";
  background: url("../img/about/awardicon.svg") no-repeat;
  background-size: cover;
  right: 40px;
  top: 40px;
  width: 402px;
  height: 440px;
  z-index: -1;
}
.awardsec .awd-hd {
  margin-bottom: 40px;
}
.awardsec .awd-hd h4 {
  font-size: 40px;
  text-align: center;
}
.awardsec .all-awards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.awardsec .all-awards .award {
  flex-basis: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .awardsec .all-awards .award {
    flex-basis: 100%;
    flex-direction: column;
  }
}
.awardsec .all-awards .award p {
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.awardsec .all-awards .award small {
  color: #a8232e;
  font-weight: bold;
  font-size: 16px;
}

.indshd {
  font-weight: bold;
  font-size: 40px;
}
@media (max-width: 768px) {
  .indshd {
    font-size: 30px;
  }
}

.industry-leaders {
  margin: 10px 0px;
}
.industry-leaders .item img {
  width: 70%;
  height: auto;
  margin: 20px 0px;
}

.all-crds {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: -100px;
  margin-bottom: 50px;
}

.card {
  background-color: #a8232e;
  width: 48%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .card {
    width: 100%;
    flex-direction: column;
  }
}
.card .crd-img {
  width: 100%;
  height: auto;
  line-height: 0;
}
@media (max-width: 768px) {
  .card .crd-img img {
    width: 100%;
    height: auto;
  }
}
.card .crd-dtl {
  padding: 20px;
}
.card .crd-dtl h3 {
  color: #fff;
}
.card .crd-dtl p {
  margin: 10px 0;
  color: #fff;
  font-size: 12px;
  width: 90%;
}
.card .crd-dtl .crd-nm {
  position: relative;
  margin: 20px 0 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #A4222D;
}
@media (max-width: 768px) {
  .card .crd-dtl .crd-nm {
    margin-bottom: 20px;
  }
}
.card .crd-dtl .crd-nm::after {
  position: absolute;
  content: "";
  background: url("../img/team/crd-arrow.svg") no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.card .crd-dtl .nmqt h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .card .crd-dtl .nmqt h4 {
    font-size: 15px;
  }
}

.rgt-crd {
  border-radius: 30px;
  position: fixed;
  top: 70px;
  width: 60%;
  right: -100%;
  transition: 0.3s ease-in-out;
  z-index: 999;
}
@media (max-width: 768px) {
  .rgt-crd {
    width: 100%;
  }
}
.rgt-crd.open {
  right: 0%;
}
@media (max-width: 768px) {
  .rgt-crd.open {
    height: 100vh;
    overflow-x: scroll;
  }
}
.rgt-crd .rgt-top {
  background-color: #a8232e;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .rgt-crd .rgt-top {
    flex-direction: column;
  }
}
.rgt-crd .rgt-top .rgt-img img {
  width: 100%;
  height: auto;
}
.rgt-crd .rgt-top .rgt-dtl {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 50px 20px;
  width: 100%;
}
.rgt-crd .rgt-top .rgt-dtl .ins-dtl h3 {
  color: #fff;
  margin: 10px 0px;
}
.rgt-crd .rgt-top .rgt-dtl .ins-dtl p {
  color: #fff;
}
.rgt-crd .rgt-top .rgt-dtl .ins-dtl .nm-dtl h4 {
  color: #fff;
  margin: 30px 0px 0px;
  font-weight: 400;
}
.rgt-crd .rgt-top .rgt-dtl .ins-sm {
  display: flex;
  align-items: center;
  margin-top: -70px;
  gap: 7px;
}
.rgt-crd .rgt-top .rgt-dtl .ins-sm i {
  background-color: #fff;
  padding: 8px;
  border-radius: 100%;
  font-size: 18px;
  color: #a8232e;
  cursor: pointer;
}
.rgt-crd .rgt-botom {
  background-color: #B8333E;
  padding: 50px;
  height: 300px;
  overflow: auto;
  scrollbar-width: thin;
  --webkit-scrollbar-width:thin;
}

.rgt-crd .rgt-botom p{
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .rgt-crd .rgt-botom {
    padding: 20px;
    height: 100%;
  }
}
.rgt-crd .rgt-botom p {
  color: #fff;
}
.rgt-crd .clsbtn {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

.contact-sec .m50 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.contact-sec .left-sec h1 {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}
.contact-sec .left-sec .cntsms {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact-sec .left-sec .cntsms {
    margin-top: 30px;
  }
}
.contact-sec .left-sec .cntsms li {
  margin: 20px 0px;
}
.contact-sec .left-sec .cntsms li.crpflx {
  display: flex;
  gap: 10px;
}
.contact-sec .left-sec .cntsms li.crpflx .mdtl {
  margin-top: 8px;
}
.contact-sec .left-sec .cntsms li.crpflx .mdtl span {
  font-size: 20px;
  color: #B8333E;
}
@media (max-width: 768px) {
  .contact-sec .left-sec .cntsms li.crpflx .mdtl span {
    font-size: 15px;
  }
}
.contact-sec .left-sec .cntsms li.crpflx .mdtl p {
  margin: 10px 0px;
}
.contact-sec .left-sec .cntsms li.crpflx .mdtl a {
  color: #B8333E;
}
.contact-sec .left-sec .cntsms li i {
  padding: 10px 11px;
  background-color: #B8333E;
  color: #fff;
  border-radius: 100%;
  font-size: 15px;
  height: fit-content;
}
.contact-sec .left-sec .cntsms li a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-sec .left-sec .cntsms li a span {
  font-size: 20px;
  color: #B8333E;
}
@media (max-width: 768px) {
  .contact-sec .left-sec .cntsms li a span {
    font-size: 15px;
  }
}
.contact-sec .right-sec {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .contact-sec .right-sec {
    padding: 20px;
    margin-top: 20px;
  }
}
.contact-sec .right-sec .lts h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #B8333E;
  letter-spacing: 2px;
}
.contact-sec .right-sec .lts p {
  font-size: 15px;
  color: #000;
}
.contact-sec .right-sec .frm_new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.contact-sec .right-sec .frm_new input,
.contact-sec .right-sec .frm_new select,
.contact-sec .right-sec .frm_new textarea {
  width: 100%;
}
.contact-sec .right-sec .frm_new input:focus-visible,
.contact-sec .right-sec .frm_new textarea:focus-visible,
.contact-sec .right-sec .frm_new select:focus-visible {
  outline: none;
}
.contact-sec .right-sec .frm_new input,
.contact-sec .right-sec .frm_new select {
  padding: 10px 10px;
  color: #000;
  border-radius: 7px;
  border: none;
}
.contact-sec .right-sec .frm_new textarea {
  padding: 7px 10px;
  height: 100px;
  border: none;
  border-radius: 7px;
}
.contact-sec .right-sec .frm_new .frm-btn {
  margin-top: 10px;
  text-align: center;
}
.contact-sec .right-sec .frm_new .frm-btn .btn09_cb {
  background-color: #B8333E;
  color: #fff;
  padding: 10px 30px;
  border: none;
  font-size: 15px;
  font-weight: 400;
  border-radius: 100px;
  cursor: pointer;
}
.contact-sec .right-sec .frm_new .frm-btn .btn09_cb:hover {
  background-color: #a8232e;
}
.contact-sec .right-sec .frm_new .error {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #B8333E;
  border-radius: 5px;
  color: transparent;
  background-color: transparent;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
}

.nws-tabs {
  margin: 100px 0px;
}
.nws-tabs h1 {
  font-size: 40px;
  font-weight: bolder;
}
.nws-tabs .nsp {
  margin: 20px 0 40px;
  color: #000;
}
.nws-tabs .tbssrt {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nws-tabs .tbssrt .tab-button {
  cursor: pointer;
  padding: 5px 20px;
  color: #a8232e;
  font-size: 15px;
  background: transparent;
  border: 1px solid #a8232e;
  border-radius: 100px;
  margin-right: 10px;
  transition: 0.3s;
}
.nws-tabs .tbssrt .tab-button:hover {
  background-color: #a8232e;
  color: #fff;
}
.nws-tabs .tbssrt .tab-button.active {
  background-color: #a8232e;
  color: #fff;
}
.nws-tabs .tbssrt .sort-btn .form-control {
  cursor: pointer;
  padding: 7px 20px;
  font-size: 12px;
  border: 1px solid #a8232e;
  background: transparent;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.nws-tabs .tbssrt .sort-btn .form-control::after {
  content: "\f107";
  position: absolute;
  font-size: 14px;
  color: #a8232e;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s;
}
.nws-tabs .tbssrt .sort-btn .form-control:focus-visible {
  outline: none;
}
@media (max-width: 768px) {
  .nws-tabs .tbssrt .alltbs {
    display: flex;
    width: 220px;
    overflow: scroll;
  }
}
.nws-tabs .nwsdtls .tab-content {
  display: none;
}
.nws-tabs .nwsdtls .tab-content.active {
  display: block;
}

.rfnd .rdhd {
  color: #a8232e !important;
  margin-bottom: 10px;
}

.fndctrg {
  margin-top: -100px;
}
.fndctrg .ctfnd {
  background-color: #a8232e;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 10px;
}
.fndctrg .ctfnd .infct {
  width: 25%;
  text-align: center;
  padding: 20px;
  position: relative;
  min-height: 106px;
}
@media (max-width: 768px) {
  .fndctrg .ctfnd{
    align-items: flex-start;
  }
  .fndctrg .ctfnd .infct {
    flex-basis: 48%;
    padding: 10px;
  }
}
.fndctrg .ctfnd .infct::after {
  position: absolute;
  content: "";
  background-color: #a73943;
  bottom: 1px;
  width: 80%;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
}
.fndctrg .ctfnd .infct::before {
  position: absolute;
  content: "";
  background-color: #a73943;
  left: 1px;
  width: 1px;
  height: 80%;
  top: 0;
}
@media(max-width:768px){
  .fndctrg .ctfnd .infct::before,
  .fndctrg .ctfnd .infct::after{
    display: none;
  }

}

.fndctrg .ctfnd .infct:first-child::before{display: none;}
.fndctrg .ctfnd .infct:nth-child(5)::before{display: none;}
.fndctrg .ctfnd .infct:nth-child(5)::after{display: none;}
.fndctrg .ctfnd .infct:nth-child(6)::after{display: none;}
.fndctrg .ctfnd .infct:nth-child(7)::after{display: none;}
.fndctrg .ctfnd .infct:nth-child(8)::after{display: none;}

.fndctrg .ctfnd .infct p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.fndctrg .ctfnd .infct span {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
}

.invobg {
  position: relative;
}
.invobg .leftsec,
.invobg .rightsec {
  position: relative;
  text-align: center;
  padding: 20px;
  width: 50%;
}
@media (max-width: 768px) {
  .invobg .leftsec,
  .invobg .rightsec {
    width: 100%;
  }
}
.invobg .leftsec p,
.invobg .rightsec p {
  color: #a8232e;
  font-size: 15px;
}
.invobg .leftsec h3,
.invobg .rightsec h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0px;
}
@media (max-width: 768px) {
  .invobg .leftsec h3,
  .invobg .rightsec h3 {
    font-size: 30px;
  }
  .invobg .leftsec h3 br,
  .invobg .rightsec h3 br {
    display: none;
  }
}
.invobg .leftsec span,
.invobg .rightsec span {
  width: 500px;
  color: #000;
  display: block;
  margin: auto;
  line-height: 20px;
}
@media (max-width: 768px) {
  .invobg .leftsec span,
  .invobg .rightsec span {
    width: 100%;
  }
}
.invobg::after {
  position: absolute;
  content: "";
  background-color: #f0f0f0;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .invobg::after {
    width: 100%;
    height: 52%;
  }
}

.abtfndmng {
  background-color: #B8333E;
  position: relative;
}
.abtfndmng::before {
  position: absolute;
  content: "";
  background: url("../img/fndicon.svg") no-repeat;
  background-size: cover;
  width: 464px;
  height: 500px;
  right: 60px;
  top: 10%;
  z-index: 1;
}
.abtfndmng .all-crds {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.abtfndmng .all-crds .card {
  background-color: #fff;
}
.abtfndmng .all-crds .card h4 {
  color: #000;
}
.abtfndmng .all-crds .card .crd-dtl h3 {
  color: #a8232e;
}
.abtfndmng .all-crds .card .crd-dtl p {
  color: #000;
}
.abtfndmng .all-crds .card .crd-dtl .crd-nm {
  position: relative;
}
.abtfndmng .all-crds .card .crd-dtl .crd-nm::after {
  position: absolute;
  content: "";
  background: url("../img/red-crd-arrow.svg") no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.abtfndmng .all-crds .card .crd-img {
  position: relative;
}
.abtfndmng .all-crds .card .crd-img .crd-icons {
  position: absolute;
  bottom: 30px;
  left: 40%;
}
.abtfndmng .all-crds .card .crd-img .crd-icons a {
  background-color: #fff;
  padding: 10px 11px;
  color: #000;
  border-radius: 100%;
  margin-right: 10px;
}

.keyadvantage .dvprtf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.keyadvantage .dvprtf .prtfl {
  display: flex;
  flex-direction: column;
  flex-basis: 20%;
  background-color: #f0f0f0;
  padding: 50px 20px;
  height: 300px;
  min-height: 350px;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  transition:  .3s linear;
  position: relative;
  overflow: hidden;
}

.keyadvantage .dvprtf .prtfl::after{
  position: absolute;
  content: '';
  background-color: #a73943;
  width: 100%;
  height: 10px;
  top: 97%;
}

.keyadvantage .dvprtf .prtfl:hover{
  box-shadow: 0px -1px 22px -3px rgba(0,0,0,0.75);
}

/* Privacy Policy */
.prvy{margin-block: 13em;}
.prvhd{font-size: 5em;}
.privay_dv p{margin-bottom: 10px;}
.privay_dv .smdv{margin-block: 2em;}
.privay_dv .smdv h2{margin-block:20px;}
.privay_dv .smdv h5{margin-bottom: 5px;font-size: 1em;}
.privay_dv ul{padding-inline-start: 30px;}
.privay_dv ul li{list-style: disc;margin-block-end: 10px;}
/* Privacy Policy */

/* Regulatory */
.regflx{display: flex;align-items:flex-start;flex-wrap: wrap;}
.regulatorydv{margin-top: 30px;flex: 48%;}
.regulatorydv .blhd{font-size: 2em;}
.regulatorydv ul{width: 90%;margin: auto;margin-block: 30px;padding: 20px;border-radius: 10px;background-color: #f0f0f0;}
.regulatorydv ul li{margin: 10px 0px;position: relative;}
.regulatorydv ul li::after{position: absolute;content: '';background:#fff;width: 100%;height: 1%;left: 0;bottom: -5px;}
.regulatorydv ul li .regldvs{margin: 10px 0px;}
.regulatorydv ul li p{font-size: 15px;}
.regulatorydv ul li a{color:#B8333E;}
.regulatorydv ul li .regldvs {padding-left: 30px;}

/* Regulatory */



@media (max-width: 768px) {
  .keyadvantage .dvprtf .prtfl {
    flex-basis: 45%;
    justify-content: center;
    padding: 20px;
    height: 100%;
  }
  .prvy{margin-block-end: 20px;margin-block-start: 8em;}
  .prvhd{font-size: 2.5em;}
  .regulatorydv{flex: 100%;width: 100%;}
  .regulatorydv ul li .regldvs{padding-left: 10px;}
  .privay_dv .smdv {margin-block: 1.5em;}
  .fndctrg .ctfnd .infct span{font-size: 13px;}
}
@media (max-width: 400px) {
  .keyadvantage .dvprtf .prtfl {
    flex-basis: 100%;
  }
}


.keyadvantage .dvprtf .prtfl img {
  width: 100%;
  max-width: 70px;
  height: auto;
}
.keyadvantage .dvprtf .prtfl h3 {
  font-size: 20px;
  font-weight: bold;
  color: #B8333E;
  margin: 20px 0px;
}
@media (max-width: 768px) {
  .keyadvantage .dvprtf .prtfl h3 {
    font-size: 15px;
  }
}
.keyadvantage .dvprtf .prtfl p {
  color: #000;
  font-size: 14px;
}

.mnthl {
  margin: 20px 0px;
}
.mnthl h5 {
  color: #B8333E;
  font-size: 20px;
  margin-bottom: 20px;
}
.mnthl p {
  color: #000;
  font-size: 11px;
  margin-top: 20px;
}
.mnthl .tl-cnt {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mnthl .tl-cnt table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .mnthl .tl-cnt table {
    overflow-y: scroll;
  }
}
.mnthl .tl-cnt table th {
  padding: 10px 0px;
  border: 1px solid #000;
  background-color: #c00000;
  color: #fff;
}
.mnthl .tl-cnt table td {
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
}

.stnd-prf {
  margin: 40px 0px 0px;
}
.stnd-prf h5 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #B8333E;
}
.stnd-prf img {
  width: 100%;
  height: auto;
}
.stnd-prf p {
  color: #000;
  font-size: 11px;
  margin-top: 20px;
}

.fnddnlbtn {
  text-align: center;
  margin-top: 50px;
}
.fnddnlbtn .dnlbtn a {
  font-size: 15px;
}
.fnddnlbtn .dnlbtn i {
  font-size: 21px;
  margin-left: 10px;
}

.mitsec {
  background-color: #f0f0f0;
  position: relative;
}
.mitsec::before {
  position: absolute;
  content: "";
  background: url("../img/about/awardicon.svg") no-repeat;
  background-size: cover;
  right: 40px;
  top: 40px;
  width: 402px;
  height: 440px;
  z-index: -1;
}
.mitsec .mithd {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.mitsec .leftsec {
  width: 40%;
  margin-right: auto;
}
@media (max-width: 768px) {
  .mitsec .leftsec {
    width: 100%;
  }
}
.mitsec .rightsec {
  width: 50%;
  margin-left: auto;
  position: relative;
}
@media (max-width: 768px) {
  .mitsec .rightsec {
    margin-top: 30px;
    width: 100%;
  }
}
.mitsec .rightsec .mitpnts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.mitsec .rightsec .mitpnts .insmit {
  align-items: center;
  justify-content: center;
  height: 180px;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  background-color: #B8333E;
  flex-basis: 40%;
  position: relative;
  border-bottom: 1px solid #fff;
}

.mitsec .rightsec .mitpnts h4 {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .mitsec .rightsec .mitpnts .insmit{
    flex-basis: 48%;
  }
  .mitsec .rightsec .mitpnts h4 {
    font-size: 15px;
  }
}
.mitsec .rightsec .mitpnts p {
  font-size: 12px;
  margin: 10px 0;
  color: #fff;
}

.faqsec .faqhd {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
.faqsec .all-faq {
  width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .faqsec .all-faq {
    width: 100%;
  }
}
.faqsec .accordion {
  cursor: pointer;
  padding: 30px 0px;
  border-top: 1px solid #f0f0f0;
}
.faqsec .accordion .accordion-header {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .faqsec .accordion .accordion-header {
    font-size: 15px;
    width: 80%;
    margin-left: 0;
  }
}
.faqsec .accordion .accordion-header::after {
  position: absolute;
  content: "";
  background: url("../img//funds/plus.jpg") no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  transition: 0.1s ease-in;
}
@media (max-width: 768px) {
  .faqsec .accordion .accordion-header::after {
    right: -15%;
  }
}
.faqsec .accordion .accordion-content {
  max-height: 0;
  opacity: 0;
  transition: .3s ease-in-out;
}
.faqsec .accordion .accordion-content p {
  margin: 5px 0px;
}
.faqsec .accordion .accordion-content ul{
  padding: 0 20px;
}
.faqsec .accordion .accordion-content ul li{
  list-style: disc;
}
.faqsec .accordion.active .accordion-content {
  /* display: block; */
  padding-top:20px;
  max-height: 20rem;
  opacity: 1;
}
.faqsec .accordion.active .accordion-header::after {
  transform: rotate(48deg);
}

.frmdv {
  background-color: #f0f0f0;
  padding: 20px 30px;
  margin-top: -250px;
  border-radius: 10px;
}
.frmdv .career_form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 13px;
}
.frmdv .career_form .form-group {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}

.frmdv .career_form .error{font-size: 0px;position: absolute;left: 0px;top:0;border:1px solid #B8333E;border-radius: 5px;width: 100%;height: 100%;color: transparent;background: transparent;text-indent: -99999px;pointer-events: none;white-space: nowrap;overflow: hidden;}

.frmdv .career_form input,
.frmdv .career_form select,
.frmdv .career_form textarea {
  width: 100%;
  border-radius: 8px;
  outline: none;
  border: none;
}
.frmdv .career_form input,
.frmdv .career_form select {
  padding: 15px 20px;
}
.frmdv .career_form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/drp.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center right 12px !important;
}
.frmdv .career_form textarea {
  height: 200px;
  padding-top: 15px;
  padding-left: 20px;
}
.frmdv .career_form .w25 {
  width: 24%;
}
@media (max-width: 768px) {
  .frmdv .career_form .w25 {
    width: 100%;
  }
}
.frmdv .career_form .w33 {
  width: 32.33%;
}
@media (max-width: 768px) {
  .frmdv .career_form .w33 {
    width: 100%;
  }
}
.frmdv .career_form .w459 {
  width: 49.5%;
}
@media (max-width: 768px) {
  .frmdv .career_form .w459 {
    width: 100%;
  }
}
.frmdv .career_form .form-group.pr {
  position: relative;
  background-color: #f0f0f0;
}
.frmdv .career_form .form-group .cvfx {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 8px;
}
.frmdv .career_form .form-group .cvfx::after {
  position: absolute;
  content: "";
  background: url("../img/upload.jpg") no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 10px;
  cursor: pointer;
  pointer-events: none;
}
.frmdv .career_form .form-group .cvfx input[type=file] {
  cursor: pointer;
  width: 60%;
  padding: 2px;
  opacity: 0;
}
.frmdv .career_form .form-group .cvfx span {
  color: #999999;
  margin-right: auto;
  font-size: 14px;
}
.frmdv .career_form .form-group label {
  font-size: 12px;
  margin-left: 10px;
  color: #999999;
}
.frmdv .career_form .form-group p {
  font-size: 12px;
  color: #999999;
  position: absolute;
  right: -170px;
  top: 45%;
}
@media (max-width: 768px) {
  .frmdv .career_form .form-group p {
    position: initial;
  }
}
.frmdv .career_form .frm-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.frmdv .career_form .frm-btn button {
  background-color: #B8333E;
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 100px;
  cursor: pointer;
}
.frmdv .discs {
  margin: 40px 0px;
}
.frmdv .discs hr {
  margin: 20px 0px;
  background-color: #999999;
}
.frmdv .discs p {
  padding: 5px 0px;
  font-size: 12px;
  color: #999999;
}

.medihd {
  font-size: 30px;
  text-align: center;
  color: #a8232e;
}

.video-container {
  margin: 40px 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .video-container {
    gap: 10px;
  }
}
.video-container .insvdeo {
  margin: auto;
  width: 500px;
}
@media (max-width: 768px) {
  .video-container .insvdeo {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .video-container .insvdeo iframe {
    width: 100%;
  }
}


/*# sourceMappingURL=style.css.map */
.grecaptcha-badge{display:none;}

/* Responsive */
@media(max-width:768px){
  .stcksec .main-wrapper{flex-direction: column;}
  .stcksec .rightsec .allstcrds .stcrds{height: auto;}
  .ceomassage{background-position: 30% center;}
  .connect{background-position: 65% center;}
}
