@charset "utf-8";

/* CSS Document */
/*******common css*************/

body {
    font-family: 'URW DIN' !important;
    background-color: #ECECEC;
    /* overflow-x: hidden !important; */
}

html{
    /* overflow-x: hidden !important; */
} 

*::-webkit-scrollbar {
    width: 0;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

b{
  font-weight: 800;
}

p{
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 300;
    font-family: 'URW DIN' !important;
}

a{
    text-decoration: none !important;
}

.white_txt {
    color: #ffffff !important;
}

.blue_text{
  color: #00B1A5 !important;
}

.red_text{
  color: #C40000 !important;
}

.z_index_9999{
    z-index: 9999999 !important;
}

.form-control:focus {
  box-shadow: none;
}

.form-select {
    border: 1px solid #ccc;
}

.form-control {
    border: 1px solid #ccc;
}

.form-check-input{
  border: 1px solid #ccc;
}

/* progress bar */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px; /* thickness of the bar */
  background: #117CB0; /* green, customize color */
  width: 0%; /* initial width */
  z-index: 9999;
  transition: width 0.25s ease-out;
}
/* progress bar */

small{
    font-size: 11px !important;
}

.pad_top{
    padding-top: 100px !important;
}

.pad_bottom{
    padding-bottom: 100px !important;
}

.pad_left{
    padding-left: 50px !important;
}

.pad_right{
    padding-right: 50px !important;
}

.min_height_auto{
  min-height: auto !important;
}

.a_black_link{
  /* margin-bottom: 5px; */
  color: #000000 !important;
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
}

.a_black_link:hover{
  color: #ff0000 !important;
  transform: translateX(6px);
}

.a_link{
  margin-bottom: 0px;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
}

.a_link:hover{
  color: #ff0000 !important;
  transform: translateX(6px);
}

.a_link a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  color: #000000 !important;
  transition: color 0.3s ease;
}

.a_link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px; 
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width 0.3s ease;
}

.a_link a:hover::after {
  width: 100%;
}

.a_link a:hover {
  color: #333333 !important;
}

.top_nav_main_col{
  background-color: #ffffff !important;
  padding: 0px;
  border-radius: 5px;
}

.top_nav_main_row{
  padding: 8px;
  background-color: #000;
}

/* banner video section */
#banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#bannerVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* black transparent layer */
    z-index: 1;
}

#bannerVideo {
    position: relative;
    z-index: 0;
}

/* Centered content */
.banner-content {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2; /* above the overlay and video */
    color: #ffffff;
}

.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.banner-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.banner-content h1{
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-size: 80px;
}

.banner-content h2{
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    font-size: 80px;
}

#typing-text::after {
    content: '|';
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

.search-wrapper{
    border:1px solid #747474;
    border-radius:5px;
    overflow:hidden;
    background:rgba(0,0,0,0.4);
}

.search-select{
    background:transparent;
    border:none;
    color:#fff;
    width: 140px;
    padding-right: 0px;
    text-transform: uppercase;

    /* Custom white arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6.5 6 6.5-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.search-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-select option {
    background-color: #000;
    color: #fff;
}

.search-input{
    background:transparent;
    border:none;
    color:#fff;
}

.search-wrapper .form-control:focus{
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}

.search-wrapper .form-select:focus{
        background-color: transparent;
        color: #fff;
        box-shadow: none;
    }

.search-input::placeholder{
    color:#ddd;
}

.search-divider{
    width:2px;
    background:#fff;
    height:40px;
    opacity:0.6;
}

.search-btn{
    background:#ffffff;
    border:none;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 0px;
    transition: background-color 0.3s ease, color 0.3s ease
}

.search-btn span{
  position: relative;
  top: 1px;
}

.search-btn svg{
    fill: #000000;
}

.search-btn:hover{
    background-color: #5FCCC7;
    color: #000000;
}

.other_campus_div{
  z-index: 99;
}

.other_campus_img{
  width: 450px;
}
/* banner video section */

.small_o{
  font-size: 0.6em;
  vertical-align: super;
}

.heading{
  font-size: 75px;
  line-height: 75px;
  margin-bottom: 15px;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.sub_main_heading{
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.sub_heading{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 30px;
}

.white_text{
    color: #ffffff;
}

.black_txt{
    color: #1e1e1e;
}

.header_logo{
    width: 200px;
}

.navbar-expand-lg .navbar-nav .nav-link{
  color: #000000;
  font-weight: 300;
  font-size: 13px;
  transition: color 0.3s ease, transform 0.3s ease;
  padding: 28px 8px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #C40000;
}

.dropdown-item{
  font-size: 13px;
}

.bg_black{
    background-color: #000000;
}

.bg_white{
    background-color: #ffffff;
}

.bg_blue{
    background-color: #002366;
}

.light_blue_bg{
  background-color: #00B1A5 !important;
}

.bg_img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mls_btn_div{
  background-color: #002366;
  padding: 10px;
  margin-left: 10px;
  height: 77px;
  width: 65px;
  text-align: center;
  transition: background-color 0.3s ease;

  svg{
   width: 30px;
  }
}

.mls_btn_div .svg_icon{
  transition: fill 0.3s ease;
  fill: #ffffff;
}

.mls_btn_div:hover{
  transition: fill 0.3s ease;
  background-color: #5FCCC5;

  p{
    color: #000000 !important;
    transition: fill 0.3s ease;
  }
}

.mls_btn_div:hover .svg_icon{
  fill: #000000;
}

.menu_apply_btn_div{
  background-color: #C40000;
  padding: 10px;
  height: 77px;
  width: 160px;
  text-align: center;
  transition: background-color 0.3s ease;

  svg{
   width: 70px;
   margin-right: 5px;
  }
}

.menu_apply_btn_div .svg_icon{
  transition: fill 0.3s ease;
  fill: #ffffff;
}

.menu_apply_btn_div:hover{
  transition: fill 0.3s ease;
  background-color: #5FCCC5;

  p{
    color: #000000 !important;
    transition: fill 0.3s ease;
  }
}

.menu_apply_btn_div:hover .svg_icon{
  fill: #000000;
}

/* =================== */
/* =================== */

.programmes_section{
    position: relative;
    overflow: hidden;
}

/* background layer */
.programmes_section .bg{
    position:absolute;
    top:-20%;
    left:0;
    width:100%;
    height:140%;
    background:url("../images/pro_bg.jpg") center/cover no-repeat;
    z-index:0;
}

/* keep content above background */
.programmes_section .container-fluid{
    position:relative;
    z-index:2;
}

.pro_card{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 300px;
  padding: 20px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  align-items: flex-end;
  align-content: flex-end;

  .heading{
    font-size: 40px;
    line-height: 40px;
    text-transform: capitalize;
    margin-top: 0px;
  }
}

/* background layer */
.pro_card .pro_change_bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size: cover;
    background-position: center;
    opacity:0;
    /* transform: scale(1.2); */
    z-index:0;
    transition: all 0.6s ease-out;
}

/* keep content above background */
.pro_card > *:not(.pro_change_bg){
    position: relative;
    z-index: 2;
}

/* hover effect */
.pro_card:hover .pro_change_bg{
    opacity:1;
}

/* default card borders */
.pro_card{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.pro_cards_row > div:last-child .pro_card{
    border-bottom:none;
}

/* .pro_cards_row > div.col-xxl-4:nth-last-child(-n+3) .pro_card {
    border-bottom: none;
}

.pro_cards_row > div.col-xxl-4:nth-child(3n) .pro_card {
    border-right: none;
} */

/* ================== */
/* ================== */

.blue_bg{
  background-image:url('../images/blue_bg.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center bottom;
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: end;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 13px;
    margin-top: 13px;
    margin-left: 0%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C40000;
    border-radius: 50%;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #C40000;
}

#testimonial_slider .carousel-indicators{
    justify-content: start;
}

/* ================== */
/* ================== */

/* background layer */
.choose_apiit_section .bg{
    position:absolute;
    top:-20%;
    left:0;
    width:100%;
    height:150%;
    background:url("../images/choose_apiit.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% auto;
    z-index:0;
}

/* keep content above background */
.choose_apiit_section .container-fluid{
    position:relative;
    z-index:2;
}

.round_corner_t_l{
  border-top-left-radius: 60px;
  padding-left: 40px !important;
}

.round_corner_b_r{
  border-bottom-right-radius: 60px;
  padding-right: 40px !important;
}

.choose_right_col .choose_card:nth-child(3){
    position: relative;
    left: -80px;
}

/* ================== */
/* ================== */

.qualification_section .red_text{
  font-weight: 700;
}

.lecture_section{
  position: relative;
  padding-top: 190px;
  margin-top: -150px;
  padding-bottom: 100px;
  background:url("../images/fac_lec_bg.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}

.virtual_section{
  padding-bottom: 100px;
  padding-top: 100px;
  background:url("../images/360_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.testimonial_section{
  padding-top: 100px;
  /* padding-bottom: 50px; */
}

.testi_image{
  width: 350px;
  bottom: 0px;
}

.video-section{
    position: relative;
    height: 500px;
    overflow: hidden;
}

.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* bottom left text */
.video-content{
    position: absolute;
    bottom: 60px;
    left: 60px;
    max-width: 100%;
}

/* base */
.awards_img_div {
  padding: 35px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

/* remove right border from last column */
.award_img_row .col-xxl-3:nth-child(4) .awards_img_div,
.award_img_row .col-xxl-3:nth-child(8) .awards_img_div{
    border-right: none;
}

/* remove bottom border from last row */
.award_img_row .col-xxl-3:nth-child(n+5) .awards_img_div{
    border-bottom: none;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #002366;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:hover {
    color: #fff !important;
    background-color: #002366;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* active accordion arrow */
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* hover arrow */
.accordion-button:hover::after {
    filter: brightness(0) invert(1);
}

.admission_section{
  position: relative;
  margin-top: -120px;
}

.admission_section .blue_box{
  border-bottom-right-radius: 100px !important;
}

.blue_box svg{
    width:150px;
    height:150px;
    flex-shrink:0;
}

.blue_box .heading{
  font-size: 60px;
}

/* ================== */
/* ================== */

.about_section .b-section{
  z-index: 9;
} 

.about_section  .b-section-marquee-box .marquee-text{
    font-size: 17em !important;
}

.technology_section .b-section{
  z-index: 9;
} 

.technology_section .b-section-marquee-box .marquee-text{
    font-size: 12em !important;
}

/* Full screen video background */
.video-section {
  position: relative;
  height: 90vh;
  width: 70%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: width 0.6s ease;  
}

.video-section.full-width {
  width: 100%;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.what_we_do_section .card{
    align-items: stretch;
    padding: 50px 50px;
    background: transparent;
    border-radius: 20px;
    color: #f6f2e8;
}

.news_section{
  padding-top: 50px;
  padding-bottom: 50px;
}

.video_div{
  position: relative;
  top: -100px;
}

/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */

/* inner pages */

.landing_dark_p .white_text{
  color: #212529 !important;
}

.detail_light_p .white_text{
  color: #212529 !important;
}

.inner-banner-content h2{
  font-size: 35px;
  /* font-weight: 900; */
}

.inner-banner-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2; /* above the overlay and video */
    color: #ffffff;
}

#inner-banner {
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
}

#inner-banner::after {
    content: "";
    position: absolute;
    inset: 0;

    background-image: inherit; /* IMPORTANT */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    animation: zoomEffect 15s ease-in-out infinite alternate;
    z-index: 0;
}

#inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

#inner-banner > * {
    position: relative;
    z-index: 2;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1) translate(0,0);
    }
    100% {
        transform: scale(1.1) translate(-10px,-10px);
    }
}

.breadcrumb{
  justify-content: flex-end;
  font-size: 13px;
  text-transform: capitalize;
}

.breadcrumb li{
  margin-bottom: 0px !important;
}

.breadcrumb li::before {
    counter-increment: none;
    content: none;
    margin-right: 0px;
}

.breadcrumb a{
  color: #CDCDCD;
}

.breadcrumb a:hover{
  color: #C40000;
}

.breadcrumb-item.active {
    color: #ffffff;
    text-align: right;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #CDCDCD;
}

.blue_black_bg{
    background:url("../images/blue_black_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
}

.gray_black_bg{
    background:url("../images/gray_black_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
}

.white_black_bg{
    background:url("../images/white_black_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
}

.quality_promise_section{
    background: #000000 url("../images/city_bg.jpg") no-repeat center bottom;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 250px;
    padding-top: 50px;
}

.curved_left_bg{
    background:url("../images/curved_bg.jpg");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.curved_right_bg{
    background:url("../images/curved_right_bg.jpg");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.slider_info_card{
  color: #000000;
  text-align: center;
}

.bod_listing_section{
    background:url("../images/bod_list_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Default: all columns have bottom border */
.bod_listing_col {
    border-bottom: 1px solid #ccc;
}

.bod_listing_col p{
  color: #ffffff;
}

.bod_listing_col .sub_heading{
  color: #ffffff;
}

/* Desktop: 2 columns per row */
@media (min-width: 992px) {
    /* Left column gets right border */
    .bod_listing_col:nth-child(2n-1) {
        border-right: 1px solid #ccc;
    }

    /* Right column: no right border */
    .bod_listing_col:nth-child(2n) {
        border-right: none;
    }

    /* Remove bottom border only for items in last row */
    /* Calculate how many items are in last row dynamically */
    .bod_listing_col:nth-last-child(1):nth-child(odd),
    .bod_listing_col:nth-last-child(1):nth-child(even),
    .bod_listing_col:nth-last-child(2):nth-child(odd) {
        border-bottom: none;
    }
}

/* Mobile: stacked layout */
@media (max-width: 991px) {
    .bod_listing_col {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .bod_listing_col:last-child {
        border-bottom: none;
    }
}

.tab_btn{
    background:#ffffff;
    border:none;
    color: #000000;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 30px 20px !important;
    align-items: center;
    line-height: 0px;
    margin: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tab_btn span{
  position: relative;
  top: 3px;
}

.tab_btn:hover{
    background-color: #002366;
    color: #ffffff;
    border: 1px solid #fff;
}

.tab_btn_section .active{
    background-color: #002366 !important;
    color: #ffffff;
    border: 1px solid #fff;
}

.image_slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 0%;
}

.image_slider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C40000;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .6s ease;
}

.image_slider .carousel-indicators .active {
    opacity: 1;
    background-color: #C40000;
}

.staff_detail_section{
  margin-top: 150px;
}

.staff_detail_section p{
  color: #ffffff;
}

.member_img_bg{
    padding-left: 40px;
    padding-right: 40px;
    background:url("../images/red_pattern_bg.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
}

.fw-bold{
  font-weight: 900 !important;
}

.gray_hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #999 !important;
    opacity: .25;
}

.landing_pro_cards_row{

}

.landing_pro_cards_row .pro_card{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 400px;
  padding: 20px;
  border: none;
  align-items: flex-end;
  align-content: flex-end;

  .heading{
    font-size: 40px;
    line-height: 40px;
    text-transform: capitalize;
    margin-top: 0px;
  }
}

/* background layer */
.landing_pro_cards_row .pro_card .pro_change_bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size: cover;
    background-position: center;
    opacity:1;
    /* transform: scale(1.2); */
    z-index:0;
    transition: all 0.6s ease-out;
}

/* keep content above background */
.landing_pro_cards_row .pro_card > *:not(.pro_change_bg){
    position: relative;
    z-index: 2;
}

/* hover effect */
.landing_pro_cards_row .pro_card:hover .pro_change_bg{
    opacity:1;
}

/* default card borders */
.landing_pro_cards_row.pro_card{
    border: none !important;
}

.landing_pro_cards_row .pro_cards_row > div:last-child .pro_card{
    border-bottom:none;
}

.landing_pro_cards_col{
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.sub_program_card .sub_heading{
    font-family: "Oswald", sans-serif;
    color: #000;
}

.sub_program_card p{
    color: #000;
}

.branch_detail_box{
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.branch_detail_box.active {
  background-color: #002366;
  color: #ffffff;
}

.branch_detail_box svg path{
  color: #000000;
}

.branch_detail_box:hover{
  background-color: #002366;
  color: #ffffff;
}

.branch_detail_box:hover svg path{
  fill: #ffffff;
}

.branch_detail_box a{
  color: #000000;
}

.branch_detail_box:hover a{
  color: #ffffff !important;
}

.branch_detail_box.active a{
  color: #ffffff !important;
}

.branch_detail_box.active svg path{
  fill: #ffffff;
}

#map_1,
#map_2,
#map_3 {
  display: none;
}

#map_1 {
  display: block; /* default */
}

ol {
  counter-reset: item;
}

ol > li {
  list-style: none;
}

ol > li::before {
  counter-increment: item;
  content: counter(item) ". ";
  margin-right: 8px;
}

ol li ul {
  list-style-type: disc;
  padding-left: 20px;
}

ol li ul li {
  display: list-item;
  list-style-type: disc;
}

ol li{
  margin-bottom: 20px;
}

.support_section ul{
  padding-left: 40px;
}

.dark_blue_bg{
  background-color: #002366;
}

.white_cure_blue_bg{
    background:url("../images/white_curve_blue_bg.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.accordion ul li {
  display: list-item;
  list-style-type: disc;
}

.icon_box{
  width: 70px;
  height: 70px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container ul li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 20px;
}

.dropdown-menu .container ul li {
  display: list-item;
  list-style-type: none !important;
  margin-bottom: 0px !important;
}

.inner_news_section a{
  color: #000000;
}

.pagination li {
    display: list-item;
    list-style-type: none !important;
    margin-bottom: 0px;
}

.category p {
    white-space: nowrap;
}

.sorted p {
    white-space: nowrap;
}

.sorting_option .form-select{
  background-color: transparent;
  border: none;
  padding-left: 0px;
}

.research_section a{
  color: #000000;
}

.partnership_text_box{
  padding: 50px 30px !important;
}

.blue_curved_bg{
  background-image:url('../images/blue_curved_bg.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

.fluid_border_radius{
    border-bottom-right-radius: 200px;
}

.left_black_gray_bg{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image:url('../images/left_black_gray_bg.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

.content_box{
  border: 1px solid #999999;
  padding: 20px;
  border-radius: 20px;
  transition: all 0.4s ease-out;
}

.content_box svg{
  fill: #000000;
  transition: all 0.4s ease-out;
}

.content_box a{
  color: #000000;
  transition: all 0.4s ease-out;
}

.content_box .custom_black_btn{
  opacity: 0;
  transition: all 0.4s ease-out;
}

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

.content_box:hover .custom_black_btn{
  opacity: 1;
}

.content_box:hover a{
  color: #ffffff;
}

.content_box:hover svg{
  fill: #ffffff;
}

.gallery_img_col{
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  height: 500px;
  margin-bottom: 5px;
}

/* Right column takes same height */
.gallery_sec_img_col {
    height: 507px;
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
}

/* Each image = half (250px) */
.gallery_sec_img_col .bg_img {
    flex: 1;
    background-size: cover;
    background-position: center;
    margin-bottom: 7px;
}

.gallery_sec_img_col .bg_img:last-child {
    margin-bottom: 0;
}

.testi_slider_card{
  display: flex;
  border: 1px solid #999999;
  padding: 20px;
  border-radius: 20px;
  height: 400px;
  border-radius: 10px;
  transition: all 0.4s ease-out;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.testi_slider_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* adjust opacity here */
  z-index: 1;
}

.testi_slider_card .slider_info_card{
  width: 100%;
  position: relative;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.terms_section{
  margin-top: 150px;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
}

/* inner pages */

/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */
/* =============================== */

/* footer section */
.footer_section{
    background-color: #000000;
    padding-top: 150px;
    margin-top: -100px;
} 

.footer_inner_div{
  background-color: #ffffff;
  padding: 50px;
}

.footer_inner_div .form-control{
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  box-shadow: none;
}

.social_media_div p{
  margin-bottom: 10px;
}

.social_media_div p a{
  color: #000000;
  font-weight: 600;
}

.footer_link_ul li{
  margin-bottom: 10px;
}

.footer_link_ul li a{
  color: #000000;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 23px !important;
}

.martech_logo{
  position: relative;
  top: 0px;
  left: 5px;
}

.fotter_bottom_text{
  font-style: italic;
  font-size: 11px;
  margin-top: 20px;
  color: #737373;
}

.other_campus{
  width: 450px;
}

.footer_link_row .a_link{
    position: relative;
    padding-left: 25px;
    text-decoration: none;
}

.footer_link_row .a_link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url("../images/arrow.svg"); /* your svg path */
    background-size: contain;
    background-repeat: no-repeat;
}
/* footer section */

.text--big {
  overflow: hidden;
}

.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
}

.reveal {
  visibility: hidden;
  overflow: hidden;
  position: relative;

  img{
    height: 700px;
    width: 100%;
    object-fit: contain;
    transform-origin: left;
  }
}

/* scroll down */
  .scroll_item{
    position:absolute;
    top: 315px;
    right: 35px;
    z-index: 9999;
  }
  .scroll_item span{
    font-size: 15px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .scrolldown{
    height: 260px;
    position: absolute;
    left: 42%;
    top: 0;
  }
  .scrolldown:before,
  .scrolldown:after {
    content: "";
    position: absolute;
    background: #ffffff;
  }
  .scrolldown:before {
    bottom:0;
    left:-4px;
    width:10px;
    height:10px;
    border-radius: 50%;
    animation:
      circlemove 3s ease-in-out infinite,
      cirlemovehide 3s ease-out infinite;
  }
  @keyframes circlemove{
        0%{bottom: 165px;}
       100%{bottom:-5px;}
   }
  @keyframes cirlemovehide{
        0%{opacity:0}
       50%{opacity:1;}
      80%{opacity:0.9;}
    100%{opacity:0;}
   }
  .scrolldown:after{
    bottom:0;
    left:0;
    width: 1px;
    height: 168px;
  }
  /* scroll down */

  /* scroll top */
  .progress-wrap {
    position: fixed;
    right: 25px;
    bottom: 25px;
    height: 46px;
    width: 46px;
    background-color: #ffffff;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: '\f176';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #1f2029;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .lightScrollIcon::after {
    color: #ecedf3 !important;
  }
  
  .progress-wrap:hover::after {
    opacity: 0;
  }
  
  .progress-wrap::before {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: '\f176';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #002366, #002366);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::before {
    opacity: 1;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #002366;
    stroke-width: 6;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
/* scroll top */

/* marquee text */
.b-section {
    position: absolute;
}

.b-section-marquee-box {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

.marquee-track span {
    display: inline-block;
    text-transform: capitalize;
    /* font-weight: 900; */
    font-size: 250px;
    line-height: 300px;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 1px #3d3d3d;
    padding-right: 5rem; /* gap between repeated phrases */
    font-family: "Oswald", sans-serif;
}

/* Animate by the width of one phrase */
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/* marquee text */

/* animation loading */
.load-item {
    opacity: 0;
    transform: translateY(15px);
    animation: loadDown 1.5s ease forwards;
}

@keyframes loadDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* animation loading */

/* text reveal animation */
.letter{
    opacity:0;
    display:inline-block;
    transform:translateY(20px);
}

/* animation when visible */
.reveal-letters.active .letter{
    animation: letterReveal 0.5s forwards;
}

@keyframes letterReveal{
    to{
        opacity:1;
        transform:translateY(0);
    }
}
/* text reveal animation */

/* custom button */
.custom_white_btn {
  --primary-color: #ffffff;
  --secondary-color: #000;
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 1px solid var(--secondary-color);
  border-radius: 0px;
  color: var(--secondary-color);
  padding: 9px 20px;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: 400;
  text-transform: capitalize;
}

.custom_white_btn .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2px;
}

.custom_white_btn .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.custom_white_btn .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.custom_white_btn:hover {
  background-color: var(--hover-color);
  color: var(--primary-color);
}

.custom_white_btn:hover .arrow {
  background: #fff;
}

.custom_white_btn:hover .arrow:before {
  right: 0;
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--primary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}


.custom_black_btn {
  --primary-color: #000000;
  --secondary-color: #ffffff;
  --hover-color: #ffffff;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 1px solid var(--secondary-color);
  border-radius: 0px;
  color: var(--secondary-color);
  padding: 9px 20px;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: 400;
  text-transform: capitalize;
}

.custom_black_btn .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2px;
}

.custom_black_btn .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.custom_black_btn .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.custom_black_btn:hover {
  background-color: var(--hover-color);
  color: var(--primary-color);
}

.custom_black_btn:hover .arrow {
  background: #000;
}

.custom_black_btn:hover .arrow:before {
  right: 0;
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--primary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}
/* custom button */

.word{
  display:inline-block;
  overflow:hidden;
  margin-right:0px;
}

.word-inner{
  display:inline-block;
  transform: translateY(120%);
  opacity:0;
  transition: all 0.8s cubic-bezier(.22,.61,.36,1);
}

.word.show .word-inner{
  transform: translateY(0);
  opacity:1;
}

/* arrow button css */
.button {
  text-decoration: none;
  display: flex;
  border: none;
  cursor: pointer;
  align-items: center;
  background-color: #C40000;
  color: #fff;
  border-radius: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  justify-content: space-between;
  font-size: 15px;
  text-decoration: underline;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #ffffff;
  border-radius: 5px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #5FCCC5;
  color: #000000;
}

.button:hover {
  color: #000000;
}

.button:hover .button__icon-wrapper {
  color: #000000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/* a hover */
a:hover .button {
  background-color: #5FCCC5;
  color: #000000;
}

a:hover .button {
  color: #000000;
}

a:hover .button .button__icon-wrapper {
  color: #000000;
}

a:hover .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

a:hover .button .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

a:hover .button .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
/* a hover */

.circle_button {
  /* border: 1px solid #565656; */
  border-radius: 5px;
  width: 50px !important;
  height: 50px !important;
  justify-content: center;
}

.pro_card:hover .button {
  background-color: #5FCCC5;
  color: #000000;
}

.pro_card:hover .button__icon-wrapper {
  color: #000000;
}

.pro_card:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.pro_card:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
/* arrow button css */


.social_icon .fa-brands {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 0px;
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social_icon .fa-brands:hover{
   background-color: #00B1A5; 
   color: #ffffff !important;
}

.footer_social_icon .fa-brands {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 0px;
    border: 1px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_social_icon .fa-brands:hover{
   background-color: #00B1A5; 
   color: #ffffff !important;
}

/* ====================== */
/* ====================== */
/* mega menu */ 

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    box-shadow: none;
    border-radius: 0px;
}

.navbar-expand-lg .navbar-nav .mega_menu_dropdown {
    position: absolute;
    top: 78px !important;
}

.mega_menu {
    position: static;
}

.mega_menu_dropdown {
    width: 100%;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0;
}

.mega_title{
    font-weight:900;
    font-size: 14px;
    margin-bottom:15px;
    color: #C40000;
}

.mega_menu_dropdown ul li a{
    display:block;
    padding:6px 0;
    color:#000000;
    text-decoration:none;
    font-size: 13px;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    padding-left: 25px;
}

.mega_menu_dropdown ul li a:hover{
    color:#C40000;
    /* padding-left: 30px; */
    /* transform: translateX(6px); */
}

.mega_menu_dropdown ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-item.dropdown:hover .dropdown-menu{
    display:block;
}

.dropdown-menu .dropdown-item{
  padding-bottom: 10px;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
  padding-left: 25px;
  margin: 0px 10px;
}

.dropdown-menu .dropdown-item:hover{
    color:#C40000;
    background-color: transparent;
    /* padding-left: 30px; */
    /* transform: translateX(6px); */
}

.dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* mega menu */
/* ====================== */
/* ====================== */

/* pagination */
.page-item{
    margin-left: 8px;
}

.page-item.active .page-link {
    font-size: 13px;
    z-index: 3;
    color: #fff;
    background-color: #FF004D;
    border-color: #FF004D;
}

.page-link {
    font-size: 17px;
    position: relative;
    display: block;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ccc;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/* Previous & Next arrows */
.custom-pagination .page-item.prev .page-link::before {
  content: "←"; /* left arrow */
  display: inline-block;
  margin-right: 0px;
}

.custom-pagination .page-item.next .page-link::after {
  content: "→"; /* right arrow */
  display: inline-block;
  margin-left: 0px;
}

/* Active page */
.custom-pagination .page-item.active .page-link {
  background-color: #002366;
  color: #ffffff;
  border-color: #002366;
  padding: 15px;
  font-size: 17px;
}
/* pagination */
