.navbar-light.bg-white .navbar-nav .nav-link {
  color: #222;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-size: 1.1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #04aec9;
}

a {
  text-decoration: none;
  color: #222222;
}

a:hover {
  color: #04aec9;
}

.navbar-light .navbar-brand {
  color: #04aec9;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}

.__text_primary {
  color: #ff5f15;
}

a:hover {
  color: #04aec9;
}

.navbar {
  margin: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0.05rem;
          box-shadow: 0 0 0 0.05rem;
}

nav {
  z-index: 9999;
  -webkit-transition: background ease-in-out 0.5s;
  transition: background ease-in-out 0.5s;
  background-color: #ffffff59;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

nav .navbar-brand {
  color: #04aec9;
}

nav .navbar-brand img {
  max-width: 70vw;
  height: 56px;
}

nav .nav-item {
  position: relative;
}

nav .nav-item .nav-link {
  color: white;
  font-weight: 500;
}

nav .nav-item .nav-link:hover {
  color: #04aec9;
}

nav.bg-white {
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}

nav.bg-white .nav-link {
  color: black;
}

@media (max-width: 768px) {
  .navbar {
    background-color: white;
    color: black;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
  height: auto;
  opacity: 1;
  -webkit-transition: height 5s ease-in-out;
  transition: height 5s ease-in-out;
}

.dropdown-menu {
  background: #092038;
  height: 0;
  opacity: 0;
  -webkit-transition: height 5s ease-in-out;
  transition: height 5s ease-in-out;
  border-top: 2px solid #04aec9;
}

.dropdown-menu.show {
  height: auto;
  opacity: 1;
}

.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #393939;
}

.dropdown-menu li,
.dropdown-menu a {
  color: #ddd;
}

.dropdown-menu li:hover,
.dropdown-menu a:hover {
  color: white;
  background: #04aec9;
}

.dropdown-menu .dropdown-toggle::after {
  margin-bottom: -3px;
}

.faq-thumb img {
  width: 100%;
}

.faq-single {
  margin: 20px 0;
}

.faq-single h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.faq-single .card {
  height: 100%;
}

.faq-single .media-left {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.faq-single .icon {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 100%;
  text-align: center;
  line-height: 90px;
  background: #f7f7f7;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.faq-single .icon i {
  font-size: 32px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.faq-single:hover .icon,
.faq-single:hover i {
  background: #04aec9;
  color: white;
}

.faq-single:hover .media-body h2 {
  color: #04aec9;
}

.ulhand {
  padding-left: 1rem;
}

.ulhand li::marker {
  content: "\f0a4   ";
  font-family: FontAwesome;
  display: inline-block;
}

.service-inner {
  margin-bottom: 30px;
  text-align: center;
}

.service-inner .service-icon {
  margin-bottom: 26px;
}

.service-inner a {
  color: #222222;
}

.service-inner a:hover {
  color: #04aec9;
}

.footer-sec {
  padding-top: 20px;
  color: white;
}

.footer-sec a {
  color: white;
}

.footer-sec .footer-widget-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-sec .footer-widget-menu li {
  margin-bottom: 0.5rem;
  color: white;
}

.footer-sec .footer-widget-menu li:hover {
  color: #04aec9;
}

.footer-sec .footer-widget-menu li:hover a {
  color: #04aec9;
}

.footer-sec .footer-wedget-one,
.footer-sec h4 {
  color: white;
}

.footer-sec h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.__btn {
  background: #04aec9;
  display: inline-block;
  /* padding: 18px 40px; */
  text-transform: capitalize;
  margin-right: 14px;
  z-index: 5;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #04aec9;
  color: #fff;
  border-radius: 5px;
}

.__btn:hover {
  background: #092038;
  color: white;
}

.course-tab {
  text-align: center;
  margin-bottom: 30px;
}

.course-tab .nav-pills .nav-link {
  color: #04aec9;
  margin-left: 15px;
  min-width: 120px;
  background: #ffffff;
  border-radius: 10px;
}

.course-tab .nav-pills .nav-link.active, .course-tab .nav-pills .nav-link:hover {
  color: #fff;
  background: #04aec9;
}

.course-sec {
  background-color: #222;
  background-image: url("../images/course-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.course-sec .all-course .slick-prev,
.course-sec .all-course .slick-next {
  left: 10px;
  z-index: 1;
}

.course-sec .all-course .slick-prev::before,
.course-sec .all-course .slick-next::before {
  color: #919191;
}

.course-sec .all-course .slick-prev:hover::before,
.course-sec .all-course .slick-next:hover::before {
  color: #04aec9;
}

.course-sec .all-course .slick-next {
  left: auto;
  right: 10px;
}

.course-sec .course-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.course-sec .course-inner-text {
  text-align: left;
  padding: 1rem;
}

.course-sec .course-inner {
  height: 100%;
  padding: 10px;
  overflow: hidden;
}

.course-sec .card {
  height: 100%;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.course-sec .card p {
  margin-bottom: 0;
}

.course-sec .card img {
  width: 100%;
}

.course-sec .__courses_points {
  padding-left: 1.5rem;
  color: #888888;
}

.course-sec .__courses_points li {
  margin-bottom: 0.5rem;
}

.course-sec .__courses_points li::marker {
  content: "\f0a4   ";
  font-family: FontAwesome;
  display: inline-block;
}

.course-sec .sec-title h2,
.course-sec .sec-title p {
  color: #fff;
}

.course-sec .course-meta {
  margin-bottom: 1rem;
}

.course-sec .course-meta .course-rating {
  float: right;
}

.course-sec .course-meta .course-rating a {
  color: #04aec9;
}

.course-sec .course-author {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: -30px;
}

.course-sec .course-author img {
  width: 100%;
  height: 100%;
}

.slick-list {
  padding-left: -15px;
  padding-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-list .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: center;
}

.slick-dots li button:before {
  font-size: 10px;
}

.slick-dots li.slick-active button:before {
  color: #04aec9;
}

.footer-bottom-sec {
  padding: 4px;
  background: #04aec9;
  color: white;
  text-align: center;
}

.footer-bottom-sec a {
  color: #092038;
}

.footer-bottom-sec a:hover {
  color: white;
}

.about-pillar-inner {
  height: 100%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border: 0px solid transparent;
}

.about-pillar-inner .about-pillar-thumb {
  margin-bottom: 20px;
}

.about-pillar-inner .about-pillar-thumb img {
  width: 100%;
}

.about-pillar-inner .about-pillar-desc {
  padding: 10px 1.5rem;
}

.about-pillar-inner .about-pillar-desc h4 {
  margin-bottom: 10px;
}

.about-pillar-inner .about-pillar-desc p {
  text-align: justify;
}

.about-pillar-inner:hover {
  background-clip: border-box;
  border: 1px solid #e9e9e9;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.counting_sl {
  text-align: center;
  background-color: rgba(64, 64, 64, 0.7);
  padding: 40px 0px;
  margin: 0px auto;
  height: 100%;
}

.course-details-sec .course-details h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.course-details-sec .course-details .ulhand {
  line-height: 2rem;
}

.course-details-sec .course-details .ulhand li {
  margin-bottom: 0.5rem;
}

.course-details-sec .course-details .course-details-thumb {
  margin-bottom: 30px;
}

.course-details-sec .cou {
  padding-top: 60px;
}

.course-cat-widget {
  padding: 40px 25px;
  background: #f6f6f6;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.course-cat-widget li {
  color: #888888;
}

.course-cat-widget li a {
  display: inline-block;
  width: 100%;
  color: #888888;
  text-transform: capitalize;
  margin-bottom: 10px;
  position: relative;
}

.course-cat-widget li a:hover {
  color: #04aec9;
}

.course-cat-widget li::marker {
  content: "\f178    ";
  font-family: fontawesome;
  color: #04aec9;
  padding-right: 10px;
}

@media (max-width: 991.98px) {
  .course-details-sec .cou {
    padding-top: 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
  }
}

.pagehding-sec {
  background-image: url("../images/page_hd.jpg");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 1200px;
}

.pagehding-sec .breadcrumb-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}

.pagehding-sec .page-heading {
  margin-left: 1.5rem;
}

.__banner .__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}

.__banner .__slide .slider-caption {
  text-align: left;
  background: #00000069;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.__banner .__slide .slider-text {
  left: 0;
  position: relative;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  max-width: 100%;
  min-width: 50%;
  padding: 20px;
}

.__banner .__slide .slider-text h1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: -1px 3px #727173;
}

.__banner .__slide .slider-text h1 > span {
  color: #04aec9;
}

.__banner .__slide .slider-text p {
  color: #fff;
}

.__banner .__slide .slider-text a {
  background: #04aec9;
  text-transform: capitalize;
  padding: 5px 10px;
  z-index: 5;
  margin-top: 10px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #04aec9;
  color: white;
}

.__banner .__slide .slider-text a:hover {
  border-color: white;
  background: transparent;
}

.__banner .slick-prev {
  left: 10px;
  z-index: 1;
}

.__banner .slick-next {
  right: 10px;
  z-index: 1;
}

.__contact_field input,
.__contact_field textarea {
  background: transparent;
  border: 1px solid #d9d9d9;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  color: #888888;
  margin-bottom: 1rem;
}

.__contact_field input:focus,
.__contact_field textarea:focus {
  border-color: #04aec9;
}

.__contact_info {
  padding: 0 2rem 2rem;
  background-color: #a9a9a936;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: -9px 8px 10px rgba(0, 0, 0, 0.15);
          box-shadow: -9px 8px 10px rgba(0, 0, 0, 0.15);
}

.__contact_info h3 {
  margin: 1.5rem 0 1rem;
}

.__contact_info .__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #383949;
  text-align: center;
  line-height: 40px;
  color: #04aec9;
  position: relative;
  margin-right: 1rem;
  border-radius: 5px;
}

.__contact_info .__icon::before {
  content: "";
  -webkit-transition: all 400ms;
  transition: all 400ms;
  position: absolute;
  border-radius: 5px;
  background: #888;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: -5px;
  bottom: -5px;
}

.__contact_info .__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.__contact_info .__item:hover .__icon {
  color: white;
}

.__contact_info .__item:hover .__icon::before {
  width: 100%;
  height: 100%;
  left: -5px;
  bottom: -5px;
  background-color: #04aec9;
}

.__footer_form {
  --placeholder: #a7a7a7;
  margin-top: 5px;
}

.__footer_form ::-webkit-input-placeholder {
  color: var(--placeholder);
  opacity: 0.5;
}

.__footer_form :-ms-input-placeholder {
  color: var(--placeholder);
  opacity: 0.5;
}

.__footer_form ::-ms-input-placeholder {
  color: var(--placeholder);
  opacity: 0.5;
}

.__footer_form ::placeholder {
  color: var(--placeholder);
  opacity: 0.5;
}

.__footer_form .input-box {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.__footer_form .input-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  display: block;
  text-align: center;
}

.__footer_form .input-box .icon-box i {
  color: var(--placeholder);
  font-size: 16px;
  display: block;
  line-height: 44px;
}

.__footer_form input,
.__footer_form textarea {
  background: #33465b;
  border: 1px solid #a7a7a778;
  color: white;
  font-weight: 500;
  height: 45px;
  letter-spacing: 1px;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}

.__footer_form input:focus,
.__footer_form textarea:focus {
  border: 1px solid #04aec9;
  background: #fff;
  color: black;
}

.__footer_form textarea {
  height: 70px;
  padding: 10px 20px;
}

.__footer_form button {
  background-color: #2e2e2e;
  color: white;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  border: 1px solid #2e2e2e;
}

.__footer_form button:hover {
  background: #04aec9;
  border-color: white;
  color: white;
}



/*# sourceMappingURL=styles.css.map */