/*==== Start Title Section ====*/

.heading {
  padding-bottom: 40px;
  text-align: center;
}
.heading h2 {
  font-size: 42px;
  color: #2e2b2a;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.heading p {
  font-size: 14px;
  color: #2e2b2a;
  font-weight: 300;
  margin-bottom: 0;
}
.title {
  padding-right: 5px;
}
.title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #2e2b2a;
  padding-right: 20px;
  border-right: 4px solid #dc3110;
}
.divider {
  text-align: center;
  padding: 50px 0;
}
.divider span {
  display: block;
  border-top: 0.12rem dashed #a8a8a8;
}
.divider.no_border span {
  border-top-color: transparent;
}
.divider img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 68px;
  margin-top: -34px;
  background: #fff;
  padding: 5px;
}
.btn-primary {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #dc3110;
  padding: 5px 35px;
  border: 1px solid #dc3110;
  border-radius: 10px;
  text-transform: capitalize;
}
.btn-primary:focus,
.btn-primary:hover {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}

/*============== Home Page area ===============*/

.stats-area > div > .row {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  background: #171616;
  padding: 20px 0;
  border-radius: 15px;
}
.stats-area > div > .row > div {
  border-right: 2px solid #c20a0a;
}
.stats-area > div > .row > div:last-of-type {
  border-right-color: transparent;
}
.stats-item {
  text-align: center;
}
.stats-item h3 {
  color: #25b2d0;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.stats-item p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
.stats-area > div > .row > div:first-of-type h3 {
  color: #a9d163;
}
.stats-area > div > .row > div:last-of-type h3 {
  color: #f49a0b;
}
.supply-area {
  background: #ffffff;
}
.supply-heading {
  padding-right: 15px;
}
.supply-heading h3 {
  text-align: right;
  font-size: 42px;
  color: #2e2b2a;
  font-weight: bold;
  margin-bottom: 0;
}
.supply-content {
  padding-left: 30px;
  border-left: 2px solid #000000;
}
.supply-content p {
  color: #2f2f2f;
  font-size: 15px;
  font-weight: normal;
}
.range-item {
  background: #dc3110;
  padding: 30px 20px;
  border-radius: 10px;
  min-height: 100%;
}
.range-area .row > .col-md-4:first-of-type > .range-item {
  background: #dd573d;
}
.range-item li {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 0 5px 20px;
}
.range-item li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  color: #d5eb87;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 9px;
}
.latest-project-area {
  background: #171616 url("assets/images/project-bg.jpg") no-repeat center
    center / cover;
}
.latest-project-area .heading h2 {
  color: #ffffff;
}
.project-carousel-item {
  border: 3px solid #dc3110;
  border-radius: 10px;
  padding: 20px;
  height: 150px;
}
.project-carousel-item h3 {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 20px;
}
.project-carousel-item h3 a {
  color: #ffffff;
}
.project-carousel-item h3 a span {
  color: #e5383f;
  font-weight: bold;
  font-size: 24px;
}
.project-carousel-item p {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.project-carousel .owl-nav button.owl-prev,
.project-carousel .owl-nav button.owl-next {
  background: #dc3110;
  color: #ffffff;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  bottom: 40%;
  width: 30px;
  outline: none;
}
.project-carousel .owl-nav button i {
  color: #ffffff;
  font-size: 14px;
  padding: 6px 0;
}
.project-carousel .owl-nav button.owl-next {
  left: inherit;
  right: -30px;
}
.project-carousel .owl-nav button.owl-prev {
  left: -30px;
  right: inherit;
}
.brand-item {
  text-align: center;
}
.brand-item img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*============== About Us Area ===============*/

.overview-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.overview-content h4 {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 25px;
}
.overview-content p {
  color: #2f2f2f;
  font-size: 15px;
  text-align: justify;
}
.commitment-content {
  padding: 80px 50px;
  border-radius: 15px;
  background: #171616 url("assets/images/commitment-bg.png") no-repeat center
    center / cover;
}
.commitment-details h3 {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.commitment-details p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}
.mission-content {
  border: 3px solid #e5383f;
  border-radius: 5px;
  padding: 20px;
  min-height: 100%;
}
.mission-content h3 {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.mission-content p {
  color: #000000;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 0;
}

/*============== Project Area ===============*/

.project-header-area .title {
  text-align: right;
}
.project-year select {
  border-color: #c9c9c9;
  outline: none;
  box-shadow: none;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
}
.project-year select:focus {
  outline: none;
  box-shadow: none;
  border-color: #c9c9c9;
}
.project-item {
  background: #f9f9f9;
  border-radius: 10px;
}
.project-heading {
  background: #262c30;
  padding: 20px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.project-heading h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.project-heading h3 {
  font-size: 22px;
  font-weight: 600;
  color: #e5383f;
  text-transform: uppercase;
  margin-bottom: 0;
  overflow: hidden;
  height: 50px;
}
.project-heading h3 a {
  color: #e5383f;
}
.project-heading p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}
.project-excerpt {
  padding: 15px 20px;
  overflow: hidden;
  height: 145px;
}
.project-excerpt p {
  color: #262c30;
  font-size: 15px;
  margin-bottom: 0;
  text-align: justify;
}
.pagination-area {
  margin-top: 30px;
}
.pagination-area .page-item.active .page-link {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: #262c30;
  border-radius: 3px;
}
.pagination-area .page-item {
  padding: 0 8px;
}
.pagination-area .page-link {
  color: #fff;
  border: none;
  border-radius: 3px;
  background: #e5383f;
  font-size: 16px;
}
.pagination-area .page-link:hover,
.pagination-area .page-link:focus {
  color: #262c30;
  background: #e9e9e9;
  border-color: #e9e9e9;
  box-shadow: none;
}
.pagination-area li.active .page-link:hover,
.pagination-area li.active .page-link:focus {
  color: #262c30;
  background: #e9e9e9;
  border-color: #e9e9e9;
  box-shadow: none;
}
.pagination-area .page-item:last-child {
  padding: 0;
}
.pagination-area .page-item:last-child .page-link {
  color: #797979;
  font-weight: 500;
  background: transparent;
}
.pagination-area .page-item:last-child .page-link:hover {
  color: #e5383f;
  background: transparent;
}

/*============== Our Product Area ===============*/

.product-item {
}
.product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.product-excerpt {
  padding: 10px 10px;
}
.product-excerpt h3 {
  color: #262c30;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.product-excerpt h3 a {
  color: #262c30;
}
.product-excerpt ul li {
  position: relative;
  color: #262c30;
  font-size: 15px;
  padding: 3px 5px 3px 15px;
}
.product-excerpt li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  font-size: 7px;
  color: #e5383f;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}

/*============== Contact Us Area ===============*/

.contact-area {
  background: #ffffff;
}
.contact-location img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.contact-location,
.contact-location iframe {
  border: 0;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.contact-info-area > div {
  background: #262c30;
}
.contact-info-area > div:first-of-type {
  border-bottom-left-radius: 15px;
  padding-left: 20px;
}
.contact-info-area > div:last-of-type {
  border-bottom-right-radius: 15px;
}
.contact-info-area > div > div {
  padding: 35px 10px;
}
.contact-heading h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  border-right: 3px solid #ff0000;
}
.contact-info h3 {
  color: #ea4337;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.contact-info p.sub-address {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-info p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.contact-info a {
  color: #ffffff;
  font-size: 14px;
}
.contact-info a:hover {
  color: #ea4337;
}
.contact-area .title {
  text-align: right;
}
.contact-area .title {
  text-align: right;
}
.contact-area .title-content p {
  font-weight: 500;
  font-size: 18px;
  color: #262c30;
}
.form-heading {
  text-align: center;
  padding-bottom: 30px;
}
.form-heading h3 {
  color: #ffffff;
  font-size: 36px;
}
.form-heading p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.form-area {
}
.form-area label {
  font-size: 15px;
  color: #252e37;
  font-weight: normal;
}
.form-area span {
  color: #de4141;
  padding-left: 5px;
}
.form-area input.form-control,
.form-area select.form-select,
.form-area textarea.form-control {
  border: 1px solid #ededed;
  color: #252e37;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 15px;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.form-area .form-control:focus,
.form-area .form-select:focus,
.form-area .form-check-input:focus {
  outline: none;
  box-shadow: none;
  color: #252e37;
  border-color: #dc3110;
}
.form-area .form-check-input[type="checkbox"] {
  border: 2px solid #dc3110;
  border-radius: 3px;
}
.form-area .form-check-input:checked {
  background-color: #dc3110;
  border-color: #dc3110;
}
.form-area .recaptcha-cus {
  justify-content: start;
  display: flex;
}
.form-area button[type="submit"] {
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
  border-radius: 10px;
  padding: 8px 30px;
}
.form-area button[type="submit"]:hover {
  background: #dc3110;
  border-color: #dc3110;
  color: #ffffff;
}
