@import url("https://fonts.googleapis.com/css?family=Krub:400,600,700&display=swap");

/* Globals */
::-moz-selection {
  background: #9ac356;
}
::selection {
  background: #9ac356;
}

.no--margin {
  margin: 0 !important;
}

.main--headings,
.sub--headings {
  font-family: "Krub", sans-serif;
  font-weight: 800;
  font-size: 70px;
  margin-bottom: 25px;
}
.sub--headings {
  font-size: 35px;
}

body {
  font-family: "Krub", sans-serif;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  background-position: 100% 0%;
  background-size: 60vw;
  background-repeat: no-repeat;
}
main {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.header {
  padding: 0;
  border: 1px solid transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.header .navbar .navbar-brand {
  width: 160px;
}
.header .navbar .navbar-brand img {
  height: 45px;
  max-height: 100%;
}
.header .navbar .navbar-nav {
  margin-right: 30px;
}
.header .navbar .navbar-nav .nav-item .active {
  color: #9ac356;
}
.header .navbar .nav-button .btn-main {
  border-radius: 1.25rem;
  padding: 0.375rem 1rem;
  background-color: #9ac356;
  border-color: #9ac356;
}
header.header.fixed-top {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  /* padding: 10px 0; */
  border-color: #ededed;
}

/* section: hero */
.hero {
  height: 900px;
  background-repeat: no-repeat;
  background-image: url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  opacity: 1;
}
.hero .hero-text {
  color: #ffffff;
}
.hero .hero-text h4 {
  margin-bottom: 20px;
}
.hero .hero-text h2 {
  font-size: 50px;
  margin-bottom: 40px;
  line-height: 1.3;
}
.hero .hero-text p > a {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 4px;
  transition: 0.25s ease all;
}
.hero .hero-text p > a:hover {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 8px;
}
.hero .hero-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero .hero-image .hero-box {
  width: 390px;
  height: 521px;
  background-color: rgba(54, 128, 247, 0.6);
  position: absolute;
  right: 114px;
  bottom: -157px;
  opacity: 0.3;
}

/* section: footer */
.contact {
  padding: 100px 0;
  background-color: #353c4d;
}
.contact .contact-top-left {
  padding-right: 30px;
  color: #ffffff;
}
.contact .contact-top-left h4 {
  margin-bottom: 20px;
  color: #9ac356;
}
.contact .contact-top-left h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.contact .contact-top-left p > a {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 4px;
  transition: 0.25s ease all;
}
.contact .contact-top-left p > a:hover {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 8px;
}

.contact .contact-top-right img {
  max-width: 100%;
}
.contact .contact-bot-left {
  width: 100%;
}
.contact .contact-bot-left img {
  width: 200px;
  max-width: 100%;
}
.contact .contact-bot-right {
  color: #ffffff;
}
.contact .contact-bot-right h4 {
  /* font-size: 24px; */
  margin-bottom: 20px;
}
.contact .contact-bot-right p {
  line-height: 1.75;
}
.contact .footer-text {
  border-top: 1px solid #5d6673;
  padding-top: 50px;
}
.contact .footer-text p {
  color: #5d6673;
  font-size: 14px;
}

/* page: about */
.heading-top {
  padding-top: 250px;
  padding-bottom: 80px;
  background-image: url("../images/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.heading-top .heading-top-title h2 {
  font-size: 50px;
  color: #ffffff;
}

.about-us {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-us .about-us-left img {
  max-width: 100%;
}
.about-us .about-us-right {
  padding: 0 40px;
}
.about-us .about-us-right h2 {
  font-size: 50px;
  margin-bottom: 40px;
}
.about-us .about-us-right p {
  line-height: 1.75;
}
.about-us .about-us-right ul {
  padding-left: 10px;
  margin: 40px 0;
}
.about-us .about-us-right ul li {
  list-style-type: none;
  line-height: 2;
  color: #a6a8a9;
}
.about-us .about-us-right ul li:before {
  content: "";
  background-image: url("../images/icn-tick.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 10px;
}

/* pages: services */
.what-we-do {
  padding: 100px 0;
}
.what-we-do .what-we-do-title h2 {
  font-size: 50px;
  margin-bottom: 80px;
}
.what-we-do .what-we-do-list {
  padding-right: 40px;
  margin-bottom: 40px;
}
.what-we-do .what-we-do-list .we-do-icon {
  width: 25%;
  float: left;
}
.what-we-do .what-we-do-list .we-do-icon img {
  width: 80px;
  height: auto;
  max-width: 100%;
}
.what-we-do .what-we-do-list .we-do-text {
  width: 70%;
  float: left;
}
.what-we-do .what-we-do-list .we-do-text p {
  color: #a6a8a9;
  line-height: 1.75;
}

.call-to-action {
  padding: 0 0 100px;
}
.call-to-action .cta-left {
  background-color: #3680f7;
  padding: 100px;
  height: 600px;
}
.call-to-action .cta-left h4 {
  margin-bottom: 40px;
  color: #ffffff;
  line-height: 1.5;
}
.call-to-action .cta-left h2 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #ffffff;
  line-height: 1.3;
}

.call-to-action .cta-left p > a {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 4px;
  transition: 0.25s ease all;
}
.call-to-action .cta-left p > a:hover {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 8px;
}
.call-to-action .cta-right {
  background-color: #353c4d;
  background-image: url("../images/bg-services.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
}
.call-to-action .cta-right img {
  max-width: 100%;
}

/*Media Queries*/
@media (max-width: 1200px) {
}

@media (max-width: 1025px) {
}

@media (max-width: 992px) {
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 770px) {
  .contact .contact-bot-left {
    margin-bottom: 30px;
  }
  .about-us .about-us-right h2 {
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  .about-us .about-us-right h2 {
    margin-top: 40px;
  }
}

@media (max-width: 425px) {
  .header .navbar .navbar-brand {
    width: 150px;
  }
  .hero {
    height: 640px;
  }
  .hero .hero-text h2 {
    font-size: 40px;
  }
  .what-we-do .what-we-do-title h2 {
    font-size: 40px;
  }
  .what-we-do .what-we-do-list {
    padding-right: 0;
  }
  .what-we-do .what-we-do-list .we-do-text {
    padding-left: 20px;
  }
  .about-us .about-us-right h2 {
    margin-top: 40px;
  }
  .about-us .about-us-right {
    padding: 0 10px;
  }
  .call-to-action .cta-left {
    padding: 50px 30px;
  }
}

@media (max-width: 380px) {
  .header .navbar .navbar-brand {
    width: 150px;
  }
  .hero {
    height: 640px;
  }
  .hero .hero-text h2 {
    font-size: 40px;
  }
  .what-we-do .what-we-do-title h2 {
    font-size: 40px;
  }
  .what-we-do .what-we-do-list {
    padding-right: 0;
  }
  .what-we-do .what-we-do-list .we-do-text {
    padding-left: 20px;
  }
  .about-us .about-us-right h2 {
    margin-top: 40px;
  }
  .about-us .about-us-right {
    padding: 0 10px;
  }
  .call-to-action .cta-left {
    padding: 50px 20px;
  }
}
