body {
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}




/* .card:hover {
    transform: scale(1.05);
    transition: all 1s ease;
    z-index: 999;
}

.card-01 .card-body {
    position: relative;

} */

a {
    text-decoration: none;
    outline: none;
    color: black;
    cursor:pointer;
}

a:hover {
    color: #444;
}


a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}

/* .btn:hover{
    color: #19154b;
    background-color: #FFF;
} */
/* ===== NAVBAR SECTION ===== */


.header-top-section {
    position: relative;
    z-index: 9;
    background-color: var(--p3-clr);
  }
  .header-top-section .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
  }
  .header-top-section .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .header-top-section .header-top-wrapper .contact-list li {
    color: var(--white);
    font-weight: 400;
  }
  .header-top-section .header-top-wrapper .contact-list li i {
    margin-right: 5px;
  }
  .header-top-section .header-top-wrapper .contact-list li a {
    color: var(--white);
    font-weight: 400;
  }
  .header-top-section .header-top-wrapper .social-wrapper {
    gap: 14px;
  }
  .header-top-section .header-top-wrapper .social-wrapper a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header-top-section .header-top-wrapper .social-wrapper a svg {
    stroke: var(--white);
    width: 8px;
  }
  .header-top-section .header-top-wrapper .social-wrapper a i {
    font-size: 12px;
  }
  .header-top-section .header-top-wrapper .social-wrapper a .ani-arrow {
    transition: all 0.5s;
  }
  .header-top-section .header-top-wrapper .social-wrapper a:hover {
    background: #19154b !important;
    border-color: #19154b !important;
  }
  .header-top-section .header-top-wrapper .social-wrapper a:hover i {
    color: var(--white);
  }
  .header-top-section .header-top-wrapper .social-wrapper a:hover svg {
    stroke: var(--white);
  }
  .header-top-section .header-top-wrapper.style-2 {
    padding: 15px 0;
  }
  .header-top-section .header-top-wrapper.style-2 .contact-list li {
    color: var(--white);
  }
  .header-top-section .header-top-wrapper.style-2 .contact-list li a {
    color: var(--white);
  }
  .header-top-section .header-top-wrapper.style-2 .social-icon span {
    color: var(--white);
  }
  .header-top-section .header-top-wrapper.style-2 .social-icon a {
    color: var(--white);
  }
  .header-top-section .header-top-wrapper.style-2 .social-icon a:hover {
    color: #19154b !important;
  }
  
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-main .main-menu ul {
    margin-bottom: 0;
  }
  .header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 26px;
  }
  .header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
  }
  .header-main .main-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    padding: 20px 0;
    text-align: left;
    font-family: "Jost", sans-serif;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
  }
  .header-main .main-menu ul li a i {
    margin-left: 2px;
    font-size: 16px;
  }
  .header-main .main-menu ul li a:hover {
    color: var(--theme) !important;
  }
  .header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
  }
  .header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    padding: 0 25px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }
  .header-main .main-menu ul li .submenu li:last-child a {
    border: none;
  }
  .header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
  }
  .header-main .main-menu ul li .submenu li:hover > a {
    background: #19154b !important;
    color: var(--white) !important;
  }
  .header-main .main-menu ul li .submenu li:hover > a::after {
    color: #19154b !important;
  }
  .header-main .main-menu ul li .submenu li:hover > .submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
  }
  .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #19154b !important;
  }
  .header-main .main-menu ul li .has-homemenu {
    width: 500px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -250px;
    visibility: hidden;
    padding: 20px 20px 20px 20px;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: space-between;
  }
  @media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
      flex-wrap: wrap;
    }
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
    width: 100%;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
    border-radius: 0;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
  }
  .header-main .main-menu ul li:hover > a {
    color: #19154b !important;
  }
  .header-main .main-menu ul li:hover > a::after {
    color: #19154b !important;
  }
  .header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 39px;
  }
  
  
  .header-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0;
    z-index: 99;
  }
  .header-2 .mega-menu-wrapper {
    padding: 20px 36px;
    border-bottom: 10px solid #19154b !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  @media (max-width: 1399px) {
    .header-2 {
      padding: 0 0;
    }
    .header-2 .mega-menu-wrapper {
      padding: 14px 14px;
      border-bottom: 3px solid #19154b !important;
    }
  }
  
  .sidebar__toggle {
    cursor: pointer;
  }
  
  .sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  }
  .sticky.header-1 {
    padding: 10px 0;
  }
  .sticky.header-2 {
    padding: 0px 0;
    background: transparent !important;
    box-shadow: none;
  }
  .sticky.header-2 .mega-menu-wrapper {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  
  .offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid #19154b !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 50%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
  }
  .offcanvas__info::-webkit-scrollbar {
    display: none;
  }
  
  .offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  
  .offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
  }
  .offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: #19154b !important;
    position: relative;
    z-index: 9;
    cursor: pointer;
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text);
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: #19154b !important;
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
    text-transform: capitalize !important;
  }
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  border-color: #19154b !important;
  background-color: #19154b !important;
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #19154b !important;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #19154b !important;
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-100 {
  margin-left: 100px;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(243, 159, 95, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot {
  margin-bottom: 2px;
  position: relative;
}
.swiper-dot::before {
  position: absolute;
  bottom: 13px;
  left: 37%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 2px;
  background: linear-gradient(90deg, #f39f5f 4.85%, rgba(255, 255, 255, 0) 96.39%);
  content: "";
  transform: rotate(-180deg);
}
@media (max-width: 1399px) {
  .swiper-dot::before {
    display: none;
  }
}
.swiper-dot::after {
  position: absolute;
  bottom: 13px;
  right: 37%;
  width: 105px;
  height: 2px;
  background: linear-gradient(90deg, #f39f5f 4.85%, rgba(255, 255, 255, 0) 96.39%);
  content: "";
}
@media (max-width: 1399px) {
  .swiper-dot::after {
    display: none;
  }
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: #19154b !important;
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #19154b !important;
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #19154b !important;
  content: "";
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.array-button .array-prev {
  width: 61px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  border-radius: 22px;
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev:hover {
  background-color: #19154b !important;
  color: var(--white);
}
.array-button .array-next {
  width: 61px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #19154b !important;
  color: var(--white);
  border-radius: 22px;
  transition: all 0.4s ease-in-out;
}
.array-button .array-next:hover {
  background-color: var(--white);
  color: #19154b !important;
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  right: -25px;
  top: 15px;
  border-color: var(--header);
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.nice-select .list {
  width: initial;
  background-color: #19154b !important;
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
  right: -50px;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--header);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
  color: var(--header);
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #19154b !important;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme2);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 50%;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: #19154b !important;
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: #19154b !important;
  color: var(--white);
  border: 1px solid transparent;
}

.box-color-1 {
  background-color: rgba(248, 184, 31, 0.15);
  color: #f8b81f;
}

.box-color-2 {
  background-color: rgba(88, 102, 235, 0.15);
  color: #5866eb;
}

.box-color-3 {
  background-color: rgba(57, 192, 250, 0.15);
  color: #39c0fa;
}

.box-color-4 {
  background-color: rgba(249, 37, 150, 0.15);
  color: #f92596;
}

.border-none {
  border: none !important;
}

.box-shadow {
  box-shadow: var(--box-shadow);
}

.bor-1 {
  border: 1px solid #19154b !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.border-array-style {
  border: 1px solid #19154b !important;
}

.pt-80 {
  padding-top: 80px;
}

.fz-40 {
  font-size: 40px;
}


/* ===== END OF NAVBAR SECTION ===== */
/* ===== BANNER SECTION ===== */
.navbar-img {
    padding-top: 0px;  /*110px */
    
}

@media (max-width: 540px) {
    .navbar-img {
        padding-top: 0px; /*60px*/
    }
}

 @media (min-width:34em) AND (max-width:62em) {
        .navbar-img { 
            padding-top: 240px;
        }
       
    } 


   .page-header {   /* banner for all not home*/
        height: 400px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
        background-attachment: fixed;
      }

/* ===== END OF BANNER SECTION ===== */


/* =====SLIDER SECTION  =====#my_slider  */
.carousel-item {
    position: relative;
   
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 5; /* Place it above the image but below the content */
}

.carousel-caption {
    position: absolute;
     right: 40%;
    bottom: 1.25rem;
    /* left: 5%; */
    padding-top: 1.25rem;
    padding-bottom: 10.25rem;
    color: #fff;
    text-align: left;
    z-index: 10; /* Ensure caption is above the overlay */
}
.started_text {
        width: 180px;
        margin-right: 20px;
        margin-top: 80px;
    }

    .started_text a {
        width: 100%;
        float: left;
        padding: 10px 10px;
        color: #ffffff;
        background-color: #19154b;
        text-align: center;
        font-size: 16px;
        border-radius: 40px;
    }

    .started_text a:hover {
        color: #000000;
        background-color: #ffffff;
    }

    .started_text.active a {
        color: #ffffff;
        background-color: #1B0AEA;
    }
@media (max-width: 768px) {
    .carousel-item {
    position: relative;
    
}

    .carousel-caption {
        position: absolute;
        right: 10%;
        bottom: 0.25rem;
        /* left: 5%; */
        padding-top: 1.25rem;
        padding-bottom: 3.25rem;
        color: #fff;
        text-align: left;
        z-index: 10;
    }
}

@media (max-width: 540px) {
    .carousel-item {
    position: relative;
    height: 400px; /* Adjust height as needed */
}

    .carousel-caption {
        position: absolute;
         right: 10%; 
        bottom: 0.25rem;
         left: 5%;
        padding-top: 1.25rem;
        padding-bottom: 3.25rem;
        color: #fff;
        text-align: left;
        z-index: 10;
        width: 100%;
    }

    .banner_section {
        width: 100%;
        float: left;
        padding: 0px 0px;
    }

    .banner_taital {
        width: 100%;
        float: left;
        font-size: 20px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 0px;
        line-height: 2px;
        font-family: 'Poppins', sans-serif;
    }

    .banner_text {
        float: left;
        font-size: 10px;
        color: #ffffff;
        margin-left: 0px;
        font-family: 'Poppins', sans-serif;
    }

    .started_text {
        width: 100%;
        margin-right: 20px;
        margin-top: 80px;
    }

    .started_text a {
        width: 50%;
        float: left;
        padding: 10px 10px;
        color: #ffffff;
        background-color: #19154b;
        text-align: center;
        font-size: 10px;
        border-radius: 20px;
    }

    .started_text a:hover {
        color: #000000;
        background-color: #ffffff;
    }

    .started_text.active a {
        color: #ffffff;
        background-color: #1B0AEA;
    }

    #my_slider a.carousel-control-prev {
        left: 30px;
        top: 140px;
        right: 0px;
    }

    #my_slider a.carousel-control-next {
        right: 0px;
        top: 100px;
        left: 30px;
        color: #ffffff;
        background-color: #19154b;
    }

    #my_slider .carousel-control-next,
    #my_slider .carousel-control-prev {
        width: 35px;
        height: 35px;
        background: #ffffff;
        opacity: 1;
        font-size: 20px;
        color: #070606;
        border-radius: 50px;
    }

    #my_slider .carousel-control-next:focus,
    #my_slider .carousel-control-next:hover,
    #my_slider .carousel-control-prev:focus,
    #my_slider .carousel-control-prev:hover {
        color: #ffffff;
        background-color: #19154b;
    }
}
/* =====SLIDER SECTION END ===== */
 /* =====HOME MAIN BUTTONS ===== */
.btn-sp4 {
    background-color: #19154b;
    color: #fff;
    font-size: 32px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 3px 40px;
    /*5px 20px*/
    width: 350px;
    /*400px*/
    height: 150px;
    padding-top: 50px;
    padding-left: 40px;
    /* &:hover {border-color: #19154b; color: #fff;} */
}

.btn-sp4:hover {
    border-color: #19154b;
    color: #19154b;
    background-color: #dad8ec;
}

.typecard {
    border: none;
    border-radius: 20px;
}

.typecard-image {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 150px;
}

@media (min-width: 62.5em) and (max-width:75em) {
    .btn-sp4 {
        background-color: #19154b;
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        border-radius: 3px 40px;
        /*5px 20px*/
        width: 220px;
        height: 120px;
        padding-top: 30px;
        padding-left: 20px;
        /* &:hover {border-color: #19154b; color: #fff;} */
    }

}

@media (min-width: 34.5em) and (max-width:62em) {
    .btn-sp4 {
        background-color: #19154b;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        border-radius: 3px 40px;
        /*5px 20px*/
        width: 150px;
        height: 100px;
        padding-top: 10px;
        padding-left: 10px;
        /* &:hover {border-color: #19154b; color: #fff;} */
    }

}

@media (max-width:34em) {
    .btn-sp4 {
        background-color: #19154b;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-radius: 3px 30px;
        width: 110px;
        height: 80px;
        padding-top: 10px;
        padding-left: 10px;
        /* &:hover {border-color: #19154b; color: #fff;} */

        /* background-color: #19154b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px 30px;
    width: 100px;
    height: 60px;
    padding-top: 5px;
    padding-left: 5px; */

    }

}

/* @media (max-width: 540px) { */

/* .btn-sp4 {
    background-color: #19154b;
     color: #fff;
     font-size: 20px;
     font-weight: bold;
      border-radius: 5px 20px;
      width: 120px;
      height: 80px;
      padding-top: 10px;
      padding-left:10px;
    &:hover {border-color: #19154b; color: #fff;}
}  */
/* .btn-sp4 {
        background-color: #19154b;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-radius: 3px 30px;
        width: 110px;
        height: 80px;
        padding-top: 10px;
        padding-left: 10px;
    }

    .btn-sp4:hover {
        border-color: #19154b;
        color: #19154b;
        background-color: #dad8ec;
    }
} */
 /* =====HOME MAIN BUTTONS END ===== */
/* =====CERTIFICATE VERIFICATION SECTION ===== */

.overlay-image-link {
    position: fixed;
    top: 25%;
    left: 95%;
    transform: translate(-60%, -60%);
    z-index: 1000;
}

.overlay-image-link img {
    display: block;
    /* Ensure the image behaves like a block element */
    width: 200px;
    /* Adjust width as needed */
    height: auto;
    /* Maintain aspect ratio */
    border-radius: 50%;
    /* Make it round */
    overflow: hidden;
    /* Ensure the image stays within the rounded shape */
}

@media (max-width:62em) {
    .overlay-image-link {
        position: fixed;
        top: 40%;
        left: 90%;
        transform: translate(-60%, -55%);
        z-index: 1000;
    }
}

/* ===== END OF CERTIFICATE VERIFICATION SECTION===== */

/* ===================================== awards ================================== */
.awards-img:hover {
    transform: scale(1.1);
    /* Zoom effect on hover */
}

/* ===================================== awards ================================== */
/* ===================================== Student life CSS ================================== */
.pc2 {
    margin-top: 0px;
    background-color: #eaeaea5e;
}

.bb3 {
    padding: 20px;
}

.custom-background-student {
    background-color: #e6e5e2;
    /* Replace with your desired color */
    padding: 20px;
    /* Optional: add padding for spacing */
}

/* ===================================== Student life CSS end================================== */
/* ===================================== student ambasidor ================================== */
.rounded-image-big {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 250px;
    /* Adjust size as needed */
    height: 250px;
    /* Adjust size as needed */
    margin: 10px auto;
}
.rounded-image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 150px;
    /* Adjust size as needed */
    height: 150px;
    /* Adjust size as needed */
    margin: 10px auto;
}

.rounded-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.rounded-image:hover img {
    transform: scale(1.1);
    /* Zoom effect on hover */
}

/* ===================================== student ambasidor end ================================== */

/* ===================================== NEWS CSS ================================== */



.news_box {

    background-color: #ffffff;
    /* box-shadow: 0px 0px 5px 0px; */
    padding: 0px 0px 30px 0px;
}



.date_text {
    width: 100px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
    background-color: #19154b;
    /*050121 010830 19154b*/
    position: absolute;

}

.prep_text {
    width: 100%;
    font-size: 15px;
    color: #3b3b3b;
    text-transform: uppercase;

    padding: 20px 20px 10px 20px;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px 20px;
}

/* .read_btn {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f01c1c;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f01c1c;
    text-transform: uppercase;
    padding: 8px;
}

.read_btn a:hover {
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
} */


/* ===================================== NEWS CSS END ================================== */

/* ===================================== Blog CSS ================================== */

.custom-background {
    background-color: #dfdfece1;
    /* Replace with your desired color */
    padding: 20px;
    /* Optional: add padding for spacing */
}

@media screen and (max-width: 500px) {
    .vbf {
        padding: 0px;
    }
}

.blog-card {
    display: flex;
    margin: auto;
    background-color: #FFF;
    padding: 15px 0px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin-bottom: 20px;
    border: none;
}

.blog-card:hover {
    transform: scale(1.2);
    /* Zoom effect on hover */
}

@media screen and (max-width: 500px) {
    .blog-card .col-2 {
        padding-right: 0px;
        padding-left: 7px;
    }
}

.blog-card .date-box {
    border: 1px solid #19154b;
    padding: 10px;
    text-align: center;
}

.blog-card .date-box p {
    font-family: "mouse-500", Arial, Helvetica, sans-serif;
    font-size: 34px;
}

@media screen and (max-width: 500px) {
    .blog-card .date-box p {
        font-size: 1rem;
    }
}

.blog-card .img-cv {
    text-align: center;
    margin: auto;
}

.blog-card .img-cv img {
    width: 150px;
}

.blog-card .setv {
    margin: auto;
}

@media screen and (max-width: 500px) {
    .blog-card .setv h4 {
        font-size: 1rem;
    }

    .blog-card .setv ul li {
        font-size: 0.8rem;
    }
}

/* ===================================== Blog CSS end ================================== */
/* ===================================== About Page Section Start ================================== */

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
}

.about_taital_box {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.about_img {
    width: 100%;
}

.about_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #3b3b3b;
    margin: 10px 0px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #232222;
    margin: 0px;
}

.readmore_btn {
    width: 170px;
    float: left;
    margin-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #19154b;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid#19154b;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #4a4949;
    border: 1px solid #4a4949;
}

.vission {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #333058;
    color: white;
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.mission {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #92859F;
    color: white;
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.core {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #3c3861;
    color: white;
    border: 1px solid rgba(86, 61, 124, 0.2);
}



/* ===================================== About Page Section End ================================== */

/* ===================================== Popular courses Style CSS ================================== */
.popular-courses {
    padding: 50px;
    margin-top: 115px;
}

@media screen and (max-width: 940px) {
    .popular-courses {
        padding: 30px 10px;
    }
}

@media screen and (max-width: 838px) {
    .popular-courses {
        margin-top: 0px;
    }
}

.popular-courses .courc-card {
    background-color: #FFF;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-bottom: 15px;
}

.popular-courses .courc-card img {
    width: 100%;
}

.popular-courses .courc-card .course-det {
    padding: 15px;
}

.popular-courses .courc-card .course-det h6 {
    padding-bottom: 8px;
    border-bottom: 1px solid #CCC;
}

.popular-courses .courc-card .course-det ul li {
    font-size: .85rem;
    padding: 5px;
}

.popular-courses .courc-card .course-det ul li i {
    margin-right: 5px;
}

.popular-courses .courc-card .course-det ul li span {
    float: right;
    font-size: .8rem;
    color: #43cb89;
}
 /* Custom CSS for course cards and pagination */
 /* .courc-card {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .course-det ul {
    list-style: none;
    padding: 0;
  }
  .course-det ul li {
    margin-bottom: 5px;
  } */
  .pagination {
    justify-content: center;
    margin-top: 20px;
  }
  .pagination .page-item .page-link {
    color: #000; /* Pagination link color */
  /*  background-color: #f8f9fa;  Pagination background color */
   /* border-color: #dee2e6;  Pagination border color */
  }
  .pagination .page-item .page-link:hover {
    color: #000; /* Hover color */
    background-color: #fff; /* Hover background color */
    border-color: #19154b; /* Hover border color */
  }
  .pagination .page-item.active .page-link {
    color: #fff; 
    background-color: #19154b; /* Active page background color */
    border-color: #19154b; /* Active page border color */
  }
/* ===================================== Popular courses Style CSS End================================== */


/* new about team */
/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
    background-color: var(--surface-color);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
  }
  
  .team .member img {
    border-radius: 15px;
    overflow: hidden;
  }
  
  .team .member .member-content {
    padding: 0 20px 30px 20px;
  }
  
  .team .member h4 {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
  }
  
  .team .member span {
    font-style: italic;
    display: block;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
  }
  
  .team .member .social {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  .team .member .social a {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
    transition: 0.3s;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
  }
  
  .team .member .social a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
  }
  
  .team .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }
/* new about team */




