:root {
  --primary: #b50d0c;
  --secondary: #002a3e;
  --text: #fff;
  --text-secondary: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body {
  font-family: "Jost", sans-serif;
}

.container {
  max-width: 1175px;
}

/* ************************************ */

.active-class {
  border: 2px solid #000;
}
/* ************************************ */

/* Button */
.btn-wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-direction: row;
  flex-wrap: wrap;
}
.btn-primary {
  border-radius: 8px;
  background-color: var(--primary);
  padding: 12px;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  border: none;
  transition: 0.5s all ease-in-out;
}
.btn-primary:hover {
  background-color: var(--secondary);
}
.btn-primary.btn-2 {
  background-color: var(--secondary);
}
.btn-primary.btn-2:hover {
  background-color: var(--primary);
}
.portfolio .btn-wrapper,
.process .btn-wrapper{
  display: flex;
  justify-content: center;
}
/* Button */

/* header */

/* Navbar */
.navbar-toggler {
  background-color: transparent !important;
}
.navbar-toggler-icon {
  filter: brightness(10);
}
.navbar {
  background: #17161a;
  padding: 20px 0;
}

.navbar-brand img {
  max-width: 150px;
}

/* Nav Links */
.nav-link {
  color: #fff !important;
  font-size: 16px;
  padding: 10px 18px !important;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #e33531 !important;
}
.navbar-toggler {
  background: #fff;
  border: none;
  border-radius: 3px;
}
/* Mega Menu */
.mega-menu {
  position: static;
}

.mega-dropdown {
  width: max-content;
  border: none;
  border-radius: 10px;
  margin-top: 15px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1410px) {
  .mega-dropdown {
    left: auto;
    right: 1%;
  }
}

ul.hinfo {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
ul.hinfo li {
  list-style: none;
}
ul.hinfo li a {
  color: var(--primary);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
ul.hinfo li img {
  filter: brightness(0);
}
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}
/* Headings */
.mega-dropdown h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

/* List */
.new-dd-ame-list {
  padding: 0;
  margin: 0;
}

.new-dd-ame-list li {
  list-style: none;
  margin-bottom: 10px;
}

.new-dd-ame-list li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.new-dd-ame-list li a:hover {
  color: #e33531;
  padding-left: 5px;
}

/* Mobile */
@media (max-width: 991px) {
  .mega-dropdown {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }

  .navbar-collapse {
    background: #17161a;
    padding: 20px;
  }

  .nav-link {
    padding: 12px 0 !important;
  }
}

/* header */

/* Banner */
.banner {
  position: relative;
  padding: 60px 0;
}
.banner .banner-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  object-position: center;
  object-fit: cover;
}
.banner .banner-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-content {
  position: relative;
  z-index: 2;
  color: var(--text);
}
.banner-content h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
.banner-content h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
}
.banner-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.home .banner-form {
  max-width: 80%;
  margin: 0 auto;
}
.banner-form {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: var(--text);
  border-radius: 8px;
  color: var(--text-secondary);
  text-align: center;
  border: 2px solid var(--secondary);
}
.banner-form h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-form h4 {
  margin-bottom: 15px;
  color: #b50d0c;
}
.banner-form .badge {
  position: absolute;
  width: auto;
  height: 90px;
  top: -7%;
  left: -10%;
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 11px;
}

@media (max-width: 767px) {
  .banner-form .badge {
    display: none;
  }
  .banner-form,
  .home .banner-form {
    margin-top: 12px;
  }
  .home .banner-form {
    max-width: 100%;
  }
}

.banner-form .form-control {
  padding: 12px;
  border-radius: 8px;
  background-color: #002a3eb0;
  color: var(--text);
  border: none;
  outline: none;
  margin-bottom: 15px;
}
.banner-form textarea.form-control {
  height: 100px;
}
.banner-form .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.banner-form .form-control::placeholder {
  color: #ccc;
}
.banner-form .btn-primary {
  border-radius: 8px;
  background-color: var(--primary);
  padding: 12px;
  color: transparent;
  font-size: 15px;
  font-weight: 600;
  border: none;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.btn-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.banner-form .btn-primary {
  border-radius: 8px;
  background-color: var(--primary);
  padding: 12px;
  color: transparent;
  font-size: 15px;
  font-weight: 600;
  border: none;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
  position: relative;
  width: 100%;
  display: block;
}

.marquee-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  pointer-events: none;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  animation: marquee-scroll 8s linear infinite;
}

.btn-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Banner */

/* Value */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}
@media (min-width: 320px) and (max-width: 991px) {
  .value-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.value-box {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  color: var(--text);
}
.value-box:nth-child(even) {
  background-color: var(--secondary);
}
.value-box:nth-child(odd) {
  background-color: var(--text-secondary);
}
/* Value */

/* Content 1 */
.content-sec-1 {
  padding: 40px 0;
}
.content-1-text {
  color: var(--text-secondary);
}
.content-1-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}
.content-1-text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
/* Content 1 */

/* Portfolio */
.portfolio {
  padding: 40px 0;
  background-color: #004769;
}
.portfolio-content h6 {
  background-color: var(--primary);
  color: var(--text);
  padding: 12px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  border-radius: 25px;
}
.portfolio-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  color: var(--text);
}
.portfolio-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--text);
}
.portfolio .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--text);
}
.portfolio .btn-primary.btn-2 {
  background-color: var(--text);
  color: var(--secondary);
}
.btn-primary.btn-2:hover {
  background-color: var(--primary);
  color: var(--text);
}
/* Portfolio */

/* Process */
.process {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.process .process-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.process .process-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.process-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  color: var(--text);
}
.process-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--text);
}
.process-steps {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
.process-steps::before {
  content: "";
  background: var(--text);
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.process-steps li {
  color: var(--text);
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 100;
  display: inline-block;
  width: 24%;
  position: relative;
}
.process-steps li span {
  font-size: 30px;
  font-weight: 800;
}
.process-steps li strong {
  height: 30px;
  width: 30px;
  border: 4px solid var(--text);
  position: absolute;
  border-radius: 50%;
  bottom: -30px;
  z-index: auto;
  background: var(--secondary);
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s all;
}
.process-box {
  background-color: var(--text);
  color: var(--text-secondary);
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: 0.5s all ease-in-out;
  height: 300px;
}
.process-box-image img {
  width: 100px;
  height: 100px;
  background-color: var(--secondary);
  padding: 10px;
  border-radius: 50%;
  object-fit: none;
  margin-bottom: 15px;
  transition: 0.5s all ease-in-out;
}
.process-box h5 {
  margin-bottom: 10px;
}
.process-box:hover {
  background-color: var(--secondary);
  color: var(--text);
  box-shadow: rgba(216, 216, 216, 0.2) 0px 7px 29px 0px;
}
.process-box:hover img {
  background-color: var(--primary);
}
/* Process */

/* Content 2 */
.content-sec-2 {
  padding: 40px 0;
  background: url(../images/content-2-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--text);
}
.content-sec-2 .content-2-text h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.content-sec-2 .content-2-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
/* Content 2 */

/* Content 3 */
.content-sec-3 {
  padding: 40px 0;
}

.content-3-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  color: var(--secondary);
}
.content-3-text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--secondary);
}
.content-3-list {
  list-style: none;
  margin-bottom: 20px;
}
.content-3-list li {
  color: var(--secondary);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}
.content-3-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
}
/* Content 3 */

/* FAQ */
.faq-sec {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.faq-content h6 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.faq-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 20px;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq-item {
  background: transparent;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.3s all ease;
}
.faq-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: var(--secondary);
  transition: 0.3s all ease;
}
.faq-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin: 0;
}
.faq-header i {
  font-size: 16px;
  color: var(--primary);
  transition: 0.3s all ease;
}
.faq-body {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.faq-body p {
  padding-bottom: 20px;
  font-size: 16px;
  color: var(--secondary);
  line-height: 1.6;
}
.faq-item.active .faq-header {
  background-color: var(--secondary);
}
.faq-item.active .faq-header h5,
.faq-item.active .faq-header i {
  color: var(--text);
}
.faq-item.active .faq-header i {
  transform: rotate(45deg);
}
.faq-item.active .faq-body {
  max-height: 200px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .faq-item.active .faq-body {
    max-height: fit-content;
  }
}

/* FAQ */

/* about-us */
.about-hero {
  position: relative;
  background: var(--text);
}
.about-hero .about-who-head {
  color: var(--text-secondary);
}
.about-hero .about-who-head h4 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.about-hero .about-who-head p {
  font-size: 16px;
}
.about-hero .about-who-img img {
  width: 100%;
}
.about-hero .about-who-box {
  padding: 18px;
  background: var(--secondary);
  color: var(--text);
  margin-bottom: 15px;
  border-radius: 5px;
}
.about-hero .about-who-box h5 {
  margin-bottom: 10px;
  font-size: 20px;
}
.about-hero .about-who-box p {
  font-size: 15px;
  margin-bottom: 0;
}

.about-what-we-do {
  background: url("../images/what-we-do-banner-about.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0px 40px 0;
}
.about-what-we-do-head span {
  color: #ffff;
  font-size: 20px;
  font-weight: 300;
}
.about-what-we-do-head h6 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  padding: 20px 0 30px 0;
}
.about-what-we-do-head p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 40px 0;
}
.what-we-do-box-about-2 {
  margin: 70px 0 0px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .what-we-do-box-about-2 {
    margin: 20px 0 0 0;
  }
}

.what-we-do-box-about {
  background: #fff;
  padding: 44px 13px;
  margin: 0 0 30px 0;
  transition: 0.5s;
}
.what-we-do-box-about h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 0 15px 0;
}
.what-we-do-box-about p {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}

.what-we-do-box-about:hover {
  background: var(--text-secondary);
}
.what-we-do-box-about:hover h6 {
  color: #fff;
}
.what-we-do-box-about:hover p {
  color: #fff;
}

/* about-us */

/* contact page contact section */
.contact .title {
  color: var(--primary);
  text-transform: uppercase;
}
.contact ul li {
  list-style: none;
  margin-bottom: 8px;
}
.contact ul li span {
  display: block;
  color: var(--secondary);
  margin-bottom: 5px;
  font-size: 20px;
}
.contact ul li a {
  color: var(--text-secondary);
  text-decoration: none;
}
/* contact form */

.contact-form {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: var(--text);
  border-radius: 20px;
  color: var(--text-secondary);
  text-align: center;
  border: 1px solid var(--secondary);
}
.contact-form h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}

.contact-form .form-control {
  padding: 12px;
  border-radius: 8px;
  background-color: #c1c1c125;
  color: var(--text-secondary);
  border: none;
  outline: none;
  margin-bottom: 15px;
}
.contact-form textarea.form-control {
  height: 100px;
}
.contact-form .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.contact-form .form-control::placeholder {
  color: #a7a7a7;
}
/* contact form */

/* Footer Contact */
.footer-contact {
  padding: 60px 0;
  background: url(../images/footer-contact-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-contact-form {
  padding: 60px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background-color: transparent;
}

@media (max-width: 767px) {
  .footer-contact-form {
    padding: 30px 15px;
  }
}

.footer-contact-form h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  color: var(--text);
}
.footer-contact-form h4 span {
  color: var(--primary);
}
.footer-contact-form p {
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--text);
}
.footer-contact-form form div {
  margin-bottom: 15px;
}
.footer-contact-form form div input,
.footer-contact-form form div textarea {
  padding: 12px;
  border-radius: 8px;
  background-color: #ffffff;
  color: var(--text);
  border: none;
  outline: none;
  margin-bottom: 15px;
  border-radius: 0;
}
.footer-contact-form form div input:focus,
.footer-contact-form form div textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-contact-form form div textarea {
  height: 120px;
}
.footer-contact-form form div input::placeholder,
.footer-contact-form form div textarea::placeholder {
  color: #002a3e96;
}
.footer-contact-form .btn-primary {
  width: 100%;
  border-radius: 0;
  background-color: var(--secondary);
  border: 3px solid transparent;
  transition: 0.5s all ease;
}
.footer-contact-form .btn-primary:hover {
  border-color: var(--primary);
}
.footer-contact .ml-auto {
  margin-left: auto;
}
/* Footer Contact */

/* footer */

.footer-section {
  padding: 35px 0;
  background-color: #17161a;
  color: #fff;
  margin-bottom: -20px;
}
.ft-cont {
  display: grid;
  float: right;
}

@media (max-width: 767px) {
  .ft-cont {
    float: none;
    text-align: center;
  }
}

.ft-cont a {
  padding: 0 0 11px 0px;
  color: #fff;
  text-decoration: none;
}
.ft-cont h3 {
  padding: 20px 0 0 0;
}
.ft-cont h3 {
  font-size: 18px;
  font-weight: 700;
}
.ft-cont ul {
  padding: 28px 0 0 0;
  list-style-type: none;
}
.ft-cont ul li {
  padding: 0 0 10px 0;
}
.ft-cont ul li i {
  color: #b50d0c;
  font-size: 16px;
  padding-right: 15px;
}
.ft-brd {
  border-top: 2px solid #232227;
  padding: 33px 0 0 0;
  margin: 0 -10px;
}
.ft-brd .row {
  width: 100%;
}
.ft-bt {
  text-align: left !important;
}

@media (max-width: 767px) {
  .ft-bt {
    text-align: center !important;
  }
}

.ft-brd address {
  line-height: 23px;
}
.ft-brd a {
  color: #fff;
  margin: 0 2px;
  text-decoration: none;
}
.social-icons a {
  font-size: 30px;
  padding: 0px 10px 0 0;
}
.fab {
  color: #ffffff;
  background-color: #b50c0c50;
  border: 1px solid #b50d0c;
  padding: 7px;
  border-radius: 8px;
  font-size: 19px;
}
.ft-bt2 {
  float: right;
}

@media (max-width: 767px) {
  .ft-bt2 {
    float: none;
  }
}

.ft-bt2 a {
  padding: 0 0 0 20px;
}

.btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
}
.modal .modal-body h6 {
  color: #001c6b;
  font-weight: 600;
  margin-top: 20px;
  font-size: 40px;
  text-align: center;
}
.modal .modal-body h6 b {
  color: #b50d0c;
  font-size: 40px;
}
.modal .modal-body input,
.modal .modal-body textarea {
  padding: 10px;
}
.modal .modal-body input::placeholder,
.modal .modal-body textarea::placeholder {
  font-size: 13px;
  opacity: 0.7;
}

/* footer */

/* privacy */
.main-privacy,
.main-term {
  padding: 80px 0px;
}

.main-heading {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
}

.term-text h2,
.policy-text h2 {
  font-size: 28px;
  margin: 8px 0;
  font-weight: 600;
}
.term-text p,
.policy-text p {
  font-size: 16px;
  line-height: 28px;
}
.term-text h3,
.policy-text h3 {
  font-size: 25px;
  margin: 5px 0;
}
.term-text ul li,
.policy-text ul li {
  font-size: 16px;
  line-height: 28px;
}
.term-text a,
.policy-text a {
  color: var(--primary);
  text-decoration: none;
}
/* Cookies */
#cookie-banner {
  position: fixed;
  bottom: 2px;
  left: 50%;
  width: auto;
  background: #222222fa;
  color: #fff;
  padding: 14px 40px 14px 14px;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
  transform: translateX(-50%);
}
#cookie-banner p {
  font-size: 12px;
}
#cookie-banner a {
  text-decoration: underline;
  color: #b50d0c;
}

#cookie-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 767px) {
  #cookie-banner {
    background: #222222e0;
    transform: translateX(-99%);
  }
}
/* Cookies */
