body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #4c4c4c;
}

.h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222;
}
header h1 {
  font-weight: 600;
}
header a.logo img {
  height: 60px;
}
header h1 a {
  color: #011132;
}
header h1 a:hover {
  text-decoration: none;
  color: #011132;
}
header h1 a span {
  color: #a91605;
}
header .quick-contact-icons .icon span {
  font-size: 40px;
  line-height: 0;
}
header .quick-contact-icons .icon {
  margin-right: 10px;
}
header .quick-contact-icons .icon {
  margin-right: 10px;
}
header .text-primary {
  color: #a91605 !important;
}
header span.h4 {
  margin-bottom: 0 !important;
  font-size: 22px;
}
header#home h2 {
  color: #fff;
}
header .top {
  height: 100px;
  padding: 20px 0;
  box-sizing: border-box;
}
header .top h1 {
  -text-align: center;
}
.bg-light {
  background: #a91605 !important;
  border-color: #a91605;
  padding: 21px 0;
}
.navbar-light .navbar-toggler {
  background-color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
  line-height: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
  transition: 0.3s;
  padding: 0 20px;
  margin: 0 7px;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  background-color: transparent;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #0b1022;
}

section.block {
  padding: 40px 0;
}

.home .slide {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .slide-1 {
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/outro.jpeg") no-repeat;
  background-size: cover;
}

.home .slide-2 {
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/slide2.jpg") no-repeat;
  background-size: cover;
}

.home .slide-3 {
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/slide3.jpeg") no-repeat;
  background-size: cover;
}
.home .slide-4 {
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/slide4.jpg") center no-repeat;
  background-size: cover;
}
.home .slide-5 {
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/slide5.jpg?rev=1") no-repeat;
  background-size: cover;
}

.home .slide-6 {
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/slide6.jpg?rev=1") no-repeat;
  background-size: cover;
}

.home .slide-7 {
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/slide7.jpg") no-repeat;
  background-size: cover;
}

section.home .slide h1,
section.about .slide h1,
section.contact .slide h1,
section.partnership .slide h1,
section.services .slide h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

section.home .slide p,
section.about .slide p,
section.contact .slide p,
section.partnership .slide p,
section.services .slide p {
  font-style: normal;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

section.home .slide p.small,
section.contact .slide p.small {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: normal;
}

section.home .slide a {
  background: #e3482d;
  border-radius: 10px;
  display: block;
  padding: 14px 42px;
  width: 200px;
  color: #fff;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

section.contact h3 {
  margin-bottom: 30px;
}

section.contact form {
  margin: 0 auto;
}

section.contact form input,
section.contact form select,
section.contact form textarea {
  background: #ffffff;
  border: 0.5px solid #7e7e7f;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

section.contact form label {
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.7;
}

section.contact form textarea {
  min-height: 188px;
}

section.contact form button {
  background: #f1503d;
  border-radius: 10px;
  display: block;
  padding: 14px 42px;
  width: 177px;
  border: 0;
  margin: 0 auto;
  color: #fff;
}

section.contact .form-row {
  margin-bottom: 25px;
}

section.gallery img {
  margin-bottom: 20px;
  border-radius: 10px;
}

section.about .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/slide3.jpg") no-repeat;
  background-size: cover;
  min-height: 400px;
}
section.home .hr {
  background: #eee;
  height: 1px;
  margin-top: 30px;
}
section.contact .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/contact.jpg") no-repeat;
  background-size: cover;
  min-height: 400px;
}

section.partnership .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/partnership.jpg") no-repeat;
  background-size: cover;
  min-height: 400px;
}

section.services .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
      72.51deg,
      rgba(0, 16, 51, 0.75) 14.78%,
      rgba(1, 16, 51, 0.35) 109.37%
    ),
    url("../img/slide1.jpg") bottom no-repeat;
  background-size: cover;
  min-height: 400px;
}
section.services ul > li {
  font-weight: 500;
}
section.services ul > li > ul > li {
  font-weight: normal;
}
section.services ul li {
  line-height: 30px;
}
.read-more {
  font-weight: 400;
  padding: 10px 20px 8px 20px;
  border: 1px solid #eeeeee;
  border-right: 3px solid #a91605;
  border-radius: 3px;
  font-size: 11px;
  display: block;
  width: 120px;
  text-align: center;
  text-transform: uppercase;
  color: #222;
}
.read-more:hover {
  background: #a91605;
  color: #fff;
  text-decoration: none;
}
section.home .read-more {
  margin: 0 auto;
}
section.about h3,
h3.header {
  font-weight: 500;
  font-size: 40px;
  color: #011132;
  margin-bottom: 15px;
}
section.about h3 span,
h3.header span {
  color: #a91605;
}
.service-highlight .service {
  margin-bottom: 10px;
}
.service-highlight .service h4 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.service-highlight .service p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}
.service-highlight .service .read-more {
  margin: 0;
}
section.mission {
  background: #f6fbff;
}
section.mission .core-value {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 10px 50px rgba(10, 55, 32, 0.1);
  margin-bottom: 15px;
}
section.mission .core-value * {
  margin: 15px 0;
}
section.mission .core-value-active {
  border: 1px solid #f1503d;
}
section.team img.team {
  max-width: 80px;
  margin-left: 30px;
}
section.team .profile {
  margin: 10px;
}
section.team .profile img {
  margin-bottom: 15px;
  height: 100px;
  opacity: 0.9;
  border: 1px solid #30312b;
  border-radius: 50px;
  padding: 20px;
}
section.team .profile a {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #011132;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
section.team .profile a strong {
  opacity: 0.8;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  display: block;
}
section.contact p.info {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: normal;
}
section.contact h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
}
section.home .outro {
  background: url(../img/outro.jpeg) bottom no-repeat;
  background-size: cover;
  margin-top: 20px;
  height: 628px;
  padding-top: 100px;
}
section.home .outro h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #fff;
}
section.home .outro p {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.02em;
  opacity: 0.7;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 1200px) {
  section.home .outro h2 {
    font-size: 60px;
    line-height: 76px;
  }
}
.client-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  grid-gap: 20px;
}
.client-icons img {
    width: 100%;
}
@media (min-width: 700px) {
  .client-icons {
    grid-template-columns: repeat(8, 1fr);
    max-width: 1000px;
    margin: 0 auto;
  }
}
section.partner h2 img {
  height: 70px;
}
section.partner .col-lg-6 p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.tools {
  background-color: #011132;
  border-radius: 5px;
  margin-bottom: 30px;
}
.tools .img {
  width: 100%;
  height: 350px;
  background-size: cover;
  border-radius: 5px 5px 0 0;
}
.tools h4 {
  color: #fff;
  font-size: 14px;
  padding: 15px 10px;
}
footer .top {
  padding: 40px 0;
  color: #ccc;
  min-height: 300px;
  background: rgb(0, 16, 51) url(../img/footer-bg.png) no-repeat center center;
  background-size: cover;
}
footer .top .section1 h1 {
  font-weight: 600;
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
footer .top .section1 h1 a {
  color: #011132;
}
footer .top .section1 h1 a:hover {
  text-decoration: none;
  color: #011132;
}
footer .top .section1 h1 a span {
  color: #a91605;
}
footer .top .section1 a.contact {
  color: #fff;
}
footer .top .section1 img {
  height: 60px;
}
footer h2 {
  color: #fff;
}
footer .top dl dd {
  margin-bottom: 10px;
}
footer .top dl dd a {
  font-weight: 500;
  font-size: 14px;
  color: #ccc;
}
footer .top h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
footer .top p strong {
  font-weight: 400;
  color: #fff;
}
footer .bottom {
  color: #fff;
  background: #000;
  padding: 20px 0;
  font-weight: normal;
  font-size: 14px;
}
footer .copyright {
  text-align: center;
  font-size: 13px;
}
