/* =====================

colors
#495057 (buttons )& text

#058ED4 (Main Title)

baground 
#DFF7FA

AZA Colors #00BFFE (blue)
#0C75FD Dark Blue)

=============================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
:root {
  /* Own Color */
  --light-blue: #dff7fa;
  --border: #74747475;
  --text-color: #3a3a3a;
  /* Aza Color */
  --btn-text-color: #495057;
  --title: #058ed4;
  --background: #f5feff;
  --dark-blue: #0c75fd;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  /* font-size: 62.5%; */
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
/* ======  Aza contact detail header start   ====== */
.aka-contact-detail-header {
  background-color: var(--dark-blue);
}
.aka-contact-detail-email > a,
.aka-contact-details-mNo,
.aka-contact-details-social-acc-link {
  color: var(--background);
}

/* ======  Aza contact detail header start   ====== */

/* owl css */

.deep-main-carousel {
  width: 100%;
  height: 80vh;
  margin: auto;
  position: relative;
}
.deep-my-carousel {
  width: 100%;
  height: 100%;
}
.deep-my-carousel .item {
  width: 100%;
  height: 80vh;
  background-color: red;
  margin: 0;
}
.deep-my-carousel .item img {
  width: 100%;
  height: 100%;
}
.deep-main-carousel > .deep-preview,
.deep-main-carousel > .deep-next {
  background-color: transparent;
  position: absolute;
  top: 40%;
  z-index: 999;
  font-size: 72px;
  color: rgb(255, 255, 255);
  border: 0px;
  margin: 0 4px;
}
.deep-main-carousel > .deep-preview:active,
.deep-main-carousel > .deep-next:active {
  transform: scale(0.9);
}
.deep-preview {
  left: 0;
}
.deep-next {
  right: 0;
}

/* owl css */

#main {
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-x, 0rem);
}

.aka-head-title {
  color: var(--title);
}

/* ====== NavBar  Start     ====== */
.aka-header {
  padding: 0.3rem 1.8rem;
  box-shadow: 0px 2px 10px 0px #7084f4;
}
.fix-header {
  position: sticky;
  top: 0px;
  z-index: 1000;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0px !important;
}
.aka-header .aka-logo {
  height: 4.5rem;
}
.aka-navbar-list {
  list-style: none;
}
.aka-navbar-link:link,
.aka-navbar-link:visited {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: var(--btn-text-color);
  transition: all 0.3s;
}

.aka-navbar-link:hover,
.aka-navbar-link:active {
  color: var(--dark-blue);
}
.aka-navbar-link-btm:link,
.aka-navbar-link-btm:visited {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: white;
  transition: all 0.3s;
}

.aka-navbar-link-btm:hover,
.aka-navbar-link-btm:active {
  color: var(--dark-blue);
}
.aka-mobile-navbar-btn {
  display: none;
  background: transparent;
  cursor: pointer;
}

.aka-mobile-nav-icon {
  width: 2rem;
  height: 2rem;
  color: var(--btn-text-color);
}

.aka-mobile-nav-icon[name="close-outline"] {
  display: none;
}

.aka-dropdown {
  position: relative;
  display: inline-block;
}

.aka-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.aka-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  list-style: none;
  display: block;
  width: max-content;
}

.aka-dropdown-content a:hover {
  /* background-color: #f1f1f1; */
  color: var(--dark-blue);
  display: block;
}

.aka-dropdown:hover .aka-dropdown-content {
  display: block;
}
.aka-footer-our-services {
  background-color: #0d355a;
  border-bottom: 1px solid #3ca1ff;
}
.aka-footer-our-services > a {
  color: white;
}

/* ===========  Navbar End   ======== */

/* =========== Image Section Start   ======== */
.aka-main-banner > img {
  width: 100%;
  /* object-fit: cover; */
}
/* ===========  Image Section End   ======== */

/*====  Methodology Start   =====*/
/* ========= */
.aka-above-methodology {
  box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
    0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
  border-radius: 1rem !important;
  padding: 20px 10px;
  margin: 0 10px;
  height: 100%;
  text-align: center;
  background-color: #fff;
  transition: transform 0.5s;
}
.aka-above-methodology:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

/* ========== */

.aka-methodology-active {
  background-color: var(--title);
  color: #ffffff;
  border-right: 1px solid lightgrey;
  height: 176px;
}

.aka-methodology {
  box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
    0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
  border-radius: 1rem !important;
  height: 176px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  /* transition-property: transform background-color; */
  transition-duration: 0.5s;
}
.aka-methodology i {
  height: 60px;
  color: #49a5d6 !important;
}
.aka-methodology:hover {
  /* transform: scale(1.05); */
  transform: translateY(-10px);
  /* background-color: #0069d9; */
}
.aka-methodology > img {
  object-fit: cover;
}
/*====  Methodology End   ====*/

/*====    Popular Cources Start   =====*/
.aka-all-cources {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.aka-all-cources > li {
  width: 30%;
  margin-left: 2%;
}
.aka-all-cources > li > a,
.aka-cources-dow-list > li > a {
  text-decoration: none;
  color: var(--text-color);
}
.aka-cources-dow-list > li:hover,
.aka-all-cources > li:hover {
  box-shadow: 1px 1px 5px var(--dark-blue);
  cursor: pointer;
}
.aka-all-cources,
.aka-cources-dow-list {
  padding-left: 1rem;
  padding-right: 1rem;
}
.aka-cources-dow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aka-cources-dow-list > li {
  width: 48%;
}
.aka-all-cources > li,
.aka-cources-dow-list > li {
  color: #495057;
  border-radius: 2px;
  margin-bottom: 7px;
  padding-left: 18px;

  line-height: 26px;
  font-weight: 700;
  box-shadow: 1px 1px 2px #ccc;
  font-family: arial;
  font-size: 12px;
  display: block;
  border: 1px solid var(--dark-blue);
  /* background: url(/assets/img/List-styles/vAro.png) 7px 7px no-repeat #fff; */
  background-color: rgb(250, 250, 250);
  transition: unset;
}
.aka-all-cources > li > details > summary {
  list-style: none;
}
.aka-cources-info-dow-title,
.aka-cources-title {
  background-color: var(--title);
}
.aka-all-cources {
  list-style: none;
}
.aka-cource-list-style {
  list-style: none;
}
/*====    Popular Cources End     =====*/

/* ====   Learning Options Start ====== */

.aka-learning-iconBox {
  box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
    0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
  border-radius: 1rem !important;
  padding: 20px 10px;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
}
.aka-learning-iconBox:hover {
  transform: translateY(-10px);
}
.aka-learning-iconBox > a {
  text-decoration: none;
  color: black;
}
/* ====   Learning Options End ====== */

/* ====   Our Client Start    ====== */

.aka-client-logo {
  padding: 36px 17px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
  background: #fff;
  height: 116px;
  box-shadow: 1px 2px 3px #ccc;
  margin: 10px;
  transition: border 0.3s ease-in-out;
}
.aka-client-logo:hover {
  border: 4px solid #eee;
  border-top-color: #d0d6d9;
  border-right-color: #d0d6d9;
}
.aka-client-logo img {
  /* padding: 36px 17px; */
  transition: transform 0.4s ease-in-out;
}
.aka-view-all-client-btn:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
/* ====   Our Client End    ===== */
/* ====   Our Target Completed Start  ===== */
.aka-grad1 {
  margin-bottom: 8px;
}
.satisfac-img {
  margin-bottom: 12px;
}
.group-img {
  margin-bottom: 11px;
}
.edu-img {
  margin-bottom: 20px;
}
.book-img {
  margin-bottom: 14px !important;
  margin-top: 4px;
}
.aka-counters {
  margin: 0 5rem;
}
.aka-counters > div img {
  transition: transform 0.5s;
}
.aka-counters > div:hover img {
  transform: scale(1.2);
}
.aka-counters > div > span {
  color: #565656;
}
.aka-counter-caption {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #565656;
  color: var(--background);
  padding: 5px;
  border-radius: 5px;
}
/* ====   Our Target Completed End  ===== */
/* ====  Our Awards Start   ==== */
.aka-our-award > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aka-our-award > div {
  /* border: 1px solid var(--title); */
  background-color: var(--background);
  color: black !important;
  padding: 0;
  margin: 0;
}
.aka-testimonial-scroll-div{
  height: 365px;
  overflow: hidden;
  overflow-y: scroll;
}
.aka-testimonial-scroll-div::-webkit-scrollbar{
  width: 10px;
}
.aka-testimonial-scroll-div::-webkit-scrollbar-thumb{
  background-color: #4ab4f6;
  border-radius: 12px;
}
.aka-testimonials {
  background-color: rgb(58, 58, 58);
  border-radius: 10px;
}
.aka-testimonial-txt {
  text-align: justify;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.deep-our-customer-speak-carousel>div>div>div>div>p{
  text-align: justify;
}
.card {
  position: relative;
}
.card .aka-testimonial-user-img {
  position: absolute;
  top: -30px;
  right: 0;
  width: 60px !important;
}
.small {
  font-size: 12px !important;
}
.card-text {
  text-align: auto;
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for WebKit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.card-body {
  display: flex;
}
.card {
  margin: 0 20px;
  height: 28rem;
}
.card-footer {
  background-color: white;
  border-radius: 20px;
}

.aka-light-blue-1 {
  /* background: #dff7fa; */
  background-image: linear-gradient(
    45deg,
    #0c75fd 0% 10%,
    transparent 10% 90%,
    #00bffe 90%
  );
  border: 1px solid var(--title);
  width: 100%;
  height: 80vh;
  position: absolute;
  z-index: 1;
}
.aka-light-blue {
  /* background: #dff7fa; */
  background-image: linear-gradient(
    -45deg,
    #00bffe 0% 10%,
    var(--background) 10% 90%,
    #0c75fd 90%
  );
  border: 1px solid var(--title);
}

/* ===========================================
Responsive Codes 
======================================= */

/* 980px  */

@media (max-width: 62em) {
  /* ===========  Navbar Start   ======== */
  .deep-main-carousel > .deep-preview,
  .deep-main-carousel > .deep-next {
    top: 30%;
    font-size: 42px;
  }
  .deep-main-carousel {
    width: 100%;
    height: 20vh;
    margin: auto;
    position: relative;
  }
  .deep-my-carousel .item {
    width: 100%;
    height: 20vh;
    background-color: red;
    margin: 0;
  }

  .aka-light-blue {
    background-image: linear-gradient(
      -45deg,
      #00bffe 0% 5%,
      var(--background) 0% 95%,
      #0c75fd 95%
    ) !important;
  }

  .aka-light-blue-1 {
    /* background: #dff7fa; */
    background-image: linear-gradient(
      45deg,
      #0c75fd 0% 15%,
      transparent 10% 85%,
      #00bffe 85%
    );
    border: 1px solid var(--title);
    width: 100%;
    height: 20vh;
    position: absolute;
    z-index: 1;
  }
  .aka-mobile-navbar-btn {
    display: block;
    z-index: 999;
  }

  .aka-header .logo {
    width: 10px;
  }

  .aka-navbar {
    /* display: none; */
    width: 100vw;
    height: 100vh;
    background: #e7f5ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;

    /* to get the tranisition  */
    transform: translateX(100%);
    transition: all 0.5s linear;

    opacity: 10;
    visibility: hidden;
    pointer-events: none;
  }

  .aka-navbar-list {
    flex-direction: column;
    align-items: center;
  }

  .active .aka-navbar {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .active .aka-mobile-navbar-btn .aka-mobile-nav-icon[name="close-outline"] {
    display: block;
  }

  .active .aka-mobile-navbar-btn .aka-mobile-nav-icon[name="menu-outline"] {
    display: none;
  }
  /* ===========  Navbar End   ======== */
}

/* Below 560px  */
@media (max-width: 35em) {
  /* ===========  Navbar Start   ======== */
  .aka-header {
    padding: 0 2.4rem;
  }
  /* ===========  Navbar End   ======== */
}

.aka-mail {
  justify-content: space-evenly;
  background-color: var(--light-blue);
  padding: 3rem 7rem;
}

.aka-input-email > form > input {
  border: 0.1rem solid var(--border);
  border-radius: 0.8rem;
  margin-right: 0rem;
}

.aka-award {
  box-shadow: 0 0 1px 0 gray;
  height: 40vh;
  position: relative;
  overflow: hidden;
  /* width: 30%; */
  margin-bottom: 30px;
  cursor: pointer;
}

.aka-award > div {
  color: black;
}
.aka-award > .aka-details {
  position: absolute;
  top: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: white;
  border: 1px solid gray;
  left: -100%;
  transition: left 1s;
  font-size: 14px;
}
.aka-award:hover > .aka-details {
  left: 0%;
}
.aka-award:hover {
  box-shadow: 0 0 10px 0 red;
}
.aka-details li::before {
  content: "\f00c";
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome";
  color: red;
}
.aka-award > img {
  width: 80%;
  /* height: 70%; */
  border: 0;
  display: inline-block;
  margin: auto;
  position: relative;
  top: 30px;
}
.aka-award > .extra-width {
  width: 50%;
}

.aka-award .aka-award-title {
  background-color: white;
  border-top: 1px solid gainsboro;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.aka-card {
  width: 20rem;
  height: 28rem;
  background-color: #414141;
}
.aka-testimonial-img .aka-testimonial-photo {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}

.aka-ul {
  list-style-image: url("/assets/img/angle-right.jpg");
  font-size: 0.8rem;
}

.aka-footer-menu {
  border-bottom: 1px solid #0595ad;
}

.aka-footer-baground {
  background-color: #217280;
}
.aka-verified-img {
  width: 5rem;
}

.aka-security-text {
  font-size: 0.8rem;
}

.aka-all-rights-reserved {
  background-color: #0d355a;
}

/* 375 px */

@media (max-width: 375px) {
  body{
    font-size: 65%;
  }

  .aka-header .aka-logo {
    height: 3rem;
  }

  .aka-head-title{
    font-size: 20px;
  }
  .aka-heading-bottom{
    font-size: 10px;
  }
}