/* fontAwesome Link */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --brand-color-1: #cc0000;
  --brand-color-2: #000000;
  --brand-color-3: #d9d9d9;
  --brand-font-family: "Montserrat", sans-serif;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: var(--brand-font-family);
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.brand-color-1-bg {
  background-color: var(--brand-color-1) !important;
}

.brand-color-2-bg {
  background-color: var(--brand-color-2) !important;
}

.brand-color-1-text {
  color: var(--brand-color-1) !important;
}

.brand-color-2-text {
  color: var(--brand-color-2) !important;
}

.fButton {
  background-color: var(--brand-color-1);
  padding: 10px 2rem;
  color: white;
  position: relative;
  border: 0;
  outline: none;
  text-decoration: none;
  font-weight: 500;
}

.fButton-2 {
  background-color: var(--brand-color-1);
  padding: 10px 2rem;
  color: white;
  position: relative;
  border: 2px solid white;
  outline: none;
  text-decoration: none;
  font-weight: 500;
}

.inset-0 {
  inset: 0;
}

.fModuleTitle h3 {
  position: relative;
  font-weight: bold;
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
}

.fModuleTitle.title-center h3 {
  text-align: center;
}

.fModuleTitle.title-center h3::after {
  transform: translateX(-50%);
  left: 50%;
}

.fModuleTitle h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: var(--brand-color-1);
}

/* header top starts here */

.header-top-bar {
  background: #222222;
  padding: 8px 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.header-top-bar ul {
  margin-bottom: 0;
}

.header-top-bar .top-address ul li {
  display: inline-block;
  color: #d9d9d9;
  font-size: 14px;
  margin-right: 25px;
}

.header-top-bar .top-address ul li i {
  color: #cb011b;
  font-size: 18px;
  padding-right: 10px;
}

.header-top-bar .top-address ul li:last-child {
  margin-right: 0;
}

.header-top-bar .top-social-link ul {
  text-align: right;
}

.header-top-bar .top-social-link ul li {
  display: inline-block;
  color: var(--brand-color-3);
  padding-left: 10px;
}

.header-top-bar .top-social-link ul li:last-child {
  padding-left: 0;
}

.header-top-bar .top-social-link ul li a {
  color: #d9d9d9;
}

.header-top-bar .top-social-link ul li a:hover {
  color: var(--brand-color-1);
}

/* header top ends here */

/* header starts here */

.fHeader {
  position: fixed;
  top: 0;
  z-index: 9999999;
  background-color: transparent;
  width: 100%;
}

.fHeader .navbar-brand img {
  width: 80px;
  transition: all 0.4s;
}

.fHeader.active .navbar-brand img {
  width: 40px;
}

.fHeader.active {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* header ends here */

/* banner starts here */

/* .f-banner .sub-heading {
  width: 600px;
  max-width: 100%;
} */


.fBanner>.bg-image>img {
  min-height: 500px;
  object-fit: cover;
  object-position: left center;
}

.fBanner .banner-text {
  padding-top: 5rem;
}

.fBanner .banner-text .col-12>img {
  position: relative;
  left: 0%;
}

/* banner ends here */

/* box banner starts here */

.ftco-intro {
  margin-top: -2rem;
  position: relative;
  z-index: 99;
  margin-bottom: 3rem;
}

.ftco-intro::before
{ 
  content: "";
  position: absolute;
  width: 300px;
  max-width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background-color: var(--brand-color-1);
}

.ftco-intro .row
{
  position: relative;
  z-index: 999999;
}
.ftco-intro .icon img {
  filter: invert();
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 10px;
}

.ftco-intro .col-12 {
  padding: 0;
}

.ftco-intro .col-12 .intro {
  background-image: linear-gradient(to right, var(--brand-color-1), #8d0000);
  padding: 1.2rem 1rem;
  color: white;
}

.ftco-intro .col-12 .intro .text h2 {
  font-size: 1.2rem;
  font-weight: 600;
}

.ftco-intro .col-12 .intro .text p {
  font-size: .85rem;
}

/* box banner ends here */

/* card section starts here */

.card-section .row>.col-12 {
  padding: 12px;
}

.card-section .row>.col-12>.item {
  padding: 5px;
  position: relative;
}

.card-section .row>.col-12>.item .f-card-image {
  overflow: hidden;
}

.card-section .row>.col-12>.item .f-card-image img {
  max-height: 240px;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.4s;
}

.card-section .row>.col-12>.item:hover .f-card-image img {
  scale: 1.1;
}

.card-section .row>.col-12>.item .f-card-text {
  padding: 1rem 7px;
}

.card-section .row>.col-12>.item h3 {
  font-size: 1.3rem;

  a {
    color: var(--brand-color-2);
    text-decoration: none;
    transition: all 0.4s;
  }
}

.card-section .row>.col-12>.item:hover h3 {
  a {
    color: var(--brand-color-1);
  }
}

/* card section ends here */

/* highlight section starts here */

.section-CTA {
  background-image: url("../images/CTA-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* highlight section ends here */

/* card carousel starts here */

.f-card-carousel .item {
  padding: 12px;

  .card-inr-item {
    position: relative;
    overflow: hidden;
  }
}

.f-card-carousel .item .f-card-image img {
  max-height: 240px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.f-card-carousel .item .f-card-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background-color: #cc0000cf;
  height: 40px;
  transition: all 0.4s;
  align-content: center;
}

.f-card-carousel .item:hover .f-card-text {
  height: 200px;
}

.f-card-carousel .item .f-card-text h3 a {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.f-card-carousel .item .f-card-text p {
  color: white;
  font-size: .85rem;
}

.f-card-carousel .item .f-card-text p>a.f-text-btn {
  position: relative;
}

.f-card-carousel .item .f-card-text p>a.f-text-btn::after {
  content: "\f2f6";
  margin-left: 10px;
  font-family: "FontAwesome";
}

/* card carousel ends here */

/* request call starts here */

.request-call-one-area {
  background: #cb011b url(../images/section4.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;

}

.request-call-one-area .request-form {
  background: #ffffff;
  margin: 0 auto;
  padding: 4rem 3rem;
  width: 75%;
  position: relative;
}

.request-call-one-area .request-form:before {
  background: #222222;
  border-radius: 50%;
  box-shadow: 0 2px 4px #a1a1a1;
  color: #ffffff;
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 24px;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  right: 0;
  top: -38px;
  width: 70px;
}

.request-call-one-area .request-form .request-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

.request-call-one-area .request-form .form-group {
  margin-bottom: 25px;
}

.request-call-one-area .request-form .form-group .form-control,
.request-call-one-area .request-form .form-select {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}

.request-call-one-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  text-align: center;
}

.request-call-one-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #cb011b;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.request-call-one-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  background: #a51c2d;
}

.request-call-one-area .request-form .select2-container--classic .select2-selection--single {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}

.request-call-one-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}

.request-call-one-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #8b8b8b;
  padding-left: 12px;
  line-height: 42px;
}

.select2-container--classic .select2-dropdown {
  border: 1px solid #d7d7d7 !important;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: #444444;
}

.request-call-two-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.request-call-two-area .request-image {
  width: 50%;
  overflow: hidden;
}

.request-call-two-area .request-form-wrapper {
  background: #cb011b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 50%;
  overflow: hidden;
}

.request-call-two-area .request-form-select {
  padding-left: 60px;
}

.request-call-two-area .request-form .request-title {
  color: #ffffff;
  margin-bottom: 40px;
  padding-left: 60px;
}

.request-call-two-area .request-form .request-title h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}

.request-call-two-area .request-form .form-group {
  margin-bottom: 10px;
}

.request-call-two-area .request-form .form-group .form-control {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  color: #ffffff;
}

.request-call-two-area .request-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}

.request-call-two-area .request-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.request-call-two-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  margin-top: 30px;
}

.request-call-two-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.request-call-two-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  color: #cb011b;
}

.request-call-two-area .request-form .select2-container--classic .select2-selection--single {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}

.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}

.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent;
}

.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding-left: 12px;
  line-height: 42px;
}

.request-call-three-area {
  padding: 120px 0 120px;
}

.request-call-three-area .request-form .form-left h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1;
}

.request-call-three-area .request-form .form-left h2:after {
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}

.request-call-three-area .request-form .form-group {
  margin-bottom: 10px;
}

.request-call-three-area .request-form .form-group .form-control {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  color: #ffffff;
}

.request-call-three-area .request-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}

.request-call-three-area .request-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.request-call-three-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  margin-top: 30px;
}

.request-call-three-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.request-call-three-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  color: #cb011b;
}

.request-call-three-area .request-form .select2-container--classic .select2-selection--single {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}

.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}

.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent;
}

.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding-left: 12px;
  line-height: 42px;
}

/* request call ends here */

/* footer starts here */

footer {
  background-color: #333;
  padding-top: 3rem;
  color: white;
  font-size: .85rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/footer-bg.png");
}

footer .row {
  justify-content: space-between;
}

footer .logo-footer img {
  filter: brightness(0) invert();
}

footer p {
  color: white;
  margin-bottom: 0;
  margin-top: 1rem;
}


footer nav a,
footer p a {
  display: block;
  font-size: .85rem;
  color: white;
  text-decoration: none;
  margin-top: 1rem;
}

footer .footer-icons {
  margin-top: 1rem;
}

footer h4 {
  font-size: 1rem;
  font-weight: 600;
}

footer .footer-icons a {
  color: var(--brand-color-3);
  font-size: 1rem;
  margin-right: 10px;
}

#upBtn {
  position: fixed;
  left: 1.2rem;
  bottom: 2rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: white;
  z-index: 999999999999;
  background-color: var(--brand-color-2);
  text-align: center;
  align-content: center;
  text-decoration: none;
  outline: none;
  border-radius: 500px;
}

.copy {
  width: 100%;
  background-color: var(--brand-color-2);
  text-align: center;
  padding: 10px;
}

/* footer ends here */

/* client section starts here */
.f-why-choose-us-and-trusted-clients {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #dedede;
}

.f-why-choose-us-and-trusted-clients .item>div>h1 {
  font-size: 1.5rem;
  font-weight: 600;

  p {
    display: block;
    font-size: .9rem;
    color: #666;
    margin-top: 1rem;
  }
}

.testimonials-section .inner-carousel {
  background-color: var(--brand-color-3);
  padding: 2rem;
  font-size: .85rem;
  position: relative;
}

.testimonials-section .inner-carousel::before {
  content: "\f10d";
  font-family: "Fontawesome";
  width: 60px;
  position: relative;
  margin-bottom: 1rem;
  z-index: 999;
  height: 40px;
  background-color: var(--brand-color-1);
  display: inline-block;
  text-align: center;
  color: white;
  align-content: center;
  padding-right: 10px;
  font-size: 1rem;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
}

.testimonials-section .inner-carousel::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 45px;
  width: 0;
  height: 0;
  border-top: 20px solid;
  border-right: 20px solid transparent;
  border-top-color: var(--brand-color-3);
}

.testimonials-section .name {
  text-align: end;
  margin-top: 2rem;
}

.testimonials-section .name h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonials-section .name span {
  font-size: .9rem;
}

.why-choose-us-section .accordion-header button {
  box-shadow: none;
  padding: 1rem 0;
  background-color: white;
  border-top: 1px solid var(--brand-color-3);
  font-size: .9rem;
  color: var(--brand-color-2);
}

.why-choose-us-section .accordion-body {
  padding: 0;
  padding-bottom: 1rem;
  font-size: .9rem;
}

/* client section ends here */

/* commercial starts here */


.commrecial-equipment .row .col-commercial-equipment {
  width: 20%;
}

section.commrecial-equipment {
  padding: 1rem 0;
  background: url(../images/commrecial-equipment.webp) center/cover no-repeat
}

.commrecial-equipment .row .col-commercial-equipment .item {
  height: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px
}

.commrecial-equipment .row .col-commercial-equipment .item a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.commrecial-equipment .row .col-commercial-equipment .item img {
  width: 110px;
  margin-bottom: 1rem;
  max-width: 100%;
}

.commrecial-equipment .row .col-commercial-equipment .item span {
  display: block;
  text-transform: capitalize;
  font-size: .75rem;
}

.commrecial-equipment .row .col-commercial-equipment .item span label {
  display: block;
  cursor: pointer;
}


/* commercial ends here */

/* funding starts here */
.funding-options .option-card {
  padding: 12px;
}

.funding-options .option-card .item {
  height: 100%;
  border: 1px solid #dedede;
  text-align: center;
  padding: 1rem;
}

.funding-options .option-card .item h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
}

.funding-options .option-card .item p {
  font-size: .8rem;
}

.funding-options .option-card .item>img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background-image: linear-gradient(to left, var(--brand-color-1), var(--brand-color-2));
}

/* funding ends here */


/* alert starts here */

.alert {
  z-index: 99999999999999999;
}

/* alert ends here */

/* services starts here */
.tabs-services {
  margin-bottom: 1rem;
}

.tabs-services>h4 {
  position: absolute;
  font-size: 1.1rem;
  height: fit-content;
  font-weight: 600;
  width: fit-content;
  z-index: 1;

  margin: 0;
  padding: 0 10px 10px 0;
  background-color: white;

  &::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 40px;
    background-color: #000;
    left: 0;
  }
}

.tabs-services .f-services-tabs {
  padding-left: 130px;
  justify-content: end;
}

.tabs-services .f-services-tabs .carousel-div {
  width: 800px;
  max-width: 100%;
  position: relative;
}

.tabs-services .f-services-tabs .carousel-div .item {
  padding: 10px;
  margin: 0;
}

.tabs-services .f-services-tabs a.tabs-button {
  border: 0;
  outline: none;
  border-radius: 500px;
  font-size: .85rem;
  padding: 4px 10px;
  margin: 0;
  width: 100%;
  text-decoration: none;
  color: var(--brand-color-2);
  background-color: #f1f1f1;
  display: inline-block;
  text-align: center;
}

.tabs-services .f-services-tabs .owl-nav {
  height: fit-content;
  padding: 0;
  margin: 0;
}

.tabs-services .f-services-tabs .owl-nav button {
  background-color: transparent !important;
  color: var(--brand-color-1) !important;
  width: 20px;
  height: 20px;
  font-size: .9rem;
  border-radius: 0;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.tabs-services .f-services-tabs .owl-nav button.owl-next {
  left: unset;
  right: -15px;
}

.services-content-section .fImageServices {
  width: 450px;
  max-width: 100%;
  margin: 0 1rem 1rem 0;
  float: left;
}

.services-content-section .fImageServices img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}

.services-content-section .fTextServices {
  text-align: justify;
}

/* services ends here */

@media (min-width: 991.9px) {
  .fHeader .navbar-nav>li {
    padding: 0 10px;
    align-content: center;
  }

  .fHeader.active {
    background-color: white;
    transition: all .4s;
  }

  .fHeader .navbar-nav>li:last-child {
    padding-right: 0;
  }

  .fHeader .navbar-nav>li>a.nav-link {
    padding: 0;
    font-weight: 500;
    color: white;
    font-size: .8rem;
    transition: all .4s;
  }

  .fHeader .navbar-nav>li:last-child>a {
    background-color: var(--brand-color-1);
    padding: 10px 2rem;
    color: white;
    position: relative;
  }

  .fHeader.active .navbar-nav>li>a.nav-link {
    color: #000;
  }

  .fHeader.active .navbar-nav>li:last-child>a {
    color: white;
  }

}

@media(max-width:991.9px) {
  .services-content-section .fImageServices {
    width: 100%;
    float: unset;
  }

  .tabs-services>h4
  {
    position: relative;
    width: 100%;
    transform: unset;
    display: none;
  }

  .tabs-services .f-services-tabs
  {
    padding-left: 0;
  }
}