html,
body {
  font-family: 'Fira Sans', sans-serif;
}
body {
  background: #ffffff;
  font-size: 14px;
  color: #000;
  width: 100%;
}
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all ease .2s;
}
button {
  cursor: pointer;
}
*:focus,
*:visited,
*:focus:visited,
*:focus:active {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
textarea:focus,
input:focus {
  outline: none !important;
}
img {
  border: none;
  max-width: 100%;
}
::-moz-selection {
  background: #f15d5e;
  color: #fff;
}
::selection {
  background: #f15d5e;
  color: #fff;
}
a:hover {
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: #ca2e23;
  border-color: #ca2e23;
}
.btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ca2e23;
  border-radius: 15px 5px 15px 5px;
  padding: 10px 30px;
  font-weight: 600;
  position: relative;
}
.btn-icon {
  padding-left: 50px;
}
.btn i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
}
.btn-primary:hover {
  color: #ca2e23;
  background-color: transparent;
  border-color: #ca2e23;
}
/*------- Header Style Start -------*/

header {
  padding: 25px 0;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
  z-index: 9;
  position: relative;
}
header .navbar {
  padding: 0px;
}
.navbar-brand {
  padding: 0px;
  margin: 0px;
}
.navbar-brand img {
  width: 250px;
}
header .navbar-nav .nav-link {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  padding: 14px 15px !important;
  font-weight: 500;
  display: inline-block;
}
header .navbar-nav .nav-item.active .nav-link,
header .navbar-nav .nav-link:hover {
  color: #d21e2b;
}
header .navbar-nav .btn {
  margin-left: 15px;
}
header .dropdown-menu {
  min-width: auto;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0px;
  top: 72px;
  width: 100%;
}
header .dropdown-item {
  padding: 5px 20px;
  color: #000000;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
  color: #ca2e23;
  text-decoration: none;
  background-color: transparent;
}
header .dropdown-item.active,
header .dropdown-item:active {
  color: #ca2e23;
  text-decoration: none;
  background-color: transparent;
}
/*-===== Home Page Style Start =====-*/

/*------- Main Slider Style Start -------*/

.carousel-caption {
  padding: 0px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  text-align: left;
  bottom: auto;
}
.slider-caption {
  background-color: rgba(255, 255, 255, 0.902);
  padding: 40px 40px;
  width: 100%;
}
.slider-caption h1 {
  color: #d21e2b;
  font-size: 38px;
  line-height: 45px;
  font-weight: 800;
  margin-bottom: 15px;
}
.slider-caption p {
  font-size: 14px;
  color: #000;
  line-height: 28px;
  margin-bottom: 20px;
}
.carousel-control-next,
.carousel-control-prev {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  bottom: auto;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 15px 5px 15px 5px;
  opacity: 1;
}
.carousel-control-prev {
  left: 70px;
}
.carousel-control-next {
  right: 70px;
}
/*------- Home About Style Start -------*/

.about-main {
  padding: 80px 0 120px 0;
}
.about-card h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 13px;
}
.about-card h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  border-radius: 3px;
  background-color: #ca2e23;
}
.about-card h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 55px;
  width: 10px;
  height: 3px;
  border-radius: 3px;
  background-color: #ca2e23;
}
.about-card h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3c3a42;
  display: flex;
}
.about-card h6 a {
  color: #3c3a42;
}
.about-card h6 a:first-child {
  margin-right: 8px;
}
.about-card ul {
  margin: 0px;
}
.about-card li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 15px;
}
.about-card li:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ca2e23;
  border-radius: 0 3px 0 3px;
}
.about-card li a {
  font-size: 15px;
  line-height: 25px;
  color: #333;
}
.about-card li a:hover {
  color: #ca2e23;
}
.about-img {
  width: 100%;
  height: 380px;
  position: relative;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 8px 30px 8px;
  z-index: 9;
  position: relative;
}
.about-img:after {
  position: absolute;
  top: 30px;
  right: -30px;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 30px 8px 30px 8px;
  border: 1px solid rgba(202, 46, 35, 0.3);
}
/*------- Client Logo Style Start -------*/

.client-logo {
  padding-bottom: 90px;
}
.client-logo-card {
  width: 100%;
  height: 200px;
  text-align: center;
  border-radius: 30px 8px 30px 8px;
  border: 1px solid rgba(0 0 0 / 10%);
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
}
.client-logo-card img {
  max-height: 180px;
  max-width: initial;
  width: auto !important;
}
.client-logo-slider .owl-stage .owl-item:nth-child(2n) .client-logo-card {
  margin-top: 50px;
}


/*------- Sub Banner Style Start -------*/

.sub-banner {
  width: 100%;
  background-image: url("../img/sub-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.sub-banner-title h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 13px;
}
.sub-banner-title h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 55px;
  width: 10px;
  height: 3px;
  border-radius: 3px;
  background-color: #ca2e23;
}
.sub-banner-title h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  border-radius: 3px;
  background-color: #ca2e23;
}
.breadcrumb {
  background: transparent;
  padding: 0px;
  margin-bottom: 0px;
}
.breadcrumb-item {
  color: #000;
}
.breadcrumb-item a {
  color: #000;
}
.breadcrumb-item a:hover {
  color: #ca2e23;
}
.breadcrumb-item.active {
  color: #535353;
}
/*------- Sector Overview Style Start -------*/

.sector-overview {
  padding: 80px 0;
}
.about-card p {
  font-size: 15px;
  line-height: 26px;
  color: #333;
  margin-bottom: 15px;
}
.full-img {
  height: auto;
}
.full-img img {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
  border: 1px solid #ebebeb;
  padding: 20px;
}
.full-img:after {
  display: none;
}
.about-img h6 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 17px;
  color: #ca2e23;
}
.top-space {
  margin-top: 108px;
}
.mt-50 {
  margin-top: 50px;
}
/*-===== Contact Page Style Start =====-*/

/*------- Contact Area Style Start -------*/

.contact-area {
  padding: 80px 0;
}
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-shared form .form-control,
.form-shared form .textarea {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #f2f0ec;
  color: #818181;
  padding: 19px 30px;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  resize: none;
}
.contact-area .form-shared form .textarea {
  height: 170px;
}
.contact-area .form-shared form .btn {
  padding: 14px 50px;
}
/*------- Contact Detail Action Style Start -------*/

.contact-detail-action {
  padding-bottom: 80px;
}
.contact-item {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 30px 8px 30px 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  padding: 30px;
}
.contact-item i {
  width: 55px;
  height: 55px;
  border-radius: 15px 5px 15px 5px;
  background-color: #ca2e23;
  text-align: center;
}
.contact-item i {
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
}
.contact-item h4 {
  margin: 18px 0 15px 0;
  color: #000;
  font-size: 25px;
}
.contact-item p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 0px;
}
.contact-item p a {
  color: #333;
}
.contact-item p a:hover {
  color: #ca2e23;
}
/*------- Map Area Style Start -------*/

.map-area {
  width: 100%;
  height: 500px;
}
.map-area iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}
/*------- Footer Style Start -------*/

footer {
  background-color: #111111;
  padding: 70px 0 0 0;
}
.footer-card h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #3d3d3d;
}
.footer-contact {
  display: flex;
  margin-bottom: 25px;
}
.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 15px 5px 15px 5px;
  background-color: #ffffff;
  text-align: center;
}
.contact-icon i {
  color: #ca2e23;
  font-size: 18px;
  line-height: 40px;
}
.footer-contact p {
  flex: 1;
  margin-left: 15px;
  color: #eee;
  margin-bottom: 0;
  font-size: 14px;
}
.footer-contact p a {
  color: #eee;
}
.footer-contact p a:hover {
  color: #ca2e23;
}
.footer-form .form-control {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  padding: 15px;
  color: #444444;
  font-size: 13px;
}
.footer-form form .form-row {
  margin-bottom: 15px;
}
.footer-form textarea.form-control {
  height: 100px;
  resize: none;
}
.footer-form .btn {
  width: 100%;
}
.footer-about p {
  color: #eee;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
}
.copyright {
  text-align: center;
  border-top: 1px solid #3d3d3d;
  padding: 20px 0;
  margin-top: 30px;
}
.copyright p {
  color: #c4c4c4;
  font-size: 13px;
  margin-bottom: 0px;
}
.copyright p a {
  color: #c4c4c4;
}
.copyright p a:hover {
  color: #ca2e23;
}