@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
}

code {
  font-family: 'Poppins', source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
p {
    font-size: 1rem !important;
}
body {
  overflow-x: hidden;
}
#App,
#root {
  margin: 0;
}
@keyframes whatsapp-float-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    animation: whatsapp-float-animation 2s infinite;
    bottom: 20px;
    font-size: 22px;
    height: 40px;
    right: 10px;
    width: 40px;
  }
}
.whatsapp_float {
  background-color: #25d366;
  border-radius: 50px;
  bottom: 40px;
  box-shadow: 2px 2px 3px #999;
  color: #fff;
  font-size: 30px;
  height: 60px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 60px;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    bottom: 20px;
    font-size: 22px;
    height: 40px;
    right: 10px;
    width: 40px;
  }
}
@keyframes instagram-float-animation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
.float {
  animation: instagram-float-animation 2s infinite;
}
@media screen and (max-width: 767px) {
  .instagram-icon {
    margin-top: 10px;
  }
  .instagram_float {
    animation: instagram-float-animation 2s infinite;
    bottom: 50px;
    font-size: 22px;
    height: 40px;
    right: 10px;
    width: 40px;
  }
}
.instagram_float {
  background-color: #c13584;
  border-radius: 50px;
  bottom: 120px;
  box-shadow: 2px 2px 3px #999;
  color: #fff;
  font-size: 30px;
  height: 60px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 60px;
  z-index: 100;
}
.instagram-icon {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .instagram-icon {
    margin-top: 10px;
  }
  .instagram_float {
    bottom: 80px;
    font-size: 22px;
    height: 40px;
    right: 10px;
    width: 40px;
  }
}
.thank-you-animation {
  animation: fadeOut 3s linear forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.content {
  background: linear-gradient(90deg, #734b6de6, #42275ae6);
  color: #fff;
  display: flex;
  gap: 4%;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 2% 3% 2% 0;
}
.decoration {
  color: #fff;
  text-decoration: none;
}
.decoration:hover {
  color: #bababa;
}
.decoration.current-page {
  color: hsla(195, 9%, 91%, 0.557);
}
.navbar {
  margin-bottom: 0;
  width: 100%;
}
.toggle-btn {
  display: none;
}
.toggle {
  background-color: initial;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  padding: 0.5em 1em;
}
@media (max-width: 768px) {
  .toggle-btn {
    display: block;
    margin: 0;
  }
  .content,
  .toggle-btn {
    background: linear-gradient(90deg, #734b6de6, #42275ae6);
  }
  .content {
    display: none;
    flex-direction: column;
    left: 0;
    position: inherit;
    text-align: center;
    top: 60px;
    width: 100%;
  }
  .content.active {
    display: flex;
  }
  .decoration {
    padding-bottom: 5%;
    text-decoration: none;
  }
  .decoration:after {
    display: none;
  }
}
.decoration {
  position: relative;
}
.decoration:after {
  background-color: #fff9fe;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: width 0.3s ease-out;
  width: 0;
}
.decoration.current-page:after,
.decoration:hover:after,
body {
  width: 100%;
}
.homegradient {
  background-image: linear-gradient(90deg, #734b6de6, #42275ae6),
    url(/static/media/Home%20BG.3ff5b583c6793216c7bb.jpg);
  background-position: bottom;
  background-size: cover;
  color: #fff;
  height: 100%;
  padding: 20px 20px 90px;
  width: auto;
}
.h1 {
  font-size: 70px;
  line-height: 1.5;
  padding-left: 3%;
  padding-top: 3%;
  text-align: left;
}
.btn {
  background-color: #5c3082;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  margin: 0 3%;
  padding: 1% 2%;
}
.btn:hover {
  background-color: #7124b5;
}
.btn2 {
  display: flex;
}
.button {
  margin-top: 5%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .h1 {
    font-size: 50px;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .h1 {
    font-size: 40px;
  }
  .btn {
    font-size: 20px;
  }
}
@media (max-width: 601px) {
  .h1 {
    font-size: 30px;
  }
  .btn {
    font-size: 15px;
  }
}
article {
  --img-scale: 1.001;
  --title-color: #000;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}
article a:after {
  content: "";
  cursor: pointer;
  inset-block: 0;
  inset-inline: 0;
  position: absolute;
}
article h2 {
  color: var(--title-color);
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  margin: 0 0 18px;
  transition: color 0.3s ease-out;
}
figure {
  aspect-ratio: 16/9;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
article img {
  max-width: 100%;
  transform: scale(var(--img-scale));
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}
.article-body {
  line-height: 1.5;
  padding: 24px;
}
.article-p {
  text-align: justify;
}
article a {
  align-items: center;
  color: #28666e;
  display: inline-flex;
  text-decoration: none;
}
article a:focus {
  outline: 1px dotted #28666e;
}
article a .icon {
  height: 24px;
  margin-left: 5px;
  min-width: 24px;
  opacity: var(--link-icon-opacity);
  transform: translateX(var(--link-icon-translate));
  transition: all 0.3s;
  width: 24px;
}
.read-more {
  padding-top: 10px;
}
article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #28666e;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: 0 10px 36px 0 #00000029, 0 0 0 1px #0000000f;
}
.articles {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 24px;
}
@container card (min-width: 380px) {
  .article-wrapper {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: 100px 1fr;
  }
  .article-body {
    padding-left: 0;
  }
  figure {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  figure img {
    aspect-ratio: 1;
    height: 100%;
    object-fit: cover;
  }
}
.Chead {
  font-size: 2.75rem;
  margin: 5% 0;
  text-align: center;
}
@media (min-width: 800px) and (max-width: 1050px) {
  .Chead {
    font-size: 2.5rem;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .Chead {
    font-size: 2rem;
  }
}
@media (min-width: 650px) and (max-width: 749px) {
  .Chead {
    font-size: 2.25rem;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  .Chead {
    font-size: 1.75rem;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  .Chead {
    font-size: 1.5rem;
  }
}
@media (max-width: 399px) {
  .Chead {
    font-size: 1rem;
  }
}
.chooseuscontent {
  padding: 10% 10% 3%;
  text-align: center;
}
.chooseusp {
  font-size: 24px;
  line-height: 1.5;
  margin: 5%;
  text-align: center;
}
.chooseush1 {
  font-size: 30px;
  margin-bottom: 5%;
}
@media (min-width: 650px) and (max-width: 799px) {
  .chooseusp {
    font-size: 21px;
  }
  .chooseush1 {
    font-size: 25px;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  .chooseusp {
    font-size: 20px;
  }
  .chooseush1 {
    font-size: 24px;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  .chooseusp {
    font-size: 18px;
  }
  .chooseush1 {
    font-size: 22px;
  }
}
@media (max-width: 399px) {
  .chooseusp {
    font-size: 16px;
    margin: 3%;
  }
  .chooseush1 {
    font-size: 18px;
  }
}
.Tcontent {
  margin-bottom: 5%;
}
.Tarticle {
  --img-scale: 1.001;
  --title-color: #000;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}
.Tarticle a:after {
  content: "";
  cursor: pointer;
  inset-block: 0;
  inset-inline: 0;
  position: absolute;
}
.Thead {
  font-size: 2.75rem;
  margin-bottom: 5%;
}
.Th2,
.Thead {
  text-align: center;
}
.Th2 {
  color: var(--title-color);
  font-family: Bebas Neue, cursive;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  margin: 0 0 18px;
  transition: color 0.3s ease-out;
}
.Ticon {
  align-items: center;
  font-size: 50px;
  margin: 0;
}
.Tarticle-body {
  padding: 24px;
}
.Tarticle:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #28666e;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: 0 10px 36px 0 #00000029, 0 0 0 1px #0000000f;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.Tarticles {
  grid-gap: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 24px;
}
@container card (min-width: 380px) {
  .Tarticle-wrapper {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: 100px 1fr;
  }
  .article-body {
    padding-left: 0;
  }
  .Tfigure {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .Tfigure img {
    aspect-ratio: 1;
    height: 100%;
    object-fit: cover;
  }
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media (min-width: 800px) and (max-width: 1050px) {
  .Thead {
    font-size: 2.5rem;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .Thead {
    font-size: 2rem;
  }
}
@media (min-width: 650px) and (max-width: 749px) {
  .Thead {
    font-size: 2.25rem;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  .Thead {
    font-size: 1.75rem;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  .Thead {
    font-size: 1.5rem;
  }
}
@media (max-width: 399px) {
  .Thead {
    font-size: 1rem;
  }
}
@font-face {
  fallback: fallback;
  font-family: revicons;
  src: url(/static/media/revicons.e8746a624ed098489406.woff) format("woff"),
    url(/static/media/revicons.57fd05d4ae650374c8de.ttf) format("ttf"),
    url(/static/media/revicons.a77de540a38981833f9e.eot) format("ttf");
}
.react-multi-carousel-list {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}
.react-multi-carousel-track {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform, transition;
}
.react-multiple-carousel__arrow {
  background: #00000080;
  border: 0;
  border-radius: 35px;
  cursor: pointer;
  min-height: 43px;
  min-width: 43px;
  opacity: 1;
  outline: 0;
  position: absolute;
  transition: all 0.5s;
  z-index: 1000;
}
.react-multiple-carousel__arrow:hover {
  background: #000c;
}
.react-multiple-carousel__arrow:before {
  color: #fff;
  display: block;
  font-family: revicons;
  font-size: 20px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.react-multiple-carousel__arrow:disabled {
  background: #00000080;
  cursor: default;
}
.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}
.react-multiple-carousel__arrow--left:before {
  content: "\e824";
}
.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}
.react-multiple-carousel__arrow--right:before {
  content: "\e825";
}
.react-multi-carousel-dot-list {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.react-multi-carousel-dot button {
  border: 2px solid grey;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 0 6px 0 0;
  opacity: 1;
  outline: 0;
  padding: 0;
  transition: background 0.5s;
  width: 12px;
}
.react-multi-carousel-dot button:hover:active,
.react-multi-carousel-dot--active button {
  background: #080808;
}
.react-multi-carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }
  .react-multi-carousel-track {
    overflow: visible !important;
  }
}
[dir="rtl"].react-multi-carousel-list {
  direction: rtl;
}
.rtl.react-multiple-carousel__arrow--right {
  left: calc(4% + 1px);
  right: auto;
}
.rtl.react-multiple-carousel__arrow--right:before {
  content: "\e824";
}
.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}
.rtl.react-multiple-carousel__arrow--left:before {
  content: "\e825";
}
.hcparent {
  width: 100%;
}
.hcslider {
  margin: 0 20px;
  overflow: "hidden";
  padding: 2rem 0;
}
.hcimg {
  border-radius: 10px;
  height: 200px;
  width: 200px;
}
.react-multi-carousel-list {
  background-color: #fff;
  padding: 0 0 2rem;
}
.react-multiple-carousel__arrow {
  display: none;
}
.hch1 {
  font-size: 30px;
  margin-bottom: 5%;
  text-align: center;
}
@media (min-width: 750px) and (max-width: 799px) {
  .hch1 {
    font-size: 2rem;
  }
}
@media (min-width: 650px) and (max-width: 749px) {
  .hch1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  .hch1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 400px) and (max-width: 499px) {
  .hch1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 399px) {
  .hch1 {
    font-size: 1rem;
  }
}
@media (min-width: 500) and(max-width:600px) {
  .hcimg {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 499px) {
  .hcimg {
    height: 100px;
    width: 100px;
  }
}
.animated-dropdown {
  border: 2px solid #090;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  padding: 10px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}
.animated-dropdown:focus {
  box-shadow: 0 0 5px #090;
}
.selected-option {
  cursor: pointer;
  padding: 8px 12px;
  transition: background 0.2s;
}
.selected-option:hover {
  background: #f0f0f0;
}
.options-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.selected-option-enter {
  opacity: 0;
  transform: translateX(20px);
}
.selected-option-enter-active {
  transition: opacity 0.3s, transform 0.3s;
}
.selected-option-enter-active,
.selected-option-exit {
  opacity: 1;
  transform: translateX(0);
}
.selected-option-exit-active {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.radio-container {
  justify-content: center;
}
.radio-container,
.radio-label {
  align-items: center;
  display: flex;
}
.radio-label {
  border: 2px solid #090;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
  padding: 5px;
  transition: all 0.3s;
}
.radio-label.selected {
  background-color: #090;
  color: #fff;
  transform: scale(1.1);
}
body {
  background-color: #f2f2f2;
}
.form {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 11px;
  box-shadow: 0 187px 75px #00000003, 0 105px 63px #0000000d,
    0 47px 47px #00000017, 0 12px 26px #0000001a, 0 0 0 #0000001a;
  margin: 5% auto;
  max-width: 400px;
  padding: 20px;
}
.heading {
  font-size: 30px;
  text-align: center;
}
div {
  margin-bottom: 15px;
}
label {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
input[type="text"] {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 11px;
  font-size: 16px;
  padding: 10px;
  width: 93%;
}
.multiSelect {
  background-color: #f2f2f2;
}
button[type="submit"] {
  background-color: #000;
  border: none;
  border-radius: 11px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
button[type="submit"]:hover {
  background-color: #272727;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0000003a;
}
@media (max-width: 601px) {
  .form {
    margin-left: 20px;
    margin-right: 20px;
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    90deg,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
  -webkit-transform: translateZ(9999);
  -webkit-transform: translateZ(var(--toastify-z-index));
  width: 320px;
  width: var(--toastify-toast-width);
  z-index: 9999;
  z-index: var(--toastify-z-index);
}
.Toastify__toast-container--top-left {
  left: 1em;
  top: 1em;
}
.Toastify__toast-container--top-center {
  left: 50%;
  top: 1em;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  right: 1em;
  top: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
  }
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    left: auto;
    right: 0;
  }
}
.Toastify__toast {
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 #0000001a, 0 2px 15px 0 #0000000d;
  box-sizing: border-box;
  cursor: default;
  direction: ltr;
  display: flex;
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  justify-content: space-between;
  margin-bottom: 1rem;
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  overflow: hidden;
  padding: 8px;
  position: relative;
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  margin: auto 0;
  padding: 6px;
}
.Toastify__toast-body > div:last-child {
  flex: 1 1;
  word-break: break-word;
}
.Toastify__toast-icon {
  display: flex;
  flex-shrink: 0;
  margin-inline-end: 10px;
  width: 20px;
}
.Toastify--animate {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.Toastify--animate-icon {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  background: #3498db;
  background: var(--toastify-color-info);
  color: #fff;
  color: var(--toastify-text-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  background: #07bc0c;
  background: var(--toastify-color-success);
  color: #fff;
  color: var(--toastify-text-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  background: #f1c40f;
  background: var(--toastify-color-warning);
  color: #fff;
  color: var(--toastify-text-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  background: #e74c3c;
  background: var(--toastify-color-error);
  color: #fff;
  color: var(--toastify-text-color-error);
}
.Toastify__progress-bar-theme--light {
  background: linear-gradient(
    90deg,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: #e74c3c;
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
  background: #ffffffb3;
  background: var(--toastify-color-transparent);
}
.Toastify__close-button {
  align-self: flex-start;
  background: #0000;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  outline: none;
  padding: 0;
  transition: 0.3s ease;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:focus,
.Toastify__close-button:hover {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  bottom: 0;
  height: 5px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  transform-origin: left;
  width: 100%;
  z-index: 9999;
  z-index: var(--toastify-z-index);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  left: auto;
  right: 0;
  transform-origin: right;
}
.Toastify__spinner {
  animation: Toastify__spin 0.65s linear infinite;
  border: 2px solid #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-radius: 100%;
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  box-sizing: border-box;
  height: 20px;
  width: 20px;
}
@keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, 500px, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -500px, 0);
    visibility: hidden;
  }
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.abtcontent {
  font-size: 1.563rem;
  line-height: 1.5;
  margin: 5%;
  text-align: justify;
}
.abth2 {
  font-size: 3.125rem;
  margin-top: 20px;
  padding: 5px;
  text-align: center;
}
.abtposter {
  background: linear-gradient(90deg, #734b6de6, #42275ae6);
  color: #fff;
  margin-top: 0;
  padding: 100px 0;
}
.abtcontainer {
  align-items: center;
  display: flex;
}
.founderimg {
  background-image: url(/static/media/edurampic.1176b32094f403643502.jpg);
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  height: 250px;
  margin-right: 20px;
  margin-top: 100px;
  width: 250px;
}
.fndrcontent {
  flex: 1 1;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.cardcontainer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  padding: 50px 0;
}
.parent {
  height: 500px;
  padding: 20px;
  perspective: 1000px;
  width: 300px;
}
.content-box {
  background: linear-gradient(90deg, #734b6de6, #42275ae6);
  border-radius: 10px;
  box-shadow: 0 20px 50px -25px rgba(0, 115, 255, 0.925);
  height: 500px;
  padding: 50px 25px 25px;
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
  width: 100%;
  .card-title {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 20px;
    text-align: center;
  }
  .card-content,
  .card-title {
    transform: translateZ(20px);
    transition: all 0.5s ease-in-out;
  }
  .card-content {
    color: #e3e3e3;
    font-size: 20px;
    padding-top: 25px;
    text-align: left;
  }
}
.content-box:hover {
  background: linear-gradient(90deg, #4e334ae6, #311d43e6);
}
@media (max-width: 950px) {
  .abtcontainer {
    align-items: center;
    display: block;
  }
  .founderimg {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -20%);
  }
}
@media (max-width: 601px) {
  .abth2 {
    font-size: 2.5rem;
  }
  .abtcontent {
    font-size: 1rem;
    margin: 5%;
    text-align: justify;
  }
}
.columns-container {
  display: flex;
}
.column {
  border: 1px solid #ccc;
  flex: 1 1;
  padding: 10px;
}
.dropdown {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 5px;
}
.loading-modal {
  align-items: center;
  background-color: #000000b3;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modal-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #0000004d;
  max-width: 70%;
  padding: 40px;
  text-align: center;
}
.modal-content p {
  color: #333;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.modal-content button {
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 30px;
  transition: background-color 0.3s ease;
}
.modal-content button:hover {
  background-color: #0056b3;
}
.timer {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
.ACtxt {
  font-size: 3em;
  text-align: center;
}
.ACp {
  font-size: 18px !important;
  margin: 2%;
  text-align: justify;
}
.ACcontent {
  line-height: 1.5;
  margin: 2%;
}
@media (max-width: 450px) {
  .ACtxt {
    font-size: 2em;
  }
  .ACp {
    font-size: 14px;
    margin: 2%;
  }
}
.courses,
.wholecourses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.courses {
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 4px 4px 10px #0006;
  margin: 40px;
  padding: 10px;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.courses:hover {
  box-shadow: 4px 4px 10px #0003;
}
.pg,
.ug {
  box-sizing: border-box;
  margin: 10px;
  width: 48%;
}
.cat {
  background-color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
}
.cat:hover {
  background-color: #e3e2e2;
  cursor: pointer;
  font-weight: 400;
}
.crs {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  font-weight: 300;
  margin-left: 30px;
  padding: 10px;
}
.crs:hover {
  background-color: #e3e2e2;
  cursor: pointer;
  font-weight: 400;
}
.pgtxt,
.ugtxt {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.cou,
.li_items {
  list-style: none;
}
@media (max-width: 768px) {
  .pg,
  .ug {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .courses {
    border: none;
    box-shadow: 4px 4px 10px #0006;
    margin: 20px;
  }
}
.owlcarousel.testimonialitem {
  background: #e8725a;
  border-radius: 15px;
  display: inline-block;
  height: 15px;
  position: relative;
  transition: 0.5s;
  width: 15px;
}
.testimonialitem {
  word-wrap: break-word;
  background: #fff;
  border: 5px solid #734b6de6;
  border-radius: 15px;
  box-shadow: 5px 5px 30px #868686;
  display: flex;
  flex-direction: column;
  height: 450px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.container {
  padding-top: 2%;
}
.toptext {
  text-align: center;
}
.toptext2 {
  padding-bottom: 2%;
  padding-top: 2%;
}
.flex {
  align-items: center;
  padding-top: 5%;
}
.ms {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.ms,
.tplogo {
  padding-left: 0;
}
.about {
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 500;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 7%;
  text-align: justify;
}
@media (max-width: 1024px) {
  .flex {
    align-items: center;
    flex-direction: column;
  }
  .ms {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
  .tplogo {
    justify-items: center;
  }
  .about {
    padding: 5%;
  }
  .testimonialitem {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.footer {
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 5% 10% 2%;
}
.lplogo {
  height: 100%;
  margin-left: 25px;
  width: 30%;
}
.footer-center {
  margin-left: 40px;
}
.socials {
  color: #fff;
  font-size: 24px;
  margin: 0 10px;
  text-decoration: none;
}
.sicon {
  padding: 10px;
}
.address {
  line-height: 1.5;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .footer {
    align-items: center;
    flex-direction: column;
  }
  .lplogo {
    height: 80px;
    margin-left: 40px;
    width: 80px;
  }
  .footer-left {
    line-height: 2;
    margin-bottom: 50px;
    text-align: center;
  }
  .footer-center {
    margin: 0 0 50px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .footer-center {
    margin-left: 80px;
  }
}
a {
  color: #fff;
  text-decoration: none;
}
.contactus {
  font-family: Arial, sans-serif;
  justify-content: center;
}
.concontainer,
.contactus {
  background-color: #fff;
  display: flex;
}
.concontainer {
  border-radius: 10px;
  box-shadow: 0 10px 20px #a7a7a7;
  flex-direction: column;
  margin: 4% 2%;
  max-width: 600px;
  padding: 5%;
  width: 100%;
}
.cencontent {
  column-count: 1;
  text-align: center;
  width: 100%;
}
.ccdiv {
  box-sizing: border-box;
  padding: 2%;
}
.form-group {
  flex-direction: column;
  margin-bottom: 5%;
  position: relative;
}
.conlabel {
  color: #555;
  display: block;
  font-weight: 700;
  margin-bottom: 2%;
}
.coninput,
.contextarea {
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px #0000001a;
  font-size: 16px;
  padding: 3%;
  width: 100%;
}
.coninput:focus,
.contextarea:focus {
  background-color: #e0e0e0;
  outline: none;
}
.conbutton {
  background-color: #ff5a5f;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 3% 5%;
  transition: 0.3s ease;
}
.conbutton:hover {
  background-color: #e74c4f;
}
.lpclogo.fixed-size {
  height: 40px;
  width: 40px;
}
.contactsvg {
  width: 40%;
}
.conh1 {
  background: #fff;
  color: #555;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  height: 100px;
  margin: 0;
  padding-top: 2%;
  text-align: center;
}
.condiv {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.condiv:first-of-type {
  animation: showup 7s infinite;
}
.condiv:last-of-type {
  animation: reveal 7s infinite;
  width: 0;
}
.condiv:last-of-type span {
  animation: slidein 7s infinite;
  margin-left: -355px;
}
@keyframes showup {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slidein {
  0% {
    margin-left: -800px;
  }
  20% {
    margin-left: -800px;
  }
  35% {
    margin-left: 0;
  }
  to {
    margin-left: 0;
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    width: 0;
  }
  20% {
    opacity: 1;
    width: 0;
  }
  30% {
    width: 355px;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
    width: 355px;
  }
}
.conp {
  color: #999;
  font-size: 12px;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .cencontent {
    column-count: 1;
  }
  .concontainer {
    margin: 4% 2%;
  }
  .contactsvg {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .ccdiv,
  .concontainer {
    padding: 3%;
  }
  .conbutton {
    padding: 3% 5%;
  }
}
@media (max-width: 600px) {
  .contactsvg {
    width: 0;
  }
  .concontainer {
    margin: 4%;
  }
}
.SA {
  padding: 10px;
}
.SA h1 {
  font-size: 40px;
  margin: 30px 0;
  text-align: center;
}
.countrysec p {
  font-size: 20px;
  margin: 5px 0;
  text-align: center;
}
.contactsec h2 {
  font-size: 35px;
}
.contactsec p {
  font-size: 25px;
  margin: 20px;
}
.contactsec {
  line-height: 1.5;
}
.countrysec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.countrycard {
  height: 100px;
  max-width: 100%;
  width: 150px;
}
.contactsec {
  margin-top: 40px;
  text-align: center;
}
.contactsec p {
  color: #555;
}
.contactbut {
  background-color: #000;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  padding: 20px 40px;
}
.contactbut:hover {
  background-color: #363636;
  cursor: pointer;
}
@media (max-width: 768px) {
  .country-card {
    width: 45%;
  }
}
.award1 {
  margin: 5%;
  width: 40%;
}
.awards {
  text-align: center;
}
.content_descript {
  font-size: 20px;
  line-height: 1.5;
  margin: 5%;
  text-align: justify;
}
@media (max-width: 720px) {
  .award1 {
    width: 65%;
  }
  .content_descript {
    font-size: 15px;
    text-align: justify;
  }
}
@media (min-width: 721px) and (max-width: 1240px) {
  .award1 {
    width: 60%;
  }
}
/*# sourceMappingURL=main.ab6568cc.css.map*/
