@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Poppins", sans-serif; */
:root {
  --iimcip-orange: #fe7301;
  --iimcip-green: #679b29;
  --iimcip-text-orange: #fe7301;
  --iimcip-text-blue: #2d338b;
  --iimcip-white: #fff;
  --iimcip-black: #000;

}
*{margin:0; padding:0; transition:all 0.3 ease-in; -webkit-transition:all 0.3 ease-in; -moz-transition:all 0.3 ease-in; -o-transition:all 0.3 ease-in; -ms-transition:all 0.3 ease-in;box-sizing: border-box !important;}
html {scroll-behavior: smooth;height: 100%;}
body{font-style: normal;padding: 0;margin: 0;font-family: "Poppins", sans-serif;font-size: 15px;line-height: 1.3;font-weight: 400;background-repeat: no-repeat !important;color: #3a3a3a;}
.container {max-width: 1440px;position:relative;}
.container-fluid{width: 90%;}
img{max-width:100%;}
.clearfix{clear:both;}
a:-webkit-any-link:focus-visible {outline: none;}
input:focus-visible {outline: none;}
textarea {resize: none !important;}
a, button{color:var(--iimcip-orange);text-decoration:none;transition: all 0.3s ease-in-out 0s;font-family: "Poppins", sans-serif;}
.inputsubmit{transition: all 0.3s ease-in-out 0s;border: none;}
a:hover, button:hover{color: var(--iimcip-green);text-decoration:none;}
ul, li{list-style-type:none; padding:0; margin:0;}
h1,h2,h3,h4,h5,h6, p, ul, li{font-family: "Poppins", sans-serif;margin:0;}
h1,h2,h3,h4,h5,h6 {padding-bottom: 15px;line-height: 1.3;font-weight: 700;}
p {padding: 0 0 15px;font-family: "Poppins", sans-serif;font-weight: 400;line-height: 1.6;color: #3a3a3a;}
label, .form-label{font-family: "Poppins", sans-serif; font-weight: 400; line-height: 1.5;color: #3a3a3a;font-size: 14px;opacity: .5;}
video {object-fit: fill;}
.secgap{padding: 80px 0px 80px;}
.secgapshort{padding: 40px 0px 40px;}
.img-fluid {width: 100%;}
.hyperlink {text-decoration: underline;text-underline-offset: 3px !important;}
.w-full{width: 100%;}
.h-auto {height: auto !important;max-height: unset !important;min-height: auto !important;}
.unbreak{white-space: nowrap;}
.lasspadding p {padding: 0px;}
.scrollmargin {scroll-margin-top: 130px !important;}
/* section style */
.greenbtn {background: var(--iimcip-green) !important;}
.greenbtn:hover {background: var(--iimcip-orange) !important;}
header {
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: .2s ease-in-out all;
  padding: 0px;
  background: transparent;
  border-bottom: 1px solid;
  border-color: transparent;
}
.innerheader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  background: rgb(255 255 255 / 45%);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}
header.scrolled {
  top: 0px;
  background: rgb(255 255 255 / 90%);
  backdrop-filter: blur(8px);
  border-color: #eaf4fd;
}
header.scrolled .innerheader {
  background: transparent;
  backdrop-filter: none;
  padding: 20px 0px;
}
.bannersec {
  background: var(--iimcip-text-blue);
  padding: 200px 0 0;
}
.mainbtn {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  gap: 6px;
  align-items: center;
  background: var(--iimcip-orange);
  color: var(--iimcip-white);
  padding: 10px 20px;
  border-radius: 8px;
  width: max-content;
}
.mainbtn i {
  font-size: 26px;
}
.mainbtn:hover {background: var(--iimcip-green);color: var(--iimcip-white);}
.bannerlogos {
  display: flex;
  align-items: center;
}
.bannerlogos a {
  display: inline-block;
}
h1 {
  font-size: 54px;
  font-weight: 600;
  color: #fff;
}
h1 span {
  color: var(--iimcip-text-orange);
}
h2 {
  font-size: 45px;
  color: var(--iimcip-text-blue);
}
h2 span {
  color: var(--iimcip-text-orange);
}
span.subtext {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 20px;
  color: var(--iimcip-green);
  text-transform: uppercase;
}
.bannertext p {
  font-size: 22px;
  color: var(--iimcip-white);
}
.bannerbadge {
  font-size: 14px;
  color: var(--iimcip-white);
  padding-left: 38px;
  position: relative;
}
.bannerbadge span {
  display: block;
}
.bannerbadge img {
  position: absolute;
  left: 0px;
  top: 0;
}
.programcards {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.programcards::after {
  content: "";
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background: #fe7301;
  z-index: -1;
}
.programcard {
  width: 16.6666%;
  margin-right: 25px;
  padding: 26px;
  background: var(--iimcip-white);
  box-shadow: 0 0 20px 8px rgba(0,0,0,0.1);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.programcard:nth-last-child(1) {margin: 0px;}
.programsec {
  background: #eaf4fd;
}
.programcard h3 {
  font-size: 17px;
  font-weight: 600;
  color: #3a3a3a;
  padding: 0px;
}
.cardcount {
  display: inline-block;
  min-width: 45px;
  height: 45px;
  background: var(--iimcip-green);
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 24px;
}
.arrowright {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 16px;
  position: absolute;
  top: 40px;
  right: 20px;
  color: var(--iimcip-orange);
}
.focusbox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.foucstext h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--iimcip-text-blue);
  margin: 12px 0 10px;
}
.listitems li {
  font-size: 15px;
  font-weight: 400;
  color: #3a3a3a;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style-type: disc;
}
.listitems li i {
  font-size: 22px;
  line-height: 22px;
}
.focusbox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  box-shadow: 0 0 20px 8px rgba(0,0,0,0.1);
  padding: 26px 24px;
  border-radius: 12px;
  height: 100%;
}
.listpadding {
  padding-left: 100px;
}
.benefitsec {
  background: #eaf4fd;
}
.benefitsec ul,
.benefitsec li {
  list-style-type: disc !important;
}
.benefitsec ul {
  /* padding-left: 20px; */
}
.benefitsec li {
  gap: 0;
}
.benefitsec li::before {
  font-family: "bootstrap-icons";
  content: "\F135";
  color: var(--iimcip-orange);
  font-size: 20px;
  line-height: 0;
  margin-right: 8px;
}
.eligiblecards {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.eligiblecard {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: #000;
  border-radius: 12px;
  margin: 0 0 15px;
  width: 33.33%;
}
.elg-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.elg-text span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.orange {background: var(--iimcip-orange);}
.green {background: var(--iimcip-green);}
.blue {background: var(--iimcip-text-blue);}

/* history timeline style start */
.timeline{
  position:relative;
  margin:auto;
  padding:40px 0 100px;
}
/* .timeline::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:4px;
  height:100%;
  background: var(--iimcip-text-orange);
} */
.timeline::before {
content: "";
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
width: 4px;
height: calc(100% - 272px);
background: var(--iimcip-text-orange);
}
.timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 70px;
  padding: 0 50px 0 0;
}
.timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 160px;
  height: 2px;
  border: 1px dashed;
  border-color: var(--iimcip-orange);
  z-index: -1;
}

.timeline-item.right::after {
  border-color: var(--iimcip-green);
  right: unset;
  left: 0;
}
.timeline-item-inner {
  position: relative;
  width: 100%;
  max-width: 580px;
}
.timeline-item.right{
  margin-left: auto;
  padding: 0 0 0 50px;
}
.timeline-item.right .timeline-item-inner {
  margin-left: auto;
}
.timeline-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:  var(--iimcip-text-orange);
  z-index: 2;
}
.timeline-item.right .timeline-dot{
  right: unset;
  left:-20px;
  background: var(--iimcip-green);
}
.timeline-content{
  background:#fff;
  padding:28px 30px;
  border-radius:16px;
  position:relative;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  border:1px solid  var(--iimcip-text-orange);
}
.timeline-item.right .timeline-content {
  border-color: var(--iimcip-green);
}
.timeline-content::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 6px;
  height: 80%;
  border-radius: 10px 0 0 10px;
  background:  var(--iimcip-text-orange);
}
.timeline-item.right .timeline-content::before {
  right: unset;
  left: 0;
  border-radius: 0 10px 10px 0;
  background: var(--iimcip-green);
}
.timelinedate {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 8px;
}
.timeline-content h3{
  font-size:34px;
  font-weight:800;
  line-height:1.1;
  color: var(--iimcip-text-orange);
}
.timeline-item.right .timeline-content h3{
  color:#53a318;
}
.timeline-content p {
  padding: 0px;
}
/* .trophy {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--iimcip-text-orange);
  background: #fff;
  padding: 20px 0 0;
} */
.trophy {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: var(--iimcip-text-orange);
  background: #fff;
  padding: 20px 0 0;
  text-align: center;
}
.trophy:before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  width: 1px;
  height: 59px;
  border: 1px dashed;
  border-color: var(--iimcip-orange);
  z-index: -1;
  transform: translate(-1px, -1px);
}
@media(max-width:768px){
  .timeline::before{
    left:20px;
  }
  .timeline-item, .timeline-item.right {
    width: 100%;
    left: 0;
    padding-left: 90px;
    padding-right: 0;
  }
  .timeline-dot{
    left:7px !important;
    right:auto !important;
  }
  .timeline-content::before {
    left: 0px;
    right: auto;
    border-radius: 0 10px 10px 0;
  }
  .title{
    font-size:28px;
  }
}
/* history timeline style end */
.success-stories {
  background: #152f72;
}
.success-stories h2, .success-stories .text-center p {
  color: var(--iimcip-white);
}
.success-stories h2 span {
  color: var(--iimcip-text-orange);
}
.storyslidercont {
  background: #364cb7;
  padding: 40px;
  border-radius: 12px;
}
.storyslidertext h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.storybadge {
  font-size: 15px;
  font-weight: 500;
  background: #6772bf;
  width: max-content;
  padding: 8px 20px;
  color: #fff;
  border-radius: 30px;
  margin: 0 0 20px;
}
.storyslidertext p {
  color: #Fff;
}
.storysliderimage img {
  border-radius: 10px;
}
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #6771bf;
  border-radius: 16px;
  margin: 0px 4px;
}
.owl-dots .owl-dot.active span {
  width: 32px;
  background: var(--iimcip-orange);
}
.accordionsec .accordion-item {
  margin: 0 0 15px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  overflow: hidden;
}
.accordionsec .accordion-item .accordion-header {
  padding: 0px;
}
.accordionsec .accordion-item .accordion-header button {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  background: #f9fafb;
  padding: 24px;
}
.accordion-body {
  padding: 20px;
  background: #fff;
  line-height: 1.6;
}
.formsec {
  background: #f9fafb;
}
.contactform {
  background: #fff;
  padding: 40px;
  max-width: 850px;
  margin: 0 auto;
  box-shadow: 0 8px 20px 8px rgba(0,0,0,0.1);
  border-radius: 12px;
}
.contactform .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #6a6a6a;
  opacity: 1;
  margin: 0 0 10px;
  display: flex;
  gap: 8px;
  width: max-content;
}
.contactform .form-control {
  background: #f9fafb;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
}
.contactform button {
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 12px;
  background: #2d338b;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  line-height: 1.6;
}
.contactform button:hover {
  background: var(--iimcip-green);
}
.contactform form {
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 1px solid #dddddd;
}
.help-block {
  color: red;
}
ul.addressec {
  display: flex;
  justify-content: space-between;
}
ul.addressec li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
}
ul.addressec li i {
  font-size: 22px;
  color: var(--iimcip-orange);
}
ul.addressec li a {
  font-weight: 600;
  color: var(--iimcip-black);
}
.footersec {
  background: #2d338b;
  color: #fff;
  text-align: center;
  font-size: 18px;
}























