:root {
    --bs-primary: #3c4273;
    --bs-secondary: #f09025;
  }
  .text-primary {
    color: #3c4273 !important;
  }
  .text-secondary {
    color: #f09025 !important;
  }
  .bg-primary {
    background-color: #3c4273 !important;
  }
  .bg-secondary {
    background-color: #f09025 !important;
  }
  .bg-grey {
    background-color: rgb(160,160,160) !important;
  }
  .bg-blue {
    background-color: #337ab7 !important;
  }
  .bg-blue2 {
    background-color: #15295c !important;
  }

  .bg-fincase1 { background-color: #2c3460 !important; }
  .bg-fincase2 { background-color: #7c64ac !important; }
  .bg-fincase3 { background-color: #805094 !important; }
  .bg-fincase4 { background-color: #303444 !important; }
  .subscription-box {
    /* border-radius: 10px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
    /* padding: 10px; */
  }
  .subscription-box-title {
    border-radius: 10px 10px 0px 0px;
  }
  .subscription-box-footer {
    border-radius: 0px 0px 10px 10px;
  }

  .btn-primary {
    color: #fff;
    background-color: #3c4273;
    border-color: #3c4273;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #3c4273;
    border-color: #3c4273;
  }
  .btn-check:focus + .btn-primary,
  .btn-primary:focus {
    color: #fff;
    background-color: #3c4273;
    border-color: #3c4273;
    box-shadow: 0 0 0 0.25rem rgba(39, 119, 209, 0.5);
  }
  .btn-secondary {
    color: #fff;
    background-color: #f09025;
    border-color: #f09025;
  }
  .btn-secondary:hover {
    color: #fff;
    background-color: #3c4273;
    border-color: #3c4273;
  }
  .btn-check:focus + .btn-secondary,
  .btn-secondary:focus {
    color: #fff;
    background-color: #3c4273;
    border-color: #3c4273;
    box-shadow: 0 0 0 0.25rem rgba(240, 144, 37, 0.5);
  }
  .btn-outline-secondary {
    color: #ced4da;
    border-color: #ced4da;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 20px;
  }
  
  a {
    color: var(--bs-primary);
  }
  a:hover {
    color: var(--bs-secondary);
  }
  table .btn {
    padding: 5px 10px;
    font-weight: normal;
    font-size: 12px;
  }
  table td {
    vertical-align: middle;
  }
  .breadcrumb a {
    color: var(--bs-white);
  }
  .breadcrumb-item.active {
    color: var(--bs-secondary) !important;
  }
  
  .faq-section .tab-content > .active {
    opacity: 1;
  }
  .inner-page {
    line-height: 2;
    color: #3a3a3a;
  }
  .inner-page h3 {
    font-weight: bold;
  }
  .inner-page b {
    color: #000;
  }
  
  thead,
  tbody,
  tfoot,
  tr,
  td,
  th {
    border-width: 1px;
    border-color: #d2d2d2;
    font-size: 14px;
  }
  th {
    background: #d2d2d2 !important;
    vertical-align: middle;
    border-color: #f6f6f6 !important;
    padding: 5px 10px !important;
  }
  td {
    padding: 5px 10px !important;
  }
  .td-w100 {
    width: 100px;
  }
  /*** Spinner Start ***/
  #spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
  }
  
  #spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
  }
  /*** Spinner End ***/
  
  .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
  }
  
  /*** Button Start ***/
  .btn {
    font-weight: 600;
    transition: 0.5s;
    padding: 0.375rem 20px;
    letter-spacing: 1.5px;
  }
.btn-sm, .btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: 10px;
}
  
  .btn-square {
    width: 32px;
    height: 32px;
  }
  
  .btn-sm-square {
    width: 34px;
    height: 34px;
  }
  
  .btn-md-square {
    width: 44px;
    height: 44px;
  }
  
  .btn-lg-square {
    width: 56px;
    height: 56px;
  }
  
  .btn-xl-square {
    width: 66px;
    height: 66px;
  }
  
  .btn-square,
  .btn-sm-square,
  .btn-md-square,
  .btn-lg-square,
  .btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
  }
  
  .btn.btn-primary {
    color: var(--bs-white);
    border: none;
  }
  
  .btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
  }
  
  .btn.btn-light {
    color: var(--bs-primary);
    border: none;
  }
  
  .btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
  }
  
  .btn.btn-dark {
    color: var(--bs-white);
    border: none;
  }
  
  .btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
  }
  
  /*** Topbar Start ***/
  .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
  }
  
  .topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
  }
  
  .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: 0.5s;
    opacity: 1;
  }
  /*** Topbar End ***/
  
  /*** Navbar Start ***/
  .nav-bar {
    background: var(--bs-white);
    transition: 1s;
  }
  
  .navbar-light .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
  }
  
  .nav-bar .navbar-light .navbar-brand img {
    max-height: 60px;
  }
  
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  
  .navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
    font-weight: 600;
    margin: 0 5px;
  }
  
  .navbar-light .navbar-nav .nav-item:hover,
  .navbar-light .navbar-nav .nav-item.active,
  .navbar-light .navbar-nav .nav-item:hover .nav-link,
  .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-secondary);
  }
  
  @media (max-width: 991px) {
    .navbar {
      padding: 20px 0;
    }
  
    .navbar .navbar-nav .nav-link {
      padding: 0;
    }
  
    .navbar .navbar-nav .nav-item {
      display: flex;
      padding: 20px;
      flex-direction: column;
      justify-content: start;
      align-items: start;
    }
  
    .navbar .navbar-nav .nav-btn {
      display: flex;
      justify-content: start;
    }
  
    .navbar .navbar-nav {
      width: 100%;
      display: flex;
      margin-top: 20px;
      padding-bottom: 20px;
      background: var(--bs-light);
      border-radius: 10px;
    }
  
    .navbar.navbar-expand-lg .navbar-toggler {
      padding: 8px 15px;
      border: 1px solid var(--bs-primary);
      color: var(--bs-primary);
    }
  }
  
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
  }
  
  .dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
  }
  
  @media (min-width: 992px) {
    .navbar {
      padding: 20px 0;
    }
  
    .navbar .nav-btn {
      display: flex;
      align-items: center;
      justify-content: end;
    }
  
    .navbar .navbar-nav {
      /* width: 100%; */
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--bs-light);
      border-radius: 10px;
    }
  
    .navbar .navbar-nav .nav-btn {
      width: 100%;
      display: flex;
      margin-left: auto;
    }
  
    .navbar .nav-item .dropdown-menu {
      display: block;
      visibility: hidden;
      top: 100%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
      border: 0;
      border-radius: 10px;
      transition: 0.5s;
      opacity: 0;
    }
  
    .navbar .nav-item:hover .dropdown-menu {
      transform: rotateX(0deg);
      visibility: visible;
      margin-top: 20px;
      background: var(--bs-light);
      transition: 0.5s;
      opacity: 1;
    }
  }
  /*** Navbar End ***/
  
  /*** Carousel Hero Header Start ***/
  .header-carousel .header-carousel-item {
    height: 700px;
  }
  
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  
  .header-carousel .owl-nav .owl-prev {
    bottom: 50%;
    left: 1%;
    transform: translateX(-50%);
    margin-left: 30px;
  }
  .header-carousel .owl-nav .owl-next {
    bottom: 50%;
    right: 1%;
    transform: translateX(-50%);
    margin-right: 30px;
  }
  
  .header-carousel .owl-nav .owl-prev:hover,
  .header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
  }
  
  .header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
  }
  
  @media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
      padding-top: 45px;
    }
  
    .header-carousel .header-carousel-item {
      height: 1300px;
    }
  }
  
  @media (max-width: 767px) {
    .header-carousel .header-carousel-item {
      height: 950px;
    }
  
    .header-carousel .owl-nav .owl-prev {
      /* bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
      margin-left: -45px; */
    }
  
    .header-carousel .owl-nav .owl-next {
      /* bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 45px; */
      margin-right: 0;
      right: -20px;
    }
  }
  /*** Carousel Hero Header End ***/
  
  /*** Single Page Hero Header Start ***/
  .bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)),
      url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
  }
  
  .bg-breadcrumb .breadcrumb {
    position: relative;
  }
  
  .bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
  }
  /*** Single Page Hero Header End ***/
  
  /*** Feature Start ***/
  .feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
  }
  
  .feature .feature-item:hover {
    background: var(--bs-primary);
  }
  
  .feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
  }
  
  .feature .feature-item:hover .feature-icon i {
    z-index: 9;
  }
  
  .feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
  }
  
  .feature .feature-item:hover .feature-icon::after {
    height: 100%;
  }
  
  .feature .feature-item .feature-icon {
    color: var(--bs-primary);
  }
  
  .feature .feature-item .feature-icon,
  .feature .feature-item h4,
  .feature .feature-item p {
    transition: 0.5s;
  }
  
  .feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
  }
  .feature .feature-item:hover h4,
  .feature .feature-item:hover p {
    color: var(--bs-white);
  }
  
  .feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
  }
  
  .feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
  }
  /*** Feature End ***/
  
  /*** Service Start ***/
  .service .service-item {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .service .service-item .service-img img {
    transition: 0.5s;
  }
  
  .service .service-item:hover .service-img img {
    transform: scale(1.1);
  }
  
  .service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, 0.2);
    transition: 0.5s;
    z-index: 1;
  }
  
  .service .service-item:hover .service-img::after {
    height: 100%;
  }
  
  .service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
  }
  
  .service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
  }
  
  .service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
  }
  
  .service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
  }
  
  .service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
  }
  
  .service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
  }
  .service .service-item .service-content .service-content-inner ul {
    min-height: 170px;
  }
  
  .service .service-item .service-content .service-content-inner .h4,
  .service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
  }
  
  .service .service-item:hover .service-content .service-content-inner .h4,
  .service .service-item:hover .service-content .service-content-inner p,
  .service .service-item:hover .service-content .service-content-inner ul li {
    color: var(--bs-white);
  }
  
  .service
    .service-item:hover
    .service-content
    .service-content-inner
    .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
  }
  .service .service-item:hover .service-content .service-content-inner h3 {
    color: #fff;
  }
  .service
    .service-item:hover
    .service-content
    .service-content-inner
    .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
  }
  
  .service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
  }
  
  .service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
  }
  
  .service .service-item:hover .service-content::after {
    height: 100%;
  }
  /*** Service End ***/
  
  /*** FAQs Start ***/
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: #3c4273;
    font-size: 18px;
  }
  
  .faq-section
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
  }
  /*** FAQs End ***/
  
  /*** Blog Start ***/
  .blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  }
  
  .blog .blog-item:hover .blog-content {
    background: var(--bs-white);
  }
  
  .blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  
  .blog .blog-item .blog-img img {
    transition: 0.5s;
  }
  
  .blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
  }
  
  .blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, 0.2);
    transition: 0.5s;
    z-index: 1;
  }
  
  .blog .blog-item:hover .blog-img::after {
    height: 100%;
  }
  
  .blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
  }
  
  .blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
  }
  
  .blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
  }
  
  .blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
  }
  /*** Blog End ***/
  
  /*** Team Start ***/
  .team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .team .team-item .team-img img {
    transition: 0.5s;
  }
  
  .team .team-item:hover .team-img img {
    transform: scale(1.1);
  }
  
  .team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
  }
  
  .team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
  }
  
  .team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
  }
  
  .team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
  }
  
  .team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
  }
  
  .team .team-item .team-title h4 {
    color: var(--bs-white);
  }
  
  .team .team-item:hover .team-title {
    background: var(--bs-dark);
  }
  /*** Team End ***/
  
  /*** Testimonial Start ***/
  .testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
  }
  
  .testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
  }
  
  .testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
  }
  
  .testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
  }
  
  .testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
  }
  /*** Testimonial End ***/
  
  /*** Contact Start ***/
  .contact .contact-img {
    position: relative;
  }
  
  .contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s;
  }
  
  @keyframes image-efects {
    0% {
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
  
    25% {
      border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
    }
  
    50% {
      border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
    }
  
    75% {
      border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
    }
  
    100% {
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
  }
  
  .contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
  }
  /*** Contact End ***/
  
  /*** Footer Start ***/
  .footer {
    background: var(--bs-dark);
  }
  
  .footer .footer-item {
    display: flex;
    flex-direction: column;
  }
  
  .footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
  }
  
  .footer .footer-item p {
    line-height: 20px;
  }
  
  .footer .footer-item a:hover {
    color: var(--bs-primary);
  }
  
  .footer .footer-item .footer-btn a,
  .footer .footer-item .footer-btn a i {
    transition: 0.5s;
  }
  
  .footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
  }
  
  .footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
  }
  
  .footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
  }
  
  .footer .footer-item .footer-instagram img {
    transition: 0.5s;
  }
  
  .footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
  }
  
  .footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
  }
  
  .footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
  }
  
  .footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
  }
  
  .footer .footer-item .footer-btn a:hover {
    background: var(--bs-secondary);
  }
  
  .footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
  }
  .footer-logo a {
    display: inline-flex;
    background: var(--bs-white);
    padding: 10px 10px;
    border-radius: 15px;
  }
  /*** Footer End ***/
  
  /*** copyright Start ***/
  .copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  /*** copyright end ***/
  .bnr1 {
    background: url("../img/bnr1.jpg");
  }
  .bg-easy-ipo {
    background: url("../img/easy-ipo-bnr.jpg");
  }
  
  .accordion-button:not(.collapsed)::after {
  }
  /***  ipo list  ***/
  .ipo-box {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 15px;
  }
  .ipo-box .ipo-img {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ipo-box .ipo-img img {
    height: 60px;
    max-width: 250px;
  }
  .ipo-box .ipo-img .btn, .ipo-box .ncd-img .btn {
    font-weight: normal;
  }
  .ipo-box .ncd-img {
    border-top: 1px solid #d2d2d2;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .policy-content .policy-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3c4273;
  }
  .policy-content .policy-list .po-no {
    min-width: 75px;
    height: 75px;
    background: #3c4273;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-right: 15px;
  }
  .policy-content .policy-list p {
    margin: 0;
    font-size: 24px;
  }
  .modal-body ul {
    padding-left: 0;
  }
  .modal-body ul li {
    margin-bottom: 5px;
    display: flex;
  }
  .modal-body ul li i {
    margin-right: 10px;
    margin-top: 3px;
  }
  .faq-section nav {
    margin-bottom: 20px;
  }
  .faq-section nav .nav-tabs {
    border-bottom: 0;
  }
  .faq-section nav .nav-tabs .nav-link {
    background: var(--bs-primary);
    color: var(--bs-white);
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 50px;
  }
  .faq-section nav .nav-tabs .nav-link.active {
    background: var(--bs-secondary);
  }
  .cus-box {
    border: 2px solid#5c5c5c;
    text-align: center;
  }
  .cus-box label {
    padding: 5px;
    width: 100%;
    background: #5c5c5c;
    color: #fff;
  }
  .cus-box p {
    margin: 0;
    padding: 5px;
    font-weight: 600;
    font-size: 20px;
  }
  
  /***  login form page  ***/
  .main-bg {
    height: calc(100vh - 209px);
  }
  .box-conatiner {
    padding: 20px 0;
    contain: content;
    margin: 50px auto;
    height: 540px;
    width: 80%;
    background-color: #5d4ef3;
    border-radius: 0 70px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
      0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
      0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
      0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  }
  
  .box-conatiner::before {
    content: "";
    position: absolute;
    right: -20px;
    background-size: 100%;
    top: -80px;
    width: 1220px;
    height: 653px;
  }
  
  /***************************/
  #a {
    -webkit-animation: wait 0s alternate infinite;
    animation: wait 0s alternate infinite;
  }
  
  .circle-ripple {
    background-color: transparent;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
    left: 60px;
    position: absolute;
    top: 44px;
  }
  
  @-webkit-keyframes wait {
    0% {
      opacity: 0;
    }
  
    20% {
      opacity: 0;
    }
  
    40% {
      opacity: 0;
    }
  
    60% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @keyframes wait {
    0% {
      opacity: 0;
    }
  
    20% {
      opacity: 0;
    }
  
    40% {
      opacity: 0;
    }
  
    60% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(175, 166, 255, 0.3),
        0 0 0 1em rgba(175, 166, 255, 0.3), 0 0 0 3em rgba(175, 166, 255, 0.3),
        0 0 0 5em rgba(175, 166, 255, 0.3);
    }
  
    100% {
      box-shadow: 0 0 0 1em rgba(175, 166, 255, 0.3),
        0 0 0 3em rgba(175, 166, 255, 0.3), 0 0 0 5em rgba(175, 166, 255, 0.3),
        0 0 0 8em rgba(175, 166, 255, 0);
    }
  }
  
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(175, 166, 255, 0.3),
        0 0 0 1em rgba(175, 166, 255, 0.3), 0 0 0 3em rgba(175, 166, 255, 0.3),
        0 0 0 5em rgba(175, 166, 255, 0.3);
    }
  
    100% {
      box-shadow: 0 0 0 1em rgba(175, 166, 255, 0.3),
        0 0 0 3em rgba(175, 166, 255, 0.3), 0 0 0 5em rgba(175, 166, 255, 0.3),
        0 0 0 8em rgba(175, 166, 255, 0);
    }
  }
  /* button {
      outline: none !important;
      border: none;
      background: 0 0
  } */
  
  button:hover {
    cursor: pointer;
  }
  
  iframe {
    border: none !important;
  }
  
  .txt1 {
    font-size: 15px;
    color: #999;
    line-height: 1.4;
  }
  
  .limiter {
    width: 100%;
    margin: 0 auto;
  }
  
  .container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    background-color: #fff;
  }
  
  .wrap-login100 {
    width: 450px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    height: 451px;
    border: 1px solid #dedede;
    margin: 30px auto;
  }
  
  .login100-form {
    width: 100%;
    position: relative;
  }
  
  .login100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #5d4ef3;
    padding-top: 50px;
    padding-bottom: 39px;
  }
  
  .wrap-input100 {
    width: 100%;
    background-color: #fff;
    border-radius: 27px;
    position: relative;
    z-index: 1;
  }
  
  .input100 {
    font-size: 15px;
    color: #1b3815;
    line-height: 1.2;
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background: #ebebeb;
    border-radius: 27px;
    padding: 0 35px;
  }
  
  .focus-input100 {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 31px;
    background-color: #ebebeb;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .p-r-55 {
    padding-right: 55px;
  }
  
  .p-l-55 {
    padding-left: 55px;
  }
  
  .p-t-178 {
    padding-top: 178px;
  }
  
  .m-b-16 {
    margin-bottom: 16px;
  }
  
  .p-t-20 {
    padding-top: 20px;
  }
  
  .p-b-9 {
    padding-bottom: 9px;
  }
  
  .flex-col-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  
  .p-b-40 {
    padding-bottom: 40px;
  }
  
  .p-t-140 {
    padding-top: 40px;
  }
  
  .login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #5d4ef3;
    border-radius: 25px;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .p-t-13 {
    padding-top: 13px;
  }
  
  .p-b-23 {
    padding-bottom: 23px;
  }
  
  .heading-left {
    color: white;
    width: 65%;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    margin: 160px auto;
    letter-spacing: 4px;
  }
  .list-ipo-detail td:first-child{font-weight: 600;}

  .page-item.active .page-link { 
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
  }
  .page-link {
    color : var(--bs-dark);
  }
  .page-link:hover {
    color : var(--bs-secondary);
  }
  
  @media only screen and (max-width: 600px) {
    .wrap-login100 {
      width: 100%;
    }
  
    .wrap-login100 {
      width: 100%;
      right: -272px;
    }
  
    .heading-left {
      font-size: 19px;
      line-height: 34px;
    }
  
    .p-l-55 {
      padding-left: 20px;
    }
  
    .p-r-55 {
      padding-right: 20px;
    }
  
    .input100 {
      height: 40px;
    }
  
    .login100-form-btn {
      height: 40px;
    }
  
    .wrap-login100 {
      width: 95%;
    }
  }
  
  @media only screen and (min-width: 401px) and (max-width: 1070px) {
    .box-conatiner::before {
      background-size: 48%;
      top: -80px;
      background-repeat: no-repeat;
      background: none;
    }
  
    .heading-left {
      font-size: 24px;
      line-height: 40px;
      margin: 235px auto;
      letter-spacing: 4px;
    }
  
    .wrap-login100 {
      width: 90%;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      margin: 10px 0;
    }
    .navbar {
      padding: 10px 0;
    }
  }
  @media (max-width: 1199px) {
    .container {
      max-width: 100%;
    }
    .navbar .navbar-nav .nav-item {
      padding: 15px 5px;
    }
    .topbar .col-lg-8 {
      width: 50%;
    }
    .topbar .col-lg-4 {
      width: 50%;
    }
    .ipo-box .ipo-img img {
      height: 40px;
    }
  }
  @media (max-width: 991px) {
    .box-conatiner {
      width: 100%;
    }
    td .btn {
      margin-bottom: 10px;
    }
  }
  @media (max-width: 767px) {
    .heading-left {
      margin: 0 auto;
    }
    .box-conatiner {
      margin: 0px auto;
      height: 600px;
    }
    .login100-form-title {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .wrap-login100 {
      height: 430px;
    }
  }
  @media (max-width: 640px) {
    .ipo-info {
      flex-direction: column;
    }
    .ipo-info .d-flex {
      flex-direction: row !important;
      padding-bottom: 10px;
    }
    .ipo-info .d-flex span {
      min-width: 140px;
      text-align: left;
    }
  }
  @media (max-width: 480px) {
    .ipo-box .ipo-img img {
      /* margin-bottom: 15px; */
    }
    .ipo-box .ipo-img {
      /* flex-direction: column; */
    }
    .ipo-detail p.d-flex {
      flex-direction: column;
    }
    .ipo-detail p.d-flex span {
      margin: 5px 0;
    }
  }
  
  /***  blog css  ***/
  
.cs-blog {
  margin-bottom: 30px;
}
.cs-blog h2 {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 29px;
  margin: 0 0 11px;
  position: relative;
  text-transform: uppercase;
}
.cs-blog::after {
  clear: both;
  content: "";
  display: block;
}
ul.blog-list {
  list-style: outside none none;
  margin: -30px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.blog-list.blog-slide {
  margin: 0;
}
.blog-list.blog-slider {
  margin: 0;
}
ul.blog-list li {
  float: left;
  list-style: outside none none;
  margin: 30px 0 0;
}
.blog-slide .slick-list {
  margin: 0 -15px;
}
ul.blog-list.blog-slide li {
  margin-bottom: 10px;
  margin-top: 0;
}
ul.blog-list li:first-child {
  border: 0 none;
}
ul.blog-list li figure {
  overflow: hidden;
  position: relative;
}
ul.blog-list li figure img {
  width: 100%;
}
ul.blog-list li .cs-text {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 15px 20px;
}


.cs-blog-detail .cs-text .post-option {
  border-top: 1px solid #f0f0f0;
  float: left;
  padding-top: 10px;
  width: 100%;
}
.cs-blog-detail .cs-text .post-option span a {
  color: #777;
}
.widget ul.blog-list li .cs-text {
  height: auto;
  margin: 0;
  min-height: inherit;
  padding: 9px 0 13px;
}
ul.blog-list li .cs-text span {
  color: #8b919e;
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
}
ul.blog-list li .cs-text p {
  margin-bottom: 12px;
}
ul.blog-list li .cs-text h5 {
  border-bottom: 1px solid #fff;
  font-size: 15px;
  margin: 0;
  min-height: 56px;
  padding: 0 0 5px;
}
ul.blog-list li .cs-text h5 a {
  color: #292c33;
}
ul.blog-list li .cs-text .readmore {
  float: right;
  font-size: 11px;
  line-height: 20px;
  padding-top: 6px;
  position: relative;
  text-transform: uppercase;
}
ul.blog-list .slick-list.draggable {
  overflow: hidden;
}
.cs-auther-name a {
  color: #999;
}
.blog-list .slick-arrow {
  background-color: #f9f9f9;
  float: left;
  height: 29px;
  margin: 5px 0 0 5px;
  text-align: center;
  width: 29px;
}
.blog-list .slick-arrow a {
  color: #999;
  font-size: 18px;
  line-height: 32px;
}
.cs-blog.classic {
  margin: 0 0 30px;
}
.cs-blog.classic ul {
  margin: 0;
}
.cs-blog.classic li {
  border-top: 2px solid #eceef0;
  float: left;
  list-style: outside none none;
  padding: 16px 0;
  width: 100%;
}
.cs-blog.classic p {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 -4px 0 0;
  vertical-align: middle;
  width: 100%;
}
.cs-blog.classic p i {
  color: #c4c6c8;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.cs-blog.classic span {
  display: inline-block;
  float: right;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
}
.cs-blog.classic span i {
  color: #e2e5e8;
  float: right;
  font-size: 24px;
  margin: 2px 0 0 10px;
}
.cs-pagination-blog {
  margin-bottom: 30px;
}
.cs-blog.blog-medium {
  border-bottom: 0 none;
  margin: 0;
  padding-bottom: 30px;
}
.cs-blog.blog-medium::after {
  clear: both;
  content: "";
  display: block;
}
.cs-blog.blog-medium .blog-text .cs-post-title {
  clear: both;
}
.cs-blog .cs-media figure {
  position: relative;
}
.cs-blog .cs-media figure figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}
.cs-blog .cs-media:hover figure figcaption {
  opacity: 1;
  visibility: visible;
}
.cs-blog.blog-medium .post-title h3 {
  margin-bottom: 0;
}
.cs-blog .post-title {
  margin-bottom: 10px;
}
.cs-blog.blog-medium .cs-media figure figcaption .cs-readmore a {
  color: #fff;
  font-size: 24px;
  left: 50%;
  margin: -10px 0 0 -65px;
  position: absolute;
  top: 50%;
  transform: scale(0.7);
}
.cs-blog.blog-medium .cs-media:hover figure figcaption .cs-readmore a {
  transform: scale(1);
}
.cs-blog.blog-medium:last-child {
  border-bottom: medium none;
  padding-bottom: 40px;
}
.blog-medium .cs-media {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  width: 37%;
}
.blog-modern .cs-media {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  width: 48.6%;
}
.blog-medium .cs-media figure img, .blog-modern .cs-media img {
  width: 100%;
}
.blog-medium .cs-media ~ .blog-text {
  display: inline-block;
  float: none;
  margin-right: 0;
  vertical-align: middle;
  width: 58%;
}
.blog-modern .blog-text {
  display: inline-block;
  margin-right: -4px;
  padding-left: 30px;
  vertical-align: middle;
  width: 51.4%;
}
.blog-modern .blog-text .cs-post-title {
  margin-bottom: 5px;
  padding-bottom: 1px;
  position: relative;
}
.blog-modern .blog-text .cs-post-title::after {
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 27px;
}
.blog-modern .blog-text .blog-separator {
  margin: 0 0 10px;
}
.blog-modern .blog-text .blog-separator::before {
  display: none;
}
.blog-medium .blog-text {
  width: 99.1%;
}
.blog-medium .blog-text p {
  display: inline;
  margin: 0 0 15px;
}
.blog-medium .blog-separator {
  margin: 0 0 10px;
}
.cs-blog .cs-categories, .cs-blog-detail .cs-categories {
  display: block;
  margin: 0 0 12px;
}
.cs-blog .cs-categories a, .cs-blog-detail .cs-categories a {
  border-bottom: 2px solid #ededed;
  color: #55a747;
  display: inline-block;
  font-size: 10px;
  margin-right: 5px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.cs-blog-detail .post-option {
  float: right;
}
.cs-blog .post-option span a, .cs-blog-detail .post-option span a {
  color: #999 !important;
  display: inline-block;
  font-size: 12px;
  margin-right: 18px;
  vertical-align: middle;
}
.cs-blog .post-option span i, .cs-blog-detail .post-option span i {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.cs-blog-detail .post-option span.post-category i {
  margin: 0;
}
.cs-blog-detail .post-option .post-category a {
  margin-left: 10px;
  margin-right: 0;
}
.cs-blog-detail .post-option .post-date {
  margin-left: 18px;
}
.cs-blog-detail .cs-text .post-option span i {
  float: left;
  margin: 3px 8px 0 0;
}
.cs-blog.blog-grid figure img {
  width: 100%;
}
.cs-blog.blog-grid .cs-media ~ .blog-text {
  margin: -30px 0 0;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.cs-blog.blog-grid .cs-inner-bolg {
  background-color: #fff;
  display: inline-block;
  padding: 20px 25px;
  width: 100%;
}
.cs-blog.blog-grid .blog-text p {
  margin: 0 0 5px;
}
.cs-blog.blog-grid .post-option {
  line-height: normal;
  margin: 0 0 10px;
}
.cs-blog.blog-grid .post-option span {
  color: #8b919e;
  font-size: 10px;
  margin: 0 15px 0 0;
  position: relative;
  text-transform: uppercase;
}
.cs-blog.blog-grid .post-option span::before {
  background-color: #8b919e;
  border-radius: 100%;
  content: "";
  height: 3px;
  left: -10px;
  position: absolute;
  top: 5px;
  width: 3px;
}
.cs-blog.blog-grid .post-option span:last-child {
  margin: 0;
}
.cs-blog.blog-grid .post-option span:first-child::before {
  display: none;
}
.cs-blog.blog-grid .read-more {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.cs-blog.blog-grid .read-more::before {
  content: "";
  font-family: "icomoon";
  font-size: 14px;
  position: absolute;
  right: -15px;
  top: 0;
}
.blog-large .cs-media img {
  width: 100%;
}
.blog-large .cs-text {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.blog-large .cs-media ~ .cs-text {
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 100%;
}
.cs-blog .cs-author, .cs-blog-detail .cs-author {
  float: left;
  margin: 0 0 10px;
}
.cs-blog .cs-author figure, .cs-blog-detail .cs-author figure {
  display: inline-block;
  height: 32px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 32px;
}
.cs-blog .cs-author figure img, .cs-blog-detail .cs-author figure img {
  border-radius: 100%;
}
.cs-blog .cs-author .cs-text, .cs-blog-detail .cs-author .cs-text {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.cs-blog .cs-author .cs-text a, .cs-blog-detail .cs-author .cs-text a {
  color: #555;
  font-size: 13px;
}
.blog-large .post-option, .cs-blog.blog-medium .post-option {
  float: right;
}
.cs-blog.blog-large .post-option span i, .cs-blog.blog-medium .post-option span i {
  color: #cfcfcf;
}
.post-option span i {
  margin-right: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.blog-separator {
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  margin: 20px 0 25px;
  position: relative;
  width: 100%;
}
.blog-large .cs-text p {
  margin: 0 0 25px;
}
.blog-large .read-more {
  border: 1px solid;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  padding: 4px 20px;
  text-transform: uppercase;
}
.blog-large .cs-post-title {
  margin: 0 0 15px;
}
.blog-large .cs-post-title h3 {
  margin: 0;
}

.cs-blog-detail .cs-post-title h1 {
  margin: 0 0 10px;
}
.cs-blog-detail .cs-post-title::after {
  clear: both;
  content: "";
  display: block;
}
.cs-blog-detail .cs-main-post img {
  width: 100%;
}
.cs-blog-detail .cs-main-post {
  margin-bottom: 25px;
}
.cs-blog-detail .cs-admin-post .cs-media figure, .cs-blog-detail .cs-admin-post .cs-media figure img {
  border-radius: 100%;
}
.cs-blog-detail .cs-admin-post .cs-text {
  overflow: hidden;
}
.cs-blog-detail .cs-admin-post {
  float: left;
  width: 40%;
}
.cs-blog-detail .cs-admin-post .cs-media {
  float: left;
  height: 46px;
  margin-right: 14px;
  width: 46px;
}
.cs-blog-detail .cs-author-name {
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  padding-top: 6px;
  vertical-align: middle;
}
.cs-blog-detail .cs-author-name strong {
  color: #55a747;
  display: block;
  line-height: 26px;
}
.cs-blog-detail .cs-more-post {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #ccc;
  font-size: 11px;
  padding: 6px 8px;
}
.cs-blog-detail .cs-social-share {
  float: right;
}
.cs-blog-detail .cs-social-media {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.cs-blog-detail .cs-social-media li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  vertical-align: top;
}
.cs-blog-detail .cs-social-media li a {
  background-color: #fc6d4c;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin: 0 5px 5px 0;
  text-align: center;
  width: 28px;
}
.cs-blog-detail .cs-social-media li a.cs-more {
  line-height: 33px;
  padding: 0;
}
.cs-blog-detail .cs-social-media li a::before {
  display: none;
}
.cs-blog-detail .cs-social-media li a[data-original-title="facebook"] {
  background-color: #2b4a8b;
}
.cs-blog-detail .cs-social-media li a[data-original-title="Facebook"] {
  background-color: #2b4a8b;
}
.cs-blog-detail .cs-social-media li a[data-original-title="Tumblr"] {
  background-color: #32506d;
}
.cs-blog-detail .cs-social-media li a[data-original-title="tumblr"] {
  background-color: #32506d;
}
.cs-blog-detail .cs-social-media li a[data-original-title="Dribbble"] {
  background-color: #ea4c89;
}
.cs-blog-detail .cs-social-media li a[data-original-title="dribbble"] {
  background-color: #ea4c89;
}
.cs-blog-detail .cs-social-media li a[data-original-title="stumbleupon"] {
  background-color: #eb4823;
}
.cs-blog-detail .cs-social-media li a[data-original-title="Stumbleupon"] {
  background-color: #eb4823;
}
.cs-blog-detail .cs-social-media li a[data-original-title="rss"] {
  background-color: #f06c19;
}
.cs-blog-detail .cs-social-media li a[data-original-title="twitter"] {
  background-color: #1f94d9;
}
.cs-blog-detail .cs-social-media li a[data-original-title="linkedin"] {
  background-color: #10598c;
}
.cs-blog-detail .cs-social-media li a[data-original-title="google"] {
  background-color: #d83936;
}
.cs-blog-detail .cs-social-media li a[data-original-title="youtube"] {
  background-color: #b00;
}
.cs-blog-detail .cs-social-media li a[data-original-title="Youtube"] {
  background-color: #b00;
}
.cs-blog-detail .cs-social-media li a.cs-more .at4-icon {
  border-radius: 10px;
  margin: 5px 0 0 -2px;
}
.cs-blog-detail .cs-share {
  float: none;
  left: 0;
  margin: 0 15px 0 0;
  position: absolute;
  top: 0;
}
.cs-blog-detail .cs-share a {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.cs-blog-detail .cs-share-detail::after {
  clear: both;
  content: "";
  display: block;
}
.cs-blog-detail .cs-share-detail {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  vertical-align: middle;
  width: 49%;
}
.cs-blog-detail .cs-post-option-panel {
  float: left;
  padding-top: 20px;
  width: 100%;
}
.cs-blog-detail .rich-editor-text p {
  margin-bottom: 30px;
}
blockquote, .rich-text-editor blockquote {
  border-left: 4px solid;
  margin: 0 0 40px;
  padding: 20px 0 0;
  position: relative;
  width: 95%;
}
blockquote {
  background-color: #fcfcfc;
  font-style: italic;
  padding: 15px 40px 20px 50px !important;
}
blockquote, blockquote span, blockquote p {
  color: #777;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
blockquote .author-name a {
  color: #999;
  font-size: 11px;
}
blockquote.text-left-align {
  text-align: left;
}
blockquote.text-right-align {
  text-align: right;
}
blockquote.text-center-align {
  text-align: center;
}
blockquote::before, .rich-text-editor blockquote::before {
  color: #eaeaea;
  content: "";
  font-family: "icomoon";
  font-size: 22px;
  font-style: normal;
  left: 24px;
  position: absolute;
  top: 15px;
  transform: scale(-1);
}
.rich-text-editor blockquote {
  background-color: #fcfcfc;
  font-style: italic;
  padding: 15px 40px 20px 50px;
}
.rich-text-editor blockquote p {
  margin: 0;
}
blockquote > span {
  margin: 0;
  position: relative;
}
blockquote > span.author-name::after {
  display: none;
}
blockquote > span::after {
  color: #eaeaea;
  content: "";
  display: inline-block;
  font-family: "icomoon";
  font-size: 22px;
  font-style: normal;
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
}
.cs-blog-detail .tags {
  display: inline-block;
  margin: 0 -4px 0 0;
  vertical-align: middle;
  width: 50%;
}
.cs-blog-detail .cs-tags {
  display: block;
  margin: 0 0 40px;
}
.cs-blog-detail .cs-tags .tags span {
  color: #333;
  display: inline-block;
  font-size: 18px;
  margin: 0 10px 5px 0;
}
.cs-blog-detail .cs-tags .tags ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.cs-tags ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 6px;
}
.cs-tags ul li a {
  display: block;
  font-size: 12px;
  margin: 0 8px 0 0;
}
.cs-tags .tags ul li a {
  background-color: #f5f5f5;
  border-radius: 20px;
  color: #777;
  padding: 2px 18px 3px;
}
.comment-respond {
  margin-bottom: 30px;
}
.comment-form ul {
  list-style: outside none none;
}
.comment-form ul li {
  margin-bottom: 30px;
}
.comment-form .cs-element-title h3 {
  margin: 0;
}
.comment-form form .input-holder {
  position: relative;
}
.comment-form form .input-holder i {
  color: #cecece;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.comment-form form .input-holder input[type="text"], .comment-form form .input-holder textarea {
  border: 1px solid #e4e4e4;
  color: #999;
  font-size: 14px;
  height: 50px;
  margin-bottom: -1px;
  padding: 10px 20px;
  width: 100%;
}
.comment-form form .input-holder textarea {
  height: 214px;
  margin: 0 0 20px;
}
.comment-form form input[type="submit"] {
  background-color: #55a747;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.blog-detail {
  box-shadow: none;
}
.blog-detail .blog-list {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.blog-slider-next {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}
.blog-slider-prev {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}
.blog-detail::after, .author-detail::after, #comment ul li::after, .blog-detail .blog-list::after, .cs-packeges::after {
  clear: both;
  content: "";
  display: block;
}
.blog-title {
  margin-bottom: 25px;
}
.blog-title h3 {
  color: #282828;
  letter-spacing: -1px;
  line-height: 34px;
  margin: 0 0 10px;
}
.blog-detail .main-post {
  margin: 0 0 25px;
}
.blog-detail .main-post img {
  width: 100%;
}
.author-detail {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
  padding-bottom: 22px;
}
.cs-admin figure {
  float: left;
  margin-right: 15px;
}
.cs-admin .cs-text {
  display: inline-block;
  overflow: hidden;
  padding-top: 8px;
}
.cs-admin .cs-text span {
  color: #ccc;
  display: block;
  font-size: 13px;
  line-height: 16px;
}
.cs-admin .cs-text strong {
  color: #282828;
  font-size: 14px;
  line-height: 18px;
}
.blog-detail h2 {
  line-height: 29px;
  margin: 0 0 11px;
  position: relative;
  width: 91%;
}
.rich-editor-text p {
  clear: both;
  line-height: 24px;
  margin-bottom: 20px;
}

.ipo-title{
  display: flex;
  flex-direction: column;
}
.bg1{background: #f6f6f6;}
.sub-title{font-size: 22px; font-weight: 700; margin-bottom: 20px;}
.ipo-title h2{font-weight: 600; margin-top: 10px;}
.ipo-title h3 span{font-size: 18px; }
.ipo-dt-box{margin-bottom: 20px;}
.ipo-dt-box p{font-size: 14px; margin-bottom: 5px;}
.ipo-dt-box h4{font-size: 16px; font-weight: 600;}
.about-com{padding: 0;}
.about-com li{display: flex; padding: 5px 0;}
.about-com li span{display: flex; width: 160px;}
.sub-rate li{padding: 10px 15px; border: 1px solid #d2d2d2; list-style-type:none; margin-top: -1px;}
.sub-rate li span{font-weight: 600;}
.nav-pills .nav-link{letter-spacing: 2px; background: #d2d2d2; margin-right: 15px;}
.nav-pills .nav-link.active{background: var(--bs-primary); color: #fff !important; }
.st-ri{ padding: 0;}
.st-ri li{display: flex; list-style-type: none; padding: 15px 0; align-items: start;}
.st-ri li img{margin-right: 15px;}
.cm-ul{margin: 0;}
.cm-ul li{padding: 5px 0;}

/***  login modal  ***/

.modal-login .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}
.modal-login .modal-header {
  border-bottom: none;   
      position: relative;
      justify-content: center;
      padding-left: 0;
}
.modal-login .modal-body{
  padding: 15px 0;
}
.modal-login h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
  border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
  min-height: 40px;
  border-radius: 3px; 
}
.modal-login .close {
      position: absolute;
  top: -5px;
  right: -5px;
}	
.modal-login .modal-footer {
  background: #ecf0f1;
  border-color: #dee4e7;
  text-align: center;
      justify-content: center;
  margin: 0 -20px -20px;
  border-radius: 5px;
  font-size: 13px;
}
.modal-login .modal-footer a {
  color: #999;
}		
.modal-login .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  border: 5px solid #fff;
}
.modal-login .avatar img {
  width: 100%;
}
.modal-login .btn:hover, .modal-login .btn:focus {
  outline: none;
}

.modal-login .modal-header .btn-close{
  margin-top: -80px;
  margin-right: -25px;
}
.curser-pointer{cursor: pointer;} 
.inner-pg-box{
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-height: 425px;
}
.inner-pg-box h3{
  background: #f6f6f6;
  padding: 15px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 22px;
}

/***  media query ***/
@media only screen and (max-width: 1400px){
  .navbar .navbar-nav .nav-item{
    margin: 0 5px;
    padding: 10px 8px;
  }
  table .btn{
    margin: 3px;
  }
}
@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 991px){
  .navbar  .navbar-collapse{
    position: absolute;
    width: 100%;
    z-index: 11;
    top: 80px;
  }
  .navbar .navbar-nav .nav-item{
    padding: 15px;
  }
  .owl-carousel .owl-item img{
    max-width: 450px;
    margin: 0 auto;
  }
  .header-carousel .header-carousel-item{
    height: 800px;
  }
  .header-carousel .header-carousel-item .text-md-end{
    text-align: center !important;
  }
  .header-carousel .header-carousel-item .text-md-start{
    text-align: center !important;
  }
  .header-carousel .header-carousel-item .d-flex.justify-content-center{
    justify-content: center !important;
  }
  .header-carousel .header-carousel-item .d-flex.justify-content-md-end{
    justify-content: center !important;
  }
  .faq-section nav .nav-tabs .nav-link{
    padding: 10px;
    margin-bottom: 10px;
  } 
}
@media only screen and (max-width: 480px){
  .header-carousel .header-carousel-item h1{
    font-size: 28px;
  }
  
}


/* NT Custom CSS */

.unlisted-shares .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}
.unlisted-shares .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 0.5rem 1rem;
    color: #16243d;
}
.unlisted-shares .nav-tabs .nav-link.active {
    border-bottom: 2px solid #f09025;
    font-weight: bold;
    color: #f09025;
}
.unlisted-shares .nav-tabs {
  display: flex;
  flex-wrap: wrap;
}
.unlisted-shares .nav-tabs .nav-item {
  flex: 1 1 25%;
  text-align: center;
}
@media (max-width: 576px) {
    .unlisted-shares .nav-tabs {
        display: flex;
        flex-wrap: wrap;
    }
    .unlisted-shares .nav-tabs .nav-item {
        flex: 1 1 50%;
        text-align: center;
    }
}