body {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: "Sora", sans-serif !important;
  scroll-behavior: smooth;
}
p.th-alert {
    background: #05b4ff;
    color: #fff;
    padding: 10px;
    margin-top: 30px;
    border-radius: 5px;
}
li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #525252;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/* Header CSS Start */

.header {
  padding: 25px 0;
  border-bottom: 1px solid #666464;
  position: relative;
  z-index: 100;
      margin-top: -10px;
}
button.navbar-toggler {
    filter: invert(1);
}
div#offcanvasNavbar {
    background-image: url(../images/menu-bg.png);
    background-size: cover;
}
.offcanvas-body li.nav-item a {
    color: black !important;
    font-size: 25px;
    margin: 10px 0px;
}
.menu-call {
    display: flex;
    align-items: center;
    margin-top: 150px;
}
.menu-call img {
    filter: invert(1);
    transform: rotate(275deg);
    margin-right: 10px;
}
.menu-call p {
    color: black !important;
    margin-bottom: 0px !important;
}
.menu-call a {
    color: black !important;
    font-weight: bold;
    text-decoration: none;
}
a.custom-btn {
    font-size: 20px;
    padding: 10px 20px;
}
.banner-content p {
    margin-bottom: 50px;
}
.header .navbar-collapse {
  flex-grow: 0;
}

.header .navbar .nav-link {
  padding: 0 20px !important;
  color: white;
}

.header .navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: lightgray;
}

.custom-btn {
  width: 200px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  background: none;
  border: 2px solid #c9c9c9;
  color: white;
}

.custom-btn:hover {
  background: #c9c9c9;
  color: black;
}

/* Header CSS End */

/* Banner CSS Start */

.banner {
  background: url(../images/banner-main.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 900px;
  /* position: absolute; */
  /* top: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  margin-top: -130px;
  position: relative;
  filter: grayscale(1);
}

.banner-content .banner-btn {
  background: #545151;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.banner-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
}

.banner-content h1 span {
  color: white;
}

.banner-content p {
  color: #bab5b5;
}

.banner-social {
  position: absolute;
  right: 0;
  top: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-social h3 {
  color: white;
  font-weight: 300;
  transform: rotate(90deg);
  margin-bottom: 100px;
  font-size: 20px;
}

.banner-social .social-icons {
  display: flex;
  flex-direction: column;
}

.social-icons a {
  text-align: center;
}

.social-icons a img {
  width: 70%;
}

/* Banner CSS End */

/* CTA Section Start */
.cta {
  padding: 50px 0;
  background: #0f0e0e;
}

.cta .content {
  border: 2px dashed #ffffff;
  border-radius: 200px;
  padding: 25px;
}

.cta .content .inner-content {
  background: #282828;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: white;
}

.cta .content .inner-content h4 {
  font-size: 16px;
  text-transform: uppercase;
}

.cta .content .inner-content h3 {
  font-size: 36px;
}

.icon-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}

.icon-boxes .box i {
  color: white;
  background: #282828;
  padding: 15px;
  border-radius: 5px;
}

.icon-boxes .box a {
  color: black;
  background: white;
  padding: 12px;
  margin-left: -8px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  padding-left: 20px;
}

.icon-boxes .box a span {
  font-weight: 700;
  font-size: 15px;
}
/* CTA Section CSS End */

/* About Section CSS Start */

.about {
  background: #0f0e0e;
  padding: 100px 0;
}

.about .container .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .container .row .left-box img {
    filter: grayscale(1);
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 30px;
}

.about .counter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
  border: 2px dashed #c9c9c9;
  border-radius: 50px;
}

.about .counter-box .box {
  margin: 0 10px;
}
.about .counter-box .box h3 {
  color: #c9c9c9;
}

.about .counter-box .box p {
  color: white;
  font-size: 14px;
}

.sub-heading {
  color: #c9c9c9;
  font-size: 18px;
}

.primary-heding {
  color: white;
  font-weight: bold;
}

.primary-text {
  color: #bab5b5;
}

/* About Section CSS End */

/* Services Section Start */

.services {
  background: #151414;
  padding: 100px 0;
}

.services .services-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services .services-box {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services .services-box .box {
  padding: 160px 20px 30px;
}

.services .services-box .box-1,
.services .services-box .box-3 {
  padding-right: 300px;
}

.services .services-box .box-2,
.services .services-box .box-4 {
  padding-left: 300px;
  text-align: right;
}

.services .services-box .box-1 {
  background: url(../images/service-box-1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  filter: grayscale(1);
}

.services .services-box .box-2 {
  background: url(../images/service-box-2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.services .services-box .box-3 {
  background: url(../images/service-box-3.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.services .services-box .box-4 {
  background: url(../images/service-box-4.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.services .services-box .box-1 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.services .services-box .box-1 a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.services .services-box .box-2,
.services .services-box .box-3,
.services .services-box .box-4 {
  color: white;
}

.services .services-box .box-2 a,
.services .services-box .box-3 a,
.services .services-box .box-4 a {
  text-decoration: underline;
  color: #05b4ff;
  font-weight: 600;
}

.services .services-box .box-2 h5,
.services .services-box .box-3 h5,
.services .services-box .box-4 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.services .services-box .box-2:hover {
  background: url(../images/services-box2-hover.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.services .services-box .box-3:hover {
  background: url(../images/services-box3-hover.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.services .services-box .box-4:hover {
  background: url(../images/services-box4-hover.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.services .services-box .box:hover a {
  color: white;
}

/* Services Section CSS End */

/* Company Bio Section CSS Start */
.company {
  background: url(../images/company-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  filter: grayscale(1);
}

.company .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company .image-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.company .image-box .box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  color: white;
  padding-right: 150px;
}

.company .image-box .box h4 {
  font-size: 20px;
  font-weight: 700;
}

.company .image-box .box p {
  color: #e2d7d7;
  font-size: 14px;
}

.company .company-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.company .company-content img {
  width: 100%;
}

/* Company Bio Section CSS End */

/* Testimonials Section CSS Start */

.testimonial {
  background: #0f0e0e;
  padding: 100px 0;
}

.testimonial .testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.testimonial .testimonials-box {
  margin-top: 50px;
}

.testimonial #testimonial-carousel .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 45px;
  color: white;
  gap: 20px;
}

.testimonial #testimonial-carousel .item i {
  color: #9c9c9c;
  font-size: 50px;
}

.testimonial #testimonial-carousel .item p {
  font-size: 14px;
}

.testimonial #testimonial-carousel .item img {
  width: 100px;
}

#testimonial-carousel .owl-item.center .item {
  background: linear-gradient(180deg, #282828, #000000);
  box-shadow: 0 0 10px black;
}

#testimonial-carousel .owl-item.center .item i {
  color: #ffffff;
}

#testimonial-carousel .owl-dots {
  margin-top: 50px;
  display: block;
}

#testimonial-carousel .owl-dots .owl-dot.active span {
  background: #c9c9c9;
}
/* Testimonials Section CSS End */

/* Contact Section CSS Start */

.contact {
  padding: 100px 0;
  background: black;
  background-image: url(../images/contact-overlay.webp);
  filter: grayscale(1);
}

.contact .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact .contact-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 120px;
}

.contact .icon-boxes {
  padding-top: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  gap: 50px;
  margin-top: 50px;
}

.contact .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #192228;
  padding: 50px;
}

.contact .form-container form {
  margin-top: 25px;
}

.contact .form-container form .form-group {
  margin-bottom: 25px;
}

.contact .form-container form .form-group .form-control {
  display: block;
  width: 100%;
  padding: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #222b2f;
  background-clip: padding-box;
  border: #222b2f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact .form-container form .form-group .form-control:focus {
  color: white;
  background-color: #222b2f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.contact .form-container form .custom-btn {
  margin: 0 auto;
}

/* Contact Section End */

/* Brands Section CSS Start */
.brands {
  background: #c9c9c9;
  padding: 100px 0;
}

.brands #brands-carousel .item img {
  width: 100%;
  filter: grayscale(1);
}
/* Brands Section CSS End */

/* Footer CSS Start */

/* Footer CSS End */
.footer {
  background: #0f0e0e;
  padding-top: 100px;
}

.footer .container .footer-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
  width: 40%;
  margin: 0 auto;
}

.footer .footer-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #666464;
  border-bottom: 1px solid #666464;
  margin-top: 50px;
}

.footer .footer-mid .footer-nav {
  padding-left: 0;
  display: flex;
  gap: 20px;
  color: white;
  margin-bottom: 0;
}

.footer .footer-mid .footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.footer .footer-mid .footer-icons h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.footer .footer-mid .footer-icons img{
  filter: grayscale(1);
}

.footer .copyright {
  text-align: center;
}

.footer .copyright {
  text-align: center;
  color: white;
  font-size: 12px;
  padding: 20px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}
