/*----------------------------------[ TOP HEADER ]---------------------------------*/
.top_header {
  position: absolute;
  right: 0%;
  top: 0%;
  padding: 7.7px;
  background-color: #144178;
  width: 68%;
  z-index: 100;
}
.clip_shape {
  position: absolute;
  left: -20%;
  top: 0%;
  background-color: #144178;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 90% 20%, 13% 20%);
  height: 165px;
  width: 350px;
}
.top_header p {
  position: absolute;
  top: 10%;
  left: 0%;
  color: #fff;
  z-index: 100;
  font-size: 17px;
  font-weight: 500;
}
.contact_data {
  position: absolute;
  top: 10%;
  left: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_data > span {
  margin-right: 30px;
  color: #ffff;
}
.social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  margin-right: 35px;
}
.social i {
  margin-left: 15px;
  font-size: 18px;
}
/*----------------------------------[ HEADER ]---------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  position: relative;
  background-color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 10px 10px -15px #111;
}
.navList {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: absolute;
  right: 3%;
  top: 50%;
}
.navList li {
  margin-left: 25px;
  list-style: none;
}
.navList li a {
  text-decoration: none;
  color: #000;
  padding: 8px 0px;
  font-size: 18px;
}
.course_menu {
  position: relative;
}
.course_col1 li a:hover,
.course_col2 li a:hover,
.course_col3 li a:hover {
  color: #144178;
}
.course_col1 li a::before {
    content: "\f111";
    position: absolute;
    top: 2.4em;
    left: -10%;
    font-family: var(--icon-font);
    width: 8px;
    height: 8px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.3em;
    line-height: 11.5px;
    color: #144178;
    font-weight: 900;
    background-color: #144178;
    box-shadow: inset 0px 2px 4px 0px rgb(24, 37, 63, 0.5);
}
.course_col2 li a::before {
    content: "\f111";
    position: absolute;
    top: 2.4em;
    left: -7.8%;
    font-family: var(--icon-font);
    width: 8px;
    height: 8px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.3em;
    line-height: 11.5px;
    color: #144178;
    font-weight: 900;
    background-color: #144178;
    box-shadow: inset 0px 2px 4px 0px rgb(24, 37, 63, 0.5);
}
/*.course_col1::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 25px;
  width: 1px;
  background-color: #144178;
  height: calc(100% - 35px);
}*/
.course_col1 li a,
.course_col2 li a {
  position: relative;
  padding: 2px !important;
  margin-left: 0px;
}
.navbar__menu li .course_menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  background-color: #fff;
  border-bottom: 4px solid #144178;
  padding: 10px 10px;
  transform: translateY(10px);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000000000;
  text-transform: uppercase;
  font-size: 18px;
}
.navbar__menu li .course_menu1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  background-color: #fff;
  border-bottom: 4px solid #144178;
  padding: 10px 10px;
  transform: translateY(10px);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000000000;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 0rem;
}
.course_menu li {
  margin-bottom: 0px;
}
.menu_item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu_item a img {
  width: 140px;
  height: 70px;
  object-fit: cover;
  margin-left: 15px;
  border-radius: 8px;
}
.menu_course li {
    margin-left: 15px;
}
.borderImg {
    border: 0.5px solid #333;
}
.navbar__menu .menu-item-has-children:hover .course_menu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.navbar__menu .menu-item-has-children:hover .course_menu1 {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .navbar__menu li .course_menu {
    top: 11%;
  }
  .navbar__menu li .course_menu1 {
    top: 17%;
  }
  .navbar__menu .menu-item-has-children:hover .course_menu {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
  }
  .navbar__menu .menu-item-has-children:hover .course_menu1 {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 375px) {
  .navbar__menu li .course_menu {
    top: 14%;
  }
  .navbar__menu li .course_menu1 {
    top: 22%;
  }
}
.drop_course {
  position: relative;
}
.drop_course > div {
  margin-right: 25px;
}
.dropdown__toggle {
  margin-top: -6px;
  display: inline-block;
  position: absolute;
  top: 25%;
}
.dropdown__toggle .bar {
  width: 12px;
  height: 2px;
  margin: 6.8px auto;
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
  background: #000;
  border-radius: 8px;
}
#dropdown_icon .bar:nth-child(1) {
  transform: translateY(8px) rotate(90deg);
  opacity: 1;
}
#dropdown_icon .bar:nth-child(2) {
  transform: translateY(-1px) rotate(-0deg);
}
#dropdown_icon:hover .bar:nth-child(1) {
  transform: translateY(8px) rotate(90deg);
  opacity: 0;
}
#dropdown_icon:hover .bar:nth-child(2) {
  transform: translateY(-0px) rotate(-0deg);
}
@media only screen and (max-width: 991px) {
  .top_header {
    display: none;
  }
  .header {
    padding: 10px 20px;
  }
  .navList li a {
    text-decoration: none;
    color: #000;
    padding: 8px 0px;
    font-size: 18px;
  }
  .navbar__menu {
    display: table;
    width: 100%;
    position: absolute;
    top: -1000px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: -1;
    overflow-x: hidden;
  }
  .navbar__menu.active {
    background: #fff;
    top: 100%;
    right: 0%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    font-size: 1.6rem;
    padding-left: 0px;
  }
  .navbar__menu > li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px 25px;
    margin-bottom: 20px;
  }
  .navbar__toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.5s ease-in-out;
    background: #000;
    z-index: 100;
  }
  #mobile-menu {
    position: absolute;
    top: 25%;
    right: 6%;
    transform: translate(5%, 20%);
  }
  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }
  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }
  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  width: 100%;
  background-color: #144178;
}
.newsletter div h2 {
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
}
.newsletter div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsletter div input {
  width: 350px;
  padding: 10px 15px;
  border-radius: 6px;
  outline: none;
  border: none;
}
.newsletter div input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: rgb(151, 151, 151);
}
.subscribe_btn {
  padding: 7.5px 22px;
  margin-left: 10px;
  border: 2.5px solid #fff;
  color: #fff;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 500;
}
.subscribe_btn a {
  color: #fff;
}
.subscribe_btn i {
  margin-left: 8px;
}
@media only screen and (max-width: 991px) {
  .newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 50px;
    width: 100%;
    background-color: #144178;
  }
  .newsletter div h2 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem calc((100vw - 1300px) / 2);
  padding-bottom: 0rem;
  /* background-color: #caecfd; */
  background-color: #fff;
}
.border_footer {
  border-top: 3px solid #144178;
}
.footer_grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer_card {
  margin: 0px 20px;
}
.footer_logo {
  width: 150px;
  height: 200px;
}
.footer_card h3 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer_card h4 {
  font-size: 20px;
  font-weight: 500;
}
.footer_card p {
  font-size: 16px;
}
.footer_card span {
  font-weight: 500;
}
.footer_card:nth-child(2) {
  width: 20%;
}
.footer_card ul li {
  margin-bottom: 10px;
}
.footer_card ul li h3 {
  font-size: 19px;
  font-weight: 400;
}
.footer_social {
  list-style: none;
}
.footer_social li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 500;
}
.footer_social li a i {
  padding: 7px;
  background-color: #fff;
  font-size: 22px;
  border-radius: 9px;
  margin-right: 10px;
}
.footer_social li:nth-child(1) a i {
  color: #2c567e;
}
.footer_social li:nth-child(2) a i {
  color: #d40063;
}
.footer_social li:nth-child(3) a i {
  color: #00adef;
}
.footer_social li:nth-child(4) a i {
  color: #1b4f9b;
}
.quick_links {
  padding-left: 28px;
}
.quick_links li a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: 500;
}
.footer_border {
  width: 100%;
  height: 5px;
  border-radius: 9px;
  /* background: #008bd3; */
  background: #144178;
}
.footer_copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0rem calc((100vw - 1300px) / 2);
  padding-bottom: 1rem;
  background-color: #fff;
}
.footer_copy p {
  margin-top: 10px;
  font-size: 18px;
}
    .footer_copy p a {
        color: #000;
        font-size: 18px;
    }
    @media only screen and (max-width: 991px) {
        .footer_grid {
    flex-direction: column;
    margin-left: 10px;
  }
  .footer_card:nth-child(2) {
    width: 80%;
  }
  .footer_card {
    margin: 10px 20px;
  }
  .footer_copy p {
    font-size: 18px;
    text-align: center;
  }
}
