*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.topnav {
  color: white;
  background: #022d5d;
}

.navbar {
  background-color: rgb(22, 131, 251) !important;
}

.navbar-brand {
  font-weight: 900;
  font-size: 28px;
  padding: 0;
  line-height: 1;
  color: #fff !important;
}

.navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  color: #fff;
  opacity: 1 !important;
}

.navbar-nav > .nav-item.active > a {
  color: #fda729 !important;
}

.topper .text {
  width: calc(100% - 40px);
  color: rgba(255, 255, 255, 0.7);
  padding-left: 15px;
}

.topper .icon {
  width: 40px;
  height: 40px;
  background: #fda729;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.request-form .form-control {
  border: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  height: 52px !important;
  padding-left: 0;
  padding-right: 0;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.request-quote .subheading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.request-quote h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}

@media (min-width: 865px) {
  .request-quote {
    margin-top: -135px;
  }
}

@media (max-width: 864px) {
  .request-quote {
    margin-top: -28px;
  }
}

@media (max-width: 768px) {
  .topper {
    margin-bottom: 10px;
  }
}

.request-quote .bg-primary {
  padding-left: 2em;
  padding-right: 2em;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.request-quote form {
  padding: 2em;
}

.request-quote form .btn-primary {
  background: #fda729;
  color: #000000;
  width: 100%;
  border-radius: 0;
}

.bg-primary {
  background: #fda729 !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat-x: initial !important;
  background-repeat-y: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(253, 167, 41) !important;
}

.section-counter {
  overflow-x: hidden;
  position: relative;
  font-family: "Nunito Sans", Arial, sans-serif;
  padding: 4em 0;
  background-color: #fda729;
}
@media (max-width: 1199.98px) {
  .section-counter {
    background-position: center center !important;
  }
}
.section-counter .bg-counter {
  position: relative;
  background: #fff;
}
.section-counter .block-18 {
  display: block;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-counter .block-18 {
    margin-bottom: 2em;
  }
}
.section-counter .text {
  position: relative;
}
@media (max-width: 767.98px) {
  .section-counter .text {
    width: 100%;
  }
}
.section-counter .text .number {
  line-height: 1;
  font-weight: 900;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.8);
}
.section-counter .text-2 {
  padding-left: 1em;
}
@media (max-width: 767.98px) {
  .section-counter .text-2 {
    width: 100%;
  }
}
.section-counter .text-2 span {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
  display: block;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins", Arial, sans-serif;
}
@media (max-width: 767.98px) {
  .section-counter .counter-wrap {
    margin-bottom: 20px;
  }
}

#image-slider {
  z-index: -1;
}
#image-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: #fff;
  opacity: 0.4;
}

@media (max-width: 768px){
  .overlay {
    width: 100% !important;
  }
}

#image-slider .slider-text {
  height: 700px;
}

#image-slider .mb-4 {
  font-size: 49px;
  color: #fda729;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

#image-slider .mb-4 span {
  display: block;
  color: #000000;
}

#image-slider h3.subheading {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.heading-section .subheading {
  font-weight: 800;
  font-size: 18px;
}

.heading-section .mb-4 {
  font-size: 34px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px !important;
  }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.blog-entry .details {
  display: inline-block;
  background: #fda729;
}

.blog-entry .details span {
  display: block;
  color: #000000;
  font-size: 13px;
}

.blog-entry .details .title {
  font-weight: 700;
  font-size: 20px;
}

.blog-entry a {
  color: #000000;
  text-decoration: none;
}

.btn-primary {
  border: 1px solid #fda729 !important;
  border-radius: 0;
  background: #fda729;
  color: #000000;
  border: none;
}

.btn.btn-primary:hover {
  background: transparent;
  color: #fda729;
}

.blog-entry .blog-image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 275px;
  position: relative;
  display: block;
}

.blog-entry {
  margin-bottom: 30px;
}

.testimony-section .services-2 h3 {
  font-size: 20px;
  font-weight: 700;
}

.testimony-section .services-2:nth-child(2) {
  background: #fda729;
}

.testimony-section .services-2:nth-child(odd) {
  background: #fda729;
  color: white;
}

.testimony-section .services-2:nth-child(odd) h3 {
  color: white;
}

.testimony-wrapper {
  color: rgba(0, 0, 0, 0.8);
  padding: 1.5rem;
}

.testimony-wrapper .user-img {
  width: 120px;
  height: 120px;
  border-radius: 2px;
  position: relative;
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimony-wrapper .name {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  color: #000000;
}

.contact-section a {
  text-decoration: none;
  color: black;
}

.contact-section .contact-info span {
  color: #01253b;
  font-weight: 700;
  display: block;
  font-size: 20px;
}

section {
  padding: 3em 0;
}

#carousel-slider,
#about-section {
  padding: 0;
}

/* Footer */

footer {
  font-size: 14px;
  background: #141313;
  padding: 6em 0;
}

footer h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
}

footer,
footer a,
footer h2 {
  color: white;
}

footer a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: #fda729;
  outline: none !important;
  outline-color: initial !important;
  outline-style: none !important;
  outline-width: initial !important;
}

footer .footer-img {
  display: block;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

footer .bi {
  margin-right: 0.5em;
}

footer .text .heading {
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .navbar.bg-dark {
    background: #000000 !important;
    position: relative;
    top: 0;
    padding: 10px 15px;
  }
}

.navbar .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.navbar .navbar-toggler-icon {
  margin-top: -2px;
}


/* Products */

.section-product-top ul {
  list-style: none;
  padding: 0;
  font-size: 34px;
}

.section-product-top ul li i {
  padding-right: 4px;
  color: #50d8af;
}

h2.text-dark {
  color: #01253b;
  font-weight: 700;
  font-size: 36px;
}

h2.section-header {
  position: relative
}

h2.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.justify-content {
  text-align: justify;
}

.info {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.section-products img {
  width: 100%;
}

.hover-info:hover .info  {
  opacity: 0.3;
}

.hover-info:hover .middle {
  opacity: 1;
}

.section-products .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 30px;
  padding: 16px 32px;
  font-weight: 700;
}

.product-details img {
  display: block;
  margin: auto;
  width: 100%;
}

.details-left p {
  margin: 0;
}
.text-red {
  color: red;
}

.bg-darkblue {
  background-color: #01253b;
}

.bg-yellow {
  background-color: #d1ad35;
}

.bg-orange {
  background-color: #fda729;
}

/* Clients Page */
.clients-banner-image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 400px;
  position: relative;
  display: block;
}

.clients-banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.clients img {
  width: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
}

.clients .text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.clients:hover .text {
  opacity: 1;
}

.clients:hover img  {
  opacity: 0.3;
}

.clients .text p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}

.clients .text h4 {
  font-weight: 700;
  margin-bottom: 0;
}

.clients a {
  color: white
}

.clients a:hover {
  color: white;
}
