html {
  padding: 0%;
  margin: 0%;
}

:root {
  --blue: #2563eb;
  --orange: #ff9500;
  --darkblue: #112f82;
  --white: #fff;
  --black: #0000;
}
@font-face {
  font-family: popins-light;
  src: url(./fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: popins-regular;
  src: url(./fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: popins-bold;
  src: url(./fonts/Poppins-Bold.ttf);
}

/* navbar start */
.navbar {
  position: fixed !important;
  top: 0% !important;
  width: 100%;
  z-index: 99;
  background-color: var(--white) !important;
  color: var(--black);
}
.quote_btn {
  font-family: popins-regular;
  background-color: var(--orange) !important;
  border: none;
  color: var(--white) !important;
}
.navbar-brand {
  font-family: popins-bold;
  /* font-size: 30px; */
}
.navbar-brand img {
  width: 26%;
}
.nav_link {
  color: black;
  text-decoration: none;
  font-family: popins-bold;
}
/* navbar End */

/* Banner start  */
.banner {
  background: url(../images/knowledge-matrix-landing-page/components/banner_1.png)
    no-repeat center;
  background-size: 100% auto;
  height: auto;
  margin-top: 9%;
}
.banner p {
  font-size: 20px;
}
.ban_form {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
.ban_form p {
  color: var(--blue);
}
.left_ban {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 50px;
  color: white !important;
}
.ban_heading_color {
  color: var(--blue);
}
.ban_form input {
  border: none;
  border-bottom: 1px solid black;
  background-color: none;
}
.ban_form select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
}
input[type="text"] {
  background-color: transparent;
}
input[type="email"] {
  background-color: transparent;
}
input[type="text"] {
  background-color: transparent;
}
.submit_btn {
  background-color: var(--blue);
  border: none;
  color: white;
  border-radius: 5px;
}
form :is(input, select).errorform {
  border: 1px solid red !important;
}
/* Banner End */
.college h2 {
  font-family: popins-bold;
}
.college h3 {
  font-family: popins-bold;
  margin-top: 10px;
  font-size: 17px;
  text-align: center;
}
.college p {
  font-family: popins-regular;
}
.orange {
  color: var(--orange);
}
/* why start */
.why {
  background-color: #f5f8ff;
}
.why h2 {
  /* font-size: 40px; */
  font-family: popins-bold;
}
.why p {
  font-family: popins-regular;
}
.parent-box:hover .bg-box {
  background-color: var(--orange);
  cursor: pointer;
}
.bg-box {
  background-color: #f5f8ff;
  width: 70%;
  height: 400px;
  border-radius: 10px;
  position: absolute;
}
.parent-box {
  position: relative;
  margin-bottom: 50px;
}

.college_box {
  box-shadow: 0px 10px 15px #00000029;
  width: 80%;
  background-color: white;
  position: relative;
  top: 30px;
  right: -20px;
  cursor: pointer;
  border-radius: 10px;
  height: 400px;
}

/* why End */
/* Knowledge start */
.Knowledge {
  color: white;
  text-align: center;
  background-image: url(../images/knowledge-matrix-landing-page/components/Knowledge.png);
  background-size: 100% 100%;
}
.Knowledge h2 {
  /* font-size: 45px; */
  font-family: popins-bold;
}
.Knowledge h4 {
  font-family: popins-bold;
}
.author_two {
  font-family: popins-regular;
  margin-left: 10%;
  color: rgba(0, 0, 0, 0.5);
}
.Knowledge p {
  font-family: popins-regular;
  font-size: 12px;
  text-align: left;
}
.landingfolio_para {
  font-family: popins-regular;
  color: var(--blue);
  font-family: popins-bold;
}
.landingfolio_heading {
  /* font-size: 45px; */
  font-family: popins-bold;
}
/* .landingfolio p {
  font-family: popins-regular;
} */
.text_margin {
  margin-left: 20px;
}
/* Knowledge End */
/* consultation start */
.consultation p {
  font-family: popins-regular;
  /* font-size: 18px; */
}
.consultation h2 {
  font-family: popins-bold;
}
.consultation_img {
  background-image: url(../images/knowledge-matrix-landing-page/components/Consultation.png);
  background-size: contain;
  background-position: center;
  height: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  display: block;
  /* margin-left: 10%; */
}
.consultation_img button {
  border: none;
  background-color: var(--blue);
  color: #fff;
  width: 200px;
  border-radius: 20px;
  font-family: popins-bold;
}
/* consultation End */

/* Address start */
.address p {
  font-family: popins-regular;
}
.address {
  background-color: #f5f8ff;
}
.address h2 {
  font-family: popins-bold;
  font-size: 20px;
}
.scoial_icons {
  display: flex;
}
.scoial_icons i {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 50%;
  margin-right: 20px;
}
.scoial_icons i:hover {
  background-color: var(--blue);
  color: var(--white);
}
/* Address End */

/* Search start  */
.search {
  background-color: var(--blue);
}
.buttonIn input {
  color: white;
}
.search button {
  font-family: popins-bold;
}
.search p {
  font-family: popins-regular;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}
/* .buttonIn {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-radius: 15px;
  background-color: var(--darkblue) !important;
} */
.mail_box button {
  border: none;
  background-color: white;
  color: #112f82;
  width: 200px;
  font-family: popins-bold;
  padding: 20px;
  border-radius: 10px;
}
.buttonIn {
  position: relative;
}
.buttonIn button {
  position: absolute;
  top: 20%;
  right: 6%;
  color: #112f82;
  padding: 15px;
  width: 150px;
  border-radius: 13px;
  border: none;
}
.buttonIn input {
  width: 100%;
  height: 80px;
  background-color: #112f82;
  border: none;
  padding: 20px;
  border-radius: 15px;
}
.buttonIn :focus {
  border: none;
}
.buttonIn ::placeholder {
  color: #fff;
  font-family: popins-regular;
}
::placeholder {
  font-family: popins-regular;
}
.modal-header {
  padding: 6px !important;
}
/* Search End */

/* gallery slider start */
.gallery {
  background-color: #f5f8ff;
}
/* gallery Slider End */

/* Copy right start */
.copy {
  text-align: center;
  font-family: popins-regular;
}
/* Copy right End */

/* image */

/* image end */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.MultiCarousel {
  height: auto;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel img {
  text-align: center;
  padding: 10px;
  margin: 10px;
  /* background: #f1f1f1; */
  color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}
.MultiCarousel .leftLst {
  left: 0;
}
.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}
.ban_form {
  width: 65%;
}
.iti--allow-dropdown input {
  background-color: transparent;
}
/* #e_mobile1 {
  padding: 0px !important;
} */
.author {
  font-family: popins-bold;
}
.email {
  text-decoration: none;
  color: #2563eb;
  font-family: popins-regular;
}
#shake {
  animation: shake 1.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.modal-header {
  border: none !important;
}
.fa-facebook:before {
  display: flex;
  justify-content: center;
}
.scoial_icons a i {
  color: black;
}

/* swiper start */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 25px;
} /* swiper End */
/* .swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  margin-top: 0% !important;
  display: block;
  margin-left: 5% !important;
} */
form h2 {
  font-family: popins-bold;
}
form p {
  font-family: popins-regular;
}
.banner p {
  font-family: popins-regular;
}
.nav_num_card {
  background-color: #ff9500;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.material-symbols-outlined {
  vertical-align: bottom;
}
.parent-box:hover .overlay_card {
  display: block;
  padding: 10px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .mob-flex {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .college_box {
    height: 320px;
  }
  .ban_form {
    width: 80%;
  }
  .nav_link {
    display: block;
    margin-top: 10px;
  }
  .quote_btn {
    margin-top: 10px;
  }
  .scoial_icons i {
    margin-right: 12px;
  }
  .parent-box {
    margin-top: 10%;
  }
  .banner {
    background-size: cover;
  }
  .bg-box {
    height: 330px;
  }
}
@media (max-width: 820px) {
  .swiper-nav-wrapper {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 92% !important;
  }
  .buttonIn button {
    width: 100px;
  }

  .nav_link {
    display: block;
    margin-top: 10px;
  }
  .quote_btn {
    margin-top: 10px;
  }
  .parent-box {
    margin-top: 10%;
  }
  .consultation_img {
    margin-left: 5%;
  }
}

@media (max-width: 480px) {
  .submit_btn_college {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .parent-box:hover .overlay_card {
    display: none;
  }
  .overlay_card {
    display: block !important ;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .college_box {
    height: auto;
  }
  .star {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .banner {
    margin-top: 28%;
  }
  .consultation_img {
    margin-left: 0%;
  }
  .buttonIn button {
    width: 80px;
    padding: 10px;
  }
  .search p {
    font-size: 15px;
  }
  .navbar-brand img {
    width: 75%;
  }
  .author_list {
    justify-content: center;
  }
  .swiper-slide {
    display: block !important;
  }
  .bg-box {
    height: 330px;
    width: 80%;
  }
  .parent-box {
    /* margin-top: 0%; */
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .left_ban {
    font-size: 19px;
    width: 61%;
  }
  .ban_form {
    width: 100% !important;
  }
  .why h2 {
    font-size: 30px;
  }
  .Knowledge h2 {
    font-size: 30px;
    margin-top: 5%;
  }
  .landingfolio_heading {
    font-size: 30px;
  }
  .text_margin {
    margin-left: 0%;
    margin-top: 10px;
  }
  .consultation_img {
    background-size: 100% 100%;
  }
  .consultation_img p {
    font-size: 12px;
    width: 73% !important;
  }
  .consultation_img h2 {
    font-size: 15px;
  }
  .consultation_img button {
    width: 150px;
    font-size: 12px;
  }
}

/* Fire Fox  */

@-moz-document url-prefix() {
  .ban_form input {
    /* margin-bottom: 5% !important; */
  }
  /* .ban_form_two input {
    margin-bottom: 5% !important;
  } */
}
.swiper-button-next,
.swiper-button-prev {
  top: 66% !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 92% !important;
  right: auto;
}

.college_box {
  position: relative;
}
.overlay_card {
  display: none;
}

.parent-box:hover .bg-box {
  background-color: var(--orange);
  /* cursor: pointer; */
}

.submit_btn_college {
  background: var(--orange);
  color: rgb(255, 255, 255);
  font-family: popins-bold;
  border: none;
  padding: 15px;
  border-radius: 5px;
  width: 150px;
}
.ban_form_three {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 90%;
}
.frame {
  position: fixed;
  top: 93%;
  z-index: 9999;
  /* width: 75%; */
  left: 0px;
}

.bar {
  font-size: 25px;
  width: 428px;
  height: 70px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(51, 51, 51, 0.4);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 50px;
}
.els-wrap {
  display: flex;
  align-items: center;
  width: 50px;
  background-size: 1200px;
  background-position: 100% 50%;
  color: #333333;
  padding: 0 9px;
  border-radius: 100px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: width 200ms, padding 200ms, border-radius 300ms,
    background-position 900ms;
  transition-timing-function: ease-in-out;
}
