@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease;
}

section { padding-top: 40px; padding-bottom: 40px; }

.section-heading {
  display: inline-block;
  border-bottom: 2px solid #00963f;
  font-weight: bold;
  text-transform: uppercase;
}

.cw-btn {
  font-weight: 600;
  border-radius: 100px;
  padding: 8px 20px;
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease;
}
.cw-btn:hover {
  text-decoration: none;
  background-color: #00963f;
  color: #fff;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #00963f;
  font-weight: 500;
}
a:hover {
  text-decoration: underline;
  color: #00963f;
}

.slice-top {
  position: relative;
  margin-top: 90px;
}
.slice-top:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  border-top: 0px solid transparent;
  border-right: 100vw solid transparent;
  border-bottom: 80px solid #1a1a18;
  border-left: 0px solid transparent;
  /* height: 100px; */
  z-index: 2;
  width: 100%;
}
.slice-top:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 50px solid #D6D8D8;
  border-left: 100vw solid transparent;
  /* height: 100px; */
  z-index: 1;
  width: 100%;
}

/* Navbar */
nav.navbar {
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3);
}
nav.navbar-light .navbar-nav .nav-link {
 font-size: 18px;
 font-weight: 600;
 text-transform: capitalize;
 text-align: center;
}
.nav-link.cw-btn {
  background: #00963f !important;
  color: #fff !important;
  padding: 8px 20px !important;
}
.navbar-brand {
  padding: 0;
}
.navbar-nav .nav-item:not(:last-child) { margin-right: 15px; }
.navbar-nav .dropdown-menu { font-size: 18px; }
.navbar-nav .dropdown-menu .dropdown-item { margin: 5px 0; }

/* Hero */
.hero-section {
  height: 100vh;
  background: url('../img/hiring-1977803_1920.jpg') no-repeat 100%;
  background-position: bottom left;
  background-color: #fff;
  background-size: 150%;
}
.hero-container {
  padding-top: 60px;
}
.hero-content {
  color: #ffffff;
  text-shadow: 1px 1px #000;
  background: rgba(0, 0, 0, 0.6);
  /* background: rgba(255, 255, 255, 0.6); */
  padding: 30px;
  border-radius: 50px;
}
.hero-content a {
  text-shadow: none;
}

/* Services */
.services-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.services-item-card .fas {
  color: #00963f;
  font-size: 20px;
}

/* About Us */
section.aboutus-section {
  padding: 0;
}
section.aboutus-section .container-fluid, section.aboutus-section .col-lg-6 { padding: 0;}
section.aboutus-section .row { margin: 0; align-items: center; }
.aboutus-section {
  background-color: rgba(0, 150, 63, 0.8);
  color: #fff;
}
.aboutus-image img {
  max-width: 100%;
}
section.aboutus-section .aboutus-content {
  padding: 0 50px;
}
/* .aboutus-heading { margin-bottom: 10px; } */

/* Industries */
.industries-section {
  background: #1a1a18;
  color: #fff;
  text-align: center;
}
.industries-list {
  padding-top: 20px;
}
.industries-list-item-card {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #00963f;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.industries-list-item-card h5 {
  margin: 0;
}
.industries-list-item-card:hover {
  background-color: #00963f;
}

/* Contact Us */
.contactus-block-item i {
  font-size: 40px;
  color: #00963f;
  margin-bottom: 20px;
}
.contact-item-block {
  display: flex;
  justify-content: center;
  gap: 5px;
}


/* Leadership */
.leadership-profile-image img {
  max-width: 100%;
}
.leadership-section {
  padding-bottom: 0;
  margin-bottom: -60px;
  background: url('../img/leadership-bg.jpg') no-repeat center;
  background-size: cover;
}
.leadership-profile-details {
  margin-top: 15px;
  color: #334e8e;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
.leadership-description {
  /* line-height: 2.5; */
  position: relative;
  font-style: italic;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
.leadership-description::before {
  content: open-quote;
  position: absolute;
  font-size: 70px;
  top: -40px;
  left: 0px;
  font-style: normal;
  font-weight: bold;
  color: #ce39b8;
}
.leadership-profile-details { padding-left: 30px; }
.leadership-description q::before, .leadership-description q::after {
  font-size: 40px;
}

/* Clients CSS */
.clients-list { align-items: center; }
.clients-list img { width: 100%; padding: 25px 100px; }

/* Follow Section */
.follow-posts img { width: 100%; }
.follow-posts a {
  display: inline-block;
  position: relative;
}
.follow-posts a::before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.follow-posts a::after {
  content: 'View';
  display: none;
  padding: 3px 10px;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.follow-posts a:hover::before, .follow-posts a:hover::after {
  display: block;
}
.follow-posts > div { padding-bottom: 15px; }

/* Footer */
footer {
  background: #1a1a18;
  color: #ffffff;
}
footer section { padding-top: 10px; padding-bottom: 0; }
.footer-copyright { background: #00963f; }
.contactus-details {
  font-size: 18px;
}
.contactus-details a { display: inline-block; text-decoration: none; color: #ffffff; }
.contactus-details a:hover { color: #000; }
.contactus-details i { font-size: 18px; }
/* .contactus-details {
  border-top: 1px solid #fff;
} */
.footer-contact { padding-top: 20px; }
.contact-details a {
  display: block;
}

/* Inner Page */
.inner-hero-section {
  padding-top: 100px;
}
.inner-hero-heading h1 {
  font-weight: bold;
}
.inner-hero-heading img {
  max-width: 100%;
  width: 120px;
}
.course-details {
  margin: 20px 0;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #1d325d;
  color: #fff;
}
.course-details .course-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.course-details .course-icon {
  font-size: 24px;
  color: #ce39b8;
}
.course-details .course-item-details {
  font-size: 20px;
}
.languages-item { margin-top: 20px; margin-bottom: 20px; }
.languages-item img {
  max-width: 100%;
  width: 100px;
  margin: 0 auto;
}
.languages-item, .tools-item {
  text-align: center;
}
.tools-list img {
  max-width: 100%;
  margin: 0 auto;
}
.languages-heading h2, .tools-heading h2 {
  display: inline-block;
  background: #a43794;
  color: #fff;
  padding: 5px 8px;
  margin: 0;
}
.languages-list, .tools-list {
  margin: 0;
  border: 2px solid #a43794;
}
ul.highlights-list {
  list-style: none;
  padding-left: 18px;
  position: relative;
}
ul.highlights-list li {
  position: relative;
  line-height: 1.75;
}
ul.highlights-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: -18px;
  top: 10px;
  height: 10px;
  width: 10px;
  background: #ce39b8;
  border-radius: 100%;
}

.training-contents-heading {
  margin-bottom: 20px;
}

.card-header .btn-block {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.card-header .btn-block::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-top: 0px solid #000;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000;
  border-left: 8px solid transparent;
}
.card-header .collapsed.btn-block::after {
  border-top: 8px solid #000;
  border-right: 8px solid transparent;
  border-bottom: 0px solid #000;
  border-left: 8px solid transparent;
}
ul.training-content-list {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
ul.training-content-list li {
  position: relative;
  line-height: 1.75;
}
ul.training-content-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: -18px;
  top: 10px;
  height: 10px;
  width: 10px;
  background: #ce39b8;
  border-radius: 100%;
}
ul.training-content-list ol {
  padding-left: 15px;
}
ul.training-content-list ol li::before {
  display: none;
}

.enquiry-form-modal .modal-footer button {
  font-weight: bold;
  border: none;
  background: none;
  font-size: 18px;
}

.doit-form-section {
  padding-top: 100px;
}

.doit-form-section iframe {
  height: 500px;
}

.doit-social-section {
  padding-top: 0px;
  padding-bottom: 20px;
}

.doit-social-content {
  font-size: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #000;
}

.doit-social-content a {
  color: #000;
  margin-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  border: 2px solid transparent;
  font-weight: bold;
}

.doit-social-content a img{
  width: 160px;
}

.doit-social-content a:hover{
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .course-details .course-item:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .clients-list img { padding: 0; }
  .footer-contact { padding-top: 0px; }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse { justify-content: end; }
  .modal-enquiry-form iframe { height: 450px; }
  .nav-link-highlight {
    border: 2px solid;
    border-radius: 8px;
  }
  .navbar-nav .dropdown-menu {
    margin-top: 13px;
    font-size: 18px;
    border-radius: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .hero-section {
    background-position: top;
    background-size: cover;
  }
}

@media screen and (min-width: 1280px) {
  section { padding-top: 60px; padding-bottom: 60px; }
}

@media screen and (max-width: 992px) {
  section.aboutus-section .aboutus-content { padding: 30px; }
}
@media screen and (max-width: 768px) {
  .contactus-details .text-right { text-align: left!important; }
  ul.navbar-nav {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .languages-item { margin-bottom: 20px; margin-top: 20px; }
  .languages-item img { max-width: 100%; width: 70px; }
  .course-details {
    padding-left: 10px;
    padding-right: 10px;
  }
  .course-details .course-item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .course-details .course-item:nth-child(-n+2) {
    border-bottom: 1px solid #fff;
  }
  .tools-list { padding-bottom: 15px; }
  .enquiry-form-modal .modal-dialog {
    height: 90vh;
  }
  .enquiry-form-modal .modal-content {
    height: 100%;
  }
  .enquiry-form-modal .modal-enquiry-form, .enquiry-form-modal .modal-enquiry-form iframe { height: 100%; }
  .leadership-content { flex-direction: column-reverse; }
  .leadership-profile { margin-top: 15px; }
  .leadership-profile-image img { width: 230px; }
}