@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "ralewaylight";
  src: url("../fonts/raleway-light.woff2") format("woff2"), url("../fonts/raleway-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewaymedium";
  src: url("../fonts/raleway-medium-webfont.woff2") format("woff2"), url("../fonts/raleway-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ralewayregular";
  src: url("../fonts/raleway-regular.woff2") format("woff2"), url("../fonts/raleway-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "axiformaextrabold";
  src: url("../fonts/kastelov__axiforma_extrabold-webfont.woff2") format("woff2"), url("../fonts/kastelov__axiforma_extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "axiformabold";
  src: url("../fonts/kastelov__axiforma_bold-webfont.woff2") format("woff2"), url("../fonts/kastelov__axiforma_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "axiformasemibold";
  src: url("../fonts/kastelov__axiforma_semibold-webfont.woff2") format("woff2"), url("../fonts/kastelov__axiforma_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 15px;
  line-height: 26px;
  padding: 0 !important;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  body {
    text-align: center;
  }
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #f9e7e8;
}
body::-webkit-scrollbar-thumb {
  background-color: #c5151b;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

input,
textarea {
  box-shadow: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "axiformaextrabold";
}

h1 {
  font-size: 54px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  font-family: "axiformasemibold";
}
@media (max-width: 991px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}
h6.title {
  color: #c5151b;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h6.title {
    margin-bottom: 0;
  }
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 10;
  height: 80px;
  transition: 600ms all;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
@media (max-width: 991px) {
  header {
    height: 57px;
  }
}
header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
header .navbar .navbar-brand {
  background-color: transparent;
  padding: 10px 10px 10px 30px;
}
@media (max-width: 1199px) {
  header .navbar .navbar-brand {
    padding: 10px 10px 10px 20px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-brand {
    padding: 10px;
  }
}
header .navbar .navbar-brand img {
  width: 130px;
  max-height: 60px;
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    max-height: 50PX;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-brand img {
    width: 110px;
  }
}
header .navbar .navbar-toggler {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBpZD0ibWVudS1yaWdodCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTQ0OCwxNDRINjRjLTguODM2LDAtMTYtNy4xNjQtMTYtMTZzNy4xNjQtMTYsMTYtMTZoMzg0YzguODM3LDAsMTYsNy4xNjQsMTYsMTYNCglTNDU2LjgzNywxNDQsNDQ4LDE0NHogTTQ2NCwyNTZjMC04LjgzNi03LjE2My0xNi0xNi0xNkg2NGMtOC44MzYsMC0xNiw3LjE2NC0xNiwxNmMwLDguODM2LDcuMTY0LDE2LDE2LDE2aDM4NA0KCUM0NTYuODM3LDI3Miw0NjQsMjY0LjgzNiw0NjQsMjU2eiBNNDY0LDM4NGMwLTguODM2LTcuMTYzLTE2LTE2LTE2SDI1NmMtOC44MzYsMC0xNiw3LjE2NC0xNiwxNnM3LjE2NCwxNiwxNiwxNmgxOTINCglDNDU2LjgzNyw0MDAsNDY0LDM5Mi44MzYsNDY0LDM4NHoiLz4NCjwvc3ZnPg0K");
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
}
@media (max-width: 992px) {
  header .navbar .navbar-toggler {
    margin-right: 10px;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
  }
}
header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    padding: 30px;
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-right: 25px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 15px;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    margin-bottom: 5px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #ffffff;
  height: 80px;
  display: flex;
  align-items: center;
  box-shadow: none;
  outline: none;
  font-family: "ralewaymedium";
}
@media (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    height: auto;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #c5151b;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-left: inherit;
    margin-top: 20px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul {
  display: flex;
  align-items: center;
  margin: 0 -6px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul {
    margin: 0 -2px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li {
  padding: 0 6px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li {
    padding: 0 2px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a i {
  margin-right: 5px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a:hover {
  color: #c5151b;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child {
  margin-left: 10px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
  width: auto;
  height: auto;
  background-color: #c5151b;
  padding: 7px 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 25px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
    padding: 7px 15px;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
    font-size: 13px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a:hover {
  background-color: #000000;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  padding: 25px 15px;
  border-radius: 0px 0px 20px 20px;
  border: none;
  box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  background-color: #fcf6f6;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    box-shadow: none;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 10px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 15px;
  background-color: transparent !important;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #c5151b;
}
header.fixed {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
header.inner-header {
  background-color: #0a0a0a;
}

.banner {
  background: #000000;
  position: relative;
  overflow: hidden;
  /*flex slider end*/
}
.banner .flexslider {
  width: 100%;
  margin: 0 auto;
  box-shadow: none;
  border: none;
  background: #000;
}
.banner .flexslider li {
  position: relative;
  height: 100vh;
  transition: 1s all;
  -webkit-transition: 1.5s all;
  position: relative;
  background-color: #f9e7e8;
  padding: 0 12px;
}
.banner .flexslider li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #c5151b url(../images/banner-icon-bg.png);
  transition: 800ms all;
}
@media (max-width: 575px) {
  .banner .flexslider li::after {
    display: none;
  }
}
.banner .flexslider li .meta {
  color: white;
  margin: auto;
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  height: 100%;
  margin: auto;
}
@media (max-width: 1199px) {
  .banner .flexslider li .meta {
    max-width: 100%;
  }
}
.banner .flexslider li .meta .row {
  height: 100%;
}
.banner .flexslider li .meta .meta-box {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 70px;
}
@media (max-width: 575px) {
  .banner .flexslider li .meta .meta-box {
    height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
.banner .flexslider li .meta .meta-box-img {
  padding: 200px 0 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .banner .flexslider li .meta .meta-box-img {
    padding: 20px 12px 0;
    height: auto;
  }
}
.banner .flexslider li .meta .meta-box-img .wrap {
  display: contents;
}
.banner .flexslider li .meta .meta-box-img img {
  height: 100%;
  width: auto;
  transform: translateX(-50px);
  transition: 800ms all;
}
@media (max-width: 575px) {
  .banner .flexslider li .meta .inner {
    text-align: center;
  }
}
.banner .flexslider li .meta .inner h1 {
  margin: 0px auto;
  margin-bottom: 0;
  color: #000000;
  text-transform: uppercase;
}
.banner .flexslider li .meta .inner h6 {
  font-size: 20px;
  margin-bottom: 0;
  margin: 0px auto;
  text-transform: capitalize;
  line-height: 30px;
  margin-top: 15px;
  color: #2d2d2d;
  font-family: "ralewaymedium";
}
@media (max-width: 767px) {
  .banner .flexslider li .meta .inner h6 {
    font-size: 18px;
    font-family: "ralewayregular";
  }
}
@media (max-width: 575px) {
  .banner .flexslider li .meta .inner h6 {
    display: none;
  }
}
.banner .flexslider li .meta .inner a {
  background: #c5151b;
  padding: 10px 25px 8px;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 25px;
}
.banner .flexslider li.flex-active-slide::after {
  width: 32%;
}
.banner .flexslider li.flex-active-slide .meta .meta-box-img img {
  transform: translateX(0);
}
.banner .flexslider li h1,
.banner .flexslider li h6,
.banner .flexslider li .meta .inner a {
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
  color: #fff;
}
.banner .flexslider li.flex-active-slide .meta h1,
.banner .flexslider li.flex-active-slide .meta h6,
.banner .flexslider li.flex-active-slide .meta .inner a {
  animation-delay: 0.4s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
.banner .flexslider li.flex-active-slide .meta h6 {
  animation-delay: 0.5s;
}
.banner .flexslider li.flex-active-slide .meta .category p {
  animation-delay: 0.6s;
}
.banner .flexslider .meta .category span {
  animation-delay: 0.8s;
}
.banner .flexslider li.flex-active-slide .meta .inner a {
  animation-delay: 0.8s;
}
.banner .flex-direction-nav {
  position: absolute;
  right: 50px;
  width: 50px;
  height: 125px;
  z-index: 2;
  top: 47%;
}
@media (max-width: 1199px) {
  .banner .flex-direction-nav {
    left: 0;
    right: 0;
    top: inherit;
    bottom: 50px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.banner .flex-direction-nav li {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-right: 30px;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .banner .flex-direction-nav li {
    margin: 0 5px;
  }
}
.banner .flex-direction-nav li::after {
  display: none;
}
.banner .flex-direction-nav li:last-child {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .banner .flex-direction-nav li:last-child {
    margin-top: 0px;
  }
}
.banner .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  margin: 0;
  position: relative;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 0;
}
.banner .flex-direction-nav .flex-prev:before,
.banner .flex-direction-nav a.flex-next:before {
  position: absolute;
  content: "";
  background: url(../images/arrow-left.png) no-repeat;
  width: 6px;
  height: 12px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.banner .flex-direction-nav a.flex-prev::after,
.banner .flex-direction-nav a.flex-next:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  background: #c5151b;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  opacity: 0.2;
}
.banner .flex-direction-nav a.flex-prev:hover:after,
.banner .flex-direction-nav a.flex-next:hover:after {
  width: 50px;
  height: 50px;
  opacity: 1;
}
.banner .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.banner .flex-direction-nav .flex-prev {
  left: 0;
}
.banner .flexslider:hover .flex-next:hover,
.banner .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.banner .flex-direction-nav a:before {
  display: flex;
  top: 0;
}
.banner .flex-control-nav {
  display: none;
}
.banner .flexslider:hover .flex-prev {
  opacity: 1;
  left: 0;
}
.banner .flexslider:hover .flex-next {
  opacity: 1;
  right: 0;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.owl-theme .custom-nav {
  display: flex;
  justify-content: flex-start;
  margin: 0 -6px;
}
.owl-theme .custom-nav .owl-prev,
.owl-theme .custom-nav .owl-next {
  position: relative;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  margin: 0 6px;
}
@media (max-width: 575px) {
  .owl-theme .custom-nav .owl-prev,
  .owl-theme .custom-nav .owl-next {
    width: 40px;
    height: 40px;
  }
}
.owl-theme .custom-nav .owl-prev img,
.owl-theme .custom-nav .owl-next img {
  width: 18px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
}
.owl-theme .custom-nav .owl-prev:hover,
.owl-theme .custom-nav .owl-next:hover {
  background-color: #000000;
}
.owl-theme .custom-nav .owl-prev:hover img,
.owl-theme .custom-nav .owl-next:hover img {
  filter: brightness(0) invert(1);
}
.owl-theme .custom-nav .owl-prev {
  left: 0;
}
.owl-theme .custom-nav .owl-next {
  right: 0;
}
.owl-theme .owl-controls {
  position: relative;
}

a.more {
  background-color: #c5151b;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 25px;
  display: inline-block;
  letter-spacing: 1px;
}
a.more:hover {
  background-color: #000000;
}
a.more-line {
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 4px;
  text-decoration-color: #c5151b;
}
a.more-line:hover {
  color: #c5151b;
}

.home-welcome {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .home-welcome {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .home-welcome {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .home-welcome {
    padding: 50px 0;
  }
}
.home-welcome .wel-left {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .home-welcome .wel-left {
    padding-left: 12px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .home-welcome .wel-left .wel-img-box:last-child {
    display: none;
  }
}
.home-welcome .wel-left .wel-img-box .inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home-welcome .wel-left .wel-img-box .inner img {
  width: 100%;
}
.home-welcome .wel-right {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .home-welcome .wel-right {
    padding-left: 12px;
  }
}
.home-welcome .wel-right h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home-welcome .wel-right h2 {
    margin-bottom: 10px;
  }
}
.home-welcome .wel-right hr {
  margin: 30px 0;
  border-color: #e1e1e1;
  opacity: 1;
}
.home-welcome .wel-right h6 {
  margin-bottom: 15px;
  line-height: 26px;
  text-transform: capitalize;
  font-family: "ralewaymedium";
}
.home-welcome .wel-right h6.title {
  margin-bottom: 5px;
}
.home-welcome .wel-right .wel-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -12px 20px;
}
.home-welcome .wel-right .wel-box div {
  width: 50%;
  padding: 0 12px;
}
@media (max-width: 575px) {
  .home-welcome .wel-right .wel-box div {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .home-welcome .wel-right .wel-box div:last-child {
    margin-top: 25px;
  }
}
.home-welcome .wel-right .wel-box div span {
  margin-right: 15px;
}
.home-welcome .wel-right .wel-box div span img {
  width: 50px;
}
.home-welcome .wel-right .wel-box div h6 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "axiformabold";
}
@media (max-width: 767px) {
  .home-welcome .wel-right .wel-box div h6 {
    font-size: 18px;
  }
}
.home-welcome .wel-right .wel-box div p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}
.home-welcome .abt-right {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .home-welcome .abt-right {
    padding-left: 12px;
  }
}
.home-welcome .abt-right h5 {
  margin-bottom: 15px;
}
.home-welcome .vision-row {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-welcome .vision-row {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-welcome .vision-row .box:last-child {
    margin-top: 24px;
  }
}
.home-welcome .vision-row .box .inner {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 50px;
  height: 100%;
}
@media (max-width: 991px) {
  .home-welcome .vision-row .box .inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .home-welcome .vision-row .box .inner {
    padding: 20px;
  }
}
.home-welcome .vision-row .box .inner h5 {
  margin-bottom: 15px;
}
.home-welcome .vision-row .box .inner p:last-child {
  margin-bottom: 0;
}
.home-welcome .vision-row .box .inner ul {
  display: flex;
  margin: 30px -12px 0;
}
@media (max-width: 991px) {
  .home-welcome .vision-row .box .inner ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home-welcome .vision-row .box .inner ul li {
  padding: 0 12px;
}
@media (max-width: 991px) {
  .home-welcome .vision-row .box .inner ul li {
    width: 50%;
    margin-bottom: 24px;
  }
}
@media (max-width: 400px) {
  .home-welcome .vision-row .box .inner ul li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-welcome .vision-row .box .inner ul li:last-child {
    margin-bottom: 0;
  }
}
.home-welcome .vision-row .box .inner ul li .inner {
  background-color: #ffffff;
  padding: 40px;
}
@media (max-width: 991px) {
  .home-welcome .vision-row .box .inner ul li .inner {
    padding: 10px;
  }
}

.home-services {
  background: #c5151b url(../images/line.png);
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .home-services {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .home-services {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .home-services {
    padding: 50px 0;
  }
}
.home-services .head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .home-services .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-services .head {
    margin-bottom: 20px;
  }
}
.home-services .head h2,
.home-services .head .title,
.home-services .head p {
  color: #ffffff;
}
.home-services .head p {
  max-width: 700px;
}
.home-services .head .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .home-services .head .right {
    justify-content: flex-start;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .home-services .head .right {
    justify-content: center;
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .home-services .container-full {
    padding-right: 16px;
  }
}
.home-services .container-full .owl-service .owl-stage {
  display: flex;
}
.home-services .container-full .owl-service .item {
  height: 100%;
}
.home-services .container-full .owl-service .item .inner {
  display: inline-block;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 30px;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .home-services .container-full .owl-service .item .inner {
    border-radius: 10px;
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .home-services .container-full .owl-service .item .inner {
    padding: 20px;
  }
}
.home-services .container-full .owl-service .item .inner .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin: 0 auto 25px;
}
@media (max-width: 575px) {
  .home-services .container-full .owl-service .item .inner .icon {
    width: 50px;
    height: 50px;
  }
}
.home-services .container-full .owl-service .item .inner .icon img {
  width: 100%;
}
.home-services .container-full .owl-service .item .inner h6 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #000000;
}
@media (max-width: 767px) {
  .home-services .container-full .owl-service .item .inner h6 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .home-services .container-full .owl-service .item .inner h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.home-services .container-full .owl-service .item .inner p {
  margin-bottom: 0;
}

.testimonial {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .testimonial {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .testimonial {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .testimonial {
    padding: 50px 0;
  }
}
.testimonial .head {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .testimonial .head {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial .head {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.testimonial .head h2 {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .testimonial .head h2 br {
    display: none;
  }
}
.testimonial .head p {
  margin-bottom: 0;
  color: #c5151b;
  text-transform: uppercase;
}
.testimonial .owl-testimonials .item {
  display: flex;
}
@media (max-width: 767px) {
  .testimonial .owl-testimonials .item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonial .owl-testimonials .item .left {
    margin-top: 15px;
  }
}
.testimonial .owl-testimonials .item .left h6 {
  color: #000000;
}
.testimonial .owl-testimonials .item .left h6 span {
  color: #2d2d2d;
  font-size: 16px;
}
.testimonial .owl-testimonials .item .left .rating {
  margin-top: 30px;
}
.testimonial .owl-testimonials .item .right {
  display: flex;
}
@media (max-width: 767px) {
  .testimonial .owl-testimonials .item .right {
    display: block;
  }
}
.testimonial .owl-testimonials .item .right .icon {
  width: 76px;
}
@media (max-width: 767px) {
  .testimonial .owl-testimonials .item .right .icon {
    margin: 0 auto 15px;
  }
}
@media (max-width: 575px) {
  .testimonial .owl-testimonials .item .right .icon {
    margin: 0 auto 5px;
  }
}
.testimonial .owl-testimonials .item .right .icon img {
  max-width: 76px;
  width: auto;
}
.testimonial .owl-testimonials .item .right .details {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .testimonial .owl-testimonials .item .right .details {
    padding-left: 0;
  }
}
.testimonial .owl-testimonials .owl-dots {
  margin-top: 30px !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.testimonial .owl-testimonials .owl-dots .owl-dot {
  outline: none;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  margin: 0 5px;
}
.testimonial .owl-testimonials .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  display: block;
  background: #f9e7e8;
  position: relative;
  border-radius: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.testimonial .owl-testimonials .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #f9e7e8;
  margin: 0px auto;
  border-radius: 10px;
  opacity: 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.testimonial .owl-testimonials .owl-dots .owl-dot.active span, .testimonial .owl-testimonials .owl-dots .owl-dot:hover span {
  box-shadow: 0px 0px 0px 5px rgba(119, 86, 86, 0.08);
}
.testimonial .owl-testimonials .owl-dots .owl-dot.active span::after, .testimonial .owl-testimonials .owl-dots .owl-dot:hover span::after {
  opacity: 1;
  background-color: #c5151b;
}
.testimonial :root {
  --star-size: 40px;
  --star-color: $primary-color;
  --star-background: #fc0;
}
.testimonial .Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.testimonial .Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team {
  border-top: 1px solid #e1e1e1;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .team {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .team {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .team {
    padding: 50px 0;
  }
}
.team .head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .team .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .team .head {
    margin-bottom: 20px;
  }
}
.team .head h6 {
  margin-bottom: 10px;
}
.team .full-width {
  width: calc(100% - (-50vw + 50%));
}
.team .full-width .owl-team .item {
  background-color: #f2f2f2;
  font-size: 0.875rem;
}
.team .full-width .owl-team .item .img {
  overflow: hidden;
}
.team .full-width .owl-team .item .text {
  margin-top: 15px;
  padding: 1rem 1.1875rem;
  text-align: center;
}
.team .full-width .owl-team .item .text h6 {
  color: #000000;
  text-transform: none;
}
.team .full-width .owl-team .item .text p {
  font-size: 14px;
  color: #c5151b;
  margin-bottom: 0;
  font-weight: 400px;
  text-transform: none;
}
.team .full-width .owl-team .owl-nav {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .team .full-width .owl-team .owl-nav {
    margin-top: 30px;
  }
}
.team .full-width .owl-team .owl-nav .owl-prev,
.team .full-width .owl-team .owl-nav .owl-next {
  position: relative;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  background-color: #c5151b;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  margin: 0;
}
@media (max-width: 575px) {
  .team .full-width .owl-team .owl-nav .owl-prev,
  .team .full-width .owl-team .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
}
.team .full-width .owl-team .owl-nav .owl-prev img,
.team .full-width .owl-team .owl-nav .owl-next img {
  width: 18px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
}
.team .full-width .owl-team .owl-nav .owl-prev:hover,
.team .full-width .owl-team .owl-nav .owl-next:hover {
  background-color: #000000;
}
.team .full-width .owl-team .owl-nav .owl-prev:hover img,
.team .full-width .owl-team .owl-nav .owl-next:hover img {
  filter: brightness(0) invert(1);
}
.team .full-width .owl-team .owl-nav .owl-prev {
  left: 0;
  transform: scaleX(-1);
}
.team .full-width .owl-team .owl-nav .owl-next {
  right: 0;
}

.owl-gallery .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.owl-gallery .owl-nav .owl-prev,
.owl-gallery .owl-nav .owl-next {
  position: relative;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  background-color: #c5151b !important;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  margin: 0;
}
@media (max-width: 575px) {
  .owl-gallery .owl-nav .owl-prev,
  .owl-gallery .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
}
.owl-gallery .owl-nav .owl-prev img,
.owl-gallery .owl-nav .owl-next img {
  width: 18px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
}
.owl-gallery .owl-nav .owl-prev:hover,
.owl-gallery .owl-nav .owl-next:hover {
  background-color: #000000 !important;
}
.owl-gallery .owl-nav .owl-prev:hover img,
.owl-gallery .owl-nav .owl-next:hover img {
  filter: brightness(0) invert(1);
}
.owl-gallery .owl-nav .owl-prev {
  left: 0;
  transform: scaleX(-1);
}
.owl-gallery .owl-nav .owl-next {
  right: 0;
}

.emergency {
  background-color: #c5151b;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .emergency {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .emergency {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .emergency {
    padding: 30px 0;
  }
}
.emergency h4,
.emergency a {
  color: #ffffff;
}
.emergency h6 {
  color: #ffffff;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.emergency h4 {
  margin: 20px 0 15px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .emergency h4 {
    font-size: 18px;
  }
}
.emergency a {
  font-size: 50px;
  margin-top: 10px;
  display: inline-block;
  font-family: "axiformaextrabold";
}
@media (max-width: 767px) {
  .emergency a {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .emergency a {
    font-size: 30px;
  }
}

.footer {
  background: #fafafa url(../images/world.png) no-repeat top center;
  background-size: cover;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 80px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 50px;
    text-align: center;
  }
}
.footer h5 {
  margin-bottom: 20px;
  font-family: "axiformasemibold";
  font-size: 20px;
}
.footer .contact {
  position: relative;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .footer .contact {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .footer .contact {
    margin-bottom: 25px;
  }
}
.footer .contact .map {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}
.footer .contact ul li {
  color: #c5151b;
}
.footer .contact ul li a {
  color: #2d2d2d;
  display: inline-block;
}
.footer .contact ul li a:hover {
  color: #c5151b;
}
.footer .links li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 575px) {
  .footer .links li {
    padding-left: 0;
  }
}
.footer .links li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #c5151b;
  border-bottom: 1px solid #c5151b;
  transform: rotate(-45deg);
}
@media (max-width: 575px) {
  .footer .links li::before {
    display: none;
  }
}
.footer .links li a:hover {
  color: #c5151b;
}
.footer .foot-about {
  text-align: right;
}
@media (max-width: 767px) {
  .footer .foot-about {
    text-align: left;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .footer .foot-about {
    text-align: center;
  }
}
.footer .foot-about img {
  max-width: 140px;
  margin-bottom: 30px;
}
.footer .foot-about p {
  margin-bottom: 0;
}
.footer .foot-about .social {
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer .foot-about .social {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .footer .foot-about .social {
    justify-content: center;
  }
}
.footer .foot-about .social li {
  margin-bottom: 0;
}
.footer .foot-about .social li a {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
}
.footer .foot-about .social li a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #d7d7d7;
  transition: 800ms;
  -webkit-transition: 800ms;
  -o-transition: 800ms;
  -moz-transition: 800ms;
  -ms-transition: 800ms;
  border-radius: 50%;
}
.footer .foot-about .social li a i {
  color: #000000;
  transition: 800ms;
  -webkit-transition: 800ms;
  -o-transition: 800ms;
  -moz-transition: 800ms;
  -ms-transition: 800ms;
  position: relative;
  z-index: 1;
}
.footer .foot-about .social li a:hover::after {
  transform: rotate(180deg);
  border-radius: 50%;
  background: #c5151b;
}
.footer .foot-about .social li a:hover i {
  color: #ffffff;
}
.footer .copy {
  padding: 25px 15px;
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .footer .copy {
    margin-top: 30px;
  }
}
.footer .copy p {
  margin-bottom: 0;
  font-size: 13px;
}

.inner-banner {
  background-color: #0a0a0a;
  padding: 150px 0 50px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .inner-banner {
    padding: 30px 0;
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .inner-banner {
    padding: 20px 0;
    min-height: 250px;
  }
}
.inner-banner h1 {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 50px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .inner-banner h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .inner-banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.inner-banner ul {
  display: flex;
  align-items: center;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .inner-banner ul {
    justify-content: center;
  }
}
.inner-banner ul li {
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  line-height: 18px;
  color: #ffffff;
}
.inner-banner ul li:last-child {
  border-right: none;
}

.contact-us {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .contact-us {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding: 50px 0;
  }
}
.contact-us .con-br {
  margin-bottom: 40px;
}
.contact-us .con-br .contact-branches {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .contact-us .con-br .contact-branches {
    margin: 20px -6px 0;
  }
}
.contact-us .con-br .contact-branches li {
  width: 25%;
  padding: 12px;
}
@media (max-width: 1199px) {
  .contact-us .con-br .contact-branches li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .contact-us .con-br .contact-branches li {
    width: 50%;
    padding: 6px;
  }
}
.contact-us .con-br .contact-branches li a {
  display: block;
  height: 100%;
  background-color: #000000;
  padding: 25px;
  min-height: 350px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 991px) {
  .contact-us .con-br .contact-branches li a {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .contact-us .con-br .contact-branches li a {
    padding: 15px;
    border-radius: 10px;
    min-height: 150px;
    align-items: center;
    justify-content: center;
  }
}
.contact-us .con-br .contact-branches li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.contact-us .con-br .contact-branches li a .details {
  position: relative;
  z-index: 1;
}
.contact-us .con-br .contact-branches li a h6 {
  transition: 600ms all;
  color: #ffffff;
}
.contact-us .con-br .contact-branches li a p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  transition: 600ms all;
  color: #ffffff;
}
@media (max-width: 991px) {
  .contact-us .con-br .contact-branches li a p {
    font-size: 12px;
  }
}
.contact-us .con-br .contact-branches li a p span {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #c5151b;
  border-radius: 8px;
  padding: 1px 8px;
  line-height: 16px;
  transition: 600ms all;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  .contact-us .con-br .contact-branches li a .adrs {
    display: none;
  }
}
.contact-us .con-br .contact-branches li a:hover {
  background-color: #c5151b;
}
.contact-us .con-br .contact-branches li a:hover img {
  opacity: 0.1;
}
.contact-us .con-br .contact-branches li a:hover p,
.contact-us .con-br .contact-branches li a:hover h6 {
  color: #ffffff;
}
.contact-us .con-br .contact-branches li a:hover p span {
  background-color: #000000;
}
.contact-us .con-br .contact-branches a {
  display: block;
  height: 100%;
  background-color: #000000;
  padding: 25px;
  min-height: 350px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 991px) {
  .contact-us .con-br .contact-branches a {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .contact-us .con-br .contact-branches a {
    padding: 15px;
    border-radius: 10px;
    min-height: 150px;
    align-items: center;
    justify-content: center;
  }
}
.contact-us .con-br .contact-branches a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.contact-us .con-br .contact-branches a .details {
  position: relative;
  z-index: 1;
}
.contact-us .con-br .contact-branches a h6 {
  transition: 600ms all;
  color: #ffffff;
}
.contact-us .con-br .contact-branches a p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  transition: 600ms all;
  color: #ffffff;
}
@media (max-width: 991px) {
  .contact-us .con-br .contact-branches a p {
    font-size: 12px;
  }
}
.contact-us .con-br .contact-branches a p span {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #c5151b;
  border-radius: 8px;
  padding: 1px 8px;
  line-height: 16px;
  transition: 600ms all;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  .contact-us .con-br .contact-branches a .adrs {
    display: none;
  }
}
.contact-us .con-br .contact-branches a:hover {
  background-color: #c5151b;
}
.contact-us .con-br .contact-branches a:hover img {
  opacity: 0.1;
}
.contact-us .con-br .contact-branches a:hover p,
.contact-us .con-br .contact-branches a:hover h6 {
  color: #ffffff;
}
.contact-us .con-br .contact-branches a:hover p span {
  background-color: #000000;
}
.contact-us .con-br .contact-branches .owl-dots {
  margin-top: 30px !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact-us .con-br .contact-branches .owl-dots .owl-dot {
  outline: none;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  margin: 0 5px;
}
.contact-us .con-br .contact-branches .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  display: block;
  background: #f9e7e8;
  position: relative;
  border-radius: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.contact-us .con-br .contact-branches .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: #f9e7e8;
  margin: 0px auto;
  border-radius: 10px;
  opacity: 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.contact-us .con-br .contact-branches .owl-dots .owl-dot.active span, .contact-us .con-br .contact-branches .owl-dots .owl-dot:hover span {
  box-shadow: 0px 0px 0px 5px rgba(119, 86, 86, 0.08);
}
.contact-us .con-br .contact-branches .owl-dots .owl-dot.active span::after, .contact-us .con-br .contact-branches .owl-dots .owl-dot:hover span::after {
  opacity: 1;
  background-color: #c5151b;
}
.contact-us .contact-left .inner {
  padding-right: 150px;
}
@media (max-width: 1400px) {
  .contact-us .contact-left .inner {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .contact-us .contact-left .inner {
    padding-right: 20px;
  }
}
.contact-us .address .inner {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 992px) {
  .contact-us .address .inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
.contact-us .address .inner .address-block {
  width: 40%;
}
.contact-us .address .inner .address-block h4 {
  max-width: 70%;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .contact-us .address .inner .address-block h4 {
    max-width: 100%;
  }
}
.contact-us .address .inner .address-block p {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .contact-us .address .inner .address-block {
    width: 100%;
  }
}
.contact-us .address .inner .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
@media (min-width: 992px) {
  .contact-us .address .inner .main {
    flex-direction: column;
  }
}
.contact-us .address .inner .main li {
  padding: 5px 12px;
}
@media (max-width: 767px) {
  .contact-us .address .inner .main li {
    padding: 0 12px;
  }
}
.contact-us .address .inner .main li a {
  display: inline-block;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: #000000;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact-us .address .inner .main li a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .contact-us .address .inner .main li a {
    font-size: 16px;
  }
}
.contact-us .address .inner .main li a i {
  color: #c5151b;
}
.contact-us .address .inner .main li a:hover {
  text-decoration-color: #c5151b;
}
.contact-us .map {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact-us .map {
    margin-top: 30px;
  }
}
.contact-us .map iframe {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-us .map iframe {
    height: 300px;
  }
}
.contact-us .form-wrap {
  background: #ffffff;
}
.contact-us .form-wrap h5 {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .contact-us .form-wrap h5 {
    margin: 0 0 15px;
  }
}
.contact-us .form-wrap input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 4px;
  border: none;
  border: 1px solid #ced4da;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .contact-us .form-wrap input {
    margin-bottom: 12px;
  }
}
.contact-us .form-wrap input.button {
  padding: 10px 30px;
  background: #c5151b;
  color: #ffffff;
  border: none;
  width: auto;
  height: 50px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact-us .form-wrap input.button:hover {
  background: #000000;
}
.contact-us .form-wrap textarea {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  border: none;
  border: 1px solid #ced4da;
  padding: 10px;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 24px;
  display: block;
}

.services {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .services {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .services {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 50px 0 26px;
  }
}
@media (max-width: 767px) {
  .services .srv-box {
    margin-bottom: 24px;
  }
}
.services .srv-box .inner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 50px;
  border-radius: 30px;
  height: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .services .srv-box .inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .services .srv-box .inner {
    border-radius: 10px;
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .services .srv-box .inner {
    padding: 20px;
  }
}
.services .srv-box .inner .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin: 0 auto 25px;
}
@media (max-width: 575px) {
  .services .srv-box .inner .icon {
    width: 50px;
    height: 50px;
  }
}
.services .srv-box .inner .icon img {
  width: 100%;
}
.services .srv-box .inner h6 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #000000;
}
@media (max-width: 767px) {
  .services .srv-box .inner h6 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .services .srv-box .inner h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.services .srv-box .inner p {
  margin-bottom: 0;
}
.services .srv-box .inner ul li {
  padding: 5px 0;
  border-bottom: 1px solid #d9d9d9;
}
.services .srv-box .inner ul li:last-child {
  border-bottom: none;
}

.branches {
  padding: 100px 0 76px;
}
@media (max-width: 991px) {
  .branches {
    padding: 80px 0 56px;
  }
}
@media (max-width: 991px) {
  .branches {
    padding: 70px 0 46px;
  }
}
@media (max-width: 767px) {
  .branches {
    padding: 50px 0 26px;
  }
}
.branches .branch-wrap .branch-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .branches .branch-wrap .branch-ul {
    margin: 0 -6px;
  }
}
.branches .branch-wrap .branch-ul li {
  width: 33.333%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .branches .branch-wrap .branch-ul li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
}
.branches .branch-wrap .branch-ul li a {
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 25px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575px) {
  .branches .branch-wrap .branch-ul li a {
    border-radius: 15px;
  }
}
.branches .branch-wrap .branch-ul li a h6 {
  transition: 600ms all;
}
.branches .branch-wrap .branch-ul li a p {
  margin-bottom: 0;
  transition: 600ms all;
}
.branches .branch-wrap .branch-ul li a:hover {
  background-color: #c5151b;
}
.branches .branch-wrap .branch-ul li a:hover p,
.branches .branch-wrap .branch-ul li a:hover h6 {
  color: #ffffff;
}
.branches .branch-img .inner {
  overflow: hidden;
}
@media (max-width: 767px) {
  .branches .branch-img .inner {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .branches .branch-img .inner {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .branches .branch-details {
    margin-top: 25px;
  }
}
.branches .branch-details .inner {
  padding: 50px;
  background-color: #c5151b;
  height: 100%;
}
@media (max-width: 1200px) {
  .branches .branch-details .inner {
    padding: 30px;
  }
}
.branches .branch-details .inner .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 30px auto;
}
@media (max-width: 1200px) {
  .branches .branch-details .inner .line {
    margin: 20px auto;
  }
}
.branches .branch-details .inner .line-in {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 0px auto;
}
.branches .branch-details .inner .title-in h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
  max-width: 80%;
}
@media (max-width: 1200px) {
  .branches .branch-details .inner .title-in h4 {
    font-size: 20px;
    max-width: 100%;
  }
}
.branches .branch-details .inner .title-in p {
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: white;
  padding: 0;
  margin: 0;
}
.branches .branch-details .inner .info-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1200px) {
  .branches .branch-details .inner .info-block {
    gap: 20px;
  }
}
.branches .branch-details .inner .info-block .info-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.branches .branch-details .inner .info-block .info-item h5 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.branches .branch-details .inner .info-block .info-item h6 {
  color: #f5e672;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.branches .branch-details .inner .direction {
  display: block;
  padding: 18px 30px;
  background-color: #ffffff;
  color: #c5151b;
  border-radius: 0px;
  line-height: 1;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.branches .branch-details .inner .direction:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .branches .branch-details .inner .direction {
    margin-top: 30px;
  }
}
.branches .branch-details .inner ul li {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.branches .branch-details .inner ul li span {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
  color: #ffffff;
}
.branches .branch-details .inner ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.branches .branch-details .inner ul li a:hover {
  color: #ffffff;
}
.branches .facilities {
  margin-top: 50px;
}
.branches .facilities h5 {
  margin-bottom: 20px;
}
.branches .facilities ul {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .branches .facilities ul {
    margin: 0 -3px;
  }
}
@media (max-width: 575px) {
  .branches .facilities ul {
    justify-content: center;
  }
}
.branches .facilities ul li {
  padding: 6px;
}
@media (max-width: 767px) {
  .branches .facilities ul li {
    padding: 3px;
  }
}
.branches .facilities ul li div {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: 400ms all;
}
@media (max-width: 767px) {
  .branches .facilities ul li div {
    padding: 6px 10px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .branches .facilities ul li div {
    padding: 4px 12px;
  }
}
.branches .facilities ul li div:hover {
  background-color: #c5151b;
  color: #ffffff;
}
.branches .doctors {
  margin-top: 50px;
}
.branches .doctors h5 {
  margin-bottom: 24px;
  font-family: "axiformabold";
}
@media (max-width: 575px) {
  .branches .doctors .row {
    margin: 0 -6px;
  }
}
.branches .doctors .row .dr-box {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .branches .doctors .row .dr-box {
    padding: 0 6px;
  }
}
.branches .doctors .row .dr-box h6 {
  text-transform: uppercase;
}
.branches .doctors .row .dr-box p span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.branches .doctors .img {
  overflow: hidden;
}
@media (max-width: 575px) {
  .branches .doctors .img {
    border-radius: 15px;
  }
}
.branches .doctors .text {
  margin-top: 15px;
}
.branches .doctors .text h6 {
  color: #000000;
  margin-bottom: 5px;
  font-size: 18px;
}
.branches .doctors .text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .branches .doctors .text p {
    font-size: 12px;
    line-height: 18px;
  }
}
.branches .doctors .text p span {
  display: block;
  margin-bottom: 10px;
  color: #c5151b;
  font-weight: 400;
}
.branches .doctors .text .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 10px auto;
}
.branches .doctors .text .op-time {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
.branches .owl-team .item {
  background-color: #f2f2f2;
  font-size: 0.875rem;
}
.branches .owl-team .item .img {
  overflow: hidden;
}
.branches .owl-team .item .text {
  padding: 1rem 1.1875rem;
}
.branches .owl-team .item .text h6 {
  color: #000000;
  text-transform: none;
}
.branches .owl-team .item .text p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400px;
  text-transform: none;
}

.dv-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 50px auto;
}

.team-page {
  padding: 100px 0 76px;
}
@media (max-width: 991px) {
  .team-page {
    padding: 80px 0 56px;
  }
}
@media (max-width: 991px) {
  .team-page {
    padding: 70px 0 46px;
  }
}
@media (max-width: 767px) {
  .team-page {
    padding: 50px 0 26;
  }
}
.team-page .team-box {
  margin-bottom: 24px;
}
.team-page .team-box .inner {
  padding: 0;
  display: flex;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-page .team-box .inner {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .team-page .team-box .inner {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
  }
}
.team-page .team-box .inner .image {
  width: 30%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .team-page .team-box .inner .image {
    width: 250px;
    margin: auto;
    padding: 12px;
  }
}
.team-page .team-box .inner .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .team-page .team-box .inner .image img {
    border-radius: 15px;
  }
}
.team-page .team-box .inner .details {
  width: 70%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .team-page .team-box .inner .details {
    width: 100%;
    padding: 12px;
  }
}
.team-page .team-box .inner .details h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.team-page .team-box .inner .details p:last-child {
  margin-bottom: 0;
}
.testimonials {
  padding: 100px 0 76px;
}
@media (max-width: 991px) {
  .testimonials {
    padding: 80px 0 56px;
  }
}
@media (max-width: 991px) {
  .testimonials {
    padding: 70px 0 46px;
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding: 50px 0 26;
  }
}
.testimonials .team-box {
  margin-bottom: 24px;
}
.testimonials .team-box .inner {
  padding: 20px;
  display: flex;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .testimonials .team-box .inner {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .testimonials .team-box .inner {
    display: block;
    padding: 10px;
    text-align: center;
  }
}
.testimonials .team-box .inner .image {
  width: 30%;
  padding: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonials .team-box .inner .image {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .testimonials .team-box .inner .image {
    padding: 12px;
    width: 250px;
    margin: auto;
  }
}
.testimonials .team-box .inner .image img {
  border-radius: 20px;
}
@media (max-width: 575px) {
  .testimonials .team-box .inner .image img {
    border-radius: 15px;
  }
}
.testimonials .team-box .inner .details {
  width: 70%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .testimonials .team-box .inner .details {
    width: 100%;
  }
}
.testimonials .team-box .inner .details h5 {
  margin-bottom: 5px;
}
.testimonials .team-box .inner .details h6 {
  margin-bottom: 20px;
  font-size: 16px;
}
.testimonials .team-box .inner .details p:last-child {
  margin-bottom: 0;
}
.careers {
  padding: 100px 0 76px;
}
@media (max-width: 991px) {
  .careers {
    padding: 80px 0 56px;
  }
}
@media (max-width: 991px) {
  .careers {
    padding: 70px 0 46px;
  }
}
@media (max-width: 767px) {
  .careers {
    padding: 50px 0 26;
  }
}
.careers .career-box {
  margin-bottom: 24px;
}
.careers .career-box .inner {
  padding: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .careers .career-box .inner {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .careers .career-box .inner {
    border-radius: 15px;
  }
}
.careers .career-box .inner h5 {
  margin-bottom: 10px;
}
.careers .career-box .inner ul {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.careers .career-box .inner ul li {
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #696969;
}
.careers .career-box .inner ul li span img {
  width: 15px;
}
@media (max-width: 575px) {
  .careers .career-box .inner ul {
    justify-content: center;
  }
}
.careers .career-box .inner h6 {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "ralewaymedium";
}
.careers .career-box .inner h6 span img {
  width: 15px;
}
.careers .career-box .inner h6.location {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
}
.careers-details {
  padding: 100px 0 76px;
}
@media (max-width: 991px) {
  .careers-details {
    padding: 80px 0 56px;
  }
}
@media (max-width: 991px) {
  .careers-details {
    padding: 70px 0 46px;
  }
}
@media (max-width: 767px) {
  .careers-details {
    padding: 50px 0 26;
  }
}
.careers-details .details-block p {
  width: 90%;
}
@media (max-width: 767px) {
  .careers-details .details-block p {
    width: 100%;
  }
}
.careers-details .details-block p strong {
  font-weight: 700;
}
.careers-details .details-block ul {
  margin: 20px 0;
}
.careers-details .details-block ul li {
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
  position: relative;
}
.careers-details .details-block ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border: 1px solid #c5151b;
  border-radius: 100%;
}
.careers-details .details-block ul li:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 14px;
  width: 4px;
  height: 4px;
  background-color: #c5151b;
  border-radius: 100%;
}

#job {
  align-items: center;
  background: #ffffff;
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
  left: 0;
  top: 0;
  border-bottom: 1px solid #eee;
  padding: 0 50px;
}
@media (max-width: 767px) {
  #job {
    padding: 0 20px;
  }
}
#job:target {
  height: 100vh !important;
  opacity: 1;
  z-index: 999;
}
#job:target .close-btn {
  display: block;
}
#job .close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  #job .close-btn {
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 400px) {
  #job .close-btn {
    top: 18px;
  }
}
#job .close-btn svg {
  width: 30px;
  height: 30px;
  fill: #009fc1;
  display: block;
}
#job form {
  display: inline-block;
  width: 100%;
  max-width: 820px;
}
#job form h2 {
  font-size: 30px;
  color: #101643;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
  text-align: center;
  padding: 0 15%;
}
@media (max-width: 767px) {
  #job form h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0;
  }
}
@media (max-width: 400px) {
  #job form h2 {
    font-size: 15px;
  }
}
#job form input,
#job form textarea {
  height: 70px;
  width: 100%;
  border: none;
  background: #eef3f7;
  outline: none;
  padding: 0 15px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #job form input,
  #job form textarea {
    height: 50px;
  }
}
#job form input::-moz-placeholder, #job form textarea::-moz-placeholder {
  font-size: 15px;
}
#job form input::placeholder,
#job form textarea::placeholder {
  font-size: 15px;
}
#job form textarea {
  min-height: 150px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  #job form textarea {
    min-height: 100px;
  }
}
#job form .input-field .inner-field {
  position: relative;
  background: #fff;
  width: 100%;
  height: 70px;
  padding-left: 20px;
  border-radius: 10px;
  outline: none;
}
#job form .input-field .inner-field #filename {
  float: left;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  color: #6c757d;
  position: relative;
  z-index: 99;
  font-size: 15px;
}
#job form .input-field .inner-field label[for=file-upload] {
  padding: 0.5em;
  display: inline-block;
  cursor: pointer;
}
#job form .input-field .inner-field label.custom-file-label {
  cursor: pointer;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 0;
  background-color: #eef3f7;
  bottom: 0;
  margin: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 6px 12px;
}
#job form .input-field .inner-field label.custom-file-label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/folder.svg);
  background-size: cover;
  right: 12px;
}
#job form .input-field .inner-field label input.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  float: left;
}
#job form .input-field .inner-field label input#file-upload {
  position: absolute;
  left: -9999px;
}
#job form .submit {
  text-align: center;
}
#job form .submit input {
  border: 1px solid #c5151b;
  background: #c5151b;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 400ms;
  width: auto;
  height: 60px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
#job form .submit input:hover {
  background: none;
  border: 1px solid #c5151b;
  color: #000;
  transition: all 400ms;
}

.resume h2 {
  font-size: 30px;
  color: #101643;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
  text-align: center;
  padding: 0;
}
.resume .input-field {
  margin-bottom: 22px !important;
}
.resume .input-field input,
.resume .input-field textarea {
  height: 70px;
  width: 100%;
  border: none;
  background: #eef3f7;
  outline: none;
  padding: 0 15px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.resume .input-field textarea {
  min-height: 150px;
  padding-top: 15px;
}
.resume .input-field .inner-field {
  position: relative;
  background: #fff;
  width: 100%;
  height: 70px;
  padding-left: 20px;
  border-radius: 10px;
  outline: none;
}
.resume .input-field .inner-field #filename {
  float: left;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  color: #6c757d;
  position: relative;
  z-index: 99;
  font-size: 15px;
}
.resume .input-field .inner-field label[for=file-upload] {
  padding: 0.5em;
  display: inline-block;
  cursor: pointer;
}
.resume .input-field .inner-field label.custom-file-label {
  cursor: pointer;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 0;
  background-color: #eef3f7;
  bottom: 0;
  margin: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 6px 12px;
}
.resume .input-field .inner-field label.custom-file-label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/folder.svg);
  right: 12px;
}
.resume .input-field .inner-field label input.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  float: left;
}
.resume .input-field .inner-field label input#file-upload {
  position: absolute;
  left: -9999px;
}
.resume .submit {
  text-align: center;
}
.resume .submit input {
  border: 1px solid #c5151b;
  background: #c5151b;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 400ms;
  width: auto;
  height: 60px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.resume .submit input:hover {
  background: none;
  border: 1px solid #c5151b;
  color: #000;
  transition: all 400ms;
}

.homeSlider {
  width: 100%;
  height: 100vh;
  background-color: #28baad;
}
.homeSlider .main-slider .slider-item {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.homeSlider .main-slider .slider-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.25) 100%);
  z-index: -1;
}
.homeSlider .main-slider .slider-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}
.homeSlider .main-slider .slider-item .bg-video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeSlider .main-slider .slider-item .meta {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  padding: 0 285px;
}
.homeSlider .main-slider .slider-item .meta .content-block {
  max-width: 520px;
}
@media (max-width: 1200px) {
  .homeSlider .main-slider .slider-item .meta .content-block {
    margin: 0 auto;
  }
}
.homeSlider .main-slider .slider-item .meta .content-block .slider-title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.homeSlider .main-slider .slider-item .meta .content-block .slider-title span {
  color: #ff494f;
}
@media (max-width: 1400px) {
  .homeSlider .main-slider .slider-item .meta .content-block .slider-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.homeSlider .main-slider .slider-item .meta .content-block p {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .homeSlider .main-slider .slider-item .meta .content-block p {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .homeSlider .main-slider .slider-item .meta {
    padding: 0 185px;
  }
}
@media (max-width: 1200px) {
  .homeSlider .main-slider .slider-item .meta {
    padding: 0 30px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .homeSlider .main-slider .slider-item .meta {
    padding: 0 15px;
  }
}
.homeSlider .main-slider .owl-nav [class*=owl-] {
  position: absolute;
  transition: all 400ms ease;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .homeSlider .main-slider .owl-nav [class*=owl-] {
    top: 45%;
  }
}
.homeSlider .main-slider .owl-nav [class*=owl-].owl-prev {
  left: 50px;
}
@media (max-width: 1200px) {
  .homeSlider .main-slider .owl-nav [class*=owl-].owl-prev {
    left: 30px;
  }
}
@media (max-width: 680px) {
  .homeSlider .main-slider .owl-nav [class*=owl-].owl-prev {
    display: none;
  }
}
.homeSlider .main-slider .owl-nav [class*=owl-].owl-next {
  right: 50px;
}
@media (max-width: 1200px) {
  .homeSlider .main-slider .owl-nav [class*=owl-].owl-next {
    right: 30px;
  }
}
@media (max-width: 680px) {
  .homeSlider .main-slider .owl-nav [class*=owl-].owl-next {
    display: none;
  }
}
.homeSlider .main-slider .owl-nav [class*=owl-] img {
  max-width: 18px;
  width: 100%;
}

.count-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.count-wrapper .count-box {
  text-align: left;
}
.count-wrapper .count-box h3 {
  font-size: 50px;
  font-weight: 600;
  color: #181818;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .count-wrapper .count-box h3 {
    font-size: 35px;
  }
}
.count-wrapper .count-box h4 {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-gray);
}
.count-wrapper .count-box h4 span {
  display: block;
}
@media (max-width: 767px) {
  .count-wrapper .count-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .count-wrapper {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .count-wrapper {
    flex-direction: column;
  }
}/*# sourceMappingURL=styles.css.map */