@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html {
  /* 1rem = 10px 
    font-size: 62.5%;*/
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 300;
  transition: all 200ms linear;
}
p {
  color: #666;
}
body,
input,
textarea,
select {
  letter-spacing: 0.7px;
}
a {
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

/* #Primary style
================================================== */
button {
  outline: none !important;
}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.start-header.scroll-on .navbar-brand img {
  max-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container {
  max-width: 1080px;
}
.bannerWrp img {
  width: 100%;
  height: auto;
}
#about-us {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: "Roboto", serif;
}
#about-us h4 {
  color: #f5ad0d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-family: "Roboto", serif;
}

#about-us h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3em;
  text-align: center;
  font-family: "Roboto", serif;
}
.aboutMid {
  display: flex;
  margin-top: 5em;
  justify-content: space-between;
  align-items: center;
}
.aboutMid img {
  width: 100%;
}
#about-us h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3em;
  border-left: #f5ad0d 5px solid;
  padding-left: 25px;
  margin-bottom: 20px;
}
#about-us .aboutMid h4 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}
#about-us .aboutMid p {
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#about-us .aboutMid h5 {
  margin-bottom: 20px;
}
.callBtn {
  font-size: 18px;
  background-color: #f5ad0d;
  border-color: #f5ad0d;
  color: #fff;
  font-weight: 400;
  width: 117px;
  height: 44.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.callBtn:hover {
  background-color: #c88b07;
}
#executiveCoach {
  position: relative;
}
#executiveCoach .exeutiveWrp {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  top: 0;
  left: 0;
  /* max-width: 1080px; */
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
#executiveCoach .spl-heading span {
  color: #f5ad0d;
}
#executiveCoach img {
  width: 100%;
  height: auto;
}
#services {
  padding: 6em 0;
}
#services h4 {
  color: #f5ad0d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", serif;
}
#services h3 {
  font-weight: 600;
  font-size: 29px;
  line-height: 1.3em;
  font-family: "Roboto", serif;
  max-width: 852px;
}
#services .serviceBox {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
}
#services .row {
  margin-top: 3em;
}
#services .row .serviceContent {
  padding: 15px;
}
#services .row .serviceContent h3 {
  color: #333;
  line-height: 1em;
  font-weight: 400;
  font-size: 20px;
}
#services .row .serviceContent p {
  font-weight: 400;
  margin-bottom: 0;
}
#services .row img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1.5;
  object-fit: cover;
}
#contact-us {
  padding: 6em 0;
  background: #f9f9f9;
  background-image: url(/images/bgContact.jpg);
  background-position: 60%;
  background-size: cover;
}
#contact-us h4 {
  color: #f5ad0d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", serif;
}
#contact-us h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: 1em;
}
#contact-us p {
  color: #fff;
  padding-bottom: 0px;
  line-height: 1em;
  font-weight: 400;
  font-family: "Roboto", serif;
  font-size: 18px;
  margin-bottom: 10px;
}
#contact-us a {
  color: #fff;
  padding-bottom: 0px;
  line-height: 1em;
  font-weight: 400;
  font-family: "Roboto", serif;
  font-size: 18px;
  margin-bottom: 13px;
  display: block;
}
#contact-us a:hover {
  color: #f5ad0d;
}
#contact-us .SocialWrp {
  margin-top: 2em;
  display: flex;
  column-gap: 10px;
}
#contact-us .SocialWrp a {
  display: inline-block;
}
#contact-us .SocialWrp a .fa-facebook-f {
  background-color: #3b5998;
}
#contact-us .SocialWrp a i.fab.fa-twitter {
  background-color: #00aced;
}
#contact-us .SocialWrp a i.fab.fa-linkedin-in {
  background-color: #007bb6;
}
.SocialWrp a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 3px;
}
#contact-us .form-control {
  width: 100%;
  margin-bottom: 20px;
  background-color: #eee;
  color: #999;
  min-height: 48px;
  border: none;
  border-radius: 0;
}
#contact-us .callBtn {
  cursor: pointer;
  box-shadow: none;
}
.copyRightWrp {
  background-color: #171717;
  padding: 20px 0px;
}
.copyRightWrp p {
  margin: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 400;
}
