* {
  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;
}


.desktop{
  display: block;
}
.mobile{
  display: none;
}

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;
}

.testimonial .owl-nav {
 margin-top: 20px;
}


section.testimonial .item{ padding-bottom: 30px;}
section.testimonial .item > div{
  height: 430px;
}

/* 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;
}

.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, 38px);
}

.spacing {
  letter-spacing: 1px;
}

.padding {
  padding: 80px 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;
}


header .logo {
    width: 639px;
    max-width: 100%;
}

.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;
}

section.courses .ul li {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: none;
  color: #000;
}
section.courses .ul_1 li {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: none;
  color: #000;

}
section.courses .ul_1 {
  display: block !important;
}



.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: 78%;
} */

/* section.banner .para {
  width: 71%;
} */


section.banner .card-img-overlay {
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}


.carousel-control-prev , .carousel-control-next{
  z-index: 20;
}

section.banner .card-img-overlay {
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}

header .btn-dark{
  background: #ffc53a;
  border: 0;
  display: flex;
      justify-content: center;
      align-items: center;
}
header .btn-dark:hover{
background: #003b93;
}

.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;
  transform: translateY(45px);
}

section.banner img {
  object-fit: cover;
}

.form-control {
  padding: 10px 12px;
  border-radius: 8px;
}

.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;
}

#testi .item img {
  width: 50px;
}

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;
}

.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;
}

section.testimonial .quote {
  position: absolute;
  right: 0;
  top: 0;
}

.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 {
  height: 50px;
}

.accordion-button{
  background-color: #ffc53a;
  color: #000000;
  box-shadow: none !important;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: #ffc53a;
  color: #091a2b;
}

section.ojt  .owl-nav{
  display: none;
}
section.ojt  .item img{
width: 100px;
}
section.ojt  .item .card{
height: 330px;
}

section.ojt .owl-theme .owl-dots, section.ojt .owl-theme .owl-nav {
 margin-top: 20px;
}


.accordion-body{
  background-color: transparent !important;
  padding: 30px;
}

.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;
}

.btn-6 {
  display: none;
}

.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;

}

header.fixed-top{
  width: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 4px#0000003f;
}

.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{
  width: 100%;
  object-fit: contain;
  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: 360px !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 {
  height: 100%;
  border-radius: 30px !important;
  }

  section.life .owl-theme .owl-nav {
   display: none;
}

section.life .owl-theme .owl-dots, section.life .owl-theme .owl-nav {
    margin-top: 29px;
}

  
  .placement .card img{
    height: 300px;
    object-fit: cover;
    border-radius: 30px !important;

  }

  .placement .card h3{
  font-size: 25px;
  text-align: center;
  }

  .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;
}

section.courses .nav-pills .nav-link{
  color: #091a2b;
  text-align: start;
  margin-bottom: 15px;
  background-color: #ffc53a;
  width: 250px;
 }

section.courses .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
 background-color: #003b93;
 color: #ffffff;
}


section.courses{
  background-color: #f3f3f3;
  padding: 70px 0;
  color: #000000;
}


section.courses ul {

display: flex;
flex-wrap: wrap;
gap: 10px;

}

section.courses ul li{
 background-color: #f1f1f1;
 padding: 10px;
 border-radius: 10px;
 color: #03265a;
 font-weight: 800 !important;
}

.form_box button:disabled {
    background-color: #ffc53a !important;
    color: white;
    cursor: not-allowed;
   opacity:0.7;
}

.form_box .btn_shown {
    display:none;
}

