@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Montserrat:wght@300;700&family=Poppins:wght@200&family=Roboto:wght@300;700&display=swap");

body {
  font-family: "Barlow", sans-serif;
  line-height: 1.7;
  color: #576171;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  color: #092032;
}

a {
  color: #092032;
  text-decoration: none;
  transition: all 0.4s ease-in;
  font-weight: 500;
}

img {
  width: 100%;
}

.bg-cover {
  background-position: center !important;
  background-size: cover !important;
}

/* TOP NAV BAR */
.top-nav {
  background-color: #ff4d2a;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-nav p {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 16px;
  color: #ffffff;
}

.top-nav i,
.top-nav span {
  vertical-align: middle;
}

.social-links a {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 100%;
}

.social-links a:hover {
  background-color: #ffffff;
  color: #ff4d2a;
}

.navbar {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link:active {
  color: #ff4d2a;
}
.btn {
  padding: 9px 24px;
}

.btn-brand {
  background-color: #ff4d2a;
  color: #ffffff;
  border-color: #ff4d2a;
}

/* SLIDER */

.slide1 {
  background: linear-gradient(rgba(9, 32, 50, 0.4), rgba(9, 32, 50, 0.4)),
    url(../images/me.jpg);
}

/* INFO BOX */

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.info-box {
    display: flex;
    align-items: center;
}

.info-box i {
    width: unset;
    color: #ff4d2a;
    font-size: 90px;
    width: 90px;
    margin-right: 24px;
}

/* SERVICES */

.intro {
    margin-bottom: 50px;
    color: #576171;
}


.intro h6 {
    color: #ff4d2a;
    font-weight: 400;
}

.intro p {
    max-width: 500px;
    margin: auto;
}

.service-box i {
    font-size: 50px;
    color: #ff4d2a;
}

.service-box {
    padding: 32px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.service-box h5 {
    margin-top: 24px;
    margin-bottom: 12px;
}


/* FOOTER */
footer {
    padding-top: 80px;
    color: #ffffff;
    text-align: center;
    padding-top: 80px;
    background: linear-gradient(rgba(9, 32, 50, 0.292), rgba(107, 155, 193, 0.4)),
    url(../images/team_work.jpg);
    background-position: center;
    background-size: cover;
}

footer .navbar-brand {
    color: #ffffff;
}
footer .navbar-brand span {
    color: #ff4d2a;
}



.footer-top {
    margin-bottom: 40px;
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #ffffff;
}

footer .social-links a {
    margin-left: 5px;
    margin-right: 5px;
}

footer .navbar-brand h3 {
    color: #ff4d2a;
    font-weight: 400;
}

/* FORM */

.form-control:focus {
  box-shadow: none;
  border-color: #ff4d2a;
}

/* HR Consultancy */



/* Career Coaching */



/* Testimonials */


#contact h5 {
  color: #ff4d2a;
}

#contact p {
  padding-bottom: 10px;
  font-weight: bold;
}


/* Pricing */

.pricing h1, h5 {
    margin-bottom: 10px;
}