@font-face {
    font-family: Aptos;
    src: url(../fonts/Aptos.ttf);
}

@font-face {
    font-family: ROCK;
    src: url(../fonts/ROCK.TTF);
}

.width100 {
    float: left;
    width: 100%;
}

body {
    font-family: Aptos !important;
    font-size: 16px !important;
    line-height: 23px;
    font-weight: normal;
    color: #444444;
     
}
body:has(.menu_open) {
    overflow: hidden;
}
header {
    background-color: #ffffff;
    border-bottom: 20px solid #c3d3dc30;
    margin: 0;
    transition-duration:0.3s;
}
/* .sticky{
    padding: 0px 0 0px 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#fff !important;
    z-index:99;
} */
 .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    animation: smoothScroll 1s;
    z-index: 9999;
    box-shadow: 0px 0px 10px #00000017;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-142px);
    }

    100% {
        transform: translateY(0px);
    }
}
.sticky .header_inner {
    padding: 15px 0 15px 0;
}
.middle_box{
    margin: 0px 0 0 0;
}

.inner_header {
    border-bottom: 0px solid #ddad90;
    margin: 0 0 0px 0;
}

.logo {
    float: left;
    width: auto;
    max-width: 320px;
}
.red_logo{
    display:none;
}
.sticky .red_logo{
    display:block;
}
.sticky .white_logo{
    display:none;
}
.menu_mainbox .dropdown .btn:active {
    border: none;
}


.move-text {
        margin: 30px 0 0 0px;
        position: relative;
        align-self:end;
}
.move-text marquee{
    
       background-color: #ffffff45;
        padding: 10px 0px;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        position: absolute;
        bottom: 0%;
}

.menu_mainbox .dropdown-menu.show {
    display: block;
    background: #fff;
    float: left;
    width: auto;
    padding: 10px 0 10px 0px;
}

.menu_mainbox .dropdown-menu {
    background: #ffffff;
    float: left;
    width: auto;
    padding: 10px 0 10px 0px;
}

.menu_mainbox .dropdown-menu a {
    padding: 5px 11px;
    width: 100%;
    float: left;
    border: none;
}
.menu_mainbox .dropdown-menu .dropdown-item{
    background-color: #fff !important;
    color: #000 !important;
}
.menu_mainbox .dropdown:hover .dropdown-menu {
    display: block;
}
   .readmore_show {
            background-color: #fff;
        }
        /* =========================
   Team Section Styling
   ========================= */
.member img {
  cursor: pointer;              /* Pointer on hover */
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  background-color : white ;
  width:290px;
  height:215px;
  object-fit: contain;
}

.member img:hover {
  transform: scale(1.05);       /* Slight zoom on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;          /* Softer corners on hover */
}

/* Optional: spacing adjustments */
.member {
  margin-bottom: 30px;
}
/*#profilemodal start*/
/* Modal content styling */
#profileModal .modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal .modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal2 Start*/
#profileModal2 .modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal2 .modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal2 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal2 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal2 close*/
/*#profilemodal3 Start*/
#profileModal3 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal3 
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal3 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal3 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal4 Start*/
#profileModal4 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal4 
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal4 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal4 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal5 Start*/
#profileModal5 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal5 
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal5 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal5 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal6 Start*/
#profileModal4 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal6 
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal6 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal6 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal7 Start*/
#profileModal4 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal7
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal7 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal7 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal8 Start*/
#profileModal4 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal8 
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal8 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal8 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal9 Start*/
#profileModal4 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal9 
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal9 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal9 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal10 Start*/
#profileModal10
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal10
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal10 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal10 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal11 Start*/
#profileModal11 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal11 
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal11 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal11 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal12 Start*/
#profileModal12 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal12
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal12 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal12 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal13 Start*/
#profileModal13 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal13 
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal13 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal13 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
/*#profilemodal14 Start*/
#profileModal4 
.modal-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Left image styling */
#profileModal14 
.modal-body img {
  max-width: 60%;
  border-radius: 15px;
  border: 3px solid #00000008;
}

/* Right content styling */
#profileModal14 .modal-body h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

#profileModal14 .modal-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
.aboutright {
    position: relative;
    padding: 35px;
}
.aboutright::before {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: #c4161c;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}
/*#profilemodal close*/
    .teammember_main{
        
    }
    
  .card-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Desktop */
.card {
  flex: 0 0 25%;
  max-width: 25%;
}
/* Tablet */
@media (max-width: 992px) {
  .card {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card-wrapper {
    gap: 20px;
  }
}

.menu_mainbox .dropdown-menu li {
    float: left;
    width: 100%;
    list-style-type: none;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border: none;
}

.dropdown .btn {
    border-right: 1px solid #3f3f3f !important;
    border-bottom: none !important;
    border-top: none !important;
    border-left: none !important;
    line-height: normal;
}

.menu_mainbox {
    float: right;
}

.menu_mainbox ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu_mainbox ul li {
    float: left;
    width: auto;
    list-style-type: none;
    line-height: normal;
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 30px 0;
}

.menu_mainbox a {
    color: #000;
    text-decoration: none;
    border-right: 1px solid #3f3f3f;
    padding: 0 15px;
    border-radius: 0px;
    margin: 0;
    font-size: 16px;
    align-items: center;
    display: flex;
    line-height: normal;
}

.menu_mainbox a:hover {
    color: #c5171d;
}

.menu_mainbox .selected {
    color: #c5171d;
}

.toggle_menu {
    display: none;
}

.inner_page_banner {
    background-color: #c531370a;
    margin: 0 0 30px 0;
}

.contact_us_section {
    position: relative;
    padding: 60px 0 90px 0;
}

.contact_us_section::after {
    position: absolute;
    content: "";
    height: 100px;
    background-color: #c4161c0a;
    left: 0px;
    top: 37%;
    width: 40%;
    z-index: -1;
}

.contact_us_box {
    padding: 60px 30px 40px 30px;
    font-size: 18px;
    text-transform: none;
    /* text-align: center; */
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #00000017;
}
.sub_heading{
    font-family: ROCK;
    font-size: 25px;
    color: #444444;
}
.heading30 {
    font-size: 30px;
    color: #444444;
    line-height: normal;
}

.heading20 {
    font-size: 16px;
    color: #444444;
    line-height: normal;
}

.heading40 {
    font-size: 40px;
    color: #c5171d;
    position: relative;
    line-height: 51px;
}

.heading40::after {
    content: "";
    width: 70px;
    height: 3px;
    position: absolute;
    left: 15px;
    background-color: #dc7477;
    margin: 0 auto;
    bottom: -10px;
}

.heading40_center {
    font-size: 40px;
    color: #c5171d;
    position: relative;
    line-height: 51px;
}

.heading40_center::after {
    content: "";
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    background-color: #dc7477;
    margin: 0 auto;
    bottom: -10px;
    right: 0;
}

.readmore_btn {
    border: 1px solid #f3c3c5;
    padding: 7px 20px;
    border-radius: 5px;
    color: #c5171d;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    transition-duration: 0.3s;
}

.readmore_btn:hover {
    background-color: #c5171d;
    color: #fff;
    border: 1px solid #c5171d;
}

/* -----------EVENTS-END---------- */

/* Right sticky menu start */
.apply_sidebar {
    position: fixed;
    right: -61px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.apply_sidebar_btn{
    width: 200px;
}
.apply_sidebar_btn a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    padding: 10px;
    background-color: #A3241C;
    border-radius: 50px 0 0 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.apply_sidebar_whatsapp a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    padding: 10px;
    background-color: #55cd6c;
    border-radius: 50px 0 0 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.apply_sidebar_btn{
    /*margin: 0 -90px 0 0;*/
    transform: translateX(90px);
    transition-duration: 0.7s;
}
.apply_sidebar_btn svg{
    transition-duration: 0.7s;
}
.apply_sidebar_btn:hover{
    /*margin: 0 0 0 0;*/
    transform: translateX(-33px);
}
.apply_sidebar_btn:hover svg{
    transform: rotate(360deg);
}
/* Right sticky menu ends */



.contact_box {
    background-color: #fff;
    padding: 30px 0 30px 0;
    font-size: 21px;
    box-shadow: 0px 0px 70px #0000001a;
}

.contact_box span {
    color: #c5171d;
}

.contact_box a {
    color: #c5171d;
    border: 1px solid #f3c3c5;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition-duration: 0.3s;
}

.contact_box a:hover {
    background-color: #c5171d;
    border: 1px solid #c5171d;
    color: #fff;
}

/* -----------TEAM-START---------- */
.readmore_show {
    display: none;
    margin: 0 0 -60px 0;
    background-color: #fcfcfc;
    position: relative;
}

.readmore_open .readmore_show {
    display: block;
}

/* -----------TEAM-END---------- */

/* -----------FOOTER-START---------- */

.footer_col1 {
    padding: 0 40px;
    position: relative;
    z-index: 1;
    line-height:24px;
}

.footer_col1 img {
    max-height: 80px;
    margin: 0 0 20px 0;
}

.footer_icon img {
    margin: 0 10px 0 0;
    max-width: 23px;
    max-height: 23px;
}

.footer_contact_us {
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
}

.footer_contact_us a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    line-height: normal;
}
.footer_contact_us a:hover{
    color: #bc0f15;
}

.footer_box {
    background-color: #eaeaea;
    color: #000;
    padding: 40px 0 20px 0;
    position: relative;
}

.footer_box:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 32%;
    background-color: #ccc;
}

.footer_col2 {
    padding: 0 0px;
    line-height: normal;
}

.footer_box h6 {
    font-family: ROCK;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.footer_strip {
    background: #dddddd;
    padding: 6px 0 6px 0;
}

.Crafted_by a {
    text-decoration: none;
    color: #bc0f15;
    font-family: ROCK;
    font-size: 14px;
}

.copy_right_text a {
    text-decoration: none;
    color: #000;
}

.Crafted_by {
    font-size: 14px;
}

.copy_right_text {
    font-size: 14px;
}

.footer_col2 ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.footer_col2 ul li {
    padding: 0 30px 0 0;
    margin: 0;
    width: 100%;
    float: left;
    list-style-type: none;
}

.footer_col2 ul a {
    background-image: url(../images/footer_menu_arrow.png);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: left center;
    padding: 4px 0 4px 0px;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    width: 100%;
    float: left;
    transition-duration: 0.2s;
    line-height: normal;
}

.footer_col2 ul a:hover{
    color: #bc0f15;
}
.footer_contact_us .footer_icon {
    float: left;
    width: 45px;
    text-align: center;
}
.footer_contact_us p{
    float: left;
    width: 80%;
    margin: 0;
    /* font-size: 14px; */
    line-height: normal;
}
.footer_contact_us span{
    float: left;
    width: 80%;
    /* font-size: 14px; */
    line-height: normal;
}
.footer_icon img {
    margin: 0 0px 0 0;
    max-width: 23px;
    max-height: 23px;
}
/* -----------FOOTER-END---------- */

/* Inner Page Start */
.duration_left_side {
    width: 70%;
    float: left;
}

.doctoral_fellow_right {
    width: 30%;
    padding-left: 0px;
    text-align: center;
}

/* ---------INNER-HEADER-START---------- */
.inner_heading {
    font-family: ROCK;
    font-size: 40px;
    color: #000;
    padding: 25px 0 25px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_heading span {
    color: #c5171d;
}

.banner_inner_redbox {
    background-color: #c5171d;
    padding: 20px 20px 20px 50px;
    color: #fff;
    margin: 0 0 0 -110px;
    clip-path: polygon(100% 0, 100% 75%, 100% 100%, 0 100%, 0 34%, 6% 0);
    text-align: center;
    line-height: 28px;
}

.team_heading {
    font-family: ROCK;
    color: #c4161c;
    font-size:20px;
}

.team_designation {
    font-size: 14px;
}

.team-profile {
    position: relative;
}

.team-profile img {
    padding: 7px;
    border-radius: 17px;
}

/* .team-profile::after{
    position: absolute;
    content:"";
    top:0px;
    left:0px;
    width:70px;
    height:70px;
    background-color: #c4161c30;
    border-radius: 10px;
    z-index: -1;
}
.team-profile::before{
    position: absolute;
    content:"";
    right:0px;
    bottom:0px;
    width:70px;
    height:70px;
    background-color: #c4161c30;
    border-radius: 10px;
    z-index: -1;
} */

.contact-img {
    max-height: 320px;
}

/* ---------INNER-HEADER-END---------- */
.contact_mapbox {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px #00000017;
    border-radius: 20px;
}

.contact_mapbox iframe {
    border-radius: 20px;

}

/* Home page css start */
.heading {
    font-family: ROCK;
    font-size: 40px;
    text-transform:capitalize;
    margin: 0 0 20px 0;
    color: #000000;
    line-height: normal;
}

.heading span {
    color: #c5171d;
}

.about_us_para {
    text-align: center;
    color: #000000;
}

.read_more_btn {
    text-align: center;
}

.read_more_btn a {
    color: #000000;
    padding: 5px 20px;
    display: inline-block;
    width: fit-content;
    box-shadow: 0px 0px 5px #ccc;
    text-decoration: none;
    font-weight: 600;
}
.read_more_btn1 {
    text-align: left;
    margin: 18px 0 0 0px;
}

.read_more_btn1 a {
    color: #000000;
    padding: 5px 20px;
    display: inline-block;
    width: fit-content;
    box-shadow: 0px 0px 5px #ccc;
    text-decoration: none;
    font-weight: 600;
}
.vision_misiion_section {
    padding: 100px 0 0 0;
}

.mission_vission_mainbox .heading {
    margin: 0 0 8px 0;
    font-size: 35px;
}

.mission_vission_mainbox {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 50px;
}

.vision_box {
    background-color: #c5171d;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    position: relative;
}

.vision_box::after {
    content: "";
    position: absolute;
    right: -4.6%;
    top: -10.2%;
    background-image: url("../images/vision_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
}

.vision_box .heading {
    color: #ffffff;
}

.mission_box {
    background-color: #ccc;
    padding: 25px;
    border-radius: 20px;
    position: relative;
}

.mission_box::after {
    content: "";
    position: absolute;
    right: -2.5%;
    top: -9%;
    background-image: url("../images/mission_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 92px;
    height: 92px;
}

.mission_vission_mainbox p {
    margin: 0;
}

.bojective_contentbox ul {
    padding: 0;
    margin: 0;
}

.bojective_contentbox ul li {
    position: relative;
    padding: 0 0 10px 20px;
    line-height: normal;
    position: relative;
    list-style: none;
}
.bojective_contentbox ul li::after{
    position: absolute;
    content: "-";
    left: 6px;
    top:0;
    bottom: 0;
}
/* .bojective_contentbox ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url("../images/delete.svg");
    background-repeat: no-repeat;
    background-size: contain;
} */
.bojective_contentbox .heading {
    color: #c5171d;
    margin: 0 0 15px 0;
    font-size: 35px;
}

.objective_mainbox {
    margin: 50px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 0.2fr;
    align-items: center;
    gap: 50px;
}

.bojective_contentbox {
    padding: 30px;
    border: 1px solid #dedede;
    border-radius: 20px;
    background-color: #f9f9f9;
}

.bojective_logobox img {
    opacity: 0.2;
}

.collaboration_section {
    margin: 100px 0 0 0;
    background-color: #c5171d;
    padding: 20px 0;
}

.our_collaboration_mainbox {
    display: flex;
    gap: 15px;
    align-items: center;
}

.our_collaboration_listing {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 15px;
    border: 1px solid #fff;
    padding: 10px 25px;
    border-radius: 12px;
    transition-duration: 0.5s;
}

.our_collaboration_mainbox a {
    text-decoration: none;
    color: #ffffff;
    font-family: ROCK;
    font-size: 20px;
    flex-grow: 1;
    transition-duration: 0.5s;
}

.our_collaboration_mainbox a:hover {
    color: #000000;
}

.our_collaboration_mainbox a:hover .our_collaboration_listing {
    background-color: #ffffff;
}

.our_collaboration_mainbox a svg g path {
    transition-duration: 0.5s;
}

.our_collaboration_mainbox a:hover svg g path {
    fill: #c5171d;
}

.image_gallery_mainbox {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 1fr 1fr;
    gap: 5px;
    margin: 5px 0 5px 0;
}

.image_gallery_listing_one {
    grid-column: 1/2;
    grid-row: 1/3;
}

.image_gallery_listing_two {
    grid-column: 2/3;
    grid-row: 1/2;
}

.image_gallery_listing_three {
    grid-column: 2/3;
    grid-row: 2/3;
}

.image_gallery_listing_one img,
.image_gallery_listing_two img,
.image_gallery_listing_three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home_page_header_mainbox {
    display: grid;
}

.home_page_header_mainbox>* {
    grid-area: 1/1;
}

.home_slider_container {
    align-self: end;
    padding: 0px 0 60px 0;
}

/* .banner_slider_listing {
    width: 400px;
    height: 100%;
}
.banner_slider_listing img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
} */
.home_page_header_mainbox .inner_header {
    border: 0;
    margin: 0;
    align-self: start;
}

.home_page_header_mainbox header {
    background-color: transparent;
}
.home_page_header_mainbox .sticky{
   background-color: #fff; 
}

.home_page_header_mainbox .menu_mainbox a {
    color: #ffffff;
    border-right: 1px solid #ffffff;
}
.home_page_header_mainbox .sticky .menu_mainbox a{
    color: #000;
    border-right: 1px solid #000;
}
.home_page_header_mainbox .sticky .dropdown .btn {
    border-right: 1px solid #000 !important;
}
.home_page_header_mainbox .dropdown .btn {
    border-right: 1px solid #ffffff !important;
}

.home_page_header_mainbox .menu_mainbox a.dropdown-item {
    color: #000000;
}

.home_scherpa_logo {
    background-color: #ccc;
    width: fit-content;
    padding: 20px 40px;
    border-radius: 50px;
    color: #c5171d;
    font-family: ROCK;
    font-size: 50px;
    margin: 0 0px 20px -25px;
}

.home_banner_first_heading {
    font-size: 25px;
    color: #ffffff;
    font-family: ROCK;
}

.home_banner_mainheading {
    font-family: ROCK;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: 20px 0 10px 0;
    letter-spacing: 2px;
}

.banner_explore_btn a {
    width: fit-content;
    text-decoration: none;
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    border: 1px solid #fff;
    margin: 20px 0 0 0;
    position: relative;
}

.banner_explore_btn a span {
    position: relative;
    transition-duration: 0.5s;
    z-index: 10;
}

.banner_explore_btn a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    transition-duration: 0.5s;
}

.banner_explore_btn a:hover::after {
    width: 100%;
}

.banner_explore_btn a:hover span {
    color: #000000;
}

.home_slider_rightbox {
    padding: 25px;
    position: relative;
}

.home_slider_rightbox::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    border-radius: 20px;
}

.banner_slider_listing img {
    position: relative;
    z-index: 10;
    border-radius: 20px;
}

.home_page_header_mainbox .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    position: absolute;
    width: 100%;
}

.home_page_header_mainbox .owl-theme .owl-dots .owl-dot.active span,
.home_page_header_mainbox .owl-theme .owl-dots .owl-dot:hover span {
    background: #c5171d;
}

.home_page_header_mainbox .owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
}

.home_page_header_mainbox .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 4px;
    margin: 0px 4px;
}

.home_page_header_mainbox .header_inner {
    /* align-items: flex-start; */
}

.home_slider_leftbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: center; */
}

.about_us_section {
    padding: 100px 0 0 0;
}

/* Home page css ends  */

.dropdown-item.active, .dropdown-item:active{
    background-color: #dbdbdb;
}

.research_section{
    padding:30px 0px 60px 0px;
    background-image: url('../images/research-background.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.research_box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #0000000d;
}
.research_box ul li{
    list-style: none;
    padding: 5px 0px 5px 22px;
    width: 49%;
    position: relative;
    /* background-image: url(../images/right-arrow.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 11px; */
}
.research_box ul li::after{
    position: absolute;
    content: "-";
    left: 6px;
    top: 3px;
    bottom: 0;
}

.evonix_logo{
    max-height: 16px;
}
.para_box{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 20px 20px 30px;
    background: #ffffff69;
    border-radius: 20px;
    border: 1px solid #ccc;
    position: relative;
}
.count-num{
    max-width: 35px;
    max-height: 35px;
    background: #c4161c;
    border-radius: 30px;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: ROCK;
    position: absolute;
    left: -18px;
}
.event_img_box{
    max-width: 290px;
}
.event_img{
    max-height: 220px;
    width: auto !important;
    border-radius: 5px;
}
.inner_page .about_us_section{
    padding: 30px 0 0 0;
}
.inner_page .about_us_section p{
    text-align: left;
}
.inner_page .vision_misiion_section {
    padding: 60px 0 60px 0;
}
.gallery{
    padding: 40px 0 75px 0px;
}

.gallery-main{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.gallery-main .gallery-img img {
    width: 300px;
    height: 100%;
    object-fit: cover;
}



@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .logo {
        max-width: 290px;
    }

    .menu_mainbox a {
        padding: 0 11px;
        line-height: normal;
    }

    .footer_col2 ul li {
        padding: 0 10px 0 0;
    }
}

@media screen and (max-width: 1199.98px) {
    .logo{
        max-width: 200px;
    }
    .menu_mainbox ul a{
        font-size: 14px;
        padding: 0 10px;
    }
    .home_slider_container {
        align-self: end;
        padding: 0px 0 60px 0;
    }
    .home_scherpa_logo {
        padding: 16px 40px;
        font-size: 40px;
        margin: 0 0px 10px -10px;
    }
    .home_banner_first_heading {
        font-size: 20px;
    }
    .home_banner_mainheading {
        font-size: 25px;
        margin: 10px 0 10px 0;
    }
    .banner_explore_btn a {
        margin: 10px 0 0 0;
    }
    .home_slider_leftbox {
        justify-content: center;
    }
    .our_collaboration_listing {
        gap: 10px;
    }
    .our_collaboration_mainbox a {
        font-size: 20px;
    }
    .vision_box::after {
        right: -5.5%;
    }
    .mission_box::after {
        right: -2.9%;
    }
}

/* @media screen and (max-width: 1200px) {
    
} */

@media screen and (max-width: 991.98px) {
    /* -----------------MENU-START-------------- */
    .sticky .toggle_menu{
        margin: 15px 20px 0 0;
    }
    .toggle_menu {
        display: block;
        float: right;
        position: fixed;
        top: 0;
        right: 0;
        margin: 55px 20px 0 0;
        width: 40px;
        cursor: pointer;
        z-index: 999;
        padding: 5px;
        background: #ffffffbd;
        border-radius: 5px;
    }
    .menu_mainbox ul li {
        width: 100%;
        padding: 0;
    }
    header .row .menu_mainbox {
        position: fixed;
        top: 0;
        right: 0;
        margin: 0 -580px 0 0;
        width: 350px;
        height: 100%;
        z-index: 5000;
        background-color: #ec3238;
        font-size: 0;
        padding: 40px 20px;
        transition-duration: 0.3s;
    }
    header .row .menu_open {
        margin: 0;
    }
    .menu_mainbox a {
        font-size: 16px;
        float: left;
        width: 100%;
        color: #fff !important;
        text-align: left;
        border-bottom: 1px dashed #fff;
        padding: 11px 0;
        border-right: 0;
    }
    .toggle_menu_close {
        position: absolute;
        margin: 20px 20px 0 0;
    }
    .submenu_box {
        position: relative;
        width: 100%;
        margin: 0;
        float: left;
        background-color: #a00e1d;
        padding: 0;
    }

    /* -----------------MENU-END-------------- */
    .Crafted_by{
        text-align: center !important;
    }
    header {
        margin: 0 0 20px 0;
    }
    .contact_box {
        padding: 40px 0 40px 0;
    }
    .contact_box a {
        margin: 0 auto;
    }
    .toggle_menu{
        margin: 32px 20px 0 0;
    }
    .team_mainbox{
        text-align: center;
    }
    .footer_contact_us {
        text-align: left;
    }
    .footer_col3{
        padding: 0px 0;
        text-align: left;
    }
    .copy_right_text{
        text-align: center;
    }
    .copy_right_box .Crafted_by{
        text-align:center !important;
    }
    .footer_col1{
        padding: 0 10px;
    }
    .footer_box{
        padding: 30px 0 10px 0;
    }
    .team_mainbox .pt-5{
        padding-top:0px !important;
    }
    .footer_box:after{
        width: 33%;
    }
    .menu_mainbox ul a{
        font-size: 14px;
        padding: 11px 0;
    }
    .dropdown .btn{
        border-bottom: 1px dashed #fff !important;
        border-right: none !important;
    }
    /* .menu_mainbox .dropdown-menu{
        background: #db373c;
    }
    .menu_mainbox .dropdown-item:focus, .dropdown-item:hover{
        background: #db373c;
    } */
     .team-profile img {
        padding: 7px;
        border-radius: 17px;
        max-height: 270px;
    }
    .menu_mainbox .dropdown:hover .dropdown-menu {
        display: block;
        margin: 0px 0 0 0;
        position: inherit !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .menu_mainbox .dropdown:focus .dropdown-menu{
        display: block;
        margin: 0px 0 0 0;
        position: inherit !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .contact_us_box {
        margin: 0 0 30px 0;
        text-align: center;
    }
    .contact_mapbox {
        min-height: 280px;
    }
    .contact_us_section::after {
        top: 21%;
        width: 100%;
    }
    .contact_us_section {
        position: relative;
        padding: 30px 0 30px 0;
    }
    .contact_us_box{
        padding: 30px;
    }


    .home_scherpa_logo {
        padding: 8px 30px;
        font-size: 25px;
        margin: 0 0px 10px -10px;
    }
    .home_banner_first_heading {
        font-size: 18px;
    }
    .home_banner_mainheading {
        font-size: 20px;
    }
    .mission_vission_mainbox {
        gap: 20px;
    }
    .objective_mainbox {
        margin: 20px 0 0 0;
        display: grid;
        grid-template-columns: 1fr;
    }
    .bojective_logobox {
        display: none;
    }
    .our_collaboration_mainbox {
        gap: 10px;
    }
    .our_collaboration_mainbox a {
        font-size: 16px;
    }
    .our_collaboration_listing {
        gap: 10px;
        padding: 6px 10px;
    }
    .vision_box::after {
        right: -7.2%;
    }
    .mission_box::after {
        right: -4%;
    }
    .home_page_header_mainbox {
        min-height: 400px;
    }
    .homepage_background_img_box {
        width: 100%;
        height: 100%;
    }
    .homepage_background_img_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    /* .menu_mainbox .dropdown-menu .dropdown-item{
        background-color: #db373c !important;
        color: #ffffff !important;
    } */
     .home_page_header_mainbox .menu_mainbox a {
        color: #ffffff;
        border-right:none;
    }
    .home_page_header_mainbox .sticky .dropdown .btn{
        color: #ffffff;
        border-right:none !important;
    }
    .home_page_header_mainbox .dropdown .btn {
        border-right: none !important;
    }
    .home_page_header_mainbox .sticky .menu_mainbox a{
        border-right:none !important;
    }
    .home_page_header_mainbox .sticky .menu_mainbox a{
        border-right:none !important;
    }
    .menu_mainbox .dropdown-menu .dropdown-item{
        background-color: #d2272d !important;
        color: #fff !important;
    }
    .menu_mainbox .dropdown-menu{
        display:block;
        background-color:#d2272d;
        margin: 0px 0 0 0;
        position: inherit;
    }
    .menu_mainbox .dropdown .dropdown-toggle::after{
        display:none !important;
    }
    .menu_mainbox .dropdown-menu.show{
        background: #d2272d !important;
    }
    .sitemap_section a{
        color: #000 !important;
    }
}

@media screen and (max-width: 767.98px) {
    .contact_box .contact_right_box {
        width: 100%;
        float: left;
        margin: 40px 0 0 0;
        text-align: center;
    }
    .collaboration_section{
            margin: 60px 0 0 0;
    }
    .contact_box {
        text-align: center;
    }

    /* ---------INNER-HEADER-START---------- */
    .inner_page_banner {
        padding: 10px 0;
        text-align: center;
    }

    .inner_heading {
        line-height: normal;
        display: block;
        padding: 0;
        font-size: 30px;
    }

    .banner_inner_redbox {
        display: none;
        clip-path: none;
        width: 100%;
        margin: 0;
        border-radius: 20px;
        padding: 15px 20px 20px 20px;
    }

    /* ---------INNER-HEADER-END---------- */

    /* .home_page_header_mainbox .inner_header {
        display: none;
    } */

    .footer_col1 {
        background: #ccc;
        padding: 20px;
        border-radius: 20px;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .footer_box:after{
        display:none;
    }
    .footer_col2 ul li{
        width: 49%;
        text-align: center;
                padding: 0 0 0 0;
    }
    .footer_col3 {
        padding: 30px 0 0px 0;
        text-align: left;
    }
    .footer_contact_us {
        text-align: center;
        justify-content: center;
    }
    .footer_box h6{
        text-align: center;
    }
    .home_scherpa_logo {
        margin: 0 auto 10px auto;
    }
    .home_banner_first_heading,
    .home_banner_mainheading,
    .banner_explore_btn {
        text-align: center;
    }
    .home_slider_rightbox {
        margin: 30px 0 0 0;
    }
    .about_us_section,
    .vision_misiion_section {
        padding: 60px 0 0 0;
    }
    .mission_vission_mainbox {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .objective_mainbox {
        margin: 30px 0 0 0;
    }
    .vision_box::after {
        right: -4.3%;
        top: -12%;
    }
    .mission_box::after {
        right: -3%;
    }
    .our_collaboration_mainbox {
        gap: 15px;
        flex-wrap: wrap;
    }
    .our_collaboration_mainbox a {
        font-size: 18px;
    }
    .home_page_header_mainbox {
        min-height: unset;
    }
    .home_slider_container {
        padding: 110px 0 60px 0;
    }
    .research_box ul li {
        width: 100%;
    }
    .research_section{
        padding: 0px 0px 30px 0px;
    }
    /* Event Start */
    .para_box{
        flex-wrap: wrap;
        width: 100%;
    }
    .event_img{
        max-height: inherit;
        width: 100% !important;
    }
    .event_img_box {
        max-width: 100%;
    }
    .count-num{
        left: -10px;
        top: -10px;
        right: 0;
    }
    .gallery {
      padding: 25px 0 35px 0px;
    }

}

@media screen and (max-width: 580px) {
    .heading40 {
        text-align: center;
    }

    .heading40::after {
        max-width: 100px;
        margin: 0 auto;
        right: 0;
        left: 0;
    }

    /* -----------------TEAM-PAGE-START ---------*/
    .team_mainbox .col-lg-11 img {
        max-height: 250px;
    }

    /* -----------------TEAM-PAGE-END ---------*/

    /* -----------FOOTER-START---------- */
    .footer_col2 {
        padding: 0 10px;
    }

    /* -----------FOOTER-END---------- */

    .new_news_mainbox {
        grid-template-columns: 1fr;
    }
    .home_page_header_mainbox {
        display: block;
        background-image: url("../images/banner_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .homepage_background_img_box {
        display: none;
    }
    .home_slider_container {
        padding: 0px 0 60px 0;
    }
    .move-text {
    margin: 0px 0 0 0px;
    }
    .vision_box::after {
        right: 0;
    }
    .mission_box::after {
        right: 0;
    }
    .our_collaboration_mainbox a {
        font-size: 16px;
    }
    .image_gallery_mainbox {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .image_gallery_listing_one,
    .image_gallery_listing_two,
    .image_gallery_listing_three {
        grid-column: unset;
        grid-row: unset;
    }
    header .row .menu_mainbox{
        width:100%;
        z-index: 999;
    }
    /* .home_slider_rightbox::after {
        display: none;
    } */
}

@media screen and (max-width:499.98px) {
    .footer_col2 ul li {
        width: 100%;
    }
    .footer_box h6 {
        margin: 0 0 10px 0;
    }
}