html {
  padding: 0%;
  margin: 0%;
}

:root {
  --blue: #2563eb;
  --orange: #ff9500;
  --darkblue: #112f82;
  --lightblue: #f5f8ff;
  --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);
}

/* nav start */
.quote_btn {
  font-family: popins-bold;
  background-color: var(--orange) !important;
  border: none;
  color: var(--white) !important;
}
.banner {
  background: url(../images/knowledge-matrix-landing-page/components/banner_2.png)
    no-repeat center;
  background-size: 100% 100%;
  height: auto;
}
.banner p {
  font-family: popins-regular;
}
.navbar-brand img {
  width: 26%;
}
#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);
  }
}
.ban_form {
  width: 65%;
}
.ban_form p {
  color: var(--orange);
}
.ban_heading_color {
  color: var(--orange);
}
.left_ban {
  font-family: popins-regular;
  font-weight: 600;
  font-size: 50px;
  color: white !important;
}
.ban_form {
  background-color: rgba(255, 255, 255);
  border-radius: 10px;
}
.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;
}
.submit_btn {
  background-color: var(--orange);
  border: none;
  color: white;
  border-radius: 5px;
}
.nav_link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: popins-bold;
}
.navbar-brand {
  color: white !important;
}
.college_box {
  box-shadow: 0px 10px 15px #00000029;
  width: 80%;
  height: 355px;
  background-color: white;
  right: -20px;
  cursor: pointer;
  /* border-radius: 10px; */
}
.college_box:hover {
  transform: scale(1.2);
}
.college_box h3 {
  font-size: 16px;
  font-family: popins-bold;
}
.college_box p {
  font-family: popins-regular;
}
.college_heading {
  color: var(--darkblue);
  font-family: popins-bold;
  font-size: 10px;
}
.college h2 {
  font-family: popins-bold;
}
/* nav End */

/* testimonials start */
.testimonials {
  background: url(../images/knowledge-matrix-landing-page/components/testmonials_bg.png)
    no-repeat;
  background-size: 100% 100%;
  height: auto;
}
.testimonials h2 {
  font-family: popins-bold;
}
.testimonials h6 {
  font-family: popins-bold;
  margin-top: 5px;
}
.testimonials p {
  font-family: popins-regular;
}
/* testimonials End */

.test_card {
  background-color: #fff;
  border-radius: 10px;
  height: 200px;
}
.fa-facebook:before {
  display: flex;
  justify-content: center;
}
.scoial_icons a i {
  color: black;
}
.line {
  width: 250px;
  background-color: var(--orange);
  padding: 1px;
}
.orange {
  color: var(--orange);
}
.author {
  font-family: popins-bold !important;
}
.video p {
  font-family: popins-regular;
}
.video h2 {
  font-family: popins-bold;
}
/* 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);
}
.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;
}
/* Search End */
.copy {
  text-align: center;
  font-family: popins-regular;
}
.email {
  text-decoration: none;
  color: #2563eb;
}
::-moz-placeholder {
  font-family: popins-regular !important;
}
.compresser {
  width: 75%;
}
.material-symbols-outlined {
  vertical-align: bottom;
}
.nav_num_card {
  background-color: #ff9500;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 1024px) {
  .navbar-brand img {
    width: 33%;
  }
  .mob-flex {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .test_card {
    height: 150px;
  }
  .banner {
    background-size: cover;
  }
  .ban_form {
    width: 80%;
  }
  .nav_link {
    display: block;
    margin-top: 10px;
  }
  .quote_btn {
    margin-top: 10px;
  }
}
@media (max-width: 820px) {
  .compresser {
    width: 100% !important ;
  }
  .banner {
    background-size: cover !important;
  }
}
@media (max-width: 480px) {
  .copy {
    margin-bottom: 70px;
  }
  .navbar-brand img {
    width: 75%;
  }
  .ban_form {
    width: 100%;
  }
  .left_ban {
    font-size: 21px;
  }
  .college_box {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .test_card {
    height: 270px;
  }
  .testimonials h2 {
    width: 100% !important;
  }
}

form :is(input, select).errorform {
  border: 1px solid red !important;
}

form h2 {
  font-family: popins-bold;
}

/* @-moz-document url-prefix() {
  .ban_form input {
    margin-bottom: 5% !important;
  }
  .ban_form_two input {
    margin-bottom: 5% !important;
  }
} */
.ban_form_three {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 90%;
}
.email {
  font-family: popins-regular;
}
/* .fixed_buttons {
  position: fixed;
  bottom: 0%;
  width: 100%;
} */
.frame {
  position: fixed;
  top: 92%;
  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;
}
.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;
}
.Knowledge p {
  font-family: popins-regular;
  font-size: 12px;
  text-align: left;
}
