@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.header-absolute .logo img {
  width: 280px !important;
}

.header-absolute .right_logo img {
  width: 115px;
}
.header.sticky .header-absolute .logo img {
  width: 270px !important;
}


.header.sticky .header-absolute .right_logo img {
  width: 110px !important;
}


.career_section .nav-tabs{
  display: flex;
  width: 100%;
  background-color: #fff;
  margin-bottom: 40px;
  border: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;

}
.career_section .nav-tabs .nav-item{
  width: 32.33%;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
}

.career_section .nav-tabs .nav-item .nav-link{
  width: 100%;
  height: 100%;
font-weight: 500;
border-radius: 0px;
padding: 20px 05px;
font-size: 18px;
line-height: 100%;
color: #023971;
letter-spacing: 0%;
text-align: center;
border-bottom: 5px solid #D8D8D8;
overflow: hidden;

}

.career_section .nav-tabs .nav-item .nav-link.active{
  color: #000000;
  border-bottom: 5px solid #FCCF14; 
}




.career_section .career-container {
  background-color: #fffdf5;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  z-index: 2;
  position: relative;
}

.career_section .career-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 30px 40px;
  color: #222;
  font-size: 16px;
}

.career_section .career-list li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}

.career_section .career-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #005479;
  font-weight: bold;
}



.career_section{
  position: relative;
}

.career_section::after{
  background-image: url(../images/carAfter.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}










.offering_section{
  background-image: url(../images/mapshape.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


.offering_section .nav-tabs{
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  border: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;

}
.offering_section .nav-tabs .nav-item{
  width: 32.33%;
  border-radius: 8px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #D8D8D8;
}

.offering_section .nav-tabs .nav-item .nav-link{
  width: 100%;
  height: 100%;
font-weight: 500;
border-radius: 0px;
padding: 20px 05px;
font-size: 18px;
line-height: 100%;
color: #023971;
letter-spacing: 0%;
text-align: center;
border-bottom: 5px solid #005479;
border-radius: 8px;
overflow: hidden;

}

.offering_section .nav-tabs .nav-item .nav-link.active{
  color: #000000;
  border-bottom: 5px solid #005479;
  border-radius: 8px;
 
}

.offering_section .tab-content .outer_box{
  overflow: hidden;
  background-color: #fff;
  box-shadow: 2px 4px 8px 0px #0000001F;
  position: relative;
  border-radius: 10px;
}
.offering_section .tab-content .outer_box .offering_box_front img{
  height: 170px;
  object-fit: cover;
  object-position: top;
}

.offering_section .tab-content .outer_box .offering_box_front .heading_outer{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  background-color: #FCCF14;
}
.offering_section .tab-content .outer_box .offering_box_front h6{
font-weight: 600;
font-size: 16px;
line-height: 24.2px;
letter-spacing: 0%;
color: #000000;
margin: 10px 0px;
padding: 5px 10px;

}
.offering_section .tab-content .outer_box .offering_box_back{
  height: 100%;
  width: 100%;
  background-color: #023971;
  transition: all .5s;
}
.offering_section .tab-content .outer_box .offering_box_back ul{
  padding: 20px;
}
.offering_section .tab-content .outer_box:hover .offering_box_back{
  transform: scale(1);
  transition: all .5s;
}
.offering_section .tab-content .outer_box .offering_box_back{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
}
.offering_section .tab-content .outer_box .offering_box_back ul li{
color: #fff;
margin-left: 20px;
font-weight: 400;
margin-bottom: 5px;
font-size: 16px;
list-style-type: square;
line-height: 150%;
letter-spacing: 0%;

}
.offering_section .tab-content .outer_box .offering_box_back img{
  width: 100% !important;
  height: 110px;
  object-position: bottom;
  margin-top: 5px;
}


.offering_section .tab_img{
  display: flex;
  justify-content: center;
  align-items: center;
}




.header-absolute .logo1 img {
  width: 130px;
}

.header-navigation {
  display: flex !important;
  width: 100%;
  height: auto;
  gap: 0px;
  margin-left: 15px;
  justify-content: flex-end !important;
  align-items: center;
}

.nav-links {
  position: relative;
  text-align: center;
  margin: 0px 05px;
  color: #323232;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: center;
  cursor: pointer;
}

/* .nav-links li.center a:before {
    left: 50%;
    transform: translateX(-50%);
} */

.nav-links:hover {
  transform: scale(1.04);
  transition: 0.5s all;
  color: black !important;
  /* border-bottom: 2px solid; */
}

.nav-links:hover {
  background-color: #023971 !important;
  padding: 3px 20px;
  color: #fff !important;
  border-radius: 5px;
}

.nav-links .active {
  background-color: #023971 !important;
  padding: 3px 10px;
  color: #fff !important;
  border-radius: 5px;
}

/* .active::before {
    width: 80%;
} */

.frmBg span {
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #231f20;
}

.widget-title h2 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  /* background: linear-gradient(90.02deg, #212529 59.37%, #DCB40D 81.96%, #005479 94.7%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;  
  background-clip: text;
  color: transparent; */
}




.widget-title p {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000000;
}

.widget-title h2 span {
  color: #231f20;
  font-weight: 500;
}

.about-section .about_ctn p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 10px;
  color: #595959;
}

.about-section .about_ctn .dark {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 10px;
  color: #000000;
}

.placement-section .placement_div .placemet_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-right: 1px solid #D8D8D8;
  padding-right: 10px;
  min-height: 106px;
  transition: all 0.3s ease-in;
}

.placement-section .placement_div .placemet_img img{
  width: 200px;
}

.placement-section .placement_div .placemet_img:hover {
  transition: all 0.3s ease-in;
  transform: translateY(-8px);
}

/* .placement-section .placement_div .placemet_img img{
  width: 100%;
} */

.scholarship-section #bgImg{
  background-image: url(../images/bg.png) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.scholarship-section .scholar_text{
  background-color: #FFFCF3;
  padding: 20px;
}

.scholarship-section .scholar_text ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}

.collaboration-section{
  background-image: url(../images/collBg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.collaboration-section .collab_item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  min-height: 200px;
  border-bottom: 4px solid #d5d5d5;
  border-radius: 5px;
}

.collaboration-section .collab_item img{
  width: 120px;
  object-fit: contain;
  height: 120px;
}


.collaboration-section .collab_item:hover{
  border-bottom: 4px solid #FCCF14;
}

.collaboration-section .collab_item p{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #000000;
}




.schedule-section{
  background-color: #F5F5F5;
}


.schedule-section table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.schedule-section th, td {
  border: 1px solid #e0e0e0;
  padding: 12px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
text-align: center;
color: #000000;
}

.schedule-section th {
  background-color: #00466a;
  color: white;
}

.schedule-section td[colspan] {
  font-style: italic;
  color: #444;
}

.highlight-note {
  font-size: 12px;
  color: #666;
  padding-top: 4px;
  display: block;
}

th:first-child {
  border-top-left-radius: 8px;
}

th:last-child {
  border-top-right-radius: 8px;
}






.highlight-section{
  background-color: #005479;
}

.placement-highlight{
  border-right: 1px solid #d5d5d5 ;
}

.placement-highlight .pill {
  display: inline-block;
  font-size: 14px;
  padding: 0px 20px;
  color: white;
  background: #087bad60;
  border-radius: 20px;
  border: 1px solid #fcce146c;
  margin-bottom: 13px;
  text-align: start;
}

.placement-highlight .percentage {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 30px;
color: #FCCF14;
}

.placement-highlight .text {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
margin-top: 8px;
}








.key-section {
  background-image: url(../images/bagg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.key-section .key-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  flex-direction: column;
  margin-top: 4rem;
  position: relative;
}

.key-section .key-box p {
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(252, 170, 28, 0.19);
  border-radius: 10px;
  padding: 20px 15px;
  width: 70%;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #45474b;
  position: relative;
}
.key-section .key-box p::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 1px;
  top: 34px;
  left: -33px;
  border: 1px dashed #f7941e;
}

.key-section .key-box p::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border: 3px solid #f7941e;
  top: 26px;
  left: -42px;
  border-radius: 50%;
  z-index: 10;
}

.key-section .key-box::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 229px;
  top: 34px;
  left: -36px;
  border: 1px dashed #f7941e;
}

/* ====  Testimonials-CLOSE  ==== */

#testid-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  width: 35px;
  height: 35px;
  font-size: 30px;
  border: solid 1px #9b9b9b;
  /* border-radius: 100%; */
  line-height: 20px;
  border-radius: 100%;
  text-align: center;
  color: #000000 !important;
  background-color: transparent;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
}

#testid-slider.owl-theme .owl-nav .owl-next {
  right: -50px;
}

#testid-slider.owl-theme .owl-nav .owl-prev {
  left: -50px;
}

#testid-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000000;
  /* background: linear-gradient(90deg, rgba(235, 168, 4, 1) 0%, rgba(35, 28, 101, 1) 100%); */
  opacity: 1;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.32);
}

.testimon-section .sliderprofile .description .article p {
  text-align: left;
  padding: 0px;
  color: #6d6e71;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0.7rem;
}

.dsu-addmission h1 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-size: 32px;
line-height: 39px;
color: #FFFFFF;
position: relative;
margin-bottom: 35px;
}

.dsu-addmission h1::after {
  position: absolute;
  width: 140px;
  height: 3px;
  content: '';
  left: 0;
  bottom: -10px;
  background-color: #FCCF14;
}

.dsu-addmission .content_bnr-flex p{
font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #FCCF14;
     /* margin-bottom: 4px; */
}



.content_bnr-flex h5{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
display: inline-block;
padding: 10px;
border-radius: 20px;
color: #FFFFFF;
border: 1px solid #FCCF14;
margin-bottom: 20px;
}

.dsu-addmission .title-ugc {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-top: 20px;
  color: #ffffff;
}

.dsu-addmission h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 108%;
  color: #023971;
  display: inline-block;
  padding: 10px 16px;
  margin-top: 20px;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
background: linear-gradient(269.74deg, #8ACBE3 8.02%, #FCCF14 49.24%, #8ACBE3 92.09%);


}

.dsu-addmission .list_div ul li span{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #FFFFFF;
}


.frmBg p {
    font-size: 1.1rem;
    line-height: 1.15;
    letter-spacing: 0.02rem;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    background: #FCCF14;
    padding: 5px 15px;
    border-radius: 20px;
    margin-top: 5px;
}


.frmBg p span{
      font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.02rem;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    background: #FCCF14;
    border-radius: 20px;
    margin-top: 5px;
}


.dsu-addmission p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin-top: 10px;
}

.dsu-addmission .know-btn a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #fff;
}

.dsu-addmission h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 108%;
  color: #ffffff;
  margin-top: 20px;
}

.dsu-addmission .in_box {
  background-color: #fff;
  border-radius: 10px;
  min-height: 80px;
  min-width: 120px;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.dsu-addmission .in_box h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #60666c;
}

.dsu-addmission .in_box img {
  width: auto !important;
  height: 30px !important;
  object-fit: contain !important;
  margin-bottom: 6px;
}

.dsu-addmission .in_box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000000;
}

.dsu-addmission .in_box h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000000;
}

.dsu-addmission a {
  background-color: #f78d27;
  padding: 10px 20px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: max-content;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
}

.header-navigation .cta {
  background-color: #f78d27;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-right: 5px;
  width: max-content;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
}

.widget-title h3 {
  display: inline-block;
  position: relative;
}

.zIndex2 {
  z-index: 2;
}

.font-weight-500 {
  font-weight: 500;
}

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

.font-weight-900 {
  font-weight: 900;
}

.font-weight-400 {
  font-weight: 400;
}

.show {
  display: block !important;
}

ol.m {
  list-style-type: lower-latin;
}

.overflow-h {
  overflow: hidden;
}

/*== HEADER CSS START ==*/
.header.sticky {
  background-color: #005479;
  /* background: linear-gradient(180deg, #005479 8.56%, #8ACBE3 100%); */
}
.header{
  background-color: transparent;
}

.header .header-absolute .mobile__dv a {
  background-color: var(--bg-blue);
  color: #ffffff;
  font-size: 1.2rem;
  padding: 10px 40px;
  padding-right: 10px;
  border-radius: 15px;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.header .header-absolute .mobile__dv a span {
  background-color: var(--white-col);
  color: var(--bg-blue);
  border: 1px solid var(--text-dark);
  padding: 5px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  left: -9px;
  top: 4px;
  text-align: center;
}

/*== BANNER CSS START ==*/
.dsu-form {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  mix-blend-mode: overlay;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0.5rem;
}

.frmBg {
  position: relative;
  text-align: center;
}

.applyBox {
  margin: 1.5rem 0 1rem;
  width: 22rem;
  float: right;
  text-align: center;
}

.contact_fild {
  padding: 0rem 1rem 1.5rem;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {
  font-size: 14px;
  color: #000;
  padding: 10px 5px;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0px;
  background-color: transparent !important;
  margin: 5px auto;
  border: 0;
  height: auto;

}

.form-group {
  margin-bottom: 0px;
}

.form_terms {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #212123;
  margin-top: 8px;
}

.btn_submit {
  background-color: #FCCF14;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  border-radius: 3px;
  padding: 8px 4rem;
}

.btn_submit:hover {
  background-color: #024385;
  color: #fff;
}

.contact-fild-box {
  margin-bottom: 10px;
  position: relative;
}

.contact-fild-box.text-center {
  margin-bottom: 0px;
}

.dsu-addmission {
  margin-top: -6%;
  display: block;
  padding: 0px;
}

.formIDfid {
  padding: 0 0px;
}

.contact-fild-box .form-control option {
  color: #000;
}

.accreditation-section{
  background-image: url(../images/abg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.accreditation-section .accred_div .accred_box {
  display: flex  ;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      border-right: 1px solid #D8D8D8;
      height: 150px;
}

/* .accreditation-section .accred_div .accred_box::after{
  content: '';
  width: 2px;
  min-height: 150px;
  background-color: #D8D8D8;
  position: absolute;
  right: 0;
  bottom: 0;
} */

.accreditation-section .accred_div .accred_box p{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #212529;
}


.why-section{
  background-image: url(../images/whybg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-section .why_div{
background: #F1F8FA;
border: 1px solid #F5F5F5;
border-radius: 20px;
overflow: hidden;
min-height: 200px;
}

.why-section .why_div .why_box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction:row ;
  gap: 10px;
  padding: 12px;  
  border: 1px solid ;
  border-image: linear-gradient(45deg, #FCCF14, #005479) 1;
  min-height: 65px;
}

.why-section .why_div .why_box p{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 21px;
color: #212529;

}

.why-section .why_div .why_text p{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #212529;
padding: 20px;
}




.partnerships-section {
  background-image: url(../images/partnerbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.partnerships-section .partner_div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 290px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
background: linear-gradient(180deg, #005479 8.56%, #8ACBE3 100%);
border-radius: 20px;

}

/*  */

.partnerships-section .partner_div  .partner_title h3 {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
padding: 15px;
min-height: 75px;
}

.partnerships-section .partner_box .offering_box_back{
  height: 100%;
  width: 100%;
  background-color: #fcce14a0;
  transition: all .5s;
  border-radius: 20px;
  padding: 15px;
}
.partnerships-section  .partner_box  .offering_box_back ul{
  padding: 20px;
}
.partnerships-section .partner_box:hover .offering_box_back{
  transform: scale(1);
  transition: all .5s;
}
.partnerships-section .partner_box .offering_box_back{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  overflow-y: scroll;
}

.partnerships-section .partner_box .offering_box_back::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.partnerships-section .partner_box .offering_box_back::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
.partnerships-section .partner_box .offering_box_back::-webkit-scrollbar-thumb {
  background: #005479; 
  border-radius: 10px;
}





.partnerships-section .partner_box .offering_box_back ul li{
color: #fff;
margin-left: 20px;
font-weight: 400;
margin-bottom: 5px;
font-size: 16px;
list-style-type: square;
line-height: 150%;
letter-spacing: 0%;
}

.partnerships-section .partner_box{
  position: relative;
}



.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff;
  font-size: 1rem !important;
  border-radius: 100% !important;
  width: 2rem !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 2rem !important;
  line-height: 1.5rem !important;
}

.owl-theme .owl-nav .owl-prev {
  left: -3rem;
}

.owl-theme .owl-nav .owl-next {
  right: -3rem;
}

.owl-theme .owl-dots .owl-dot span {
  background: #94a3b8 !important;
  margin: 5px 2px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FCCF14 !important;
  width: 10px !important;
  margin-top: 25px !important;
}


.institute-section{
  background-color: #005479;
}
.institute-section .institute_slider{
  transition: all .5s ease-in;
  margin:  30px 0;
}

.institute-section .institute_slider:hover img {
transform: scale(1.12);
transition: all .5s ease-in;
position: relative;
z-index: 2;
}
.footer {
  background-color: #013146;
}
