﻿@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
header {
  background-repeat: no-repeat;
  background-size: cover;
  /*background-image: $lineargradient;*/
  background-color: #ec1c24;
}

footer {
  /*background-image: linear-gradient(90deg, rgb(133 5 24) 0%, rgb(133 5 24) 35%, rgb(233 40 142) 100%), url(../images/45168.jpg);*/
  background-color: #0d1537;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  .footerin {
      background: rgb(0 0 0 / 43%);
      backdrop-filter: blur(1.5px);
      -webkit-backdrop-filter: blur(3.5px);
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.18);
  }*/
}

nav .nav-item > a {
  color: white;
}

.navbar-nav {
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.navbar-nav li a {
  font-size: 18px;
  text-decoration: none;
  border-radius: 100vmax;
  font-weight: 400;
}
.navbar-nav li a:hover {
  background-color: white;
  color: #ec1c24;
}
.navbar-nav .left_drop {
  left: -273PX;
}

.social_media {
  position: fixed;
  right: 0px;
  flex-direction: column;
  transform: translateY(-50%);
  top: 60%;
  z-index: 100;
}
.social_media a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  text-decoration: none;
}
.social_media a i {
  color: white;
  font-size: 22px;
}

@media (max-width: 991px) {
  .social_media {
    position: static;
    flex-direction: row;
    transform: translateY(0%);
    justify-content: center;
    padding: 5px;
    gap: 10px;
  }
  .social_media a {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: none;
  }
  .navbar-nav .nav-item.dropdown.active .dropdown-menu {
    display: block;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item img {
    display: none;
  }
  .export {
    position: fixed;
    left: 14px;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    z-index: 100;
    transform-origin: left;
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: flex;
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item img {
    display: inline-block;
    float: right;
  }
  .container {
    width: 100%;
    max-width: 1450px;
    margin: auto !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*.container {
    width: 100%;
    max-width: 1450px;
    margin: auto !important;
    padding-left: 30px;
    padding-right: 30px;
}*/
html, body {
  overflow-x: hidden;
}

.topbar a {
  color: white;
  text-decoration: none;
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box;
}

footer {
  display: block;
}
footer a {
  text-decoration: none;
  color: white !important;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  h2, p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
}
/*! CSS Used from: Embedded */
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.footer-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 40px 15px 450px;
  position: relative;
}

.footer-content-column {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-menu {
  margin-top: 30px;
}

.footer-menu-name {
  color: #fffff2;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}

.footer-menu-list li {
  margin-top: 5px;
}

.footer-call-to-action-description {
  color: #fffff2;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
  background-color: #fffff2;
  color: #00bef0;
}

.button:last-of-type {
  margin-right: 0;
}

.footer-call-to-action-button {
  background-color: #000000;
  border-radius: 21px;
  color: #fffff2;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  padding: 12px 30px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
}

.footer-call-to-action {
  margin-top: 30px;
}

.footer-call-to-action-title {
  color: #fffff2;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: black;
}

.footer-social-link.linkedin {
  height: 26px;
  left: 3px;
  top: 11px;
  width: 26px;
}

.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}

.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #000000;
  transition: fill 0.2s;
}

.footer-social-link.twitter {
  height: 28px;
  left: 62px;
  top: 3px;
  width: 28px;
}

.footer-social-link.youtube {
  height: 24px;
  left: 123px;
  top: 12px;
  width: 24px;
}

.footer-social-link.github {
  height: 34px;
  left: 172px;
  top: 7px;
  width: 34px;
}

.footer-copyright {
  /* background: linear-gradient(90deg, rgb(133 5 24) 0%, rgb(133 5 24) 35%, rgb(233 40 142) 100%);*/
  background: #0061af;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-copyright-link {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 479px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 300px;
    position: relative;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 300px;
    position: relative;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 300px;
    position: relative;
  }
}
@media (min-width: 760px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 300px;
    position: relative;
  }
  .footer-wave-svg {
    height: 50px;
  }
  .footer-content-column {
    width: 24.99%;
  }
}
.topbar {
  background: black;
}

@media (max-width: 992px) {
  .footer-content-column {
    float: none;
  }
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 20px 15px 20px !important;
    position: relative;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    height: 70vh;
    overflow: scroll;
  }
}
.accordion {
  border-radius: 5px;
  max-width: 1170px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(25, 38, 111) 0%, rgb(25, 38, 111) 35%, rgb(23, 111, 178) 100%);
  color: white;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border-radius: 0px;
  position: relative;
  padding-right: 46px;
  transition: all 0.3s;
}
.accordion-header:hover {
  padding-left: 15px;
}

@media (min-width: 992px) {
  .accordion-header {
    border-radius: 100vmax;
  }
}
/* letter-spacing: .1em;
  transition: all .3s;
  text-transform: uppercase;
}*/
.accordion__item {
  margin-bottom: 10px;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: #2D3D99;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}

.accordion-body__contents {
  /*  padding: 1.5em 1.5em;
  font-size: .85em;*/
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  font-family: "Font Awesome 5 Free";
  content: "+";
  font-size: 1.2em;
  float: right;
  font-weight: bold;
  position: relative;
  top: -2px;
  transition: 0.3s all;
  transform: rotate(0deg) translateY(-50%);
  background: blue;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform-origin: top;
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-137deg) translateY(-50%);
  top: 50%;
  right: 5px;
  background-color: #99c232;
}

.accordion__item.active .accordion-header {
  background: #2D3D99;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  .accordion {
    width: 100%;
  }
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  padding: 0px !important;
}

@media (min-width: 992px) {
  body {
    padding: 0px !important;
    font-size: 17px;
  }
}
h1, h2, h3, h4, h5, h6, strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.headinelinear {
  text-align: center;
  color: #ec1c24;
  /* background: linear-gradient(90deg, rgba(254,196,125,1) 0%, rgba(254,196,125,1) 35%, rgba(252,245,128,1) 100%);
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: fit-content;
  margin: auto;
}
.headinelinear h4 {
  font-size: 30px;
  font-weight: bolder;
}

.read_more {
  text-decoration: none;
  color: white !important;
  background-image: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
  padding: 8px 15px;
  transition: all 0.5s;
  text-decoration: none !important;
  display: block;
  max-width: fit-content;
  border-radius: 100vmax;
}
.read_more:hover {
  background-color: #99c232;
}

.card-header {
  background: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
  padding: 3px 6px !important;
}
.card-header button {
  text-decoration: none;
  color: white;
  pointer-events: none;
}

.greenbtn {
  background-color: #99c232;
  color: black;
  padding: 10px 15px;
  text-decoration: none !important;
  border-radius: 100vmax;
  color: white !important;
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}

ol.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  color: #5a5a5a;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 600;
}

ol.gradient-list > li:hover {
  transform: scale(1.01);
}

ol.gradient-list > li::before, ol.gradient-list > li::after {
  background-image: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}

ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #fce3a8;
  display: flex;
  font: 600 2rem "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

ol.gradient-list > li:nth-child(odd):before {
  background-image: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
}

ol.gradient-list > li:nth-child(even):before {
  background-image: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
}

ol.gradient-list > li + li {
  margin-top: 3rem;
}

.ques {
  background: linear-gradient(to right, rgba(193, 24, 54, 0.88), rgb(70, 11, 24)), url(../images/img25.jpg);
  min-height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.ques .shadow {
  background-color: white;
  border-radius: 35px;
  height: 100%;
}
.ques .shadow h2 {
  font-weight: bold;
}

.slick-slide h4 {
  background: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
  padding: 10px;
  border-radius: 20px;
  height: 150px;
  color: white;
  display: grid;
  place-items: center;
}

.slick-slide .item {
  padding: 10px;
  text-align: center;
}

.twelve {
  position: relative;
  width: fit-content;
}

.twelve h1 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  font-size: 35px;
  padding-bottom: 13px;
  color: #ec1c24;
}

.twelve h1:before {
  background-color: #c50000;
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
  left: 0;
}

.twelve h1:after {
  background-color: #c50000;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}

.topbar {
  background: #0d1537;
}

/*accordian */
.accordion {
  border-radius: 5px;
  max-width: 1170px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  background: rgb(63, 81, 181);
  background: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
  color: white;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border-radius: 0px;
  position: relative;
  padding-right: 46px;
  transition: all 0.3s;
}

.accordion-header:hover {
  padding-left: 15px;
}

@media (min-width: 992px) {
  .accordion-header {
    border-radius: 100vmax;
  }
}
/* letter-spacing: .1em;
  transition: all .3s;
  text-transform: uppercase;
}*/
.accordion__item {
  margin-bottom: 10px;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}

.accordion-body__contents {
  /*  padding: 1.5em 1.5em;
  font-size: .85em;*/
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  font-family: "Font Awesome 5 Free";
  content: "+";
  font-size: 1.2em;
  float: right;
  font-weight: bold;
  position: relative;
  top: -2px;
  transition: 0.3s all;
  transform: rotate(0deg) translateY(-50%);
  background: #009fe3;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform-origin: top;
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-137deg) translateY(-50%);
  top: 50%;
  right: 5px;
  background-color: #324e82;
}

.accordion__item.active .accordion-header {
  background: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
}

.accordion__item .accordion__item .accordion-header {
  background: linear-gradient(90deg, rgb(193, 20, 55) 0%, rgb(198, 65, 44) 35%, rgb(214, 99, 49) 100%);
  color: #353535;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  .accordion {
    width: 100%;
  }
}
