/* home animation animtion */
section .row,
section {
  transform: scale(0.8);
  opacity: 0;
  transform-origin: top;
  transition: all 0.8s;
}

section.animation_center .row,
section.animation_center {
  opacity: 1;
  transform-origin: top;
  transform: none;
}

/* card animtion */

.banner-bottomsection {
  opacity: 1;
  transform-origin: top;
  transform: none;
}

/* .banner-bottomsection {
  transform: scale(1) !important;
}

.banner-bottomsection .card-main .cards {
  opacity: 0;
  transform: translateX(-100%) scale(1);
  transition: all 0.8s;
}

.banner-bottomsection .card-main .cards:nth-child(odd) {
  opacity: 1;
  transform: translateX(100%) scale(1);
  transition: all 0.8s;
}

.banner-bottomsection.animation_center .card-main .cards {
  opacity: 1;
  transform: none;
  margin: 0 -1px;
} */

/* card animtion */

/* home animation animtion */
#banner::after {
  content: "";
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  opacity: 0.76;
}

#banner .container {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
}

#banner .banner-img {
  min-height: 380px;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: calc(80vh - 100px);
}

#banner .banner {
  padding: 25px 20px 60px 10px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: start;
}

.banner .banner-title {
  width: 100%;
}

.banner-inner {
  width: fit-content;
  background-color: var(--nims-white);
}

.banner-inner a {
  width: 100%;
  font-size: var(--f14);
  line-height: 17px;
  font-weight: bold;
  font-family: var(--nins-font-overpass);
  color: var(--nims-white);
  text-decoration: none;
  padding: 5px;
  margin: 0;
  display: block;
}

.banner-bottomsection .card-main .cards:nth-child(4n + 1) .cards-inner {
  background-color: rgb(13 76 93 / 90%);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 2) .cards-inner {
  background-color: rgb(190 164 0 / 90%);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 3) .cards-inner {
  background-color: rgb(3 127 130 / 90%);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 4) .cards-inner {
  background-color: rgb(98 98 98 / 90%);
}

.banner-inner div:nth-child(4n + 1) a {
  background-color: var(--nims-yellow);
}

.banner-inner div:nth-child(4n + 2) a {
  background-color: var(--nims-blue);
}

.banner-inner div:nth-child(4n + 3) a {
  background-color: var(--nims-lightblue);
}

.banner-inner div:nth-child(4n + 4) a {
  background-color: var(--nims-gray);
}

.banner-bottomsection .card-main {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.banner-bottomsection .card-main .cards .cards-inner {
  padding: 50px 40px 50px 40px;
  height: 100%;
  margin: 0 -1px;
}

.cards-inner-svg {
  margin-bottom: 16px;
}

.banner-bottomsection .card-main .cards {
  width: 100%;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-bottomsection .card-main .cards {
  clip-path: polygon(100% 16%, 100% 100%, 0 100%, 0 0);
}

.banner-bottomsection .card-main .cards:nth-child(even) {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 16%);
}

.banner-bottomsection .cards h3 {
  font-size: var(--f18);
  line-height:120%;
  font-weight: bold;
  font-family: var(--nims-font-neue);
  color: var(--nims-white);
  text-transform:capitalize;
}

.banner-bottomsection .cards p {
  font-size: var(--f16);
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: var(--nins-font-overpass);
  color: var(--nims-white);
}

.banner-title h1 {
  color: var(--nims-white);
  font-weight: bold;
  font-size: var(--f26);
  line-height: 36px;
  font-family: var(--nims-font-neue);
  margin-top: 50px;
  margin-bottom: 0;
}

.banner-title h1 span {
  color: rgb(245, 183, 34);
}

.banner-bottomsection .cards hr {
  background-color: #CF242A;
  margin: 32px 0 26px 0;
  opacity: 0.8;
  height: 1px;
  width: 62px;
}

.banner-bottomsection .card-main .cards div a {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--nims-white);
  padding: 10px;
  border-radius: 4px;
  font-size: var(--f14);
  font-weight: bold;
  font-family: var(--nins-font-overpass);
  line-height: normal;
  color: var(--nims-white);
  transition: all 0.4s;
  border: 1px solid transparent;
}

.banner-bottomsection .card-main .cards div a:hover {
  color: var(--nims-white) !important;
  border: 1px solid var(--nims-white);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 1) div a svg path {
  stroke: var(--nims-blue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 2) div a svg path {
  stroke: var(--nims-yellow);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 3) div a svg path {
  stroke: var(--nims-lightblue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 4) div a svg path {
  stroke: var(--nims-gray);
}

.banner-bottomsection .card-main .cards div a svg path {
  transition: all 0.4s;
}

.banner-bottomsection .card-main .cards div a:hover svg path {
  stroke: var(--nims-white);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 1) div a {
  color: var(--nims-blue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 2) div a {
  color: var(--nims-yellow);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 3) div a {
  color: var(--nims-lightblue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 4) div a {
  color: var(--nims-gray);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 1) div a:hover {
  background-color: var(--nims-blue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 2) div a:hover {
  background-color: var(--nims-yellow);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 3) div a:hover {
  background-color: var(--nims-lightblue);
}

.banner-bottomsection .card-main .cards:nth-child(4n + 4) div a:hover {
  background-color: var(--nims-gray);
}


/* about section css start */

.about-power-section .title{
 font-weight:500;
 font-size: var(--f20);
 color:#0D0D25;
}
.about-power-section .text{
  color:#525271;
  
}
.about-power-section .img-wrap{
  gap: 30px;
}
.about-power-section .img-wrap .img1-wrap{
  -webkit-mask-image: url(../images/about-img1-mask.svg);
  mask-image: url(../images/about-img1-mask.svg);
  mask-repeat: no-repeat; 
}
.about-power-section .img-wrap:nth-child(1) img{
  border-top-right-radius: 60px;
}
.about-power-section .img-wrap:nth-child(2) img{
  border-bottom-left-radius: 60px;
}
.about-power-section .about-info + .about-info{
  margin-top: 50px;
}
.about-power-section .about-info-wrap .icon-percent{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.about-power-section .about-info-wrap .percent{
  font-size: 58px;
  font-weight: 900;  
  color:#525271;

}
.about-power-section .about-info-wrap .top{
  gap: 30px;
}
.about-power-section .about-info-wrap .part{
  gap: 60px;
}
.about-power-section .about-info-wrap .bottom .title{
  font-weight: 300;
  font-size: var(--f22);
  letter-spacing: 1px;
  color: #0D0D25;
  max-width: 305px;
  text-transform: uppercase;
}
.about-power-section .info-item .item{
  padding: 10px;
}
.about-power-section .info-item + .info-item{
  border-left: 1px solid #C5C5C5;
}
.about-power-section .info-item .title{
  font-size: var(--f22);
  font-weight: 400;
  letter-spacing: 1px;
  color: #525271;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-power-section .info-item img{
  width: 68px;
  height: 68px;
  object-fit: contain;
}

@media(max-width:1399px){
  .about-power-section .info-item .title{
    font-size: var(--f20);
  }
  .about-power-section .about-info-wrap .bottom .title{
    font-size: var(--f18);
  }
  .about-power-section .about-info-wrap .top{
    gap: 20px;
  }
  .about-power-section .about-info-wrap .top .icon img{
    height: 70px;
    width: 70px;
  }
  .about-power-section .about-info-wrap .part{
    gap: 30px;
  }
  .about-power-section .about-info-wrap .percent{
    font-size: 40px;
  }
  .about-power-section .about-info-wrap .part .img-logo img{
    max-width: 150px;
  }
}
@media(max-width:1199px){
  .about-power-section .info-item .title{
    font-size: var(--f18);
  }
  .about-power-section .about-info-wrap .bottom .title{
    font-size: var(--f16);
  }
  .about-power-section .about-info-wrap .top{
    gap: 20px;
  }
  .about-power-section .about-info-wrap .part .img-logo img{
    max-width: 100px;
  }
  .about-power-section .info-item img{
    width: 55px;
    height: 55px;
  }
}
@media(max-width:991px){
  .about-power-section .about-info-wrap .img-logo{
    display: none;
  }
  .about-power-section .about-info-wrap .part{
    gap: 0;
  }
  .about-power-section .about-info-wrap .top{
    gap: 0;
  }
  .about-power-section .img-wrap{
    gap: 20px;
  }
  .about-power-section .info-item{
    width: 33.33%;
    flex: none;
  }
  .about-power-section .info-item:nth-child(4){
    border-left: none;
  }
  .about-power-section .about-info + .about-info{
    margin-top: 0px;
  }
		.about-power-section .about-info-wrap  .text{
	margin-top: 20px;
}
}
@media(max-width:767px){
  .about-power-section .info-item{
    width:50%;
  }
  .about-power-section .info-item:last-child{
    border-left: none;
  }
  .about-power-section .info-item:nth-child(3){
    border-left: none;
  }
  .about-power-section .info-item:nth-child(4){
    border-left: 1px solid #C5C5C5;
  }
  .about-power-section .about-info-wrap .top .icon img{
    height: 50px;
    width: 50px;
  }
  .about-power-section .about-info-wrap .percent {
    font-size: 30px;
}
.about-power-section .about-info-wrap .bottom .title {
  font-size: var(--f14);
}
}
/* about section css end */

.our-gallery-section{
  padding: 55px 0;
}
.our-gallery-section .title{
  font-size: 42px;
  font-weight: 900;
}
.our-gallery-section .slick-dots {
  bottom: -40px;
}
.our-gallery-section .links-wrap{
  height: 482px;
  overflow: auto;
  padding-right: 30px;
  margin-right: -30px;
}
.our-gallery-section .links-wrap::-webkit-scrollbar {
  width: 10px;
}
.our-gallery-section .links-wrap::-webkit-scrollbar-track{
  background: #0D4C5D;
  border-radius: 50px;
  display: block;
  padding:3px 2px;
}
.our-gallery-section .links-wrap::-webkit-scrollbar-thumb {
  background: #03AAB0; 
  border-radius: 50px;
  border: 3px solid #0D4C5D;
  background-clip: padding-box;
}

.our-gallery-section .links-wrap .links{
  padding-left: 0;
  margin-bottom: 0;
}
.our-gallery-section .links-wrap li{
  list-style: none;
}

.our-gallery-section .links-wrap li + li{
  border-top:1px solid #E4E2E3;
}
.our-gallery-section .links-wrap li a{
  display:block;
  font-size: var(--f20);
  color: #0D0D25;
  font-weight: 400;
  padding: 23px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.our-gallery-section .links-wrap li:first-child a{
  padding-top: 0;
 }
.our-gallery-section .links-wrap li a:hover{
  color: var(--nims-dark-red);
}
.our-gallery-section .links-wrap li a .link-icon{
  position: absolute;
  right: 0;
  bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  width: 21px;
  border-radius: 3px;
  background-color: var(--nims-dark-red);
}
.our-gallery-section .links-wrap li a .link-icon svg{
  transition: all 0.5s ease-in-out;
}
.our-gallery-section .links-wrap li a:hover .link-icon svg{
  transform: rotate(-45deg);
}
.our-gallery-section .btn-wrap{
  margin-top: 25px;
}
@media(max-width:1499px){
  .our-gallery-section .links-wrap{
    height: 400px;
  }
}
@media(max-width:1399px){
  .our-gallery-section .links-wrap{
    height: 385px;
  }
}
@media(max-width:1299px){
  .our-gallery-section .links-wrap{
    height: 360px;
  }
}
@media(max-width:1199px){
  .our-gallery-section{
    padding: 60px 0;
  }
  .our-gallery-section .links-wrap{
    height: 300px;
  }
  .our-gallery-section .title{
    font-size: 30px;
  }
  .our-gallery-section .links-wrap{
    padding-right: 20px;
    margin-right: 0px;
  }
  .our-gallery-section .links-wrap li a{
    padding:18px 24px 18px 18px; 
    font-size: var(--f18);
  }
}
.highlights-section{
  padding-bottom: 60px;
}
.highlights-section .slick-dots {
  bottom: -50px;
}
.highlights-section .category{
 display: inline-block;
 font-size: 12px;
 color: #B1B1B1;
 padding-left: 14px;
 position: relative;
}
.highlights-section .category::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #01BABD;
  border-radius: 50%;
}
.highlights-section .title{
  margin-bottom: 0;
}
.highlights-section .img{
  margin-bottom: 20px;
}
.highlights-section .title a{
  display: block;
  font-size: var(--f20);
  font-weight: 700;
  position: relative;
  color: #0D0D25;
  transition: all 0.5s ease-in-out;
  padding: 25px 25px 25px 0;
}
.highlights-section .title a:hover{
  color: var(--nims-red);
}
.highlights-section .card-wrap:nth-child(2){
  grid-area: 1/2/3/3;
}
.highlights-section .card-wrap:nth-child(2) img{
  height: 407px;
  object-fit: contain;
}

.highlights-section .card-wrap:nth-child(3) img{
  height: 222px;
  object-fit: contain;
}
.highlights-section .card-wrap:nth-child(3){
  margin-top: 50px;
}
.highlights-section .main-card-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 25px;
}
.highlights-section .card-wrap{
  border-bottom: 1px solid #E4E2E3;
}
.highlights-section .title a .link-icon{
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  width: 21px;
  border-radius: 3px;
  background-color: var(--nims-dark-red);
}
.highlights-section .item + .item{
  margin-left: 25px;
}
.highlights-section .title a .link-icon svg{
  transition: all 0.5s ease-in-out;
}
.highlights-section .title a:hover .link-icon svg{
  transform: rotate(-45deg);
}

.highlights-section .highlights-item-wrap{
  padding-left: 0;
  height: 523px;
  overflow: auto;
}
.highlights-section .highlights-item-wrap::-webkit-scrollbar {
  width: 10px;
}
.highlights-section .highlights-item-wrap::-webkit-scrollbar-track{
  background: #0D4C5D;
  border-radius: 50px;
  display: block;
  padding:3px 2px;
}
.highlights-section .highlights-item-wrap::-webkit-scrollbar-thumb {
  background: #03AAB0; 
  border-radius: 50px;
  border: 3px solid #0D4C5D;
  background-clip: padding-box;
}
.highlights-section .highlights-item-wrap li{
  display: flex;
  padding: 20px 20px 20px 0;
}
.highlights-section .highlights-item-wrap li:nth-child(4n + 1) .content .category::after{
  background-color: #7768E5;
}
.highlights-section .highlights-item-wrap li:nth-child(4n + 2) .content .category::after{
  background-color: #5CA89F;
}
.highlights-section .highlights-item-wrap li:nth-child(4n + 3) .content .category::after{
  background-color: #FC6441;
}
.highlights-section .highlights-item-wrap li:nth-child(4n + 4) .content .category::after{
  background-color: #F8CA4D;
}
.highlights-section .highlights-item-wrap li:first-child{
  padding: 0px 20px 20px 0;
}
.highlights-section .highlights-item-wrap li + li{
  border-top: 1px solid #E4E2E3;
}
.highlights-section .highlights-item-wrap li a .link-icon{
  bottom: 0;
}
.highlights-section .highlights-item-wrap li a{
  padding: 0 25px 0 0;
}
.highlights-section .highlights-item-wrap .icon{
  height: 95px;
  width: 95px;
}
.highlights-section .highlights-item-wrap .content{
  width: calc(100% - 95px);
  padding-left: 25px;
}
.highlights-section .highlights-item-wrap .content .title{
  margin-top: 20px;
}
.highlights-section .highlights-right-part .btn-wrap .btn{
  background: transparent !important;
  border-color: transparent;
  border-bottom: 2px solid var(--nims-red);
  padding:0 24px 24px 24px;
  width: 100%;
}
.highlights-section .highlights-right-part .btn-wrap .btn:focus,.highlights-section .highlights-right-part .btn-wrap .btn:active{
  background: transparent !important;
  border-color: transparent;
  border-bottom: 2px solid var(--nims-red);
  
}
.highlights-section .highlights-right-part .btn-wrap svg{
  transition: all 0.5s ease-in-out;
}
.highlights-section .highlights-right-part .btn-wrap .btn:hover svg{
   transform: translateY(5px);
}
.highlights-section .card-wrap img{
	object-fit: cover !important;
    width: 100% !important;
}
@media(max-width:1699px){
  .highlights-section .card-wrap:nth-child(2) img{
    height: 382px;
  }
  .highlights-section .card-wrap:nth-child(3) img{
    height: 208px;
  }
}
@media(max-width:1599px){
  .highlights-section .card-wrap:nth-child(2) img{
    height: 356px;
  }
  .highlights-section .card-wrap:nth-child(3) img{
    height: 193px;
  }
}
@media(max-width:1499px){
  .highlights-section .card-wrap:nth-child(2) img{
    height: 327px;
  }
  .highlights-section .card-wrap:nth-child(3) img{
    height: 182px;
  }
}


@media(max-width:1399px){
  .highlights-section .title a{
    font-size: var(--f18);
    padding: 15px 25px 25px 0;
  }
  .highlights-section .img{
    margin-bottom: 15px;
  }
  .highlights-section .card-wrap:nth-child(2) img{
    height: 305px;
  }
  .highlights-section .card-wrap:nth-child(3) img{
    height: 168px;
  }
  .highlights-section .highlights-item-wrap{
    height:384px;
  }
}
@media(max-width:1299px){
  .highlights-section .card-wrap:nth-child(2) img{
    height: 275px;
  }
  .highlights-section .card-wrap:nth-child(3) img{
    height: 150px;
  }
}
@media(max-width:1199px){
  .highlights-section .highlights-item-wrap{
    height:380px;
  }
  .highlights-section .title a{
    font-size: var(--f16);
  }
  .highlights-section .card-wrap:nth-child(2) img{
    height: 217px;
  }
  .highlights-section .card-wrap:nth-child(3) img{
    height: 124px;
  }

 
}
@media(max-width:991px){
  .highlights-section .highlights-item-wrap{
    height:250px;
  }
  .highlights-section .card-wrap:nth-child(2) img{
    height: 296px;
  }
  .highlights-section .card-wrap:nth-child(3) img{
    height: 163px;
  }
  .highlights-section .item + .item{
    margin-left:0px;
  }
}
@media(max-width:767px){
  .highlights-section .highlights-item-wrap .icon{
    height: 70px;
    width: 70px;
  }
  .highlights-section .highlights-item-wrap .content{
    width: calc(100% - 70px);
    padding-left:15px;
  }
  .highlights-section .highlights-item-wrap .content .title {
    margin-top: 15px;
}
.highlights-section .card-wrap:nth-child(2) img{
  height: 216px;
}
.highlights-section .card-wrap:nth-child(3) img{
  height: 120px;
}
}
@media(max-width:575px){
  .highlights-section .main-card-wrap{
    grid-template-columns:1fr;
  }
  .highlights-section .card-wrap:nth-child(2){
    display: none;
  }
  .highlights-section .card-wrap:nth-child(3) img{
    height: auto;
  }
  .highlights-section .card-wrap:nth-child(3) {
    margin-top: 30px;
}
}


.page-id-1502 .about-details,
.page-id-1504 .about-details,
.page-id-1514 .about-details,
.page-id-1522 .about-details {
  background-color: #fff;
}

.hading-tital-bg {
  margin-top: 0;
}

.hading-tital-bg h3 {
  font-size: var(--f20);
  font-weight: bold;
  padding: 20px 0;
  margin: 0;
  font-family: var(--nims-font-neue);
  line-height: 35px;
  color: var(--nims-white);
  text-align: center;
  background-color: var(--nims-banner-blue);
}

.apply-btn {
  position: relative;
  padding: 30px 36px;
  background-image: url("https://www.shutterstock.com/image-photo/attractive-african-young-confident-businesswoman-600nw-1712082700.jpg");
  background-position: center;
  background-size: cover;
}

.apply-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--nims-black);
  opacity: 0.8;
}

.apply-btn a {
  background-color: var(--nims-dark-red);
  transition: all 0.6s;
  color: var(--nims-white);
  width: 100%;
  font-weight: bold;
  padding: 20px 66px 17px 66px;
  font-size: var(--f16);
  line-height: 20px;
  font-family: var(--nins-font-overpass);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.apply-btn a:hover {
  background-color: var(--nims-red);
}

/*  */
.process {
  background-color: var(--nims-bg-gray);
  margin-top: 0;
  padding: 0;
}

.process-details span {
  -webkit-text-stroke: 5px var(--nims-banner-blue);
  font-size: 100px;
  line-height: 100px;
  font-family: var(--nins-font-overpass);
  font-weight: bold;
  color: transparent;
}

.process-details span:first-child {
  -webkit-text-stroke: 3px var(--nims-banner-blue);
  font-size: 50px;
}

.process-details p {
  font-size: var(--f20);
  line-height: 24px;
  font-weight: bold;
  font-family: var(--nims-font-neue);
  margin-left: 0;
}

.process-details span {
  margin-right: 10px;
}

.placement {
  background-color: var(--nims-bg-gray);
  margin-top: 0;
  padding: 40px 0px;
}
@media(max-width:991px){
  .placement{
    padding:50px 70px;
  }
}

.placement h4 {
  font-size: var(--f18);
  line-height: 32px;
  color: var(--nims-black);
  text-align: center;
  font-weight: bold;
  font-family: var(--nims-font-neue);
}

.recruiters ul li {
  font-size: var(--f16);
  line-height: 20px;
  text-align: center;
  font-family: var(--nins-font-overpass);
  font-weight: bold;
  background-color: var(--nims-blue);
  border: 1px solid #c7c7c7;
  color: var(--nims-white);
  padding: 8px 24px;
  transition: all 0.4s;
}

.recruiters ul li:hover {
  background-color: var(--nims-yellow);
  color: var(--nims-white);
}

.testimonials ul,
.recruiters ul {
  list-style: none;
  padding: 0;
}

.testimonials-details h6,
.testimonials-text,
.testimonials-details h5 {
  font-size: var(--f18);
  line-height: 23px;
  font-weight: bold;
  color: #525271;
  font-family: var(--nins-font-overpass);
  margin-bottom: 0;
}

.testimonials-text,
.testimonials-details h6 {
  font-size: var(--f16);
}

.testimonials-details p {
  font-size: var(--f12);
  line-height: 24px;
  font-family: var(--nins-font-overpass);
  font-weight: 400;
  color: var(--nims-gray);
  margin-bottom: 0;
}

.testimonials-text {
  font-weight: 300;
  margin-top: 24px;
}

.testimonials-img {
  width: 60px;
}

.testimonials-card .play-icon img,
.testimonials-img img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}

.testimonials-card .play-icon {
  width: 30px;
}

.testimonials-card,
.testimonials-profile {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.testimonials-card {
  justify-content: space-between;
  align-items: start;
}

.testimonials-slider li {
  background-color: var(--nims-white);
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  padding: 20px;
  height: inherit !important;
}

.nmims {
  align-items: stretch;
  margin: 0;
}

.nmims-videos {
  position: relative;
  padding: 0;
}

.nmims-play-btn {
  position: absolute;
  bottom: 20px;
  right: 45px;
  width: 46px;
  aspect-ratio: 1 / 1;
}

.nmims-play-btn button {
  width: 100%;
  padding: 0;
  border-radius: 100px;
  transition: all 0.4s;
}

.nmims-play-btn button:hover {
  box-shadow: 0px 0 10px 0 #00000073;
}

.nmims img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nmims-card-imgs {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.nmims-card-imgs figure {
  margin: 0;
  text-align: center;
}

.nmims-card-imgs figure img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.process-videos {
  margin-top: 0;
}

.process-videos video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#placement ul.slick-dots li {
  border: none;
  background: transparent;
  padding: 0;
}

#placement ul.slick-dots {
  position: unset !important;
  margin-top: 10px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.testimonials,
.recruiters {
  margin-top: 20px;
}

#placement .slick-dots li button:before {
  background-color: var(--nims-gray);
  opacity: 0.2;
}

#placement .slick-dots li.slick-active button:before {
  background-color: var(--nims-black);
  opacity: 1;
}

.international {
  background-color: var(--nims-blue);
  border-radius: 4px;
  padding: 0.521vw;
  margin: 6.604vw 0;
  overflow: hidden;
}

.international-packages {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2vw;
}

.international .international-inner {
  border: 1px dashed var(--nims-banner-blue);
  padding: 1.563vw;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.042vw;
  position: relative;
}

.international-term-condition {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 7px;
  line-height: 9px;
  font-weight: bold;
  color: #326775;
  font-family: var(--nins-font-overpass);
}

.packages-btn {
  font-size: 2.344vw;
  max-width: 23.438vw;
  font-weight: bold;
  font-family: var(--nims-font-neue);
  line-height: 51px;
  color: var(--nims-white);
  background-color: var(--nims-banner-blue);
  border-radius: 0 4px 4px 0px;
  padding: 1.198vw;
  margin-left: -0.650vw;
}

.pannum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  min-width: 2vw;
}

.pannum p {
  font-size: 1.823vw;
  line-height: 1.146vw;
  color: var(--nims-white);
  font-family: var(--nins-font-overpass);
  margin: 0;
  margin-right: 0;
}

.annum p {
  font-size: 3.073vw;
  line-height: 1.771vw;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--nims-banner-blue);
  font-family: var(--nins-font-overpass);
}

.annum span {
  font-size: 1.354vw;
  line-height: 0.833vw;
  font-family: var(--nins-font-overpass);
  font-weight: 400;
  color: var(--nims-white);
}

.international-hr {
  width: 100%;
  border: 0.5px solid var(--nims-white);
  min-height: 1px;
}

.events {
  margin-top: 0;
}

.events-img {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
}

.events-img figure {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.events-img figure:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: black;
  opacity: 0.5;
}

.events-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
  scale: 1;
}

.events-img figure:hover img {
  scale: 1.1;
}

.events-img figure p {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 27px;
  right: 27px;
  margin-bottom: 0;
  font-size: var(--f18);
  line-height: normal;
  color: var(--nims-white);
  font-weight: bold;
  font-family: var(--nins-font-overpass);
}

.eventslist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
}

.eventslist:last-child {
  margin-bottom: 0;
}

.events-list {
  background-color: var(--nims-blue);
  padding: 50px 30px;
}

.eventslist-date {
  display: flex;
  justify-content: start;
  gap: 22px;
  align-items: center;
}

.events-list-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}

.events-detail h4,
.events-list-view span {
  color: var(--nims-white);
  font-size: var(--f18);
  line-height: 22px;
  font-family: var(--nims-font-neue);
  font-weight: bold;
}

.events-list-view span:last-child {
  font-size: var(--f16);
  font-weight: 400;
  font-family: var(--nins-font-overpass);
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
}

.events-date {
  background-color: var(--nims-white);
  padding: 10px 20px;
  border-radius: 4px;
  width: 20%;
  min-width: 80px;
}

.events-detail p,
.events-date span {
  font-size: var(--f16);
  color: var(--nims-black);
  font-family: var(--nins-font-overpass);
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 22px;
}

.events-date p {
  font-size: var(--f40);
  color: var(--nims-black);
  font-family: var(--nins-font-overpass);
  text-align: center;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.events-detail p {
  margin: 0;
  color: var(--nims-white);
  text-align: left;
  font-weight: 300;
}

.events-btn {
  width: 20px;
  flex: 0 0 auto;
}

.more-btn {
  width: 100%;
  align-self: flex-end;
}

.more-btn a.more-btn {
  background-color: var(--nims-bg-gray);
  color: var(--nims-black);
  font-size: var(--f16);
  width: 100%;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: bold;
  font-family: var(--nins-font-overpass);
  transition: all 0.4s;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.more-btn a.more-btn .more-btn-play {
  transition: all 0.4s;
}

.more-btn a.more-btn:hover {
  background-color: var(--nims-black);
  color: var(--nims-white);
}

.more-btn a.more-btn:hover .more-btn-play {
  filter: brightness(1) invert(1);
}

.international .international-inner {
  align-items: center;
}

.international .international-inner {
  align-items: center;
}

.international-packages {
  width: calc(100% - 27.083vw);
}

.process-details {
  margin-top: 20px;
  padding: 50px 20px;
}

.testimonials .slick-slide {
  margin:0 20px;
}
@media(max-width:991px){
  .testimonials .slick-slide {
    margin:0 10px;
  }
}

.recruiters .slick-slide {
  margin: 0 10px;
}


.recruiters .slick-slide div:first-child {
  margin-bottom: 10px;
}

/* #banner .banner-img {
  display: none;
} */

#banner .banner-img.banner-mobile-img {
  display: block;
}

/* pop up */

.modal-header {
  border: none;
}

.btn-close {
  filter: brightness(1) invert(1);
  opacity: 1;
}

/* .search-header .form-control::placeholder,
.search-header .form-control {
  background: transparent;
  font-size: var(--f18);
  line-height: normal;
  font-weight: 300;
  border: none;
  color: var(--nims-white);
  font-family: var(--nins-font-overpass);
}

.search-header .form-control::placeholder {
  color: #e16464;
} */

.header-links {
  color: var(--nims-white);
}

/* .search-header {
  border-bottom: 1px solid #e16464;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
} */
.search-header img {
  filter: brightness(1) invert(1);
}

.header-links h6 {
  font-size: var(--f20);
  line-height: normal;
  font-family: var(--nins-font-overpass);
  font-weight: bold;
}

.header-links ul {
  padding-left: 20px;
  margin-top: 20px;
}

.header-links ul li {
  font-weight: 300;
  font-family: var(--nins-font-overpass);
  font-size: var(--f16);
  line-height: normal;
  margin-bottom: 10px;
}

.modal-body {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-main-body {
  width: 100%;
  max-height: 100%;
}

.modal-backdrop {
  z-index: 99 !important;
}

/* pop up */

/* counter  */
.counter-content-main {
  text-align: center;
}

.counter-text {
  width: 70%;
  margin: 0 auto;
}

.counter-text p {
  text-align: center;
  font-size: var(--f18);
  line-height: 23px;
  font-weight: 600;
  color: var(--nims-black);
  font-family: var(--nins-font-overpass);
  margin-bottom: 0;
  margin-top: 20px;
}

.counter-content span {
  font-size: var(--f50);
  font-weight: bold;
  padding: 20px 0;
  margin: 0;
  font-family: var(--nims-font-neue);
  line-height: 35px;
}

.counter-content {
  font-size: var(--f50);
  font-weight: bold;
  padding: 20px 0;
  margin: 0;
  font-family: var(--nims-font-neue);
  line-height: 35px;
}

.sub-title {
  font-size: var(--f18);
  line-height: 22px;
  font-weight: bold;
  color: var(--nims-black);
  font-family: var(--nins-font-overpass);
}

.counter-text {
  margin-bottom: 60px;
  margin-top: 60px;
}

.counter {
  margin: 100px 0;
}

@media (min-width: 768px) {
  .events-date {
    padding: 10px 20px;
  }

  .nmims-card-imgs {
    gap: 30px;
  }

  .packages-btn {
    border-radius: 0;
  }

  .packages-btn {
    margin-left: -0.521vw;
  }

  #banner .banner-img {
    height: calc(100vh - 69px);
  }

  .banner .banner-title {
    width: fit-content;
  }

  .banner-bottomsection .card-main .cards div a {
    font-size: var(--f16);
    line-height: normal;
  }

  .events-img figure p {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  #banner .banner {
    padding: 25px 0 60px 0;
  }

  .placement {
    margin-top: 50px;
  }

  .nmims-videos {
    padding-left: 0;
  }

  .process-details {
    padding: 0;
  }

  .nmims-play-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 50px;
    aspect-ratio: 1 / 1;
  }

  .placement h4 {
    font-size: var(--f26);
    line-height: 46px;
  }

  .testimonials-text,
  .testimonials-details h6 {
    font-size: var(--f18);
  }


  .recruiters ul li {
    font-size: var(--f24);
    line-height: 30px;
    padding: 28px 60px;
  }

  #placement ul.slick-dots {
    margin-top: 40px;
  }

  .testimonials,
  .recruiters {
    margin-top: 50px;
  }


  .recruiters .slick-slide {
    margin: 0 20px;
  }

  .testimonials .slick-list {
    margin: 0 -10px;
  }

  /* .recruiters .slick-list {
    margin: 0 -20px;
  } */
  .hading-tital-bg h3 {
    font-size: var(--f30);
    padding: 30px 0;
    line-height: 53px;
  }

  .process-details {
    margin-top: 0;
  }

  .process-details p {
    font-size: var(--f30);
    line-height: 42px;
    margin-left: 0;
  }

  .process-details span {
    font-size: 100px;
    line-height: 100px;
  }

  .more-btn {
    width: 50%;
  }

  .events-img figure {
    width: calc(50% - 10px);
  }

  .events-img {
    padding-left: 0;
    padding-right: 20px;
    gap: 20px;
  }

  .events {
    margin-top: 50px;
  }

  .process {
    margin-top: 50px;
    padding: 50px;
  }

  .apply-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    padding: 0;
    background-image: none;
  }

  .apply-btn::after {
    content: none;
  }

  .process-videos {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  /* .hading-tital-bg {
    margin-top: 50px;
  } */
  .banner-inner a {
    font-size: var(--f20);
    line-height: 16px;
    padding: 20px;
  }

  #banner .banner {
    padding: 30px 0 60px 0;
  }

  #banner .banner-img {
    object-fit: cover;
  }

  .banner-bottomsection {
    margin-top: -80px;
    margin-bottom: 50px;
  }

  .banner-bottomsection .card-main .cards {
    width: 50%;
  }

  .banner-title h1 {
    font-size: var(--f56);
    line-height: 40px;
    margin-bottom: 150px;
  }

  .banner-bottomsection .card-main .cards:nth-child(3),
  .banner-bottomsection .card-main .cards:nth-child(4) {
    clip-path: none;
  }

  .banner-bottomsection .card-main .cards .cards-inner {
    padding: 80px 80px 50px 80px;
  }

  .banner-bottomsection .cards h3 {
    font-size: var(--f20);
  }

  .banner-bottomsection .cards p {
    font-size: var(--f18);
    line-height: 22px;
  }

  .international-hr {
    width: 1px;
    min-height: 100%;
    border: 0.5px solid var(--nims-white);
  }


  .process-details .d-flex.align-items-center {
    flex-wrap: nowrap;
  }


  .international {
    padding: 0.365vw;
    margin: 2.604vw 0;
  }

  /* pop up */
  .header-links h6,
  .search-header .form-control::placeholder,
  .search-header .form-control {
    font-size: var(--f24);
    line-height: normal;
  }

  .search-header {
    margin-bottom: 50px;
    gap: 20px;
  }

  .header-links ul li {
    line-height: normal;
    margin-bottom: 10px;
  }

  /* pop up */
}

@media (min-width: 992px) {
  .nmims-play-btn {
    bottom: 50px;
    right: 75px;
    width: 66px;
  }

  .events-img figure p {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .banner-bottomsection .card-main .cards .cards-inner {
    padding: 80px 100px 50px 100px;
  }

  #banner .banner-img {
    display: block;
  }

  #banner .banner-img.banner-mobile-img {
    display: none;
  }
  .placement {
    margin-top: 50px;
    padding: 50px 100px;
  }

  .placement .testimonials .testimonials-slider .slick-list .slick-track{
    display: flex !important;
  }


  }
  .process-details {
    padding: 0px 30px;
  }

  #banner .banner {
    padding: 50px 0 60px 0;
  }


  .process-details .d-flex.align-items-center {
    flex-wrap: wrap;
  }

  /* pop up */
  .header-links h6,
  .search-header .form-control::placeholder,
  .search-header .form-control {
    font-size: var(--f30);
    line-height: normal;
  }

  /* pop up */
  .testimonials .slick-list {
    margin: 0 -50px;
  }
#banner .banner-img {
        height: auto;
    }

}

@media (min-width: 1025px) {

  .process-details span {
    font-size: 150px;
    line-height: 150px;
  }

  /* pop up */
  .header-links ul li {
    font-weight: 300;
    font-size: var(--f18);
  }

  .header-links h6 {
    font-size: var(--f40);
    line-height: 60px;
  }

  .search-header .form-control::placeholder,
  .search-header .form-control {
    background: transparent;
    font-size: var(--f40);
    line-height: normal;
    font-weight: 300;
  }

  /* pop up */
}
@media (max-width:1400px){
	  .banner-title h1 {
        font-size: 45px;
        line-height: 30px;
        margin-bottom: 100px;
    }
}
@media (min-width: 1200px) {
  .process-details p {
    font-size: var(--f30);
    line-height: 36px;
  }


  #banner .banner {
    padding: 50px 0 60px 0;
  }

  /* .banner-title h1 {
    margin-top: 350px;
  } */
  .banner-bottomsection {
    margin-top: -90px;
  }

  .banner-bottomsection .card-main .cards {
    width: 50%;
  }

  .banner-bottomsection .card-main .cards {
    clip-path: polygon(100% 16%, 100% 100%, 0 100%, 0 0);
  }

  .banner-bottomsection .card-main .cards:nth-child(3) {
    clip-path: polygon(100% 16%, 100% 100%, 0 100%, 0 0);
  }

  .banner-bottomsection .card-main .cards:nth-child(4) {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 16%);
  }

  .banner-bottomsection .cards p {
    font-size: var(--f20);
    line-height: 24px;
  }

  .banner-bottomsection .cards h3 {
    font-size:30px;
  }
}
@media (max-width:1024px) {
        .banner-title h1 {
        font-size: 40px;
        line-height: 29px;
        margin-bottom: 100px;
    }
}
@media (min-width: 1300px) {
  .process-details .d-flex.align-items-center {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1450px) {

  .process-details p {
    margin-left: 20px;
  }
  .banner-bottomsection .cards h3{
    font-size:42px;
  }
}

@media (min-width: 1500px) {

  /* .banner-title h1 {
    margin-top: 350px;
  } */
  .banner-bottomsection {
    margin-top: -80px;
  }

  #banner .banner {
    padding: 100px 0 100px 0;
  }
}

@media (min-width: 1700px) {

  /* .banner-title h1 {
    margin-top: 350px;
  } */
  .banner-bottomsection {
    margin-top: -71px;
  }
}
@media (max-width: 992px) {
	    .banner-title h1 {
        font-size: 30px;
        line-height: 22px;
        margin-bottom: 60px;
    }
    .banner-inner a{
                padding: 14px;
    }
		.banner-title{
	        text-align: start !important;
	}
}
	
@media (max-width: 767px) {
  .banner-bottomsection {
    margin-top: -40px;
  }

  .banner-bottomsection .card-main .cards:nth-child(1) {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    z-index: 10;
  }

  .banner-bottomsection .card-main .cards:nth-child(2) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin-top: -40px;
    z-index: 9;
  }
  .banner-bottomsection .cards hr{
    margin: 25px 0 20px 0;
  }

  .banner-bottomsection .card-main .cards:nth-child(3) {
    clip-path: none;
    margin-top: -40px;
    z-index: 8;
  }

  .banner-bottomsection .card-main .cards:nth-child(4) {
    clip-path: polygon(100% 10%, 100% 100%, 0 100%, 0 0);
    margin-top: -40px;
    z-index: 8;
  }

  .counter-content {
    font-size: 35px;
  }

  .counter-content span {
    font-size: 35px;
  }

  .counter-main {
    margin-bottom: 20px !important;
  }

  .sub-title {
    font-size: var(--f16);
  }
}
@media (max-width:600px){
        .banner-title h1 {
        font-size: 20px;
        line-height: 14px;
        margin-bottom: 60px;
    }
}
/* @media (max-width: 1024px) {
  #banner .banner {
    padding: 60px 0 60px 0;
  }
  .banner-title h1 {
    margin-top: 60px;
  }
  .process-details p {
    font-size: var(--f20);
    line-height: 24px;
    margin-left: 0;
  }
  .banner-title h1 {
    font-size: var(--f50);
    line-height: 60px;
  }
  .process-details span {
    font-size: 100px;
    line-height: 100px;
  }
  .international .international-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
  }
  .international-hr {
    display: none;
  }
  .testimonials .slick-slide {
    margin: 0 20px;
  }
  .testimonials .slick-list {
    margin: 0 -20px;
  }
  .banner-bottomsection .card-main .cards .cards-inner {
    padding: 100px 10px 20px 10px;
  }
  .banner-bottomsection .cards h3 {
    font-size: var(--f20);
    line-height: normal;
  }
  .banner-bottomsection .cards p {
    font-size: var(--f18);
    line-height: normal;
  }
  .nmims-card-imgs figure {
    height: 100px;
  }
  #placement ul.slick-dots {
    margin-top: 10px;
  }
  .testimonials,
  .recruiters {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .banner-bottomsection .card-main {
    flex-wrap: wrap;
  }
  .banner-bottomsection .card-main .cards {
    width: 50%;
  }
  .process {
    padding: 20px;
  }
  .process-details {
    margin-top: 50px;
  }
  .process-details .d-flex {
    align-items: center;
  }
  .nmims-card-imgs {
    gap: 10px;
  }
  .nmims-card-imgs figure {
    width: calc(50% - 5px);
  }
  .hading-tital-bg h3 {
    padding: 10px 0;
  }
  .process-videos {
    margin-top: 20px;
  }
  .apply-btn a {
    padding: 15px 40px;
  }
  .placement,
  .testimonials,
  .recruiters,
  .events,
  .process {
    margin-top: 30px;
  }
  .placement {
    padding: 20px;
  }
  .hading-tital-bg h3 {
    font-size: var(--f24);
  }
  .events-list {
    margin-top: 30px;
  }
  .banner-bottomsection .card-main .cards:nth-child(odd),
  .banner-bottomsection .card-main .cards:nth-child(even) {
    clip-path: unset;
  }
  .banner-bottomsection .card-main .cards .cards-inner {
    padding: 40px 10px 40px 10px;
  }
  .banner-bottomsection .card-main .cards:first-child {
    clip-path: polygon(100% 17%, 100% 100%, 0 100%, 0 0);
  }
  .banner-bottomsection .card-main .cards:nth-child(2) {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 17%);
  }
  .banner-bottomsection .card-main .cards:first-child .cards-inner,
  .banner-bottomsection .card-main .cards:nth-child(2) .cards-inner {
    padding: 100px 10px 40px 10px;
  }
}

@media (max-width: 500px) {
  .banner-inner a {
    padding: 4px 5px;
    font-size: var(--f14);
    line-height: 16px;
  }
  .banner-title h1 {
    font-size: var(--f26);
    line-height: 36px;
    text-align: center;
  }
  .banner-title h1 {
    margin-top: 100px;
  }
  .banner-bottomsection .card-main .cards {
    width: 100%;
  }
  .banner-bottomsection .card-main .cards:first-child {
    clip-path: polygon(100% 0, 100% 100%, 0 88%, 0 13%);
  }
} */

@media (min-width:1888px) {
  .packages-btn {
    font-size: 45px;
    max-width: 438px;
    padding: 23px;
    margin-left: -39px;
  }

  .pannum p {
    font-size: 35px;
    line-height: 44px;
  }

  .annum p {
    font-size: 59px;
    line-height: 75px;
  }

  .annum span {
    font-size: 26px;
    line-height: 33px;
  }

  .international .international-inner {
    padding: 30px;
    gap: 0;
  }

  .international-packages {
    gap: 30px;
  }

  .international {
    padding: 7px;
  }

  .international-packages {
    width: auto;
  }

  .pannum {
    gap: 50px;
    min-width: calc(50% - 32px);
  }

  .annum {
    min-width: 240px;
  }
}


@media (max-width:1400px) {
  .packages-btn {
    font-size: 2vw;
  }

  .international-packages {
    width: calc(100% - 25.083vw);
  }
}

@media (max-width:1200px) {
  .packages-btn {
    max-width: 20.438vw;
  }

  .international-packages {
    width: calc(100% - 22.083vw);
  }

  .international .international-inner,
  .international-packages {
    gap: 1vw;
  }

  .annum p {
    font-size: 2.5vw;
  }
}

@media (max-width:992px) {
  .pannum {
    flex-direction: column;
    align-items: start;
  }

  .international-packages {
    width: calc(100% - 27.083vw);
  }
}

@media (max-width:768px) {
  .packages-btn {
    font-size: 32px;
    max-width: 250px;
  }

  .international-packages {
    flex-direction: column;
  }

  .pannum p {
    font-size: 17px;
    line-height: 22px;
  }

  .annum p {
    font-size: 27px;
    line-height: 14px;
  }

  .annum span {
    font-size: 12px;
    line-height: 16px;
  }

  .international-packages {
    width: calc(100% - 300px);
  }
}

@media (max-width:500px) {
  .packages-btn {
    font-size: 24px;
    max-width: 180px;
    line-height: 31px;
  }

  .international-packages {
    width: calc(100% - 200px);
  }
}

@media (max-width:767px) {
  .international-hr {
    width: 100%;
  }

  .counter {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .counter-text {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .counter-text {
    width: 90%;
  }

  .counter .row {
    padding: 0 15px;
  }
	#banner .banner{
		    padding: 30px 0 60px 0;
	}
	#banner .banner-img{
		    min-height: 370px;
	}

	.our-gallery-section .slick-slide img{
		height: 300px !important;
	}
}

@media (max-width: 375px) {
  .annum p {
    line-height: 24px;
  }
}
.our-gallery-section .slick-slide img {
    display: block;
    height: 500px;
    width: 100%;
    object-fit: contain;
    background: #efeaea;
}
