* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: SatoshiRegular, sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html.with-fancybox {
  overflow: auto;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e2eeff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #003b93;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #003b93;
}

@font-face {
  font-family: SatoshiRegular;
  src: url("../font/Satoshi-Regular.otf");
}

@font-face {
  font-family: SatoshiBold;
  src: url("../font/Satoshi-Bold.otf");
}

@font-face {
  font-family: SatoshiBlack;
  src: url("../font/Satoshi-Black.otf");
}

@font-face {
  font-family: SatoshiMedium;
  src: url("../font/Satoshi-Medium.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: SatoshiRegular, sans-serif;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 150;
}

.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

.font {
  font-family: SatoshiRegular, sans-serif;
}

.font1 {
  font-family: SatoshiBold, sans-serif;
}

.font2 {
  font-family: SatoshiBlack, sans-serif;
}

.font3 {
  font-family: SatoshiMedium, sans-serif;
}

.bg {
  background-color: #003b93;
}

.bg1 {
  background-color: #ffc53a;
}

.color1 {
  color: #003b93;
}

.color2 {
  color: #525252;
}

.heading1 {
  font-size: clamp(20px, 3vw, 34px);
}

.heading2 {
  font-size: clamp(20px, 3vw, 30px);
}

.spacing {
  letter-spacing: 1px;
}

.padding {
  padding: 60px 0;
}

.icon1 {
  border: 1px solid white;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon1 i {
  font-size: 15px;
}

.top_header {
  padding: 8px 0;
}

.social_media {
  background: white;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_media i {
  font-size: 16px;
}

header .navbar {
  background: white;
}

header .navbar-brand img {
  width: 174px;
}

header .nav-link:hover {
  color: #003b93;
}

header .navbar-nav {
  gap: 26px;
}

.fixed-top {
  animation: 0.9s ease 0s 1 normal forwards running smoothscroll;
  box-shadow: 0px 2px 5px 0px #00000024;
}

@keyframes smoothscroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.btn1 {
  display: inline-block;
  padding: 10px 25px;
  color: white;
  border-radius: 10px;
  border: 1.5px solid transparent;
  transition: all 0.6s ease;
}

.btn1:hover {
  background: transparent;
  border: 1.5px solid #003b93;
  color: #003b93;
}

.btn2 {
  display: inline-block;
  padding: 8px 25px;
  /* width: 171px; */
  color: #003b93;
  border-radius: 10px;
  border: 1.5px solid transparent;
  transition: all 0.6s ease;
  cursor: pointer;
}

.btn2:hover {
  background: transparent;
  border: 1px solid #003b93;
  /* border: 1.5px solid  */
  cursor: pointer;
}

.btn3 {
  display: inline-block;
  padding: 8px 25px;
  color: white;
  /* width: 171px; */
  border-radius: 10px;
  border: 1.5px solid transparent;
  transition: all 0.6s ease;
  cursor: pointer;
}

.btn3:hover {
  background: transparent;
  color: #003b93;
  border: 1px solid #003b93;
  cursor: pointer;
}

section.banner .heading1 {
  width: 100%;
}

section.banner .para {
  width: 71%;
}

/*section.banner .card-img-overlay {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 62.51%, rgb(0 0 0 / 24%) 81.56%);
  display: flex;
  justify-content: center;
  flex-direction: column;
}*/

section.banner .card-img-overlay {
  /* background: linear-gradient(270deg, rgba(0, 0, 0, 0) 62.51%, rgb(0 0 0 / 24%) 81.56%); */
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.form_box {
  background: rgba(0, 59, 147, 0.77);
  backdrop-filter: blur(8.44252px);
  border-radius: 30px;
  background-size: cover;
  border-radius: 25px;
  padding: 30px 24px;
}

section.banner img {
  object-fit: cover;
  height: 90vh;
}

.form-control {
  padding: 10px 12px;
  border-radius: 8px;
  color: #939191;
}

.form-control::placeholder {
  color: #939191;
}

.form-select {
  padding: 10px 12px;
  color: #939191;
}

.form-select option {
  color: #939191;
}

section.mob_getintouch {
  display: none;
}

section.mob_getintouch .form_box {
  background: rgb(0 59 147 / 89%);
}

/* Shubhadip About us */
.background {
  /* background: linear-gradient(to right, #003b93, #66a5e5); */
  background-color: #003b93;
}

.sliders {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#jeff {
  overflow: hidden;
}

#jeff .rod {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

#jeff .stack {
  height: 100%;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  animation: toTheLeft 50s infinite linear;
  z-index: -2;
}

#jeff .stack2 {
  height: 100%;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  animation: toTheRight 50s infinite linear;
  z-index: -2;
}

#jeff img {
  height: 150px;
  width: 150px;
  object-fit: contain;
}

@keyframes toTheLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes toTheRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.course-float {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(to right, #003b93, #66a5e5);
  /* background: linear-gradient(to right, #000000, #434343); */
  border-radius: 0px 0px 20px 20px;
}


section.testimonial {
  /* background: linear-gradient(to right, #003b93, #66a5e5); */
  background-color: #003b93;
}

section.testimonial .item .left {
  width: 75%;
}

/* #course.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
  } */

.owlnav .owl-nav {
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}

#courses .owl-carousel .owl-item img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

#testi .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

#testimonials .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.left img {
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  object-position: top;
}

.owl-theme .owl-nav [class*="owl-"] {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.testimonial .owl-nav {
  /* position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 1; */
  display: block;
  position: absolute;
  top: -84px;
  right: 0;
  z-index: 1;
}

section.testimonial .quote {
  position: absolute;
  right: 0;
  top: 0;
}

section.testimonial .item {
  border: 1px solid white;
  border-radius: 25px;
  padding: 25px 23px;
}

.work-text::after {
  content: "+";
  display: inline-block;
  position: relative;
  bottom: 3px;
}

.work-text1::after {
  content: "%";
  display: inline-block;
  position: relative;
  bottom: 3px;
}

.text-ash {
  color: #75757580;
}

/* button:active {
  scale: 0.9;
} */

.list li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 12px;
}

.courses .item h6 {
  margin-bottom: 10px;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  text-align: center;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.whatsapp:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.whatsapp img {
  width: 60px;
  height: 60px;
}

.download-div {
  background-color: #003b93;
  position: fixed;
  right: 0;
  top: 30%;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translateY(-50%);
  z-index: 100;
  transition: all 0.5s ease;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
  opacity: 0;
  padding: 11px 0;
}



.download-div:hover {
  background-color: #03265a
}

.download-div:hover a {
  color: #fff
}

.download-div a {
  color: #fff;
  padding: 10px;
  font-family: primary, sans-serif;
  font-size: 18px;
}


#exampleModal8 .modal-content {
  color: unset;
  background-color: unset !important;
  background-clip: unset !important;
  border: unset !important;

}

.form_box .btn1 {
  display: inline-block;
  padding: 10px 25px;
  color: white;
  border-radius: 10px;
  border: 1.5px solid transparent;
  transition: all 0.6s ease;
}

/********* to be given on all the css files */
.form_box .btn1:hover {
  background-color: #ffc53a;
}

#exampleModal8 .modal-header {
  position: absolute !important;
  top: 10 !important;
  right: 20px !important;
  z-index: 10 !important;
}

/********* to be given on all the css files */
.form_box button:disabled {
  background-color: #ffc53a !important;
  color: white;
  cursor: not-allowed;
  opacity: 0.7;
}

.form_box .btn_shown {
  display: none;
}

.form_box .extensionphone {
  width: 54px;
}

.form_box .send-otp-btn {
  white-space: nowrap;
  border-radius: 8px;
}
/********* to be given on all the css files */

#exampleModal8 .modal-header .btn-close {
  filter: invert(1) !important;
  opacity: 1 !important;
}

#exampleModal8 .modal-header {
  border-bottom: unset !important;
}

.c-button {
  align-items: center;
  text-align: center;
  gap: 5px;
}

.c-button a {
  flex: 1;
  gap: 5px;
}


.img-adjust {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}


#ojt .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

#why .item .card {
  position: relative;
}

#why .item .card .icons {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 10px;

}

#why .item .card {
  height: 419px !important;
}

#why .item .card svg {
  color: #fff !important;
}

#why .owl-carousel .owl-nav.disabled {
  display: block !important;
}


.whykpc .item .card h4,
.whykpc .item .card p,
.whykpc .item .card ul li,
.whykpc .item .card svg {
  color: #fff;
}

.placement .card img {
  width: 130px;
  height: 80px;
  object-fit: contain;
}

.placement .card {
  height: 300px;
}

.overlay {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(9, 26, 43, 0) 36.5%, #091a2b 100%);
  z-index: 1;
  transition: all 0.8s ease;
  border-radius: 20px;
}

.infrastructure .card h3,
.tour .card .tour_text {
  position: absolute;
  bottom: 10px;
  padding: 10px;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: semibold;
}

.infrastructure .card:hover img,
.infrastructure .overlay:hover img,
.tour .card:hover img,
.tour .overlay:hover img {
  transform: scale(1.05);
  transition: all 1s ease;
  cursor: pointer;
}

.infrastructure .card,
.tour .card {
  overflow: hidden;
  cursor: pointer;
  border: 0;
  border-radius: 20px;

}

.infrastructure .card img,
.infrastructure .overlay img,
.tour .card img,
.tour .overlay img {
  transform: scale(1);
  transition: all 1s ease;
  cursor: pointer;
  border-radius: 20px;
}


.counter-bg {
  border-radius: 0px 20px 20px 0px;
}

.aboutbg {
  border-radius: 20px 0px 0px 20px;
}

/* .counterr{
  position: relative;
  margin-top: 20px;
  z-index: 999;
} */

/* section.career h4{
  letter-spacing: 1px;
} */


.tour .card img {
  height: 450px;
  object-fit: cover;
}

.rounded-20 {
  border-radius: 20px;
}

.width {
  width: 50%;
}

.border-right {
  border-right: 1px solid #ffffffb7;
}

.border-right2 {
  border-right: 1px solid #ffffffb7;
}

/* .testi-image{
  width: 450px;
  height: 450px;
  object-fit: cover;
} */

.margin-top {
  margin-top: -100px;
}

.box1 {
  display: none;
  position: absolute;
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
  left: 100%;
  text-align: left;
  width: 700px !important;
  transition: all 0.5s ease;
}

.btnhover1:hover+.box1 {
  display: block;
}

section.courses .anim img {
  height: 250px;
  object-fit: cover;
}


.radius img {
  border-radius: 50%;
  width: 60px !important;
  height: 60px !important;
  object-fit: cover;
  object-position: top;
}

.body-text {
  /* height: 170px; */
  height: 195px;
}

.list li {
  /* list-style-type:  disc!important; */
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 14px;

}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 12px 25px;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  background-color: #003b93;
  border-radius: 10px !important;
  justify-content: center;
  transition: all 0.5s ease;
  border: 1px solid #003b93;
}

.accordion-item {
  /* color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg); */
  border: 0;
}

.accordion-button:hover {
  background: transparent;
  color: #003b93;
  border: 1px solid #003b93;
  cursor: pointer;
  transition: all 0.5s ease;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  margin-bottom: 6px;
}

.accordion-button:focus {
  box-shadow: unset
}

.accordion-button::after {
  filter: brightness(100);
  display: none;
}


.approved {
  width: 90px !important;
  height: 90px !important;

}



section.courses .card {
  border: none;
  border-radius: 25px;
}

section.courses .card .contentname {
  /* height: 93px !important;*/
  height: auto !important;
}

section.courses .card__img {
  height: 270px;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  object-fit: cover;
}

section.courses .card .context {
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  padding: 21px 10px;
  padding-bottom: 16px;
}

section.courses .card .btn3 {
  padding: 6px 25px;
  border: 1px solid #ffc53a;
  color: #ffc53a;
}

section.courses .card .btn3:hover {
  border: 1px solid transparent;
  color: #003b93;
  background-color: #ffc53a;
}

section.courses .card .btn3.active {
  padding: 6px 25px;
  border-radius: 7px;
  color: #003b93;
  background-color: #ffc53a;
  border: 1px solid transparent;
}

section.courses .card .btn3.active:hover {
  /* background-color: transparent; */
  border: 1px solid transparent;
  color: #003b93;
}

section.courses .card .btn5 {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 7px;
}

section.courses .card .btn5:hover {
  background-color: white;
  color: #003b93;
}

section.courses .tab-pane {
  padding: 18px 20px;
  background-color: #003b93;
  border-radius: 2rem;
}

section.courses .tab-content .list li {
  color: white;
  font-size: 16px;
}

section.courses .accordion-body {
  padding: 25px 0px;
}

section.courses .accordion-body h6 {
  font-size: 16px !important;
}
.form_box button:disabled {
    background-color: #ffc53a !important;
    color: white;
    cursor: not-allowed;
   opacity:0.7;
}

.form_box .btn_shown {
    display:none;
}