/*-----------------------------------------------------------------------------------

    Theme Name: Legaro - Attorney & Law Firm HTML Template
    Description: Attorney & Law Firm HTML Template
    Author: Website Layout
    Version: 1.0.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Button styles
    03. Navigation
    04. Banner
    05. Section Heading
    06. Page titles
    07. Cards
    08. Portfolio
    09. Pagination
    10. Owl Carousel
    11. Accordion
    12. Pages
    13. Others
    14. Scroll Section
    15. Page Navigation
    16. Footer
    
---------------------------------- */
:root {
  --primary-color: #A51C30;
  --secondary-color: #1A1B25; }

/*==============================
 *    Common styles
 *    ================================ */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #A51C30;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #A51C30;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }
/* theme color and basic options */
a:hover,
a:active {
  color: #A51C30;
  text-decoration: none; }

.card {
  color: #4a5257; }

.card .card-body {
  color: #4a5257; }

.ls-minus-2px {
  letter-spacing: -2px; }

.bg-primary {
  background-color: #A51C30 !important; }

.bg-secondary {
  background-color: #1A1B25 !important; }

.primary-overlay[data-overlay-dark]:before {
  background: #A51C30; }

.secondary-overlay[data-overlay-dark]:before {
  background: #1A1B25; }

.secondary-overlay-left[data-overlay-dark]:before {
  background: linear-gradient(274deg, rgba(26, 27, 37, 0.2) 38%, rgba(26, 27, 37, 0.3) 76%, #1A1B25), linear-gradient(1deg, rgba(26, 27, 37, 0) 55%, rgba(26, 27, 37, 0.2) 83%, #1A1B25), linear-gradient(rgba(26, 27, 37, 0.1) 47%, #1A1B25); }

.gradient-overlay[data-overlay-dark]:before {
  background: rgba(26, 27, 37, 0.76);
  background: linear-gradient(-45deg, #A51C30, #1A1B25 45%); }

.bg-gradient {
  background: rgba(26, 27, 37, 0.76) !important;
  background: linear-gradient(-45deg, #A51C30, #1A1B25 45%) !important; }

.secondary-overlay-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(26, 27, 37, 0) 0%, rgba(26, 27, 37, 0.4) -3%, rgba(26, 27, 37, 0.9) 55%, #1a1b25 85%, #1a1b25 100%); }

.left-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1a1b25 0%, #1a1b25 50%, rgba(26, 27, 37, 0.4) 80%, rgba(26, 27, 37, 0) 100%); }

.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(26, 27, 37, 0.76);
  background: linear-gradient(to right, #1a1b25 0%, #1a1b25 50%, rgba(26, 27, 37, 0.4) 80%, rgba(26, 27, 37, 0) 100%); }

.borders-color {
  border-color: #dee2e6 !important; }

.bg-light {
  background-color: rgba(165, 28, 48, 0.035) !important; }

.text-primary {
  color: #A51C30 !important; }

.text-primary-hover:hover {
  color: #A51C30 !important; }

.text-secondary {
  color: #1A1B25 !important; }

.text-secondary-hover:hover {
  color: #1A1B25 !important; }

a.text-primary:focus {
  color: #A51C30 !important; }

a.text-primary:hover {
  color: #A51C30 !important; }

a.text-primary:active {
  color: #A51C30 !important; }

a.text-primary.text-secondary-hover:focus {
  color: #1A1B25 !important; }

a.text-primary.text-secondary-hover:hover {
  color: #1A1B25 !important; }

a.text-primary.text-secondary-hover:active {
  color: #1A1B25 !important; }

/*min-vh-900*/
.min-vh-750 {
  min-height: 750px; }

@media screen and (max-width: 1399px) {
  .min-vh-750 {
    min-height: 604px; } }
@media screen and (max-width: 1199px) {
  .min-vh-750 {
    min-height: 576px; } }
@media screen and (max-width: 991px) {
  .min-vh-750 {
    min-height: 520px; } }
@media screen and (max-width: 767px) {
  .min-vh-750 {
    min-height: 490px; } }
@media screen and (max-width: 575px) {
  .min-vh-750 {
    min-height: 328px; } }
/*min-vh-683*/
.min-vh-683 {
  min-height: 683px; }

@media screen and (max-width: 767px) {
  .min-vh-683 {
    min-height: 584px; } }
@media screen and (max-width: 575px) {
  .min-vh-683 {
    min-height: 464px; } }
/*min-vh-717*/
.min-vh-717 {
  min-height: 717px; }

@media screen and (max-width: 1199px) {
  .min-vh-717 {
    min-height: 621px; } }
@media screen and (max-width: 991px) {
  .min-vh-717 {
    min-height: 521px; } }
@media screen and (max-width: 575px) {
  .min-vh-717 {
    min-height: 392px; } }
/*min-vh-247*/
.min-vh-247 {
  min-height: 247px; }

@media screen and (max-width: 575px) {
  .min-vh-247 {
    min-height: 198px; } }
.overlay-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 27, 37, 0.65) 6%, rgba(26, 27, 37, 0) 23%), linear-gradient(to top, #1a1b25 0%, rgba(26, 27, 37, 0.85) 20%, rgba(26, 27, 37, 0.45) 38%, rgba(26, 27, 37, 0) 60%), linear-gradient(to right, rgba(26, 27, 37, 0.55) 0%, rgba(26, 27, 37, 0) 40%), linear-gradient(to left, rgba(26, 27, 37, 0.45) 0%, rgba(26, 27, 37, 0) 40%), radial-gradient(circle at center, rgba(26, 27, 37, 0) 60%, rgba(26, 27, 37, 0.6) 100%);
  pointer-events: none; }

.right-minus-159px {
  right: -159px; }

.ms-minus-20 {
  margin-left: -20px; }

.cursor-pointer {
  cursor: pointer; }

.box-shadow-style1 {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05); }

a.text-white-hover:hover {
  color: #fff !important; }

.text-white-hover:hover {
  color: #fff !important; }

.border-color-primary {
  border-color: #A51C30 !important; }

.primary-shadow {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1); }

.overflow-x-clip {
  overflow-x: clip; }

.top-n25 {
  top: -25px; }

@media screen and (max-width: 991px) {
  .top-n25 {
    top: 0; } }
/*sticky-top-style*/
.sticky-top-style {
  position: sticky;
  top: 130px;
  z-index: 1; }

/*bg-gradient*/
.bg-linear-gradient {
  position: relative; }
  .bg-linear-gradient::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(165, 28, 48, 0.035) 20%, #fff 100%);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0; }
  .bg-linear-gradient .container {
    position: relative;
    z-index: 1; }

/*rotate*/
.rotate {
  -ms-animation: rotate 12s linear infinite;
  -o-animation: rotate 12s linear infinite;
  -moz-animation: rotate 12s linear infinite;
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite; }

@-webkit-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*floating-particles*/
.floating-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden; }

/* cd-headline */
.cd-headline {
  font-size: 18px;
  color: #1A1B25; }

.cd-headline.clip .cd-words-wrapper:after {
  content: none; }

/* image effect */
.image-hover {
  position: relative;
  overflow: hidden; }
  .image-hover:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1; }
  .image-hover:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent; }
  .image-hover:active:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent; }
  .image-hover:focus:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent; }

/*pricing-text */
.pricing-text {
  width: 180px;
  height: 180px;
  color: white;
  padding: 8px;
  font-weight: 600;
  position: relative;
  border-radius: 50%; }
  .pricing-text .coloring {
    fill: black; }
  .pricing-text svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite; }
  .pricing-text .about-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 55px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #A51C30;
    padding: 18px; }

/*.display-custom-1*/
.display-custom-1 {
  font-size: 150px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #FFFFFF; }

@media screen and (max-width: 1199px) {
  .display-custom-1 {
    font-size: 110px; } }
@media screen and (max-width: 991px) {
  .display-custom-1 {
    font-size: 80px; } }
@media screen and (max-width: 575px) {
  .display-custom-1 {
    font-size: 45px; } }
/* list-style01 */
.list-style01 li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px; }
  .list-style01 li:after {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    left: 0px;
    top: 1px;
    z-index: 1;
    font-weight: 600;
    color: #A51C30; }
  .list-style01 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }

/*.list-style02*/
.list-style02 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px; }
  .list-style02 li:before {
    content: "\f058";
    font-family: "Font Awesome\ 7 Free";
    font-size: 16px;
    color: #A51C30;
    position: absolute;
    left: 0;
    top: 1px; }

/*.list-style03*/
.list-style03 li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  transition: all 0.5s ease;
  color: #fff; }
  .list-style03 li:last-child {
    margin-bottom: 0; }
  .list-style03 li:hover {
    color: #A51C30; }
  .list-style03 li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #A51C30;
    border-radius: 50%; }

/* list-style04 */
.list-style04 li {
  margin-bottom: 6px; }
  .list-style04 li:last-child {
    margin-bottom: 0; }
  .list-style04 li a {
    font-size: 16px;
    font-weight: 800;
    color: #fff; }
    .list-style04 li a:hover {
      color: #A51C30; }

/* list-style05 */
.list-style05 {
  list-style: none;
  padding-left: 0; }
  .list-style05 li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px; }
    .list-style05 li:last-child {
      margin-bottom: 0; }
    .list-style05 li:before {
      content: '\e64c';
      font-family: 'themify';
      font-size: 18px;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 700;
      line-height: 35px;
      color: #A51C30; }
  .list-style05 li.white {
    color: #fff; }
    .list-style05 li.white:before {
      color: #fff; }

/* list-style06 */
.list-style06 li {
  margin-bottom: 8px; }
  .list-style06 li:last-child {
    margin-bottom: 0; }
  .list-style06 li a {
    color: #fff; }
    .list-style06 li a:hover, .list-style06 li a:active, .list-style06 li a:focus {
      color: #A51C30; }

/* scroll to top */
.scroll-top-percentage {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  color: #fff;
  right: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100; }

.scroll-top-percentage.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#scroll-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  color: #fff;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600; }
  #scroll-value i {
    font-size: 20px; }

@media (max-width: 575px) {
  .scroll-top-percentage {
    right: 30px;
    bottom: 20px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scroll-top-percentage {
    right: 30px;
    bottom: 20px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scroll-top-percentage {
    right: 30px;
    bottom: 20px; } }
@-webkit-keyframes "scrollToTop" {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes "scrollToTop" {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
/*==============================
 *    Button styles
 *    ================================ */
/* butn-style01 */
.butn-style01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #A51C30;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  outline: none;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  font-size: 14px !important;
  padding: 15px 34px !important;
  z-index: 9;
  border-radius: 4px;
  text-transform: uppercase; }
  .butn-style01:hover {
    color: #fff;
    background: #1A1B25; }
  .butn-style01:active {
    color: #fff;
    background: #1A1B25; }
  .butn-style01:focus {
    color: #fff;
    background: #1A1B25; }

.butn-style01.md {
  padding: 12px 30px !important; }

.butn-style01.sm {
  padding: 10px 26px !important; }

.butn-style01.white {
  background: #fff;
  color: #A51C30 !important; }
  .butn-style01.white:hover {
    background-color: #1A1B25;
    color: #fff !important; }

.butn-style01.secondary {
  background: #1A1B25;
  color: #fff !important; }
  .butn-style01.secondary:hover {
    background-color: #A51C30;
    color: #fff !important; }

.butn-style01.white-hover:hover {
  background-color: #fff !important;
  color: #A51C30 !important; }
.butn-style01.white-hover:active {
  background-color: #fff !important;
  color: #A51C30 !important; }
.butn-style01.white-hover:focus {
  background-color: #fff !important;
  color: #A51C30 !important; }

@media screen and (min-width: 992px) {
  .header-style1.scrollHeader .attr-nav > ul > li > a.butn-style01 {
    color: #fff !important;
    border: 1px solid transparent; }
    .header-style1.scrollHeader .attr-nav > ul > li > a.butn-style01:hover {
      color: #A51C30 !important;
      border: 1px solid #A51C30; }
    .header-style1.scrollHeader .attr-nav > ul > li > a.butn-style01:active {
      color: #A51C30 !important;
      border: 1px solid #A51C30; }
    .header-style1.scrollHeader .attr-nav > ul > li > a.butn-style01:focus {
      color: #A51C30 !important;
      border: 1px solid #A51C30; }

  .header-style3.scrollHeader .attr-nav > ul > li > a.butn-style01 {
    color: #fff !important;
    border: 1px solid transparent; }
    .header-style3.scrollHeader .attr-nav > ul > li > a.butn-style01:hover {
      color: #A51C30 !important;
      border: 1px solid #A51C30; }
    .header-style3.scrollHeader .attr-nav > ul > li > a.butn-style01:active {
      color: #A51C30 !important;
      border: 1px solid #A51C30; }
    .header-style3.scrollHeader .attr-nav > ul > li > a.butn-style01:focus {
      color: #A51C30 !important;
      border: 1px solid #A51C30; } }
/* btn-style02 */
.butn-style02 {
  background-color: #A51C30;
  color: #fff !important;
  font-size: 14px !important;
  padding: 12px 30px !important;
  display: inline-block;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  width: auto;
  white-space: normal;
  word-wrap: break-word;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0.15rem; }
  .butn-style02:hover {
    color: #fff !important;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); }

.butn-style02.white {
  background-color: #fff;
  color: #1e3238 !important; }

.butn-style02.secondary {
  background-color: #A51C30;
  color: #fff !important; }

.butn-style02.md {
  padding: 10px 26px !important; }

.butn-style02.sm {
  padding: 8px 24px !important; }

/*butn-style03*/
.butn-style03 {
  display: inline-block;
  border: 1px solid #1A1B25;
  padding: 12px 35px !important;
  background-color: transparent;
  color: #1A1B25;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  z-index: 5;
  transition: all 0.4s ease;
  overflow: hidden; }
  .butn-style03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #A51C30;
    z-index: -1;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1); }
  .butn-style03:hover {
    color: #ffffff;
    border-color: #A51C30; }
    .butn-style03:hover::before {
      width: 100%; }

.butn-style03.white {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff; }

.butn-style03.primary {
  border: 1px solid #A51C30;
  color: #A51C30; }

.butn-style03.sm {
  padding: 10px 25px;
  font-size: 12px; }

/* button-link */
.button-link {
  padding: 0 0 2px;
  position: relative;
  border: 0;
  border-bottom: 2px solid;
  letter-spacing: 0;
  background-color: transparent;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  width: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .button-link:hover {
    opacity: 0.7; }

.button-link.contact-link {
  font-size: 14px; }

/*butn-text*/
.butn-text {
  display: flex;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: -0.02em;
  cursor: pointer;
  overflow: hidden;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .butn-text i {
    font-size: 16px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff; }
  .butn-text .butn-wrap {
    display: flex;
    position: relative;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    align-items: self-end; }
  .butn-text .butn-link {
    position: relative;
    overflow: hidden; }
    .butn-text .butn-link .butn-default {
      display: block;
      transition: transform 0.45s ease, opacity 0.45s ease;
      transform: translateY(0);
      opacity: 1; }
    .butn-text .butn-link .butn-hover {
      display: block;
      transition: transform 0.45s ease, opacity 0.45s ease;
      position: absolute;
      top: 100%;
      left: 0;
      opacity: 0; }
  .butn-text:hover .butn-link .butn-default {
    transform: translateY(-100%);
    opacity: 0; }
  .butn-text:hover .butn-link .butn-hover {
    transform: translateY(-100%);
    opacity: 1;
    color: #fff; }
  .butn-text:hover .butn-icon .icon-default {
    transform: translateX(100%);
    opacity: 0; }
  .butn-text:hover .butn-icon .icon-hover {
    transform: translateX(100%);
    opacity: 1; }
  .butn-text .butn-icon {
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden; }
    .butn-text .butn-icon .icon-default {
      display: inline-flex;
      transition: transform 0.45s ease, opacity 0.45s ease;
      transform: translateX(0);
      opacity: 1; }
    .butn-text .butn-icon .icon-hover {
      display: inline-flex;
      transition: transform 0.45s ease, opacity 0.45s ease;
      position: absolute;
      left: -100%;
      top: 0;
      opacity: 0; }

@-webkit-keyframes services-icon {
  10% {
    transform: translateY(-10px); }
  50% {
    transform: skew(15deg); }
  80% {
    transform: rotate(10deg); }
  100% {
    transform: translate(0); } }
@-moz-keyframes services-icon {
  10% {
    transform: translateY(-10px); }
  50% {
    transform: skew(15deg); }
  80% {
    transform: rotate(10deg); }
  100% {
    transform: translate(0); } }
@-ms-keyframes services-icon {
  10% {
    transform: translateY(-10px); }
  50% {
    transform: skew(15deg); }
  80% {
    transform: rotate(10deg); }
  100% {
    transform: translate(0); } }
@keyframes services-icon {
  10% {
    transform: translateY(-10px); }
  50% {
    transform: skew(15deg); }
  80% {
    transform: rotate(10deg); }
  100% {
    transform: translate(0); } }
/*magnetic-circle*/
.magnetic-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #A51C30;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transform: translate(0, 0) scale(1);
  will-change: transform;
  transition: box-shadow 0.35s ease, background 0.35s ease; }
  .magnetic-circle span {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease; }
  .magnetic-circle::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: 1; }
  .magnetic-circle:hover::before {
    width: 220%;
    height: 220%; }
  .magnetic-circle:hover span {
    color: #A51C30; }

.magnetic-circle.magnetizing {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); }
  .magnetic-circle.magnetizing::before {
    width: 220%;
    height: 220%; }
  .magnetic-circle.magnetizing span {
    color: #A51C30; }

@media screen and (max-width: 991px) {
  .magnetic-circle {
    width: 180px;
    height: 180px; } }
/*==============================
 *    Navigation
 *    ================================ */
/* top bar  */
.top-bar-info {
  display: inline-block;
  vertical-align: middle; }
  .top-bar-info ul {
    margin-bottom: 0; }
  .top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0; }
    .top-bar-info li i {
      font-size: 16px;
      color: #fff;
      margin-right: 8px;
      margin-top: 0;
      display: inline-block;
      vertical-align: text-bottom; }

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0; }

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0; }
  .top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px; }
    .top-social-icon li:last-child {
      padding-right: 0; }
      .top-social-icon li:last-child a {
        padding-right: 0; }
    .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px; }
      .top-social-icon li a:hover {
        color: rgba(255, 255, 255, 0.65); }

/* menu area light */
.navbar-nav li.current > a {
  color: #A51C30 !important; }
.navbar-nav li.active > a {
  color: #A51C30 !important; }

.attr-nav > ul > li > a.butn {
  color: #fff; }

.navbar > ul > li.current > a:after {
  border-color: transparent #A51C30 #A51C30 transparent !important; }

.menu_area-light .navbar-nav li.current > a {
  color: #A51C30; }
.menu_area-light .navbar-nav li.active > a {
  color: #A51C30; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #A51C30 #A51C30 transparent; }

.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #A51C30; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #A51C30; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #A51C30; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #A51C30 #A51C30 transparent; }

@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a {
    color: #A51C30; }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #A51C30; }
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #A51C30; }

  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #A51C30; }

  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #A51C30; }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
      border-color: transparent #A51C30 #A51C30 transparent; }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #A51C30; }
    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
      color: #A51C30; }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #A51C30 #A51C30 transparent; }

  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #A51C30 #A51C30 transparent; }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #A51C30 #A51C30 transparent; }
  .header-style2 .navbar > ul > li.has-sub > a:active:after {
    border-color: transparent #A51C30 #A51C30 transparent; }
  .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #A51C30 #A51C30 transparent; }
  .header-style2 .navbar ul ul li.active > a {
    color: #A51C30; }
  .header-style2 .navbar-nav li.has-sub a:hover {
    color: #A51C30; }
  .header-style2 .navbar-nav li.has-sub a:active {
    color: #A51C30; }
  .header-style2 .navbar-nav li.has-sub a:focus {
    color: #A51C30; }
  .header-style2 .navbar-nav li.current > a {
    color: #A51C30; }
  .header-style2 .navbar-nav li.active > a {
    color: #A51C30; }

  .menu_area-light .navbar-light .navbar-nav > li > a:hover, .menu_area-light .navbar-light .navbar-nav > li > a:active, .menu_area-light .navbar-light .navbar-nav > li > a:focus {
    color: #A51C30; } }
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #A51C30; }
    .header-style1 .navbar-toggler:after {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .header-style1 .navbar-toggler:before {
      background: #fff; }
  .header-style1 .navbar-toggler.menu-opened:after {
    background: #fff; }
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff; } }
/* header style 2 */
.header-style2 .navbar-nav li.current > a {
  color: #A51C30; }
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #A51C30 #A51C30 transparent; }

.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #A51C30; }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #A51C30; }
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #A51C30 #A51C30 transparent; }

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #A51C30; }
  .header-style2 .butn.secondary:before {
    background: #ffffff; }
  .header-style2 .butn.secondary:hover {
    color: #1A1B25 !important; }
  .header-style2 .butn.secondary:focus {
    color: #1A1B25 !important; }
  .header-style2 .butn.secondary:active {
    color: #1A1B25 !important; }

  .header-style2.scrollHeader .butn.secondary:before {
    background: #A51C30; }
  .header-style2.scrollHeader .butn.secondary:hover {
    color: #fff !important; }
  .header-style2.scrollHeader .butn.secondary:focus {
    color: #fff !important; }
  .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important; } }
/* headerstyle03 */
.header-style3 .navbar-nav li.current > a {
  color: #A51C30; }
.header-style3 .navbar-nav li.active > a {
  color: #A51C30; }

@media screen and (min-width: 992px) {
  .header-style3 .navbar-nav li.active > a {
    color: #A51C30; }
  .header-style3 .navbar-nav > li > a:hover {
    color: #A51C30; }
  .header-style3 .navbar-nav > li > a:active {
    color: #A51C30; }
  .header-style3 .navbar-nav > li > a:focus {
    color: #A51C30; }
  .header-style3 .navbar-nav li.has-sub a:hover {
    color: #A51C30; }
  .header-style3 .navbar-nav li.current > a {
    color: #A51C30; }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #A51C30; }
  .header-style3 .navbar ul ul li.active > a {
    color: #A51C30; }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #A51C30 #A51C30 transparent; }
  .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #A51C30 #A51C30 transparent; }

  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #A51C30; }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #A51C30; }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #A51C30; }
    .header-style3.scrollHeader .navbar-nav li.current > a:hover {
      color: #A51C30; }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #A51C30 #A51C30 transparent; }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #A51C30 #A51C30 transparent; } }
@media screen and (max-width: 991px) {
  .header-style3 .navbar-toggler {
    background: #A51C30; }
    .header-style3 .navbar-toggler:after {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .header-style3 .navbar-toggler:before {
      background: #fff; }
  .header-style3 .navbar-toggler.menu-opened:after {
    background: #fff; }
  .header-style3 .navbar-toggler.menu-opened:before {
    background: #fff; } }
/*==============================
 *    Main Banner
 *    ================================ */
/* slider-fade1 */
.slider-fade1 span {
  animation-delay: 0.8s; }
.slider-fade1 h1 {
  animation-delay: 0.8s; }
.slider-fade1 .butn-style03 {
  animation-delay: 1.2s; }
.slider-fade1 .owl-nav button.owl-prev {
  position: absolute;
  left: 37px;
  margin: 0;
  top: 40%; }
  .slider-fade1 .owl-nav button.owl-prev i {
    color: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #A51C30;
    display: block;
    border-radius: 10px;
    transition: all .3s; }
  .slider-fade1 .owl-nav button.owl-prev:hover i {
    background: #fff !important;
    color: #A51C30; }
.slider-fade1 .owl-nav button.owl-next {
  position: absolute;
  left: 37px;
  margin: 0;
  top: 47%;
  left: 37px; }
  .slider-fade1 .owl-nav button.owl-next i {
    color: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #A51C30;
    display: block;
    border-radius: 10px;
    transition: all .3s; }
  .slider-fade1 .owl-nav button.owl-next:hover i {
    background: #fff !important;
    color: #A51C30; }
.slider-fade1 .owl-nav [class*='owl-']:hover {
  background: none; }
.slider-fade1 .owl-nav:hover {
  margin-top: 0; }

.slider-fade1.owl-theme .owl-nav {
  margin-top: 0; }

.slider-fade1.owl-carousel .owl-dots {
  position: absolute;
  margin: 0;
  right: 54px;
  top: 40%; }
  .slider-fade1.owl-carousel .owl-dots .owl-dot {
    display: block;
    margin: 10px 0;
    line-height: 1; }
    .slider-fade1.owl-carousel .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 15px;
      box-sizing: border-box;
      background-color: #A51C30;
      border: 2px solid #A51C30;
      border-radius: 50% !important;
      -webkit-transform: none;
      transform: none;
      transition: .3s;
      margin: 0; }
    .slider-fade1.owl-carousel .owl-dots .owl-dot:hover span {
      background-color: transparent;
      border-color: #A51C30; }
  .slider-fade1.owl-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: #A51C30; }

@media screen and (max-width: 991px) {
  .slider-fade1 .owl-nav button.owl-prev {
    top: 35%;
    left: 21px; }
    .slider-fade1 .owl-nav button.owl-prev i {
      height: 42px;
      width: 42px;
      line-height: 42px; }
  .slider-fade1 .owl-nav button.owl-next {
    top: 47%;
    left: 20px;
    left: 21px; }
    .slider-fade1 .owl-nav button.owl-next i {
      height: 42px;
      width: 42px;
      line-height: 42px; } }
/*banner-style02*/
.banner-style02 h1 {
  font-size: 190px;
  line-height: 1em;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(26, 27, 37, 0.1) 0%, #A51C30 40%, rgba(255, 255, 255, 0.2) 55%, #A51C30 70%, #101821 100%);
  background-size: 200% 100%;
  animation: title-gradient 5s ease infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFF;
  fill: #FFF;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }

@media screen and (max-width: 1599px) {
  .banner-style02 h1 {
    font-size: 157.1px; } }
@media screen and (max-width: 1399px) {
  .banner-style02 h1 {
    font-size: 134.1px; } }
@media screen and (max-width: 1199px) {
  .banner-style02 h1 {
    font-size: 113.1px; } }
@media screen and (max-width: 991px) {
  .banner-style02 h1 {
    font-size: 87.1px; } }
@media screen and (max-width: 767px) {
  .banner-style02 h1 {
    font-size: 66.1px; } }
@media screen and (max-width: 575px) {
  .banner-style02 h1 {
    font-size: 34.1px; } }
@keyframes title-gradient {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@keyframes highlighted-line {
  from {
    stroke-dasharray: 0 1500; }
  to {
    stroke-dasharray: 1500 1500; } }
/*banner-style03*/
.banner-style03 .banner-text {
  font-size: 220px;
  font-weight: 600;
  letter-spacing: -0.4rem;
  line-height: 1; }

@media screen and (max-width: 991px) {
  .banner-style03 .banner-text {
    font-size: 163px; } }
@media screen and (max-width: 767px) {
  .banner-style03 .banner-text {
    font-size: 114px; } }
/*==============================
 *    Section heading
 *    ================================ */
/*title-style01*/
.title-style01 .sub-title {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #242321;
  line-height: 22px;
  text-transform: uppercase; }
  .title-style01 .sub-title .sm-border {
    font-weight: 800;
    border-width: 2px;
    border-bottom: 1px solid #A51C30;
    display: inline-block; }

/* title-style02 */
.title-style02 .sub-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .875em;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
  color: #1A1B25;
  display: inline-block;
  padding-right: 13px;
  position: relative; }
  .title-style02 .sub-title:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #A51C30 transparent;
    bottom: 8px;
    right: 0; }
.title-style02 .sub-title.white {
  color: #fff; }
  .title-style02 .sub-title.white:before {
    border-color: transparent transparent #fff transparent; }
.title-style02 .title-sm {
  font-weight: 800;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-style: italic;
  color: #A51C30; }

/* ===================================
    Page title
====================================== */
/*page title style*/
.page-title-section {
  padding: 190px 0 90px; }
  .page-title-section h1 {
    font-size: 75px;
    line-height: 1;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
    position: relative;
    z-index: 9;
    word-wrap: break-word;
    white-space: normal; }
    .page-title-section h1 .title-sm {
      font-weight: 800;
      position: relative;
      z-index: 2;
      display: inline-block;
      font-style: italic;
      color: #a51c30; }
  .page-title-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1.2; }
    .page-title-section ul li {
      display: inline-block;
      color: #ffffff;
      opacity: 0.80;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 1px; }
      .page-title-section ul li:last-child {
        color: #ffffff;
        opacity: 0.70;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px; }
        .page-title-section ul li:last-child a {
          color: #ffffff;
          opacity: 0.70;
          font-size: 15px;
          font-weight: 700;
          letter-spacing: 1px; }
        .page-title-section ul li:last-child:after {
          content: none; }
      .page-title-section ul li:after {
        content: "\f178";
        font-weight: 800;
        font-family: "Font Awesome\ 7 Free";
        vertical-align: middle;
        color: #A51C30;
        display: inline-block;
        margin: 0 10px 0 15px; }
      .page-title-section ul li a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px; }
  .page-title-section .active a {
    color: #fff; }
  .page-title-section li.active:last-child a {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 180px 0 80px 0; }
    .page-title-section h1 {
      font-size: 60px;
      margin-bottom: 10px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 160px 0 80px 0; }
    .page-title-section h1 {
      font-size: 54px; } }
@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 140px 0 70px 0; }
    .page-title-section h1 {
      font-size: 42px; } }
/*==============================
 *    Card styles
 *    ================================ */
/*card-style01*/
.card-style01 {
  position: relative;
  overflow: hidden;
  background-color: #1A1B25;
  border: 0;
  border-radius: 0.375rem; }
  .card-style01 img {
    width: 100%;
    display: block;
    border-radius: 15px; }
  .card-style01::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    background: linear-gradient(180deg, rgba(165, 28, 48, 0.8), rgba(26, 27, 37, 0.5));
    filter: blur(70px);
    border-radius: 50%;
    z-index: 1; }
  .card-style01::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 35%;
    width: 220px;
    height: 220px;
    background: linear-gradient(180deg, rgba(165, 28, 48, 0.8), rgba(26, 27, 37, 0.5));
    filter: blur(80px);
    border-radius: 50%;
    z-index: 1; }
  .card-style01 .team-content {
    width: 100%;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    margin: 0;
    padding: 30px;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2; }

/*card-style02*/
.card-style02 {
  border: none; }
  .card-style02 .card-body {
    padding: 0; }
    .card-style02 .card-body .card-img-text a {
      display: inline-block;
      font-size: 12px;
      background: #1A1B25;
      color: #fff;
      border-radius: 100px;
      padding: 8px 16px;
      transition: all 0.2s ease-in-out 0s;
      text-transform: uppercase;
      line-height: 1;
      margin: 2px; }
      .card-style02 .card-body .card-img-text a:hover {
        background: #A51C30;
        color: #fff; }
      .card-style02 .card-body .card-img-text a:active {
        background: #A51C30;
        color: #fff; }
      .card-style02 .card-body .card-img-text a:focus {
        background: #A51C30;
        color: #fff; }
    .card-style02 .card-body .card-text .card-line {
      position: relative; }
      .card-style02 .card-body .card-text .card-line span::before {
        content: "";
        position: absolute;
        left: 10%;
        top: 50%;
        background-color: #A51C30;
        width: 20px;
        height: 1px;
        transform: translateY(-50%); }

/*card-style04*/
.card-style04 {
  background-color: transparent;
  border: 0; }
  .card-style04 .card-body {
    position: relative;
    padding: 30px;
    border: 1px solid #FFFFFF1A;
    border-radius: 0.375rem;
    z-index: 9;
    overflow: hidden;
    display: inline-block; }
    .card-style04 .card-body:after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: -1px;
      right: -1px;
      pointer-events: none;
      opacity: 0.15;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .card-style04 .card-body .services-icon {
      transition: all 0.4s ease; }
    .card-style04 .card-body .service-img {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      background-size: cover;
      width: 100%;
      height: 100%;
      transition: all 0.5s;
      transform: scale(1);
      overflow: hidden;
      display: inline-block; }
    .card-style04 .card-body:hover .service-img {
      opacity: 1;
      transform: scale(1.1); }
    .card-style04 .card-body:hover .services-icon {
      animation-name: services-icon;
      animation-timing-function: ease-in-out;
      animation-duration: 0.4s;
      animation-iteration-count: 1; }
    .card-style04 .card-body:active .service-img {
      opacity: 1;
      transform: scale(1.1); }
    .card-style04 .card-body:active .services-icon {
      animation-name: services-icon;
      animation-timing-function: ease-in-out;
      animation-duration: 0.4s;
      animation-iteration-count: 1; }
    .card-style04 .card-body:focus .service-img {
      opacity: 1;
      transform: scale(1.1); }
    .card-style04 .card-body:focus .services-icon {
      animation-name: services-icon;
      animation-timing-function: ease-in-out;
      animation-duration: 0.4s;
      animation-iteration-count: 1; }
  .card-style04 .card-body.active .service-img {
    opacity: 1;
    transform: scale(1.1); }
  .card-style04 .card-body.active .services-icon {
    animation-name: services-icon;
    animation-timing-function: ease-in-out;
    animation-duration: 0.4s;
    animation-iteration-count: 1; }

/*==============================
 *    Pagination
 *    ================================ */
/*pagination*/
.pagination {
  border-radius: 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
    .pagination li:first-child a {
      border-left-width: 1px; }
  .pagination a {
    float: left;
    padding: 0 16px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff; }
    .pagination a:hover {
      background-color: #1A1B25;
      color: #fff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default; }
  .pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default; }
  .pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default; }
    .pagination .disabled a:hover {
      color: #999;
      background-color: transparent;
      cursor: default; }

.page-item:not(:first-child) .page-link {
  margin-left: 0; }

/* pagination-style01 */
.pagination-style01 {
  margin-top: 4%;
  width: 100%;
  display: flex;
  justify-content: center; }
  .pagination-style01 ul {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
    padding-left: 0; }
    .pagination-style01 ul li {
      list-style: none; }
      .pagination-style01 ul li a {
        border: 0;
        padding: 0 2px;
        margin: 0 7px;
        background: 0 0;
        color: #828282;
        min-width: 45px;
        font-size: inherit;
        text-align: center;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        line-height: 45px;
        min-height: 45px;
        display: block;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
        .pagination-style01 ul li a i {
          line-height: 40px;
          font-size: 18px;
          display: inline-block; }
        .pagination-style01 ul li a:hover {
          background: #fff;
          color: #1A1B25;
          box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important; }
    .pagination-style01 ul li.active a {
      background: #1A1B25;
      color: #fff;
      box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important; }

@media screen and (max-width: 575px) {
  .pagination-style01 ul {
    margin-top: 10px; }
    .pagination-style01 ul li a {
      min-width: 40px;
      min-height: 40px;
      line-height: 40px;
      margin: 0 4px; } }
/*==============================
 *    Owl carousel
 *    ================================ */
/* owl-carousel */
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      transition: all ease 0.35s;
      border-radius: 30px; }
    .owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot:active span, .owl-carousel .owl-dots .owl-dot:focus span {
      background: #A51C30; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #A51C30; }

/*services-carousel-one*/
.services-carousel-one.owl-theme .owl-nav {
  margin-top: 25px; }
  .services-carousel-one.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff;
    color: #1A1B25; }
.services-carousel-one.owl-theme .owl-nav.disabled + .owl-dots {
  text-align: center; }

.services-carousel-one.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  transition: all 0.3s ease 0s;
  top: unset;
  width: 50px;
  margin: 0;
  height: 50px;
  font-size: 18px;
  border-radius: 50%;
  background-color: #A51C30;
  color: #fff;
  line-height: 50px;
  left: 0; }
  .services-carousel-one.owl-carousel .owl-nav button.owl-prev i {
    font-weight: 700; }
.services-carousel-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  transition: all 0.3s ease 0s;
  top: unset;
  width: 50px;
  margin: 0;
  height: 50px;
  font-size: 18px;
  border-radius: 50%;
  background-color: #A51C30;
  color: #fff;
  line-height: 50px;
  left: 60px; }
  .services-carousel-one.owl-carousel .owl-nav button.owl-next i {
    font-weight: 700; }
.services-carousel-one.owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  left: 50%; }

@media screen and (max-width: 991px) {
  .services-carousel-one.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px; }
  .services-carousel-one.owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    left: 55px; } }
/*testimonial-carousel-one*/
.testimonial-carousel-one.owl-carousel .testimonial-box {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dcdcdc;
  padding: 40px 50px 50px 50px;
  border-radius: 0.375rem; }
  .testimonial-carousel-one.owl-carousel .testimonial-box .testimonial-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 470px; }
    .testimonial-carousel-one.owl-carousel .testimonial-box .testimonial-text p {
      margin-bottom: 20px;
      font-size: 30px;
      font-weight: 500;
      letter-spacing: -0.03em;
      line-height: 1.2;
      color: #1A1B25; }
    .testimonial-carousel-one.owl-carousel .testimonial-box .testimonial-text .testimonial-avatar {
      border-style: solid;
      border-width: 1px 0px 0px 0px;
      border-color: #dcdcdc;
      padding: 20px 0px 0px 0px; }
.testimonial-carousel-one.owl-carousel .owl-dots {
  background-color: #1A1B25;
  position: relative;
  width: 190px;
  height: 35px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px 30px 30px 30px;
  margin: 50px auto auto 0;
  padding: 5px;
  line-height: 1; }
.testimonial-carousel-one.owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 35px;
  left: 78px;
  z-index: 9; }
  .testimonial-carousel-one.owl-carousel .owl-nav button.owl-prev {
    left: -61px;
    position: absolute;
    color: rgba(255, 255, 255, 0.3); }
  .testimonial-carousel-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 68px;
    color: rgba(255, 255, 255, 0.3); }

.testimonial-carousel-one.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent; }

@media screen and (max-width: 1199px) {
  .testimonial-carousel-one.owl-carousel .testimonial-box .testimonial-text {
    min-height: 443px; }
    .testimonial-carousel-one.owl-carousel .testimonial-box .testimonial-text p {
      font-size: 26px; } }
@media screen and (max-width: 991px) {
  .testimonial-carousel-one.owl-carousel .testimonial-box {
    padding: 30px 40px 40px 40px; } }
@media screen and (max-width: 767px) {
  .testimonial-carousel-one.owl-carousel .testimonial-box .testimonial-text {
    min-height: 347px; }
    .testimonial-carousel-one.owl-carousel .testimonial-box .testimonial-text p {
      font-size: 22px; } }
@media screen and (max-width: 575px) {
  .testimonial-carousel-one.owl-carousel .testimonial-box {
    padding: 25px; }
    .testimonial-carousel-one.owl-carousel .testimonial-box .testimonial-text p {
      font-size: 18px; } }
/*.testimonial-carousel-two*/
.testimonial-carousel-two.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0px;
  right: 0; }
  .testimonial-carousel-two.owl-carousel .owl-nav i {
    color: #1B1F3B;
    padding-top: 0; }
  .testimonial-carousel-two.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff !important;
    color: #1B1F3B;
    margin: 5px;
    transition: 0.3s; }
    .testimonial-carousel-two.owl-carousel .owl-nav .owl-prev:hover {
      background-color: #A51C30 !important; }
      .testimonial-carousel-two.owl-carousel .owl-nav .owl-prev:hover i {
        color: #fff; }
  .testimonial-carousel-two.owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff !important;
    color: #1B1F3B;
    margin: 5px;
    transition: 0.3s; }
    .testimonial-carousel-two.owl-carousel .owl-nav .owl-next:hover {
      background-color: #A51C30 !important; }
      .testimonial-carousel-two.owl-carousel .owl-nav .owl-next:hover i {
        color: #fff; }
.testimonial-carousel-two.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: -49px; }

/* testimonial-carousel-three */
.testimonial-carousel-three {
  text-align: center;
  position: relative; }
  .testimonial-carousel-three .img {
    height: 127px;
    width: 127px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #535b5a, #fff, rgba(83, 91, 90, 0.3), #fff, #fff) border-box;
    border-radius: 50%;
    border: 1px solid transparent; }
    .testimonial-carousel-three .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .testimonial-carousel-three .img.circle-light {
    background: linear-gradient(#eef8f8, #eef8f8) padding-box, linear-gradient(to right, #535b5a, #fff, rgba(83, 91, 90, 0.3), #fff, #fff) border-box; }

.testimonial-carousel-three.owl-carousel .owl-nav i {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .62em;
  font-size: 14px; }
.testimonial-carousel-three.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
.testimonial-carousel-three.owl-carousel .owl-nav button.owl-prev {
  left: -28%; }
.testimonial-carousel-three.owl-carousel .owl-nav button.owl-next {
  right: -20%; }

.owl-nav span {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .62em;
  font-size: 14px; }

.testimonial-carousel-three.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent; }

@media screen and (max-width: 1199px) {
  .testimonial-carousel-three.owl-carousel .owl-nav button {
    display: none; } }
/*team-carousel-twq*/
.team-carousel-one.owl-carousel .owl-nav {
  position: absolute;
  bottom: 35px;
  left: 44%;
  transform: translateX(-50%);
  width: auto;
  z-index: 9; }
  .team-carousel-one.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    transition: all ease 0.35s; }
    .team-carousel-one.owl-carousel .owl-nav button.owl-prev:hover, .team-carousel-one.owl-carousel .owl-nav button.owl-prev:active, .team-carousel-one.owl-carousel .owl-nav button.owl-prev:focus {
      color: white; }
  .team-carousel-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 86px;
    color: rgba(255, 255, 255, 0.3);
    transition: all ease 0.35s; }
    .team-carousel-one.owl-carousel .owl-nav button.owl-next:hover, .team-carousel-one.owl-carousel .owl-nav button.owl-next:active, .team-carousel-one.owl-carousel .owl-nav button.owl-next:focus {
      color: white; }
.team-carousel-one.owl-carousel .owl-dots {
  background-color: rgba(255, 255, 255, 0.03);
  position: relative;
  width: 190px;
  height: 35px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px 30px 30px 30px;
  margin: 50px auto auto auto;
  padding: 5px;
  line-height: 1;
  z-index: 1; }

.team-carousel-one.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent; }

/*==============================
 *    Accordion styles
 *    ================================ */
/*accordion-style*/
.accordion-style .card {
  background: transparent;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  border: none;
  margin-top: 0 !important;
  border-radius: 0; }
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: none;
  background: none; }
.accordion-style .btn-link {
  color: #A51C30;
  line-height: 26px;
  position: relative;
  border: none;
  border-bottom: none;
  border-left: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 20px 45px 20px 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #ffffff; }
  .accordion-style .btn-link:hover {
    text-decoration: none;
    color: #A51C30; }
  .accordion-style .btn-link:active {
    text-decoration: none;
    color: #A51C30; }
  .accordion-style .btn-link:focus {
    text-decoration: none;
    color: #A51C30; }
  .accordion-style .btn-link:after {
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    transform: none;
    top: 20px;
    position: absolute;
    color: #A51C30;
    background-color: transparent;
    border-radius: .3rem;
    line-height: 22px;
    width: 25px;
    height: 25px;
    text-align: center; }
.accordion-style .btn-link.collapsed {
  color: #42545e;
  line-height: 26px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border: none;
  padding: 20px 45px 20px 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff; }
  .accordion-style .btn-link.collapsed:after {
    content: "+";
    right: 17px;
    left: inherit;
    font-size: 20px;
    transform: none;
    top: 22px;
    position: absolute;
    color: #212121;
    background-color: transparent;
    border-radius: .3rem;
    line-height: 20px;
    width: 25px;
    height: 25px;
    text-align: center; }
.accordion-style .card-body {
  padding: 0px 30px 25px 26px;
  line-height: 24px;
  text-align: left;
  border: none;
  border-left: none;
  background: #fff;
  border-top: none; }

@media screen and (max-width: 991px) {
  .accordion-style .card-body {
    padding: 10px 25px 30px 25px; } }
/*accordion-style*/
.accordion .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0; }
  .accordion .card:last-child {
    margin-bottom: 0; }
.accordion .card-header {
  border: 0;
  padding: 0;
  background: none; }
.accordion .accordion-collapse {
  border: none; }
.accordion .accordion-button {
  border-bottom: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  font-weight: 500;
  padding: 16px 64px 16px 20px;
  text-decoration: none;
  background: #1A1B25;
  border: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }
  .accordion .accordion-button:hover {
    text-decoration: none; }
  .accordion .accordion-button:after {
    background: #fff;
    border: none;
    content: "-";
    right: 20px;
    border-radius: 5px;
    left: inherit;
    font-size: 18px;
    border: 1px solid #fff;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 21px;
    top: 14px;
    position: absolute;
    color: #A51C30;
    text-align: center; }
.accordion .accordion-button.collapsed {
  background: #fff;
  color: #575a7b;
  border: 1px solid #ededed;
  border-radius: 5px; }
  .accordion .accordion-button.collapsed:after {
    background: #1A1B25;
    border: none;
    content: "+";
    right: 20px;
    left: inherit;
    font-size: 18px;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 20px;
    top: 14px;
    border-radius: 5px;
    text-align: center;
    color: #fff; }
.accordion .card-body {
  color: #575a7b;
  font-size: 16px;
  padding: 20px 25px;
  line-height: 28px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

@media screen and (max-width: 991px) {
  .accordion .accordion-button {
    padding: 15px 50px 15px 15px;
    font-size: 16px; }
    .accordion .accordion-button:after {
      right: 15px;
      font-size: 16px;
      height: 22px;
      line-height: 18px;
      width: 22px;
      top: 13px; }
  .accordion .accordion-button.collapsed:after {
    right: 15px;
    font-size: 16px;
    height: 22px;
    line-height: 18px;
    width: 22px;
    top: 13px; }
  .accordion .card-body {
    padding: 20px 15px; } }
@media screen and (max-width: 575px) {
  .accordion .accordion-button {
    padding: 15px 50px 15px 15px; } }
/*accordion style1*/
.accordion.style1 .accordion-button {
  color: #1c1c1c;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 17px;
  padding: 23px 0 23px 50px;
  line-height: 1; }
  .accordion.style1 .accordion-button:after {
    content: "\f068";
    font-family: Font Awesome\ 7 Free;
    color: #fff;
    border-left: 0;
    background-color: #A51C30;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    top: 16px;
    font-size: 12px;
    left: 0;
    right: inherit; }
.accordion.style1 .accordion-button.collapsed {
  background-color: transparent;
  color: #1c1c1c;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 17px;
  padding: 23px 0 23px 50px;
  line-height: 1; }
  .accordion.style1 .accordion-button.collapsed:after {
    content: "\+";
    font-family: Font Awesome\ 7 Free;
    color: #1A1B25;
    border: 0;
    background-color: rgba(26, 27, 37, 0.05);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    top: 16px;
    font-size: 12px;
    left: 0;
    right: inherit; }
.accordion.style1 .card {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid rgba(4, 20, 36, 0.05); }
  .accordion.style1 .card:last-child {
    border-bottom: 0; }
.accordion.style1 .card-body {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 14px 0 14px 50px; }

/*==============================
 *    Pages
 *    ================================ */
/*service-sidebar*/
.service-sidebar .cetegory li a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 15px 20px 15px 30px;
  border-radius: 0.375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.service-sidebar .cetegory li:hover a {
  background-color: #A51C30;
  color: #fff; }
.service-sidebar .cetegory li:focus a {
  background-color: #A51C30;
  color: #fff; }
.service-sidebar .cetegory li:active a {
  background-color: #A51C30;
  color: #fff; }
.service-sidebar .cetegory li.active a {
  background-color: #A51C30;
  color: #fff; }
.service-sidebar .widget {
  margin-bottom: 30px;
  padding: 30px 25px;
  border-radius: 0.375rem;
  position: relative;
  display: block; }
  .service-sidebar .widget .widget-brochure {
    margin-bottom: 0;
    padding: 0;
    list-style: none; }
    .service-sidebar .widget .widget-brochure li {
      position: relative;
      margin-bottom: 12px;
      display: inline-block;
      width: 100%;
      border: 0;
      border-radius: 0.375rem;
      background: rgba(255, 255, 255, 0.1); }
      .service-sidebar .widget .widget-brochure li a {
        position: relative;
        display: block;
        padding: 16px 15px 16px 75px;
        font-size: 15px;
        font-weight: 600;
        color: #fff; }
        .service-sidebar .widget .widget-brochure li a i {
          position: absolute;
          left: 0;
          top: 0;
          width: 60px;
          height: 100%;
          line-height: 3;
          text-align: center;
          font-size: 20px;
          background: #A51C30;
          color: #ffffff;
          border-top-left-radius: 0.375rem;
          border-bottom-left-radius: 0.375rem; }
  .service-sidebar .widget:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .service-sidebar .widget {
    padding: 25px 20px; } }
/* sidebar */
.sidebar .input-group-append .butn-style02 {
  padding: 14px 30px !important; }
  .sidebar .input-group-append .butn-style02:hover {
    transform: none; }
.sidebar .widget {
  padding: 30px 25px;
  border-radius: 0.375rem;
  position: relative;
  display: block; }
  .sidebar .widget .widget-content {
    position: relative; }
  .sidebar .widget .category-list li {
    margin-bottom: 0.5rem; }
    .sidebar .widget .category-list li:last-child {
      margin-bottom: 0px; }
    .sidebar .widget .category-list li a {
      background: rgba(255, 255, 255, 0.1);
      padding: 14px 20px 14px 28px;
      padding: 15px 20px 15px 30px;
      border-radius: 0.375rem;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff; }
      .sidebar .widget .category-list li a span {
        z-index: 9;
        position: relative; }
      .sidebar .widget .category-list li a:after {
        content: "\e65a";
        font-family: 'themify';
        font-size: 12px;
        font-weight: bold;
        margin-left: -10px; }
      .sidebar .widget .category-list li a:hover {
        background: #A51C30;
        color: #fff; }
      .sidebar .widget .category-list li a:active {
        background: #A51C30;
        color: #fff; }
      .sidebar .widget .category-list li a:focus {
        background: #A51C30;
        color: #fff; }
    .sidebar .widget .category-list li:hover a:after {
      margin-left: 10px;
      opacity: 1;
      transition: all 0.3s ease-in-out; }
  .sidebar .widget .category-list li.active a:after {
    margin-left: 10px;
    opacity: 1;
    transition: all 0.3s ease-in-out; }
.sidebar .blog-tags a {
  background-color: #A51C30;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #A51C30;
  border-radius: 3px; }
  .sidebar .blog-tags a:hover {
    background-color: #fff;
    color: #A51C30; }
  .sidebar .blog-tags a:active {
    background-color: #fff;
    color: #A51C30; }
  .sidebar .blog-tags a:focus {
    background-color: #fff;
    color: #A51C30; }

/*service-sidebar-banner*/
.banner-wrapper {
  overflow: hidden; }
  .banner-wrapper img {
    margin-top: -1px;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%); }
  .banner-wrapper .icon-boxs {
    position: absolute;
    top: -60px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%; }
    .banner-wrapper .icon-boxs i {
      line-height: 80px; }

/* 404 page */
.wrapper-error h1 {
  font-weight: 800;
  font-size: 300px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .wrapper-error h1 span {
    width: 226px;
    height: 226px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #A51C30;
    border-radius: 50%; }
    .wrapper-error h1 span i {
      font-size: 90px;
      width: 140px;
      height: 140px;
      background-color: #A51C30;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
.wrapper-error h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.03em; }

@media screen and (max-width: 1199px) {
  .wrapper-error h2 {
    font-size: 90px; } }
@media screen and (max-width: 767px) {
  .wrapper-error h1 {
    font-size: 240px; }
    .wrapper-error h1 span {
      width: 196px;
      height: 196px; }
  .wrapper-error h2 {
    font-size: 60px; } }
@media screen and (max-width: 575px) {
  .wrapper-error h1 {
    font-size: 145px; }
    .wrapper-error h1 span {
      width: 106px;
      height: 106px; }
      .wrapper-error h1 span i {
        width: 70px;
        height: 70px;
        font-size: 50px; }
  .wrapper-error h2 {
    font-size: 35px; } }
/*blog-detail leftbar*/
.blogs .posts-wrapper .meta-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px;
  padding-left: 0;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600; }
  .blogs .posts-wrapper .meta-list:before {
    background: #ededed;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%; }
  .blogs .posts-wrapper .meta-list li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    margin-right: 20px; }
.blogs .posts-wrapper .post-content-details {
  padding: 1.75rem; }
.blogs .posts-wrapper .blog-detail-list {
  padding-left: 0;
  list-style: none;
  margin: 0; }
  .blogs .posts-wrapper .blog-detail-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
    font-size: 16px; }
    .blogs .posts-wrapper .blog-detail-list li:after {
      content: '\f0a9';
      font-family: Font Awesome\ 7 Free;
      position: absolute;
      left: 0px;
      top: 1px;
      z-index: 1;
      font-weight: 600;
      color: #A51C30; }
.blogs .posts-wrapper .share-post {
  text-align: right;
  padding-left: 10px; }
  .blogs .posts-wrapper .share-post ul li {
    display: inline-block;
    margin: 0 0 0 10px; }

@media screen and (max-width: 991px) {
  .blogs .posts-wrapper .meta-list {
    margin: 0 0 15px;
    padding-bottom: 15px; } }
@media screen and (max-width: 767px) {
  .blogs .posts-wrapper .blog-detail-list li {
    font-size: 14.4px; }
  .blogs .posts-wrapper .share-post {
    text-align: unset; }
    .blogs .posts-wrapper .share-post ul li {
      font-size: 15px;
      margin: 0 8px; }
  .blogs .posts-wrapper .meta-list li {
    margin-right: 15px; }
  .blogs .posts-wrapper .separator {
    margin-top: 20px; } }
/* blog tags*/
.blog-tags {
  margin-bottom: 0;
  padding-left: 0; }
  .blog-tags a {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 3px 8px;
    margin: 4px 4px 4px 0;
    border: 1px solid #ededed;
    line-height: 30px;
    border-radius: 4px; }
    .blog-tags a:hover {
      background: #A51C30;
      color: #ffffff;
      border: 1px solid #A51C30;
      color: #fff; }

@media screen and (max-width: 991px) {
  .widget-title {
    font-size: 18px;
    margin-bottom: 25px; } }
@media screen and (max-width: 767px) {
  .side-bar .widget {
    margin-bottom: 25px; } }
@media screen and (max-width: 575px) {
  .side-bar .widget {
    padding: 20px; } }
/* coming soon page */
.countdown {
  padding: 0; }
  .countdown li {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    min-width: 220px;
    overflow: hidden;
    margin-right: 40px;
    position: relative; }
    .countdown li:last-child {
      margin-right: 0; }
    .countdown li span {
      font-size: 100px;
      font-weight: 600;
      text-align: center;
      line-height: 1;
      position: relative; }
    .countdown li p.timeRefWeeks {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
      z-index: 2;
      position: relative;
      padding-top: 26px;
      text-transform: capitalize; }
    .countdown li p.timeRefDays {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
      z-index: 2;
      position: relative;
      padding-top: 26px;
      text-transform: capitalize; }
    .countdown li p.timeRefHours {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
      z-index: 2;
      position: relative;
      padding-top: 26px;
      text-transform: capitalize; }
    .countdown li p.timeRefMinutes {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
      z-index: 2;
      position: relative;
      padding-top: 26px;
      text-transform: capitalize; }
    .countdown li p.timeRefSeconds {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
      z-index: 2;
      position: relative;
      padding-top: 26px;
      text-transform: capitalize; }

.countdown-box h2 {
  font-size: 70px; }

@media screen and (max-width: 1599px) {
  .countdown li {
    min-width: 240px;
    margin-bottom: 50px;
    margin-right: 50px; } }
@media screen and (max-width: 1399px) {
  .countdown li {
    min-width: 180px;
    margin-right: 30px; }
    .countdown li span {
      font-size: 80px; } }
@media screen and (max-width: 1199px) {
  .countdown-box h2 {
    font-size: 50px; } }
@media screen and (max-width: 991px) {
  .countdown li {
    min-width: 155px;
    margin-right: 20px; }
    .countdown li span {
      font-size: 65px; }

  .countdown-box h2 {
    font-size: 40px; } }
@media screen and (max-width: 767px) {
  .countdown li {
    min-width: 130px;
    margin-right: 15px;
    margin-bottom: 20px; }
    .countdown li span {
      font-size: 58px; }
    .countdown li p.timeRefWeeks {
      font-size: 12px;
      padding-top: 15px; }
    .countdown li p.timeRefDays {
      font-size: 12px;
      padding-top: 15px; }
    .countdown li p.timeRefHours {
      font-size: 12px;
      padding-top: 15px; }
    .countdown li p.timeRefMinutes {
      font-size: 12px;
      padding-top: 15px; }
    .countdown li p.timeRefSeconds {
      font-size: 12px;
      padding-top: 15px; } }
@media screen and (max-width: 575px) {
  .countdown-box h2 {
    font-size: 30px; }

  .countdown li {
    min-width: 130px;
    margin-right: 8px;
    margin-bottom: 20px;
    margin-left: 8px; } }
/* map */
.contact-map {
  width: 100%;
  height: 400px;
  vertical-align: top;
  border: 0; }

/* popup gallery */
.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 999999; }

.lg-outer .lg-thumb-item.active {
  border-color: #A51C30; }

.lg-outer .lg-thumb-item:hover {
  border-color: #A51C30; }

.lg-progress-bar .lg-progress {
  background-color: #A51C30; }

.lg-backdrop.in {
  opacity: 0.85; }

/*team-details-style01*/
.team-details-style01 .icon {
  border: 1px solid #A51C30;
  line-height: 1;
  border-radius: 30rem;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
.team-details-style01 .progress {
  height: 10px; }
.team-details-style01 .progress-text {
  font-size: 18px;
  font-weight: 400;
  color: #14212B;
  line-height: 1.1em;
  margin-bottom: 20px; }

@media screen and (max-width: 991px) {
  .team-details-style01 .progress-text {
    font-size: 18px;
    margin-bottom: 15px; } }
@media screen and (max-width: 575px) {
  .team-details-style01 .progress-text {
    font-size: 15px;
    margin-bottom: 12px; } }
/*==============================
 *    Portfolio
 *    ================================ */
/* filtering */
.filtering {
  margin-bottom: 40px; }
  .filtering span {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 15px;
    border-radius: 4px;
    background: #1A1B25;
    color: #ffffff;
    text-transform: uppercase; }
    .filtering span:last-child {
      margin: 0; }
  .filtering .active {
    color: #ffffff;
    background: #A51C30; }

@media screen and (max-width: 575px) {
  .filtering {
    margin-bottom: 30px; }
    .filtering span {
      padding: 6px 8px;
      margin-right: 5px;
      font-size: 13px; } }
/* portfolio-style01 */
.portfolio-style01 .portfolio-count .inner-count {
  position: relative;
  display: block;
  font-size: 160px;
  line-height: 160px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6); }
.portfolio-style01 .portfolio-count .h6 {
  position: absolute;
  top: 0px;
  right: -5px;
  font-weight: 400;
  color: #fff;
  height: 100%;
  text-align: center;
  writing-mode: vertical-lr;
  margin-bottom: 0; }
.portfolio-style01 .portfolio-box {
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 1px 1px 0 1px;
  height: 100%;
  padding: 273px 47px 34px 50px;
  transition: all 500ms ease; }
  .portfolio-style01 .portfolio-box .bg-img {
    position: absolute;
    left: -2px;
    top: -30px;
    width: 0%;
    height: calc(100% + 60px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease; }
    .portfolio-style01 .portfolio-box .bg-img:before {
      position: absolute;
      content: '';
      background: #161e2c;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      opacity: 0.3; }
  .portfolio-style01 .portfolio-box .content-box {
    position: relative;
    z-index: 2;
    transition: all 500ms ease; }
  .portfolio-style01 .portfolio-box .h3 a {
    color: #A51C30;
    display: inline-block; }
  .portfolio-style01 .portfolio-box .link a i {
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5); }
  .portfolio-style01 .portfolio-box:hover .bg-img {
    width: calc(100% + 3px);
    opacity: 1; }
  .portfolio-style01 .portfolio-box:hover .content-box {
    transform: translateY(34px); }
  .portfolio-style01 .portfolio-box:hover .h3 a {
    color: #fff; }
  .portfolio-style01 .portfolio-box:hover .link a i {
    color: #fff;
    transform: rotate(-45deg); }

@media screen and (max-width: 1399px) {
  .portfolio-style01 .portfolio-box {
    padding: 273px 30px 34px 25px; }
  .portfolio-style01 .portfolio-count .inner-count {
    font-size: 140px;
    line-height: 140px; } }
@media screen and (max-width: 1199px) {
  .portfolio-style01 .portfolio-box {
    padding: 273px 40px 34px 30px; } }
@media screen and (max-width: 575px) {
  .portfolio-style01 .portfolio-count .inner-count {
    font-size: 80px;
    line-height: 80px; }
  .portfolio-style01 .portfolio-count .h6 {
    position: unset;
    writing-mode: unset;
    text-align: start; } }
/*portfolio-style02*/
.portfolio-style02 .portfolio-item {
  transition: all ease 0.35s;
  position: relative;
  overflow: hidden; }
  .portfolio-style02 .portfolio-item .portfolio-tag span {
    border: 1px solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4285714286;
    transition: all 0.3s ease;
    padding: 4px 15px;
    border-radius: 20px;
    white-space: nowrap; }
  .portfolio-style02 .portfolio-item .portfolio-link a i {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .portfolio-style02 .portfolio-item .portfolio-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity 0.35s, transform 0.45s, filter 0.35s; }
  .portfolio-style02 .portfolio-item .portfolio-text {
    font-size: 40px;
    line-height: 1; }
  .portfolio-style02 .portfolio-item:hover .portfolio-img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  .portfolio-style02 .portfolio-item:hover .portfolio-link a i {
    background-color: #A51C30;
    color: #fff; }

@media screen and (max-width: 1399px) {
  .portfolio-style02 .portfolio-item .portfolio-text {
    font-size: 34px; } }
@media screen and (max-width: 1199px) {
  .portfolio-style02 .portfolio-item .portfolio-text {
    font-size: 29px; } }
/* portfolio-style03 */
.portfolio-style03 .portfolio-overlay:before {
  background: #1A1B25 none repeat scroll 0 0 padding-box content-box;
  content: "";
  height: 100%;
  width: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
.portfolio-style03 .portfolio-icon-box {
  padding: 14px 18px;
  text-align: center;
  width: 100%;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
  .portfolio-style03 .portfolio-icon-box a {
    color: #ffffff !important;
    top: 50%;
    right: 50%;
    margin-top: -17px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 55px;
    padding: 0;
    margin: 0 4px;
    text-align: center;
    background-color: #A51C30;
    border-radius: 50%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .portfolio-style03 .portfolio-icon-box:hover a {
    background: #6d8c54; }
.portfolio-style03 .portfolio-content {
  padding: 30px 25px;
  position: relative;
  background-color: #fff;
  transition: all 0.4s;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08); }
  .portfolio-style03 .portfolio-content:before {
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
    top: -14px;
    left: 42px; }
.portfolio-style03:hover .portfolio-overlay:before {
  opacity: .8;
  width: 100%;
  left: 0; }
.portfolio-style03:hover .portfolio-icon-box {
  opacity: 1; }
  .portfolio-style03:hover .portfolio-icon-box a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.3s;
    background-color: #A51C30; }
.portfolio-style03:hover .portfolio-content {
  background-color: #A51C30; }
  .portfolio-style03:hover .portfolio-content:before {
    border-color: transparent transparent #A51C30 transparent; }
  .portfolio-style03:hover .portfolio-content .h4 a {
    color: #ffffff; }
  .portfolio-style03:hover .portfolio-content .h6 {
    color: #fff; }

/*==============================
 *    Others
 *    ================================ */
/*about-style01*/
.about-style01 .about-img {
  position: absolute;
  bottom: -97px;
  right: 0; }
.about-style01 .banner-text {
  width: 140px;
  height: 140px;
  color: white;
  padding: 15px;
  font-weight: 600;
  position: relative;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 70px;
  right: 60px; }
  .about-style01 .banner-text .coloring {
    fill: #191919;
    text-transform: uppercase;
    word-spacing: 17px; }
  .about-style01 .banner-text svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite; }
  .about-style01 .banner-text .banner-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
.about-style01 .about-box {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  text-align: left;
  display: flex;
  padding-bottom: 10px; }
.about-style01 .about-box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  background: #A51C30;
  height: 30px;
  width: 30px;
  margin-right: 15px;
  border-radius: 50%; }
.about-style01 .about-call {
  display: flex;
  align-items: center; }
  .about-style01 .about-call .about-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 15px;
    height: 60px;
    width: 60px;
    border: 1px solid #dee2e6;
    border-radius: 50%; }

@media screen and (max-width: 1199px) {
  .about-style01 .about-img {
    position: absolute;
    bottom: -99px;
    right: -38px; } }
/*about-style02*/
.about-style02 .about-box {
  border-radius: 0.375rem;
  margin-left: -40px;
  padding: 40px;
  position: absolute;
  bottom: 0;
  background: #A51C30;
  display: block;
  width: 335px; }

@media screen and (max-width: 1199px) {
  .about-style02 .about-box {
    width: 311px;
    padding: 28px; } }
@media screen and (max-width: 575px) {
  .about-style02 .about-box {
    margin-left: 0;
    width: 256px; } }
/*about-style03*/
.about-style03 .about-img {
  margin-left: -6vw; }
.about-style03 .banner-text {
  width: 140px;
  height: 140px;
  color: white;
  padding: 15px;
  font-weight: 600;
  position: relative;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 140px;
  left: -70px; }
  .about-style03 .banner-text .coloring {
    fill: #191919;
    text-transform: uppercase;
    word-spacing: 17px; }
  .about-style03 .banner-text svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite; }
  .about-style03 .banner-text .banner-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }

@media screen and (max-width: 1399px) {
  .about-style03 .about-img {
    right: -2%; } }
@media screen and (max-width: 1199px) {
  .about-style03 .banner-text {
    bottom: 76px; } }
@media screen and (max-width: 991px) {
  .about-style03 .about-img {
    margin-left: 0;
    right: 0; } }
/*about-style04*/
.about-style04 .about-text {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.02em; }
.about-style04 .about-box {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 55px;
  padding-left: 27px;
  padding-right: 27px;
  border-radius: 0.375rem; }
  .about-style04 .about-box .about-avatar img {
    margin-left: -20px;
    z-index: 1; }
  .about-style04 .about-box .about-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #A51C30;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    margin-inline-start: -22px; }
.about-style04 .about-box-dark {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 55px;
  padding-left: 27px;
  padding-right: 27px;
  border-radius: 0.375rem; }

/*service-style01*/
.service-style01 .service-box .service-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 42px 32px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 0.375rem; }
  .service-style01 .service-box .service-item .service-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px;
    width: 100%;
    gap: 20px; }
    .service-style01 .service-box .service-item .service-title .service-icon {
      width: 76px;
      height: 76px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.2);
      text-align: center;
      line-height: 76px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      align-items: center;
      display: flex;
      justify-content: center; }
  .service-style01 .service-box .service-item .service-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 120px; }
    .service-style01 .service-box .service-item .service-text .service-arrow i {
      font-size: 30px;
      line-height: 1;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(-45deg); }
  .service-style01 .service-box .service-item .service-img {
    position: absolute;
    top: 50%;
    left: 353px;
    width: 255px;
    height: 298px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
    transition: opacity 0.6s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5; }
  .service-style01 .service-box .service-item:first-child .service-img {
    margin-top: 40px; }
  .service-style01 .service-box .service-item:hover .service-img {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); }
  .service-style01 .service-box .service-item:hover .service-text .service-arrow i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #A51C30; }
  .service-style01 .service-box .service-item:hover .service-title .service-icon {
    background-color: #A51C30;
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg); }
  .service-style01 .service-box .service-item:active .service-img {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); }
  .service-style01 .service-box .service-item:active .service-text .service-arrow i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #A51C30; }
  .service-style01 .service-box .service-item:active .service-title .service-icon {
    background-color: #A51C30;
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg); }
.service-style01 .service-box .service-item.active .service-img {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1); }
.service-style01 .service-box .service-item.active .service-text .service-arrow i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #A51C30; }
.service-style01 .service-box .service-item.active .service-title .service-icon {
  background-color: #A51C30;
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg); }

@media screen and (max-width: 991px) {
  .service-style01 .service-box .service-item .service-title {
    display: inline-block; } }
@media screen and (max-width: 767px) {
  .service-style01 .service-box .service-item:hover .service-img {
    opacity: 0; }
  .service-style01 .service-box .service-item:active .service-img {
    opacity: 0; }
  .service-style01 .service-box .service-item.active .service-img {
    opacity: 0; } }
@media screen and (max-width: 575px) {
  .service-style01 .service-box .service-item .service-text {
    display: inline-block; } }
/*service-style02*/
.service-style02 .service-item {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  z-index: 1; }
  .service-style02 .service-item .service-box {
    box-shadow: 0px 3px 18px 0px #00000008;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem;
    padding: 40px;
    transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s linear;
    transform-origin: center center; }
    .service-style02 .service-item .service-box .h3 a {
      font-weight: 800;
      font-size: 60px;
      color: #fff; }
    .service-style02 .service-item .service-box .service-icon a {
      height: 65px;
      width: 65px;
      background: transparent;
      border-radius: 50rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-size: 0.75rem;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.3);
      text-align: right;
      transition: all 0.3s ease-in-out; }
      .service-style02 .service-item .service-box .service-icon a:hover {
        background-color: #A51C30;
        border-color: #A51C30; }
  .service-style02 .service-item:nth-child(2) {
    z-index: 2; }
  .service-style02 .service-item:nth-child(3) {
    z-index: 3; }
  .service-style02 .service-item:nth-child(4) {
    z-index: 4; }

@media screen and (max-width: 1199px) {
  .service-style02 .service-item .service-box .h3 a {
    font-size: 49px; } }
@media screen and (max-width: 575px) {
  .service-style02 .service-item .service-box {
    padding: 33px; }
    .service-style02 .service-item .service-box .h3 a {
      font-size: 37px; }
    .service-style02 .service-item .service-box .service-icon a {
      height: 45px;
      width: 45px; } }
/*.testimonial-style01*/
.testimonial-style01 .testimonial-position {
  margin: 0% -55% 0% 0%; }
.testimonial-style01 .about-avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .testimonial-style01 .about-avatar li {
    position: relative;
    -webkit-margin-start: -18px;
    margin-inline-start: -18px;
    z-index: 2; }
    .testimonial-style01 .about-avatar li:last-child {
      -webkit-margin-start: 0;
      margin-inline-start: 0; }
    .testimonial-style01 .about-avatar li:first-child {
      -webkit-margin-start: 0;
      margin-inline-start: 0; }
    .testimonial-style01 .about-avatar li img {
      background-color: #fff;
      padding: 2px;
      border-radius: 50%; }
    .testimonial-style01 .about-avatar li .about-icon {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background-color: #A51C30;
      color: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 16px;
      line-height: 1;
      margin-inline-start: -22px; }

@media screen and (max-width: 575px) {
  .testimonial-style01 .testimonial-position {
    margin: 0; } }
/*testimonial-style02*/
.testimonial-style02 .testimonial-avatar img {
  margin-left: -20px;
  z-index: 1; }
  .testimonial-style02 .testimonial-avatar img:first-child {
    margin-left: 0; }
.testimonial-style02 .testimonial-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #A51C30;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  margin-inline-start: -22px; }
.testimonial-style02 .testimonial-text .h3 {
  font-size: 180px;
  line-height: 0.8;
  color: #FFFFFF;
  z-index: 9;
  position: relative;
  text-transform: uppercase; }

.testimonial-text {
  transition: transform 0.1s linear;
  will-change: transform; }

/*extra-style01*/
.extra-style01 .extra-text {
  width: 260px;
  height: 260px;
  color: white;
  font-weight: 800;
  border-radius: 50%;
  background: transparent;
  position: relative;
  margin: auto; }
  .extra-style01 .extra-text .coloring {
    fill: white;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    word-spacing: 3px;
    font-weight: 500; }
  .extra-style01 .extra-text svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite; }
  .extra-style01 .extra-text .extra-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .extra-style01 .extra-text .extra-icon .extra-plus {
      height: 35px;
      width: 35px;
      display: block;
      background: #A51C30;
      font-size: 30px;
      justify-content: center;
      align-items: center;
      line-height: 26px;
      border-radius: 50%; }

@media screen and (max-width: 991px) {
  .extra-style01 .extra-text {
    width: 220px;
    height: 220px;
    width: 200px;
    height: 200px; } }
/* Rotated Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/*client-style05*/
.client-style01 .client-box {
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0); }
  .client-style01 .client-box img {
    z-index: 2;
    position: relative;
    width: 125px; }
  .client-style01 .client-box:hover {
    opacity: .5;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* counter-style01 */
.counter-style01 .counter-block .counter-inner {
  font-size: 78px;
  line-height: 1;
  font-weight: 700;
  color: #1A1B25;
  letter-spacing: -0.04em;
  overflow: hidden; }
  .counter-style01 .counter-block .counter-inner .counter-no {
    display: flex;
    margin: 0 0 -0.36em 0;
    font-weight: inherit;
    position: relative;
    white-space: nowrap;
    justify-content: center; }
.counter-style01 .counter-block .counter-line {
  width: 100%;
  height: 1px;
  background: #dee2e6;
  margin: 0 0 21px; }

@media screen and (max-width: 1199px) {
  .counter-style01 .counter-block .counter-inner {
    font-size: 65px; }
    .counter-style01 .counter-block .counter-inner .counter-no {
      margin: 0 0 -0.30em 0; }
  .counter-style01 .counter-block .counter-line {
    margin: 0 0 12px; } }
@media screen and (max-width: 991px) {
  .counter-style01 .counter-block .counter-inner {
    font-size: 56px; } }
/*counter-style02*/
.counter-style02 .counter-num {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 0.9em;
  letter-spacing: -0.04em; }

@media screen and (max-width: 1399px) {
  .counter-style02 .counter-num {
    font-size: 78px; } }
@media screen and (max-width: 1199px) {
  .counter-style02 .counter-num {
    font-size: 56px; } }
/*process-style01*/
.process-style01 .process-box {
  text-align: center;
  position: relative;
  padding: 40px 20px;
  border-radius: 6px;
  transition: background-color 0.4s ease, box-shadow 0.4s ease; }
  .process-style01 .process-box .process-step {
    padding: 10px 30px;
    color: #fff;
    background-color: #A51C30;
    text-transform: uppercase;
    display: inline-block;
    transition: background-color 0.4s ease, color 0.4s ease;
    position: relative;
    z-index: 1;
    border-radius: 50px; }
  .process-style01 .process-box .process-line {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #e9ecef;
    transition: background-color 0.4s ease;
    z-index: 0; }
  .process-style01 .process-box:hover {
    background-color: #A51C30;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }
    .process-style01 .process-box:hover .diamond-shape {
      background-color: #fff; }
    .process-style01 .process-box:hover .h5 {
      color: #ffffff; }
    .process-style01 .process-box:hover p {
      color: #ffffff; }
    .process-style01 .process-box:hover .process-step {
      background-color: #ffffff;
      color: #A51C30; }
    .process-style01 .process-box:hover .process-line {
      background-color: rgba(255, 255, 255, 0.2); }
  .process-style01 .process-box:active {
    background-color: #A51C30;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }
    .process-style01 .process-box:active .diamond-shape {
      background-color: #fff; }
    .process-style01 .process-box:active .h5 {
      color: #ffffff; }
    .process-style01 .process-box:active p {
      color: #ffffff; }
    .process-style01 .process-box:active .process-step {
      background-color: #ffffff;
      color: #A51C30; }
    .process-style01 .process-box:active .process-line {
      background-color: rgba(255, 255, 255, 0.2); }
  .process-style01 .process-box:focus {
    background-color: #A51C30;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }
    .process-style01 .process-box:focus .diamond-shape {
      background-color: #fff; }
    .process-style01 .process-box:focus .h5 {
      color: #ffffff; }
    .process-style01 .process-box:focus p {
      color: #ffffff; }
    .process-style01 .process-box:focus .process-step {
      background-color: #ffffff;
      color: #A51C30; }
    .process-style01 .process-box:focus .process-line {
      background-color: rgba(255, 255, 255, 0.2); }
.process-style01 .process-box.active {
  background-color: #A51C30;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08); }
  .process-style01 .process-box.active .diamond-shape {
    background-color: #fff; }
  .process-style01 .process-box.active .h5 {
    color: #ffffff; }
  .process-style01 .process-box.active p {
    color: #ffffff; }
  .process-style01 .process-box.active .process-step {
    background-color: #ffffff;
    color: #A51C30; }
  .process-style01 .process-box.active .process-line {
    background-color: rgba(255, 255, 255, 0.2); }
.process-style01 [class^="col-"]:first-child .process-line {
  left: 50%;
  transform: none;
  width: 50%; }
.process-style01 [class^="col-"]:last-child .process-line {
  left: 0;
  transform: none;
  width: 50%; }

@media screen and (max-width: 991px) {
  .process-style01 .process-box {
    padding: 20px 20px; }
    .process-style01 .process-box .process-step {
      display: block; }
  .process-style01 [class^="col-"] .process-line {
    display: none; } }
/*faq-style01*/
.faq-style01 .faq-name {
  position: absolute;
  cursor: default;
  right: 0;
  left: initial;
  top: 50%;
  font-size: 80px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -.07em;
  text-align: center;
  white-space: nowrap;
  width: 131.5789%;
  height: 1em;
  color: #ffffff;
  transform-origin: center center;
  -webkit-transform: translate(calc(50% - 0.23em), -50%) rotate(-90deg);
  -ms-transform: translate(calc(50% - 0.23em), -50%) rotate(-90deg);
  transform: translate(calc(50% - 0.23em), -50%) rotate(270deg);
  background: linear-gradient(217deg, #fff 38%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2; }
.faq-style01 .faq-box {
  display: flex;
  gap: 90px 90px;
  row-gap: 90px;
  column-gap: 90px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column; }

@media screen and (max-width: 575px) {
  .faq-style01 .faq-box {
    padding-top: 27px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 40px; } }
/*faq-style02*/
.faq-style02 .faq-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px; }
  .faq-style02 .faq-content .icon-box {
    position: relative;
    background: #A51C30;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }

/*team-style01*/
.team-style01 .team-container {
  display: flex;
  gap: 20px;
  height: 570px; }
.team-style01 .team-card {
  position: relative;
  flex: 1;
  border-radius: 0.375rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
  .team-style01 .team-card:hover {
    flex: 3; }
    .team-style01 .team-card:hover img {
      filter: grayscale(0%); }
    .team-style01 .team-card:hover::before {
      opacity: 1; }
    .team-style01 .team-card:hover .inactive-content {
      opacity: 0; }
    .team-style01 .team-card:hover .active-content {
      opacity: 1;
      pointer-events: auto; }
    .team-style01 .team-card:hover .bottom-info {
      transform: translateY(0); }
  .team-style01 .team-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.6s ease; }
  .team-style01 .team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 42% 22%, rgba(165, 28, 48, 0.45) 0%, rgba(165, 28, 48, 0.1) 19%, transparent 26%);
    z-index: 1;
    opacity: 0;
    mix-blend-mode: screen;
    transition: opacity 0.6s ease;
    pointer-events: none; }
.team-style01 .team-card.active {
  flex: 3; }
  .team-style01 .team-card.active img {
    filter: grayscale(0%); }
  .team-style01 .team-card.active::before {
    opacity: 1; }
  .team-style01 .team-card.active .inactive-content {
    opacity: 0; }
  .team-style01 .team-card.active .active-content {
    opacity: 1;
    pointer-events: auto; }
  .team-style01 .team-card.active .bottom-info {
    transform: translateY(0); }
.team-style01 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1; }
.team-style01 .inactive-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
  opacity: 1;
  transition: opacity 0.4s ease; }
  .team-style01 .inactive-content .brand-logo {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap; }
.team-style01 .active-content {
  position: absolute;
  inset: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease; }
  .team-style01 .active-content .top-logo {
    color: white;
    font-size: 1.2rem;
    font-weight: 600; }
.team-style01 .bottom-info {
  color: white;
  transform: translateY(20px);
  transition: transform 0.4s ease; }
  .team-style01 .bottom-info .name a {
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
    white-space: nowrap; }
  .team-style01 .bottom-info .designation {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 15px; }
.team-style01 .social-icons a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  margin-right: 15px;
  transition: color 0.3s; }
  .team-style01 .social-icons a:hover {
    color: #A51C30; }

@media (max-width: 767px) {
  .team-style01 .team-container {
    flex-direction: column;
    height: 800px;
    gap: 10px; }
  .team-style01 .team-card {
    width: 100%;
    flex: 1; }
    .team-style01 .team-card:hover {
      flex: 5; }
  .team-style01 .team-card.active {
    flex: 5; }
  .team-style01 .bottom-info .name a {
    font-size: 24px;
    white-space: normal; }
  .team-style01 .active-content {
    padding: 20px; } }
@media (max-width: 575px) {
  .team-style01 .team-container {
    flex-direction: column;
    height: 669px;
    gap: 10px; } }
/*team-style02*/
.team-style02 .team-box {
  border-top: 1px solid #d3d3d3;
  padding: 30px 0;
  position: relative; }
  .team-style02 .team-box:last-child {
    border-bottom: 1px solid #d3d3d3; }
  .team-style02 .team-box:hover .team-content .h3 a {
    color: #A51C30 !important; }
  .team-style02 .team-box:hover .floating-image {
    opacity: 1;
    visibility: visible;
    z-index: 10; }
  .team-style02 .team-box:hover .butn-style03 {
    color: #ffffff;
    border-color: #A51C30;
    z-index: 11; }
    .team-style02 .team-box:hover .butn-style03::before {
      width: 100%; }
.team-style02 .team-content {
  position: relative;
  width: fit-content; }
  .team-style02 .team-content .h3 a {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(165, 28, 48, 0.2);
    text-decoration: none;
    transition: color 0.4s ease; }
.team-style02 .team-box.active .team-content .h3 a {
  color: #A51C30 !important; }
.team-style02 .team-box.active .floating-image {
  opacity: 1;
  visibility: visible;
  z-index: 10; }
.team-style02 .team-box.active .butn-style03 {
  color: #ffffff;
  border-color: #A51C30;
  z-index: 11; }
  .team-style02 .team-box.active .butn-style03::before {
    width: 100%; }
.team-style02 .subtitle {
  font-size: 13px;
  color: #1A1B25;
  text-transform: uppercase; }
.team-style02 .floating-image {
  position: absolute;
  width: 264px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  visibility: hidden;
  left: 0;
  top: 0;
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .team-style02 .floating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); }
.team-style02 .butn-style03:hover {
  transform: translateY(-2px); }

@media screen and (max-width: 1399px) {
  .team-style02 .team-content .h3 a {
    font-size: 52px; } }
@media screen and (max-width: 1199px) {
  .team-style02 .floating-image {
    width: 191px; }
  .team-style02 .team-content .h3 a {
    font-size: 36px; } }
@media screen and (max-width: 575px) {
  .team-style02 .team-content .h3 a {
    font-size: 32px; } }
/*.contact-style01*/
.contact-style01 .quform .form-control {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff; }
.contact-style01 .contact-bg {
  box-shadow: 0px -3px 0px 0px #e8e8e8 inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.6980392157) inset, 0px 2.77px 2.21px 0px rgba(26, 27, 37, 0.04), 0px 3px 3px 0px rgba(165, 28, 48, 0.06); }
.contact-style01 .contact-icon {
  box-shadow: 0px -3px 0px 0px #e8e8e8 inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.6980392157) inset, 0px 2.77px 2.21px 0px rgba(26, 27, 37, 0.04), 0px 3px 3px 0px rgba(165, 28, 48, 0.06);
  background: rgba(26, 27, 37, 0.035);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 28px;
  border-radius: 0.375rem; }

/*==============================
 *    Scroll Section
 *    ================================ */
/* animation track */
.scroll-section {
  width: 100%;
  overflow: hidden;
  position: relative; }

.scroll-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running; }

.pause-on-hover:hover {
  animation-play-state: paused; }

.pause-on-hover:active {
  animation-play-state: paused; }

.pause-on-hover:focus {
  animation-play-state: paused; }

.scroll-left {
  animation-name: scroll-left; }

.scroll-right {
  animation-name: scroll-right; }

.scroll-group {
  display: inline-flex;
  white-space: nowrap; }

.scroll-item {
  display: inline-block;
  white-space: nowrap;
  line-height: 1; }

.scroll-item.with-img {
  min-width: 256px;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex; }

.scroll-item.with-img img {
  vertical-align: middle; }

@media screen and (max-width: 575px) {
  .scroll-item.with-img {
    min-width: 168px; } }
/* keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-200%); } }
@keyframes scroll-right {
  0% {
    transform: translateX(-200%); }
  100% {
    transform: translateX(0); } }
.scroll-icon-rotated {
  -webkit-animation: icon-rotated 2s linear infinite;
  animation: icon-rotated 2s linear infinite; }

@keyframes icon-rotated {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/* speed control */
.scroll-speed-1 {
  animation-duration: 10s; }

/* Ultra Fast */
.scroll-speed-2 {
  animation-duration: 15s; }

/* Extra Fast */
.scroll-speed-3 {
  animation-duration: 20s; }

/* Fast */
.scroll-speed-4 {
  animation-duration: 30s; }

/* Medium */
.scroll-speed-5 {
  animation-duration: 40s; }

/* Slow */
.scroll-speed-6 {
  animation-duration: 60s; }

/* Super Slow */
.scroll-speed-7 {
  animation-duration: 80s; }

/* Ultra Slow */
.scroll-speed-8 {
  animation-duration: 100s; }

/* Glacial */
.scroll-speed-9 {
  animation-duration: 120s; }

/*scroll-style03*/
.scroll-section.scroll-style01 .scroll-item {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  text-shadow: none;
  font-weight: 800;
  line-height: 1.05em;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.06);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: calc(15vw + 30px);
  font-style: italic; }

/*scroll-style01*/
.scroll-section.scroll-style02 .scroll-item {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  font-size: 140px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.08em;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.scroll-section.scroll-style02 .scroll-item.with-img {
  min-width: 105px; }
.scroll-section.scroll-style02 .scroll-item.title-sm {
  font-weight: 800;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-style: italic;
  color: #A51C30; }

@media screen and (max-width: 1399px) {
  .scroll-section.scroll-style02 .scroll-item {
    font-size: 116px; } }
@media screen and (max-width: 991px) {
  .scroll-section.scroll-style02 .scroll-item {
    font-size: 109px; } }
@media screen and (max-width: 767px) {
  .scroll-section.scroll-style02 .scroll-item {
    font-size: 97px; } }
@media screen and (max-width: 575px) {
  .scroll-section.scroll-style02 .scroll-item {
    font-size: 54px; } }
/*==============================
 *    Page navigation
 *    ================================ */
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: rgba(165, 28, 48, 0.065); }

.prev-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px; }
  .prev-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none; }
  .prev-page .page-info > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s; }
  .prev-page .page-info .image-prev {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden; }
  .prev-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden; }
  .prev-page .page-info .prev-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s; }
    .prev-page .page-info .prev-title:empty {
      display: none; }
  .prev-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s; }
    .prev-page .page-info .next-title:empty {
      display: none; }
  .prev-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1); }
  .prev-page a {
    justify-content: flex-start;
    text-align: left; }
    .prev-page a:hover .image-prev:after {
      visibility: visible;
      opacity: 1; }
    .prev-page a:hover .image-prev:before {
      visibility: visible;
      opacity: 1;
      margin-left: 0; }
  .prev-page .image-prev {
    margin-right: 20px; }
    .prev-page .image-prev:after {
      background-color: #A51C30;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out; }
    .prev-page .image-prev:before {
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      margin-left: 20px;
      content: "\e64a";
      font-family: 'themify';
      font-size: 21px;
      line-height: 70px;
      color: #fff;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out; }

.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
  margin-left: auto; }
  .next-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none; }
  .next-page .page-info > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s; }
  .next-page .page-info .image-prev {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden; }
  .next-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden; }
  .next-page .page-info .prev-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s; }
    .next-page .page-info .prev-title:empty {
      display: none; }
  .next-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s; }
    .next-page .page-info .next-title:empty {
      display: none; }
  .next-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1); }
  .next-page .image-next {
    margin-left: 20px; }
    .next-page .image-next:after {
      background-color: #A51C30;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out; }
    .next-page .image-next:before {
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      margin-right: 20px;
      content: "\e64a";
      font-family: 'themify';
      font-size: 21px;
      line-height: 70px;
      color: #fff;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out;
      transform: scaleX(-1); }
  .next-page a {
    justify-content: flex-end;
    text-align: right; }
    .next-page a:hover .image-next:after {
      visibility: visible;
      opacity: 1; }
    .next-page a:hover .image-next:before {
      visibility: visible;
      opacity: 1;
      margin-right: 0; }
  .next-page .next-title {
    text-align: right; }

.prev-link-page-info > span {
  display: block; }
.prev-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px; }
  .prev-link-page-info .date-details > div {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500; }
  .prev-link-page-info .date-details > span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500; }
  .prev-link-page-info .date-details:only-child {
    margin-top: 0; }

.next-link-page-info > span {
  display: block; }
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px; }
  .next-link-page-info .date-details > div {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500; }
  .next-link-page-info .date-details > span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500; }
  .next-link-page-info .date-details:only-child {
    margin-top: 0; }

@media (max-width: 767px) {
  .prev-page {
    width: calc(100% - 20px);
    max-width: unset; }

  .next-page {
    width: calc(100% - 20px);
    max-width: unset; }

  .prev-page + .next-page {
    margin-top: 0; }

  .page-navigation {
    flex-direction: column; } }
@media (max-width: 575px) {
  .prev-page .page-info > a {
    padding: 10px; }
  .prev-page .page-info .prev-title {
    max-width: 168px; }
  .prev-page .page-info .next-title {
    max-width: 168px; }

  .next-page .page-info > a {
    padding: 10px; }
  .next-page .page-info .prev-title {
    max-width: 168px; }
  .next-page .page-info .next-title {
    max-width: 168px; } }
/* quform */
.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

.form-control:focus {
  border-color: #A51C30; }

.form-check-input:checked {
  border-color: #A51C30;
  background-color: #A51C30; }

.quform-input {
  position: relative; }
  .quform-input .form-control {
    border-radius: 5px; }
  .quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1; }

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 16px; }
  .quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top; }
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }
  .quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal; }
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-has-error input {
  border-color: #f5543f !important; }
.quform-has-error textarea {
  border-color: #f5543f !important; }
.quform-has-error select {
  border-color: #f5543f !important; }
.quform-has-error input[type=file] {
  border-color: #f5543f !important; }
.quform-has-error .custom-file-label {
  border-color: #f5543f !important; }

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }
  .quform-loading-wrap .quform-loading {
    display: inline-block; }

.light-validation .quform-errors > .quform-error {
  color: #fff; }

/* newsletter */
.newsletter-form-icon .quform-elements {
  position: relative;
  border-radius: 10px; }
.newsletter-form-icon .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px; }
  .newsletter-form-icon .quform-submit-inner .btn {
    padding: 0.441rem 1rem; }
    .newsletter-form-icon .quform-submit-inner .btn:focus {
      border: 1px solid transparent; }
    .newsletter-form-icon .quform-submit-inner .btn:active {
      border: 1px solid transparent; }
.newsletter-form-icon .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0; }
.newsletter-form-icon input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0.5rem 5rem 0.5rem 1rem;
  color: #fff; }
.newsletter-form-icon .form-control:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
.newsletter-form-icon .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
.newsletter-form-icon .quform-has-error input {
  border-color: #A51C30; }
.newsletter-form-icon .quform-has-error textarea {
  border-color: #A51C30; }
.newsletter-form-icon .quform-has-error select {
  border-color: #A51C30; }
.newsletter-form-icon .quform-input .quform-errors-wrap {
  right: 15px; }
.newsletter-form-icon i {
  font-size: 1.2rem;
  line-height: 2rem; }

/* Dark Form */
.quform.dark .form-control {
  min-height: 55px;
  border-radius: 0.375rem;
  resize: none;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: #fff;
  opacity: 0.65; }
  .quform.dark .form-control:focus {
    border-color: #A51C30;
    background-color: transparent;
    color: #fff;
    opacity: 0.95; }
  .quform.dark .form-control:active {
    border-color: #A51C30;
    background-color: transparent;
    color: #fff;
    opacity: 0.95; }
  .quform.dark .form-control:hover {
    border-color: #A51C30;
    background-color: transparent;
    color: #fff;
    opacity: 0.95; }

/* social-icon-style1 */
.social-icon-style1 li {
  display: inline-block;
  margin-right: 5px;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: 0.3s;
  margin-bottom: 10px; }
  .social-icon-style1 li:last-child {
    margin-right: 0; }
  .social-icon-style1 li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 15px;
    border-radius: 50%; }
    .social-icon-style1 li a:hover {
      color: rgba(255, 255, 255, 0.6); }

@media screen and (max-width: 1599px) {
  .social-icon-style1 li a {
    width: 38px;
    height: 38px;
    font-size: 13px; } }
/*social-icon-style2*/
.social-icon-style2 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none; }
  .social-icon-style2 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
    .social-icon-style2 li a {
      display: inline-flex;
      font-size: 14px;
      text-align: center;
      color: #ffffff !important;
      border: 1px solid rgba(255, 255, 255, 0.1);
      height: 50px;
      width: 50px;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .social-icon-style2 li a:hover {
        background: #A51C30; }
    .social-icon-style2 li:last-child {
      margin-right: 0; }

@media screen and (max-width: 1399px) {
  .social-icon-style2 li a {
    height: 45px;
    width: 45px; } }
/*social-icon-style3*/
.social-icon-style3 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none; }
  .social-icon-style3 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
    .social-icon-style3 li a {
      display: inline-flex;
      font-size: 12px;
      text-align: center;
      color: #ffffff !important;
      border: 1px solid rgba(255, 255, 255, 0.1);
      height: 30px;
      width: 30px;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .social-icon-style3 li a:hover {
        background: #A51C30; }
    .social-icon-style3 li:last-child {
      margin-right: 0; }

/*social-icon-style4*/
.social-icon-style4 {
  margin-bottom: 0;
  list-style: none; }
  .social-icon-style4 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
    .social-icon-style4 li a {
      display: inline-block;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.1);
      height: 41px;
      line-height: 41px;
      width: 41px; }
      .social-icon-style4 li a:hover {
        background: #A51C30;
        border-color: #A51C30; }
        .social-icon-style4 li a:hover i {
          color: #fff; }
      .social-icon-style4 li a:active {
        background: #A51C30;
        border-color: #A51C30; }
        .social-icon-style4 li a:active i {
          color: #fff; }
      .social-icon-style4 li a:focus {
        background: #A51C30;
        border-color: #A51C30; }
        .social-icon-style4 li a:focus i {
          color: #fff; }

/*==============================
 *    Footer
 *    ================================ */
/* footer */
footer {
  overflow: hidden; }
  footer .email {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding-bottom: 5px; }
    footer .email a {
      color: rgba(255, 255, 255, 0.7);
      position: relative;
      transition: all 0.8s ease; }
      footer .email a:hover {
        color: #A51C30 !important; }
        footer .email a:hover:after {
          width: 100%; }
      footer .email a:active {
        color: #A51C30 !important; }
        footer .email a:active:after {
          width: 100%; }
      footer .email a:focus {
        color: #A51C30 !important; }
        footer .email a:focus:after {
          width: 100%; }
      footer .email a:after {
        border-bottom: 1px solid #fff;
        transition: all 0.8s ease;
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -10px;
        right: 0;
        width: 0; }
  footer .phone {
    padding-bottom: 0;
    margin-bottom: 0; }
    footer .phone a {
      padding-bottom: 0;
      letter-spacing: -0.05rem;
      color: white; }
      footer .phone a:hover {
        color: #A51C30 !important; }
      footer .phone a:active {
        color: #A51C30 !important; }
      footer .phone a:focus {
        color: #A51C30 !important; }
  footer li {
    list-style: none;
    word-wrap: break-word; }
    footer li:first-child {
      margin-top: 0;
      border-top: 0;
      padding-top: 0; }
    footer li a {
      color: #fff; }
      footer li a:hover {
        color: #A51C30; }
      footer li a:active {
        color: #A51C30; }
      footer li a:focus {
        color: #A51C30; }
  footer label {
    color: #fff; }

.footer-logo {
  max-width: 215px;
  width: 100%;
  display: inline-block; }

@media screen and (max-width: 767px) {
  footer .email a:after {
    bottom: -10px; } }

/*# sourceMappingURL=styles.css.map */
