/*
Items Name : Boald
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  background: #ffffff;
  color: #6a6a6a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  padding: 0;
  margin: 0;
  color: #001659;
}

h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

h3 {
  font-size: 42px;
  font-weight: 700;
}

h4 {
  font-size: 36px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #ff5252;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #001659;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #ff5e13;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #ff5e13;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 0;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.button:hover {
  background: #101010;
  color: #001659;
  border-color: transparent;
}

.button2 {
  background: #ff5e13;
  border-radius: 2%;
}

.button2:hover {
  background: #ffffff;
  color: #c55;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand {
  text-align: left;
  width: 18%;
}
.navbar .navbar-brand img {
  height: 70px;
  width: auto;
  position: relative;
  top: -4px;
}
.navbar .navbar-brand:hover {
  color: #0a0a0a;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #ffffff;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #ffffff;
  font-weight: 500;
}
.navbar .navbar-nav li a:hover {
  color: #ff5e13;
}
.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}
.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0);
  background: #001659;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  padding-top: 100px;
  background: #001659;
}
.intro .content-text {
  position: relative;
  color: #ffffff;
}
.intro .content-text h1 {
  color: #ffffff;
}
.intro .content-text .button {
  margin-top: 35px;
}
.intro img {
  position: relative;
  bottom: -45px;
  margin-bottom: 100px;
}
.intro .entry {
  position: relative;
  bottom: -90px;
  margin-top: -100px;
  margin-bottom: 110px;
  color: #ffffff;
}
.intro .entry img {
  bottom: 0;
  margin-bottom: 0;
}
.intro .entry .row-image {
  margin-right: 18px;
}
.intro .entry h4 {
  color: #ff5e13;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding-top: 110px;
}
.services p {
  margin-right: 70%;
  margin-bottom: 30px;
}
.services .content {
  padding: 25px;
  border: 1px solid #001659;
  margin-bottom: 50px;
}
.services .content img {
  width: auto;
  height: 60px;
  margin-bottom: 25px;
}
.services .content p {
  margin-right: 0;
  margin-bottom: 0;
}

/* ------------------------------
  project
---------------------------------*/
.project {
  padding-top: 100px;
  padding-bottom: 90px;
}
.project .content {
  margin-bottom: 40px;
}
.project p {
  margin-bottom: 30px;
}
.project h5 {
  margin-top: 15px;
}
.project h3 {
  margin: 15px 0 20px;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  background: #001659;
  padding: 110px 0 130px;
  text-align: center;
}
.testimonial i {
  color: #ff5e13;
  font-size: 90px;
  text-align: center;
  margin-bottom: 40px;
}
.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
  color: #ff5e13;
}
.testimonial .swiper-button-next::after,
.testimonial .swiper-button-prev::after {
  font-size: 30px;
}

.testimonial .swiper .content {
  text-align: center;
  padding: 0 25%;
  color: #fff;
}

.testimonial .swiper .content span {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  color: #ddd;
}

.testimonial .swiper .content h5 {
  font-size: 16px;
  color: #fff;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding-top: 155px;
  padding-bottom: 145px;
}
.contact i {
  height: 60px;
  width: 60px;
  background: #ff5e13;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.contact .content-map iframe {
  width: 100%;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  padding: 35px 0 35px;
  font-size: 16px;
  font-weight: 500;
  background: #eaf2f1;
}
footer ul li {
  display: inline-block;
  margin-right: 10px;
}
footer ul li a i {
  font-size: 25px;
}
footer .cp {
  text-align: right;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background: #ff5e13;
    padding: 30px;
  }

  .navbar .navbar-nav li a:hover {
    color: #001659;
  }

  .navbar .button-navbar {
    display: none;
  }

  .intro h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .intro .entry {
    bottom: 0;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .project p {
    display: none;
  }

  .contact .content-map iframe {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .intro h1 {
    margin-top: 30px;
  }
  .intro .entry .row-image {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .services p {
    margin-right: 30%;
  }

  .project {
    padding-bottom: 110px;
  }
  .project h2 {
    display: none;
  }

  .testimonial .swiper .content {
    padding: 0 12%;
  }

  .contact h2 {
    margin-top: 30px;
  }

  .features .content4 {
    margin-top: -50px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 25px;
  }

  h1 {
    line-height: 59px;
    font-size: 55px;
  }

  .about {
    padding-left: 0;
    padding-right: 0;
  }

  .features .content4 {
    margin-top: 0;
  }

  footer {
    text-align: center;
  }
  footer .cp {
    text-align: center;
    margin-top: 15px;
  }
}
.image-popup {
  border-radius: 10%;
}
