@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800;900&display=swap");
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  display: inline-block;
  transition: color 0.3s ease-out;
}

a:hover {
  transition: color 0.3s ease-out;
}

.form-control:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-theme {
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 600;
  padding: 12px 35px;
  color: #fff;
  background-color: #fe0103;
  border: 2px solid #fe0103;
  transition: all 0.4s ease;
}

.btn-theme:hover {
  background-color: transparent;
  transition: all 0.4s ease;
  color: #fe0103;
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  z-index: 1111;
  display: none;
  border-radius: 4px;
}

.bg-overlay {
  position: relative;
}

.bg-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.95;
}

.bg-red {
  background-color: #fe0103;
}

.sec-padding {
  padding: 80px 0;
}

.heading {
  margin-bottom: 30px;
}

.heading h1:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 59px;
  height: 2.5px;
  left: 3px;
  background-color: #fe0103;
}

.heading h1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 18px;
  height: 2.5px;
  left: 70px;
  background-color: #bebebe;
}

.heading h1 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.heading P {
  color: #ffb0b0;
  font-weight: 600;
  padding: 30px 0 0 0 !important;
}

.text-red {
  color: #fe0103 !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: none;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -200px;
  width: 300px;
  height: 270px;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); */
  -webkit-filter: contrast(80);
  background-color: white;
}

.drip {
  background-color: green;
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: black;
  left: 180px;
  top: 180px;
  -webkit-filter: blur(15px);
  /* -webkit-transform: translateY(-100px); */
}

.drip:nth-child(1) {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  left: 180px;
  background: black;
  -webkit-transform: translateY(-110px);
}

.drip:nth-child(2) {
  -webkit-animation: dripDown 1.5s infinite ease-in-out alternate;
}

.drip:nth-child(3) {
  left: 183px;
  top: 150px;
  background: black;
}

@-webkit-keyframes dripDown {
  0% {
    top: 80px;
    left: 183px;
  }
  95% {
    top: 150px;
    left: 183px;
  }
  100% {
    top: 150px;
    left: 183px;
  }
}

/* header css start here  */

a.navbar-brand {
  position: relative;
  z-index: 1;
}

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

.navbar a.nav-link {
  padding: 0 0 0 40px !important;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.navbar a.nav-link.active,
.navbar a.nav-link:hover {
  color: #000;
}
.navbar a.nav-link.active,
.link-active {
  pointer-events: none;
}
.navbar {
  overflow: hidden;
}

.navbar:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -80px;
  height: 101%;
  transform: skewX(-0.096turn) translateY(-50%);
  width: 32%;
  z-index: 0;
}

.navbar a.nav-link.quote-btn {
  background-color: #fff;
  color: #fe0103 !important;
  text-align: center;
  border: 2px solid #fe0103;
  padding: 12px 25px !important;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.navbar a.nav-link.quote-btn:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff !important;
  transition: all 0.4s ease;
}

.header-contact-info {
  margin-bottom: 8px;
}

.header-contact-info p {
  display: flex;
  align-items: center;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 600;
}

/* banner sec css start here  */

section.banner-sec {
  margin-top: 104px;
}

.carousel-item {
  height: calc(100vh - 104px);
}

.carousel-item img {
  min-height: 100%;
}

.carousel-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
}

.carousel-caption {
  width: 38%;
  height: 100%;
  bottom: 0;
}

.carousel-caption-text {
  padding: 50px 0 0 50px;
  position: relative;
  border-left: 10px solid #fff;
}

.carousel-caption-text:after,
.carousel-caption-text:before {
  content: "";
  height: 10px;
  position: absolute;
  left: -1px;
  background-color: #fff;
}

.carousel-caption-text:after {
  top: 0;
  width: 65%;
}

.carousel-caption-text .btn-theme:hover {
  color: #fff !important;
  border: 2px solid #fff;
}

.carousel-caption-text:before {
  bottom: 0;
  width: 30%;
}

.carousel-caption-text h1 {
  font-size: 46px;
  font-weight: 700;
}

.carousel-caption-text p {
  margin-bottom: 35px;
  color: #bebebe;
}

.carousel-caption-text div {
  margin-bottom: -18px;
  margin-left: 30%;
}

.carousel-caption-text h1 {
  font-size: 44px;
}

.carousel-indicators {
  left: unset;
  margin: 0;
  top: 0;
  right: 25px;
  align-items: center;
  flex-direction: column;
}

.carousel-indicators li {
  display: block;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: 2px solid #fff !important;
  background-color: transparent;
  opacity: 1;
  margin: 3px 10px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.banner-text {
  font-size: 57px;
  font-weight: bold;
  line-height: 74px;
  padding: 20px;
}

.banner-text span {
  font-weight: 400;
}

/* social media section css start here  */

.social-media-sec {
  background-image: url("../images/04.jpeg");
}

.social-media-sec.bg-overlay::after {
  opacity: 0.65;
}

.all-link {
  position: relative;
  z-index: 1;
}

.all-link a i {
  height: 80px;
  width: 80px;
  font-size: 40px;
  line-height: 80px;
  border: 2px solid #fe0103;
  transition: all 0.4s ease;
}

.all-link a i:hover {
  background-color: transparent !important;
  border: 2px solid #fff;
  transition: all 0.4s ease;
}

/* social media section css end here  */

/* feedback section start here  */

.feedback-slider ul.slick-dots li button {
  display: none;
}

.feedback-slider ul.slick-dots li {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 4px;
  position: relative;
  border-radius: 50%;
  background-color: #bebebe;
  border: solid 3px transparent;
  cursor: pointer;
}

.feedback-slider ul.slick-dots li:hover {
  height: 10px;
  width: 10px;
  background-color: #fe0103;
}

.feedback-slider ul.slick-dots {
  text-align: center;
  margin-top: 40px;
}

.feedback-slider ul.slick-dots li.slick-active {
  background-color: #fe0103;
  line-height: 12px;
  height: 12px;
  width: 12px;
}

.feedback-slider ul.slick-dots li.slick-active:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fe0103;
}

.feedback-slide {
  margin: 15px;
  border: 1px solid #ffe3e3;
  padding: 22px;
  background-color: #ffefef;
  border-radius: 5px;
}

.feedback-slide h5 {
  color: #fe0103;
  font-weight: 600;
  margin: 5px 0 15px;
}

.feedback-slide p {
  font-size: 13px;
  line-height: 20px;
  color: #000;
}

.client-img {
  height: 70px;
  display: flex;
  align-items: center;
}

.client-img img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
}

/* feedback section end here  */

/* why choose us section start here  */

.black-bg-color {
  background-image: url(../images/why.png);
  padding: 80px 0 150px;
  position: relative;
}

.black-bg-color::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

.all-step {
  margin-top: -120px;
}

.why-choose-us-inner {
  position: relative;
  background: #fff;
  box-shadow: 0 0 26px rgb(0 0 0 / 27%);
}

.why-choose-us-inner img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.why-choose-detail {
  position: absolute;
  width: 100%;
  bottom: -55px;
  z-index: 99;
}

.blog-detail {
  background-color: #000;
  padding: 20px;
  margin: 0 35px;
  min-height: 135px;
}

section.why-choose-sec {
  margin-bottom: 145px;
}

.why-choose-us-inner span {
  display: block;
  height: 36px;
  width: 36px;
  background-color: #fe0103;
  border-radius: 50% 0 50% 50%;
  position: absolute;
  left: 17px;
  top: -17px;
  transform: rotate(-45deg);
}

.blog-detail h4 {
  color: #fe0103;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}

.blog-detail p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

/* buisness sector service css start here  */

.buisness-sector-sec {
  padding-top: 80px;
  position: relative;
  margin-bottom: 80px;
}

.buisness-sector-sec .bg-black {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 88%;
  bottom: 42px;
}

.single-buisness-service {
  padding: 35px 25px;
  background-color: #fff;
  box-shadow: 0px 12px 39px 0px rgb(8 18 109 / 8%);
  transition: all 500ms ease;
  margin: 15px 0;
  min-height: 325px;
}

.single-buisness-service h4 {
  color: #222;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
  transition: all 500ms ease;
}

.single-buisness-service:hover {
  background-color: #fe0103;
  transition: all 500ms ease;
}

.single-buisness-service img {
  max-width: 70px;
}

.single-buisness-service p {
  color: #bebebe;
  margin-top: 6px;
  transition: all 500ms ease;
  position: relative;
  padding-left: 20px;
}

.single-buisness-service p:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #bebebe;
}

.single-buisness-service:hover p:before {
  border-bottom: 7px solid #fff;
}

.single-buisness-service:hover p:after {
  background-color: #fff;
}

.single-buisness-service p:after {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: 9px;
  background-color: #bebebe;
}

.single-buisness-service:hover p,
.single-buisness-service:hover h4 {
  color: #fff;
}

.single-buisness-service:hover img {
  filter: brightness(0) invert(1);
}

.floating-truck {
  max-width: 28%;
  position: absolute;
  bottom: 20px;
  right: 65px;
  transform: translatey(0px);
  animation: float 5s ease-in infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/* Service section start here  */

.our-service {
  background-color: #f8f8f8;
}

.single-service {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
  margin: 15px 0;
  text-align: center;
  position: relative;
  min-height: 285px;
}

.single-service:hover {
  background-color: #202020;
  transition: all 500ms ease;
}

.single-service:hover h5,
.single-service:hover p {
  color: #fff;
}

.single-service h5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 28px 0 18px;
  text-transform: capitalize;
}

.single-service p {
  color: #9a9a9a;
}

.single-service img {
  max-width: 80px;
}

/* latest news section  */

.single-news {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 12px 39px 0px rgb(8 18 109 / 8%);
  margin: 10px 0;
}

.single-news-image {
  height: 214px;
  width: 100%;
}

.single-news-image img {
  transition: all 0.6s;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
}

.single-news-image img:hover {
  transform: scale(1.3);
  transition: all 0.6s;
}

.single-news-text {
  background-color: #f9f9f9;
  padding: 18px 18px 15px 18px;
  position: relative;
}

.single-news-text h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}

.single-news-text p {
  font-size: 13px;
  margin-top: 10px;
  color: #b1b1b1;
}

.single-news-text small {
  display: block;
  border-top: 1px solid #ededed;
  margin-top: 20px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #b1b1b1;
}

.single-news-text a {
  top: -20px;
  right: 0px;
  position: absolute;
  padding: 8px 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-text a {
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 600;
  padding: 12px 35px;
  color: #fe0103;
  background-color: transparent;
  border: 2px solid #fe0103;
  transition: all 0.4s ease;
  margin-top: 38px;
}

.header-text a:hover {
  background-color: #fe0103;
  transition: all 0.4s ease;
  color: #fff !important;
}

/* contact us section  */

.contact-sec {
  background-image: url("../images/03.jpeg");
  background-size: cover;
  background-position: bottom;
}

.all-contact {
  position: relative;
  z-index: 1;
}

.contact-sec.bg-overlay::after {
  opacity: 0.85 !important;
}

.single-contact i {
  font-size: 35px;
}

.single-contact h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-contact p {
  font-size: 13px;
}

.border-right {
  border-right: 1px solid #464646 !important;
}

.single-contact {
  padding-right: 24px;
  min-height: 160px;
}

/* get quate css start here  */

.get-quate {
  position: relative;
}

.get-quate::after {
  content: "";
  position: absolute;
  top: 7%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 86%;
  background-color: #ffefef;
}

.get-quate-form {
  position: relative;
  z-index: 1;
}

form {
  padding: 20px 40px;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 12px 39px 0px rgb(8 18 109 / 22%);
}

form .btn-theme:hover {
  border: 2px solid #fe0103;
  color: #fe0103 !important;
}

.quate-text {
  color: #000;
  font-weight: 600;
  margin-top: 18px;
}

label {
  color: #000;
  font-weight: 500;
}

label span {
  color: #fe0103 !important;
}

form h2 {
  color: #fe0103 !important;
  text-transform: uppercase;
  margin: 0 0 10px 10px;
  font-weight: 700;
}

.form-group {
  margin-bottom: 1rem;
  width: calc(50% - 30px);
  display: inline-block;
  margin: 10px 14px 0;
}

form .heading {
  margin-bottom: 20px !important;
}

form .form-control {
  background-color: transparent;
  border: 1px solid #ededed;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
}

.quote-img img {
  min-height: 100%;
}

/* count css start here  */

.single-count {
  height: 200px;
  width: 200px;
  background-image: url("../images/shape.PNG");
  background-repeat: no-repeat;
  background-size: cover;
}

.single-count h1 {
  text-align: center;
  line-height: 225px;
  margin-left: 22px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.count-sec .col-xl-3 {
  text-align: center;
}

.count-sec p {
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* company works  css start here  */

.company-work {
  background-image: url("../images/15.jpg");
  background-position: bottom;
  position: relative;
}

.company-work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}

.all-company-details {
  position: relative;
  z-index: 1;
}

.single-company-detail h5 {
  line-height: 15px;
  font-size: 17px;
  font-weight: 700;
}

.single-company-detail {
  padding-left: 35px;
  margin: 10px 0;
}

.single-company-detail i {
  border: solid 1px rgba(170, 185, 205, 0.3);
  color: #ffffff;
  width: 38px;
  height: 38px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

/* footer css start here   */

.footer-logo {
  position: relative;
  overflow-x: hidden;
  z-index: 11;
  background-color: #fff;
}

footer .sec-padding {
  padding: 50px 0;
}

footer {
  position: relative;
}

footer::after {
  content: "";
  background-image: url(../images/build.jpg);
  height: 85%;
  width: 100%;
  position: absolute;
  opacity: 0.07;
  bottom: 60px;
}

.footer-logo::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  background-color: #000;
  z-index: -1;
  left: 0;
}

.footer-logo img {
  max-width: 200px;
}

.footer-logo-text {
  background: #fff;
  padding: 15px 25px;
}

.footer-logo-text p:first-child {
  font-size: 14px;
  color: #fe0103;
  font-weight: 700;
}

.footer-logo-text p:last-child {
  font-size: 18px;
  color: #fe0103;
  font-weight: 700;
}

.footer-logo-text p span {
  font-size: 12px;
}

.links {
  text-align: center;
}

.links a {
  display: block;
  color: #000;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 3px;
  font-weight: 600;
}

.links a:hover {
  color: #fe0103;
}

.bottom-footer {
  background-color: #000;
}

.bottom-footer p {
  font-size: 14px;
  color: #b4b4b4;
  padding: 20px 0;
  line-height: 26px;
}

.bottom-footer p a:hover {
  color: #fe0103 !important;
}

.vertical-bar {
  position: relative;
  z-index: 11;
}

.vertical-bar:after {
  content: "";
  height: 86%;
  width: 2px;
  background-color: #000;
  margin: 12px auto 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.logo-box {
  box-shadow: 0 3px 20px #ececec;
  padding: 15px;
}

.horizental-bar {
  position: relative;
  z-index: 11;
  display: inline-block;
}

.horizental-bar:after {
  content: "";
  width: 115px;
  height: 2px;
  background-color: #fe0103;
  position: absolute;
  right: 0;
  top: 21px;
  right: -130px;
}

/* bredcrumb section start here  */

.breadcrumb {
  background-image: url("../images/breadcrumb.jpg");
  position: relative;
  margin-top: 104px;
  padding: 50px 0;
}

.breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.7;
}

.breadcrumb .container {
  position: relative;
  z-index: 1;
}

.breadcrumb h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.breadcrumb-item.active,
.breadcrumb ul li a:hover {
  color: #fe0103 !important;
}

.breadcrumb ul li {
  list-style: none;
  display: inline-block;
}

/* about  us  page css start here  */

.environment-sec {
  background-image: url("../images/env.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.environment-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

.single-environment {
  width: 175px;
  height: 175px;
  background-color: #fe0103;
  border-radius: 50% 0 50% 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px 25px;
  transform: rotate(-45deg);
}

.single-environment div {
  transform: rotate(45deg);
}

.single-environment img {
  filter: brightness(0) invert(1);
}

.single-environment h6 {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.environment-sec-text {
  position: relative;
  z-index: 1;
  width: 60%;
  color: #ffffff;
}

.environment-sec-text h1 {
  font-size: 52px;
  font-weight: 700;
  padding-left: 30px;
}

.environment-sec-text p {
  padding-left: 30px;
}

.environment-sec-text span {
  background-color: #fe0103;
  height: 58px;
  width: 58px;
  color: #fff;
  display: inline-block;
  border-radius: 50% 0 50% 50%;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  letter-spacing: -3px;
  font-weight: 700;
  animation: float 5s ease-in infinite;
}

.environment-sec-text span sub {
  font-size: 13px;
}

.environment-sec-text h6 {
  padding: 6px 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 22px 0;
  margin-left: 30px;
  background-color: rgb(254 1 3 / 70%);
}

.environment-heading-text h1 {
  font-size: 45px;
  font-weight: 500;
}

.environment-heading-text h6 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0;
}

.environment-heading-text p {
  color: #bebebe;
  margin-bottom: 20px;
}

/* history sec css start here  */

.history-sec {
  background-image: url(../images/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.history-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 26%;
  height: 50%;
  width: 20%;
  background-color: #fe0103;
}

.history-text {
  position: relative;
  z-index: 1;
}

.history-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.85;
}

.history-image {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 1;
}

.history-image img {
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* our mission sec start here  */

.our-mission-inner {
  display: flex;
  align-items: center;
  padding: 24px;
  transition: ease-in 0.3s;
  border: 1px solid #efefef;
  cursor: pointer;
  margin-bottom: 20px;
}

.our-mission-inner:hover {
  background-color: #fe0103;
  color: #fff;
  border-color: #fe0103;
}

.our-mission-inner:hover h5,
.our-mission-inner:hover p {
  color: #fff;
}

.our-mission-inner h5 {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  transition: ease-in 0.3s;
}

.icon-img {
  background-color: #fe0103;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.icon-img img {
  height: 70px;
  width: 70px;
  margin: 20px;
}

.our-mission-inner p {
  color: #aaaaaa;
  font-size: 14px;
  transition: ease-in 0.3s;
}

.about-us-img {
  height: 100%;
}

.about-us-text p {
  margin: 15px 0;
  font-weight: 600;
}

.about-us-text h5 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-us-img img {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
}

/* timeline sec start here  */

.timeline ul li {
  display: inline-block;
  list-style: none;
  height: 135px;
}

.timeline ul li:nth-child(odd) {
  height: 270px;
}

.timeline ul {
  display: flex;
  align-items: center;
}

.timeline ul li div {
  padding: 15px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 12px solid red;
  box-shadow: 0 10px 17px #b5b5b5;
  text-align: center;
  position: relative;
}

.timeline ul li::after {
  content: "";
  height: 136px;
  width: 2px;
  background-color: #efefef;
  display: block;
  margin: auto;
}

.timeline ul li:nth-child(even)::after {
  height: 68px;
}

.timeline ul li:nth-child(odd) div {
  border: 12px solid #000;
}

.timeline ul li h2 {
  font-size: 32px;
  font-weight: 700;
}

.timeline ul li p {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  margin-top: 6px;
  color: #bebebe;
}

/* management sec start  */

.management-text {
  padding: 20px 25px;
}

.bg-light-pink {
  background-color: #ffefef;
}

.management-img img {
  min-height: 100%;
}

.management-text p {
  margin: 12px 0;
  font-weight: 600;
}

.slick-initialized .slick-slide {
  min-height: 280px;
  max-height: 280px;
}

.modal-body {
  padding: 0;
}
.admin-sec-padding {
  padding: 140px 0;
}
.admin-sec-padding h1 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.admin-sec-padding h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.admin-sec-padding .card {
  margin-top: 30px !important;
}
.admin-style-form-group {
  width: 100%;
  margin-left: 0;
}
.fa-edit {
  color: #fe0103 !important;
  margin-right: 10px;
}
.fa-trash {
  color: #fe0103 !important;
}
.form-center-div {
  width: 60%;
  margin: 0 auto;
}
.form-login-center-div {
  width: 40%;
  margin: 0 auto;
}
.form-login-center-div .form-group {
  width: 100%;
}

.testimonial-img img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
}
