@charset "UTF-8";
body {
  font-family: "Raleway", sans-serif;
  color: black;
}

p {
  line-height: 1.5;
}

.__lh {
  line-height: 1.75;
}

.__lh2x {
  line-height: 2;
}

.__lh1x {
  line-height: 1.5;
}

.navbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  --bs-navbar-padding-y: 1rem;
  z-index: 88;
  font-family: "Montserrat";
}

@media screen and (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-collapse {
    text-align: right;
  }
}

.navbar-brand {
  min-width: 100px;
}
.navbar-brand .__box {
  position: fixed;
}
.navbar-brand .__box img {
  max-width: 100px;
  width: 100%;
  transition: all 300ms linear;
}
@media screen and (max-width: 700px) {
  .navbar-brand .__box {
    position: relative;
  }
}

.hero {
  min-height: 100dvh;
  background-color: #d1e5f1;
  background-image: url("./images/banner1.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .hero {
    background-position-x: 150%;
  }
}
@media screen and (max-width: 1280px) {
  .hero {
    background-position-x: 120%;
  }
}

.__box {
  padding: 1rem;
  background-color: #2d2d7d;
  color: white;
  border-radius: 6rem 0px;
}
.__box.__small {
  padding: 1rem 0rem;
  border-radius: 1rem 0px;
}
.__box a:not(.__btn) {
  color: white;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: red;
  /* border-bottom: 1px solid red; */
}
.__box a:not(.__btn):hover {
  /* text-decoration: underline; */
  text-decoration-color: white;
}

.__btn {
  color: white;
  background: var(--primary);
  border: 1px solid white;
  padding: 5px 16px;
  transition: all 300ms ease-in-out;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
}
.__btn:hover {
  color: var(--primary);
  background: white;
  border-color: var(--primary);
  /* border: 1px solid white; */
  border-radius: 10px;
}

._btn_reverse {
  color: var(--primary);
  background: white;
  border: 1px solid white;
  padding: 5px 16px;
  transition: all 300ms ease-in-out;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
}
._btn_reverse:hover {
  background: var(--primary);
  color: white;
  border: 1px solid white;
  border-radius: 10px;
}

.accred ul li {
  line-height: 1.75;
}
.accred ul li::marker {
  content: "\f058  ";
  font-family: "Font Awesome 6 Free";
  font-size: 24px;
  font-weight: 900;
  color: black;
}

.__card_box {
  background: linear-gradient(to right, #d1e5f1, rgb(112, 195, 255));
  border: 1px solid rgba(11, 97, 11, 0.4039215686);
  overflow: hidden;
  height: 100%;
}
.__card_box .__book_margin {
  margin-right: auto;
  margin-left: 2rem;
}
.__card_box.__right {
  background: linear-gradient(to left #d1e5f1, rgb(112, 195, 255));
}
.__card_box .__heading {
  text-align: center;
  width: 100%;
  padding: 1rem;
}
.__card_box .card-body {
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 10%;
  padding-right: 20px;
  justify-content: center;
  /* align-items: center;
  justify-content: center; */
  /* background-size: 50% 100%; */
}
.__card_box.__right .card-body {
  padding-left: 20px;
  padding-right: 20px;
  background-position: bottom right;
}

.__bt_a {
  background-color: var(--primary);
  color: white;
  text-decoration: none;
  text-align: center;
  /* margin: 0 auto; */
  padding: 6px 30px;
  margin-right: auto;
  transition: all 300ms linear;
}
.__bt_a:hover {
  background-color: red;
  border-radius: 1.5rem 0;
}

.__accred img {
  max-width: 150px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.2rem;
  filter: grayscale(1);
}
.__accred .card-header {
  background-color: #2d2d7d;
}
.__accred .card-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.__accred .card-body:hover img {
  filter: grayscale(0);
}

.sliderTestmonials .slick-track {
  display: flex !important;
}
.sliderTestmonials .__content {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sliderTestmonials .slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.sliderTestmonials .prev,
.sliderTestmonials .next {
  color: #2d2d7d;
}
.sliderTestmonials .prev:hover,
.sliderTestmonials .next:hover {
  color: red;
}
.sliderTestmonials .slide .border {
  --bs-border-radius: 3rem 0px;
  --bs-border-color: var(--primary);
  --bs-border-width: 1px;
  padding: 3px;
}
.sliderTestmonials .slide .border:hover {
  padding: 1px;
  --bs-border-width: 3px;
}
.sliderTestmonials .__name {
  padding-top: 1rem;
  margin-bottom: 0;
}
.sliderTestmonials .__star {
  color: rgb(244, 178, 27);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 8px;
}

.__clients {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.__clients img {
  max-width: 140px;
  max-height: 140px;
  padding: 10px;
}

.footer {
  background: linear-gradient(to right, #08135c, #636a95);
  color: white;
  display: block;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  color: red;
}
.footer .social-mobile i {
  background: black;
  border-radius: 50%;
  color: white;
  padding: 10px;
  margin: 5px;
  width: 38px;
  height: 38px;
  text-align: center;
}
.footer .social-mobile i:hover {
  background: red;
}

.__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.__gallery img {
  max-height: 420px;
  max-width: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0.2rem;
  filter: grayscale(1);
  border-radius: 0.5rem;
  transition: all 500ms ease-in-out;
  width: 100%;
  height: 100%;
}
.__gallery a {
  overflow: hidden;
  display: flex;
  transition: all 500ms ease-in-out;
}
.__gallery a:hover img {
  filter: grayscale(0);
  transform: scale(1.5);
}
.__gallery .grid:after {
  content: "";
  display: block;
  clear: both;
}

.__nav_list ul.nav {
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  --bs-nav-tabs-link-active-bg: red;
  --bs-nav-tabs-link-active-color: white;
  --bs-nav-tabs-link-active-border-color: red;
  --bs-border-radius: 0rem;
  transition: all ease-in-out 300ms;
}
.__nav_list a {
  color: red;
  font-weight: 600;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --bs-nav-tabs-link-hover-border-color: transparent;
  border: 0px solid red;
  border-radius: 0px;
}
.__nav_list a.active::before, .__nav_list a:hover::before {
  content: "\f101  ";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: white;
  font-size: 1.15rem;
  padding-right: 1rem;
}
.__nav_list .nav-tabs li {
  border-bottom: 2px solid red;
  line-height: 2;
  transition: all ease-in-out 300ms;
}
.__nav_list .nav-tabs li:hover {
  background: red;
}
.__nav_list .nav-tabs li:hover a {
  color: white;
}

.__contact a {
  color: black;
}
.__contact a:hover {
  color: #2d2d7d;
}
.__contact .__contact_form .__req {
  color: red;
}
.__contact .__contact_form .form-control {
  color: #2d2d7d;
  font-weight: 500;
}
.__contact label {
  font-weight: 600;
}

.__checkmark1 li {
  text-indent: 0rem;
  padding-left: 2rem;
  position: relative;
  padding-bottom: 8px;
}
.__checkmark1 .card {
  border-radius: 6rem 0px;
}
.__checkmark1 ul {
  list-style-position: outside;
  list-style-type: none;
}
.__checkmark1 ul li::before {
  content: "\f058  ";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #2d2d7d;
  font-size: 1.5rem;
  position: absolute;
  margin-left: -2rem;
  top: 2px;
}

.__training {
  list-style-type: none;
  font-size: 1.1rem;
}
.__training .__main {
  list-style-type: none;
}
.__training .__l1 {
  font-weight: 600;
  color: #2d2d7d;
  font-weight: bold;
  font-size: 1.2rem;
}
.__training .__svg {
  margin-right: 0.5rem;
  background: #2d2d7d;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.__training svg {
  width: 20px;
  color: white;
}
.__training ul.__sub {
  list-style-type: none;
  line-height: 2;
}
.__training ul.__sub li {
  padding-left: 36px;
}
.__training ul.__sub li::before {
  content: "👉";
  content: url("./images/marker.png");
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -36px;
  margin-top: 6px;
}
.__training a {
  text-decoration: none;
  color: black;
}
.__training .__sub li:hover {
  font-weight: 600;
  animation: moveBack 1500ms ease-in-out 0s infinite;
}
.__training .__sub li:hover a {
  color: #2d2d7d;
}

@keyframes moveBack {
  0% {
    padding-left: 0.5rem;
  }
  50% {
    padding-left: 1.5rem;
  }
  100% {
    padding-left: 0.5rem;
  }
}
h1 {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 48px;
}

h2 {
  font-family: "Lora";
  font-weight: italic;
  font-size: 30px;
}

body {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
}

.navbar-brand .__box {
  transition: position 800ms linear;
  border: 5px solid rgba(45, 45, 125, 0.1490196078);
  top: 10px;
}

@media screen and (min-width: 991px) {
  #navbar.__hide .navbar-brand .__box {
    top: 10px;
    left: 100px;
    padding: 10px 0rem;
    border-width: 2px;
  }
  #navbar.__hide .navbar-brand .__box img {
    max-width: 50px;
  }
}/*# sourceMappingURL=styles.css.map */