@font-face {
  font-family: HelveticaNeue;
  src: url(../Font/HelveticaNeueRoman.otf);
}

@font-face {
  font-family: HelveticaNeue_Bold;
  src: url(../Font/HelveticaNeueBold.otf);
}

@font-face {
  font-family: HelveticaNeue_medium;
  src: url(../Font/HelveticaNeueMedium.otf);
}


* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: "HelveticaNeue", sans-serif;

}

.text-justify{
text-align:justify;    
}

.font-b {
  font-family: "HelveticaNeue_bold", sans-serif;
}

.font-m {
  font-family: "HelveticaNeue_medium", sans-serif;
}

h1,
h2,
h3 {
  font-family: "HelveticaNeue_medium", sans-serif;
}

.color2 {
    color: #1650D5;
}

.color1 {
    color: #fc8a03;
}

.bg1{
background-color:#ebf0f2;    
}

.btn_1 {
  padding: 11px 25px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}

.btn_1:hover {
  padding: 11px 25px;
  color: #555;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid transparent;
}

.btn_2 {
  padding: 11px 25px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  background-color: #FFC22D;
}

.btn_2:hover {
  padding: 11px 25px;
  color: #000;
  border-radius: 8px;
  background-color: #ffb700;
  border: 1px solid transparent;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}


.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0A2F44;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}






.bg {
  background-color: #FFC22D;
  color: #fff;
}

.bg2 {
  background-color: #0A2F44;
  color: #fff;
}

.bg3 {
  background-color: #08505B;
  color: #fff;
}

.color{
color: #0A2F44;
}

.topbar .resize {
  gap: 10px;
}


.offcanvas {
  background-color: #08505B;
  color: #fff;
}

.offcanvas-body a {
  transition: all 1s ease;
  border-bottom: 1px solid transparent;
}

.offcanvas-body a:hover {
  color: #1a0202 !important;
  border-bottom: 1px solid #ffb700;
}

.btn_anim {
  animation: zoom1 1s ease infinite;
}

header.fixed-top {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.06);
}

header.fixed-top .logo {
  width: 70px !important;
}


@keyframes zoom1 {
  0% {
    transform: scale(0.9);
    opacity: 1;

  }

  50% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(0.9);
    opacity: 1;

  }
}


nav .desk a {
  color: #4F4F4F !important;
}

nav .desk a:hover {
  color: #0A2F44 !important;
}

section.banner img {
  /*object-fit: cover;*/
  object-position: center center;
  /*animation: zoom_in 10s ease infinite;*/
}

section.banner .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

section.banner .carousel-indicators .active {
  opacity: 1;
  background-color: #ffb700;
}

section.banner {
  overflow: hidden;
}

section.banner img{
  /*height: 80vh;*/
}

@keyframes zoom_in {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}


section.banner .card-img-overlay {
  bottom: -1px;
  top: auto;
  left: 10px;
}

section.banner .card {
  max-width: 400px;
  border-radius: 30px 30px 0 0 !important;
  padding: 20px 20px;
}

.padding {
  padding: 40px 0;
}

.b {
  border-radius: 15px;
}

.para {
  font-size: 13px;
  line-height: 1.6;
}

section.about .bg3 {
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.06);
  padding: 20px 15px;
}

section.about h4 {
  font-size: 24px;
}

section.about h2 {
  font-size: 30px;
}

section.about .btn_1:hover svg path{
   stroke: #0A2F44;
}

section.programs .box {
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.06);
  padding: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
  cursor: pointer;
}



section.programs .box:hover {
  transform: translateY(-10px);
}

section.programs .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  /*background: linear-gradient(0deg, #040920 0%, #00000000 100%);*/
}

section.programs .box h4 {
  font-size: 25px;
}



 section.logo img {
  height: 80px;
  object-fit: contain;
  width: 135px !important;
}

 section.logo .item {
  padding-bottom: 10px;
}
 section.logo .item .card {
  height: 300px;
}
/* 
section.logo img:hover {
  filter: saturate(1);

} */

section.logo .owl-theme .owl-nav {
  display: none;
}

section.logo .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0A2F44;
}

section.logo .owl-theme .owl-dots {
  margin-top: 20px;
}

section.student .upcoming_card {
  border: 1px solid #000;
  padding: 15px;
  transition: all 1.5s ease;
  cursor: pointer;
}

section.student .notice_card {
  border: 1px solid #ffffff;
  padding: 15px;
  color: #fff;
  display: flex;
  gap: 1px;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.5s ease;
  cursor: pointer;
}

section.student .notice_card .flex {
  justify-self: end;
}

section.student .upcoming_card .date {
  background-color: #4B3A11;
  color: #fff;
  width: 83px;
  height: 80px;
  padding: 9px 6px;
  border-radius: 9px;
}

section.student .upcoming_card h5 {
  font-size: 33px;
  margin-bottom: -5px;
}

section.student .upcoming_card p {
  font-size: 16px;
}

section.student .notice_card .date {
  background-color: #D90D35;
  color: #fff;
  width: 83px;
  height: 80px;
  padding: 9px 6px;
  border-radius: 9px;

}

section.student .notice_card h5 {
  font-size: 33px;
  margin-bottom: -5px;
}

section.student .notice_card p {
  font-size: 16px;
}


section.student .notice_card:hover svg {
  transform: rotate(45deg);
  fill: #fff;
}

section.student .notice_card:hover {
  transform: translateY(-10px);
}

section.student .upcoming_card:hover {
  transform: translateY(-10px);
}

section.student .notice_card svg {
  transition: all 0.5s ease;
}

section.student .notice_card:hover svg path {
  stroke: #D90D35;
}

section.student .upcoming_card:hover svg {
  transform: rotate(45deg);
  fill: #000000;
}

section.student .upcoming_card svg {
  transition: all 0.5s ease;
}

section.student .upcoming_card:hover svg path {
  stroke: #F5EFE7;
}

section.curricular .owl-theme .owl-nav {
  display: none;
}

section.curricular .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0A2F44;
}

section.curricular .owl-theme .owl-dots {
  margin-top: 40px;
}

section.job .owl-theme .owl-nav {
  display: none;
}

section.job .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0A2F44;
}

section.job .owl-theme .owl-dots {
  margin-top: 40px;
}

section.job img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

section.feedback .nav-tabs .nav-link {
  color: #fff;
  border: 0;
}


section.feedback .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000000 !important;
}

section.feedback .empty {
  height: 200px;
  width: 100%;
}

section.feedback .box_1 {
  height: 300px;
  width: 100%;
}



section.feedback.animtion {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}

section.feedback .one {
  transform: translateY(0);
  animation: move1 150s linear infinite;
}

section.feedback .two {
  transform: translateY(0);
  animation: move1 250s linear infinite;
}

@keyframes move1 {
  0% {
    transform: translateY(0) scale(1);
  }

  25% {
    transform: translateY(-1550px) scale(1.1);
  }

  50% {
    transform: translateY(0) scale(1);
  }

  75% {
    transform: translateY(-1550px) scale(1.1);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}


section.gallery .zoom {
  position: relative;
}

section.gallery .zoom::before {
  width: 100%;
  height: 0;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: #0000006b;
  transition: all 0.5s ease;
  border-radius: 20px;
}

section.gallery .zoom:hover:before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background: #0000007a;
  border-radius: 20px;
}

section.gallery .zoom_point {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}

section.gallery .zoom:hover .zoom_point {
  opacity: 1;
}



/* Shubhadip */

/* Otherbanner */
section.other_banner{
  object-fit: cover;
  background-repeat: no-repeat;

}
.active{
  color: #ffc22d;
}

/* Course Page */

section.overview .form{
  border-radius: 15px;
}

section.overview .nav-pills {
  --bs-nav-pills-link-active-bg: #08505B !important;
}
section.overview .nav-pills .nav-link{
  border: 1px solid #08505B;
  color: #000;
  padding: 10px 30px;
  margin: 4px;
}
section.overview .nav-pills .nav-link.active{
  color: #fff !important;
}
section.overview .nav-pills {
  --bs-nav-pills-link-active-bg: #08505B !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1)
}
section.overview .nav-pills .nav-item{
  flex-grow: 1;
  text-align: center;
}
#navbar-example2{
position: sticky;
top: 85px;
overflow: auto;
background-color: #fff;
padding-bottom: 10px;
z-index: 99;
}

.sticky{
  position: sticky;
  top: 85px;
overflow: auto;
}

ul.scrollspy li{
  margin-bottom: 12px;

}

.line {
  width: 100px;
  background-color: #08505B;
  margin: 10px 0;
  height: 4px;
}

.custom_img{
  width: 100px;
}
.course_card .card{
  height: 160px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;

}

.mission_vision ol li{
  margin-bottom: 10px;
  list-style: decimal !important;
}

.grievance ol li{
  margin-bottom: 10px;
  list-style: decimal !important;
}


.desktop_banner{
float:left;
width:100%;
display:block;
}

.mobile_banner{
float:left;
width:100%;
display:none;
}

.overview{
font-size:17px;
color:#000;
text-align:left;
}

.eligibility_maindiv{
 float:left;
 width:100%;
background: linear-gradient(90deg, rgba(78,115,182,1) 0%, rgba(5,57,87,1) 100%);
 border-radius:10px;
 padding:20px 20px;
 text-align:left;
 font-size:16px;
 color:#fff;
 font-weight:500;
}

.or{
 float:left;
 width:100%; 
 font-size:16px;
 color:#000;
 font-weight:600;
  text-align:center;
  padding:10px 0px;
}

.gallery_imgdiv {
    float: left;
    width: 100%;
    height: 650px;
}



.lab_imgdiv {
    float: left;
    width: 100%;
    height: 550px;
}


.overview_imgdiv {
    float: left;
    width: 100%;
    height: 480px;
}

.eventimg_css {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parallelogram {
      width: 150px;
      height: 100px;
      transform: skew(20deg);
      background: red;
    }
    
.course_ul li {
    list-style: disc;
    margin-left: 1rem;
    text-align:justify;
}   
.course_ul li::marker {
    color: #FFC53A;
} 

.gallery_imgdiv_new {
    float: left;
    width: 100%;
    height: 500px;
}

.our_programe_heading1 {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    color: #000000;
    font-weight: 800;
    
}

.our_programe_heading1:after {
    display: block;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 4px;
    background: #143A57;
    margin: auto;
    content: '';
}


section.collection {
    padding: 4rem 0;
}

.line {
    opacity: 1;
    color: #143A57;
    width: 120px;
    border-top: 3px solid;
}

section.collection h2 {
    margin: 0 1.2rem;
    font-weight: 600;
}

section.collection .card {
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 10px;
}

section.collection .card img {
    border-radius: 10px;
    transition: 8s ease;
    /*filter: sepia(50%);*/
}

section.collection .card-title {
    font-size: 23px;
    font-weight: 500;
}

section.collection .card .card-img-overlay {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 59%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 10px;
    transition: all 2s ease;
 
}

section.collection .card:hover img {
    transform: scale(1.1);
    filter: sepia(0);
}

section.collection .card:hover .card-img-overlay {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.95) 0%, rgba(255, 255, 255, 0) 59%);
}


.social {
    position: fixed;
    top: 180px;
    width: 50px;
    right: 33px;
    z-index: 1000;
}

.call-back {
    float: left;
    width: 180px;
    padding: 10px 10px;
    position: absolute;
    border-radius: 50px;
    /* margin-left: -138px; */
    left: -30px;
    
    transform: rotate(-90deg);
    text-align: center;
    background-color: #FFC53A;
    border: 2px solid #FFFFFF;
    color: #000;
    outline: none !important;
    margin-top: 300px;
    text-transform:uppercase;
}


.overview_eligibility{
float:left;
width:100%;
padding:20px;
font-size:18px;
text-align:left;
}

.table-dark{
        --bs-table-color: #000;
    --bs-table-bg: #feb92e !important;
    -bs-table-border-color: #feb92e !important;
    border-color: #feb92e !important;
background-color:#feb92e !important; 
color:#000 !important;
}

.founder{
font-size:25px;
font-weight:600;
color:#1650D5;
}

.founder_designation{
font-size:18px;
font-weight:500;
color:#979797;   
}


.inside_body_imgdiv {
    float: right;
    width: 100%;
    
    background-color: #FFC22D;
    padding-bottom: 20px;
    margin-top:50px;
   
}

.inside_body_imgdiv .about-img img {
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgb(0 0 0 / 14%);
    margin-top: -40px;
    margin-left: 20px;
    height: auto;
    object-fit: cover;
}


.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #193D81;
    width: 32px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #B2C3FF;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    background-color: #B2C3FF;
    transition: all 0.5s ease;
    height: 8px;
}


.document_maindiv{
 background: linear-gradient(0deg, rgba(25,131,179,1) 0%, rgba(9,62,101,1) 100%); 
 padding:20px;
}
.twoline{
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.fiveline{
display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:justify;
    
}

.button_div{
float:left;
width:100%;
}

.allcollection_btn{
float: left;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	background-color: #0A2F44;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	border-radius:50px;
	margin-bottom: 15px;
	transition: 0.5s all;
}

.allcollection_btn:hover{ background-color: #FFC22D; color: #000; }

.allcollection_btn svg{color: #fff; margin-left: 10px; margin-top: -3px; transition: all 0.5s ease;}


.allcollection_btn:hover svg path {
	transition: all 0.5s ease;
    fill: black;
}

.sportsfacility_imgdiv {
    float: left;
    width: 100%;
    height: 530px;
}

.event_imgdiv {
    float: left;
    width: 100%;
    height: 210px;
}

.event_name_new {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
        font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    height: 40px;
}


.mainevent_imgdiv {
    float: left;
    width: 100%;
    height: 300px;
}

.eventimg_css {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
 background-color: #efb502 !important;   
}

.accordion-button{
 background-color: #efb502 !important;      
}


.social_div {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    margin-right: 10px;
    transition: all 0.5s ease;
}


.recruter_imgdiv {
    float: left;
    width: 100%;
    height: 1030px;
}



.home_course_heading{
float:left;
width:300px;
height:auto;
background-color:#FFC22D;
border-radius:0px 20px 0px 20px;
padding:15px;
}

.infraimg{
float:left;
width:100%;
position:relative;
overflow: hidden;
border-radius:20px;
}

.infraimg img{
    border-radius:20px;
    transition: 5s ease;
}


.infraimg:hover img{
   transform: scale(1.1);
}



.infra_bodydiv{
float:left; 
width:100%;
position:absolute;
bottom:0px;
padding:15px;
z-index:1;
}

.infra_mainbody{
float:left;
width:100%;
padding:15px;
background: rgba(255, 255, 255, .9);   
border-radius:15px;

}


.home_labheading{
float:left;
width:100%;
font-size:26px;
color:#000;
font-weight:900;
line-height:normal;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

   
}

.owl-theme .owl-nav{
display:none !important;    
}


.readall-button{
    float:right !important;
    padding:6px 18px !important;
    border-radius:10px;
font-weight:700 !important; 
color:#1650D5 !important;
width:auto !important;
background-color:#FFC22D !important;
}


.btn2 {

    display: inline-block;
    padding: 0.8rem 1.5rem;
    border: 2px solid #ffb700;
    color: #002261;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-color:#fffeeb !important;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ffb700 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    margin-top:20px;
    width:100%;
    text-align:center;
   
}

.btn2:hover {
    color: #000;
    border: 2px solid transparent;
    background-position: left bottom;
    /* 

    color: var(--text-white);

     */
}

.eligibility_heading{
 font-size:22px; 
 font-weight:800; 
 line-height:33px;   
}

@media only screen and (max-width:480px){
    
 .eligibility_heading{
 font-size:20px; 

 line-height:25px;   
}   
    
    
    
   section.logo .item .card {
  height: 330px;
}
  
    
    
        .flex_child {
        width: 100%;
    }
    
.course_ul li {
   text-align:justify;
}    
    
    
    
p{
text-align:justify !important;   
} 

.text-justify{
  text-align:justify !important;    
}

.para {
    font-size: 16px;
    line-height: 1.6;
}
    
.home_labheading{
font-size:24px;
}    
    
  .lab_imgdiv {
    float: left;
    width: 100%;
    height: auto;
}
  
    
    
 .home_course_heading{
float:left;
width:300px;
}  
    
    
    
 .recruter_imgdiv {
    float: left;
    width: 100%;
    height: auto;
}
   
    
    
 .mainevent_imgdiv {
    float: left;
    width: 100%;
    height: 100px;
}
   
    
    
    .event_name_new {
        font-size: 17px;
    height: auto;
}
    
    
 .sportsfacility_imgdiv {
    float: left;
    width: 100%;
    height: auto;
}   
    
 .desktop_banner{
float:left;
width:100%;
display:none;
}

.mobile_banner{
float:left;
width:100%;
display:block;
}

.gallery_imgdiv {
height: auto;
}

.overview_imgdiv{
 height: auto;   
}

.gallery_imgdiv_new {
  
    height: auto;
}

section.collection .card-title {
    font-size: 15px;
    font-weight: 600;
}


.our_programe_heading1 {
    font-size: 28px;

    
}
   
}


/* Dropdown */
header .drop-item{
  position: absolute;
  background-color: #fff;
  padding: 20px;
  width: max-content;
  top:80px;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.09);
  transition: all 0.1s linear;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  height: max-content;
}
header .drop-item a{
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #ededed;
  transition: all 0.5s ease;
  position: relative;
  left: 0;
  color : #000;
}


header .drop-item a:hover{
  border-bottom: 1px solid #0a2f44;
  color: #0a2f44 !important;
  display: flex;
  align-items: center;
  position: relative;
  left: 4px;
}

header .hover:hover .drop-item{
  top: 67px !important;
  opacity: 1 !important;
  pointer-events: all !important;
  visibility:visible !important;
}

header .drop-item.active{
  top: 67px !important;
  opacity: 1 !important;
  pointer-events: all !important;
  visibility:visible !important;
}

.offcanvas-body .drop-item.active {
  top: 50px !important;
  opacity: 1 !important;
  pointer-events: all !important;
  visibility: visible !important;
}

nav .desk a {
  color: #4F4F4F;
}

nav .desk a:hover {
  color: #0a2f44 !important ;
}

.founder{
font-size:22px;
font-weight:600;
color:#1650D5;
}

.inside_body_imgdiv {
    float: right;
    width: 100%;
    
    background-color: #FFC22D;
    padding-bottom: 0px;
    margin-top:50px;
    margin-bottom:20px;
   
}

.inside_body_imgdiv .about-img img {
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgb(0 0 0 / 14%);
    margin-top: -40px;
    margin-left: 0px;
    height: auto;
    object-fit: cover;
}


}