/**
 * Stylesheet:  style.css
 * Theme:       Technova - IT Startup & Agency HTML5 Template
 * Version:     1.0
 * Author:     	BoomDevs
 * 
 */
/* Table of contents
=========================
1.Preloader
2.Scrollup
3.Nav Menu
4.Slider Section
5.Info Card
6.Icon Card
7.About Image Card
8.About Info Card
9.Counter Card
10.Process Step Card
11.Testimonial Card
12.Accordion Card
13.Client Logo Card
14.Post Card
15.Skill Progress Card
16.Price Card
17.Call To Action Card
18.Title Card
19.Breadcrumb
20.Pagination's
21.Project Details Page
22.Sidebar
23.Comment List
24.Comment Form
25.Team Member
26.Portfolio
27.About Page
28.Contact Page
29.Service Page
30.Team Page
Footer


===========================*/
/* Theme Default CSS */
* {
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #616670;
  vertical-align: baseline;
  line-height: 30px;
  font-smoothing: antialiased;
  direction: ltr;
}

p {
  margin: 0 0 15px;
}

img {
  max-width: 100%;
  height: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Rajdhani", sans-serif;
  color: #23262D;
  font-style: normal;
  transition: all 0.5s ease-out;
}

h1 {
  font-size: 68px;
  line-height: 78px;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

label {
  color: #616670;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

button {
  cursor: pointer;
  transition: all 0.5s ease-out;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a,
.button {
  text-decoration: none;
  transition: all 0.5s ease-out;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #af2020;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

a,
button {
  color: #af2020;
  outline: medium none;
  transition: all 0.5s ease-out;
}
a:hover,
button:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #af2020;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #af2020;
  text-shadow: none;
  color: #fff;
}

textarea:focus,
input:focus {
  outline: none;
}

.background-black {
  background-color: #23262D;
}

.background-gray {
  background-color: #F4F4F4;
}

.background-orange {
  background-color: #af2020;
}

.page-bg {
  background-color: #23262D;
}

.bg-gray-100 {
  background-color: #F4F4F4;
}

.page-area {
  padding-top: 113px;
  padding-bottom: 100px;
}

.blog-area {
  padding-top: 120px;
  padding-bottom: 80px;
}




@media (max-width: 991px) {
  .page-area,
  .blog-area {
    padding-top: 100px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .page-area,
  .blog-area {
    padding-top: 80px;
    padding-bottom: 32px;
  }
}
.page-area .page-links,
.blog-area .page-links {
  margin-bottom: 20px;
}

.border-radius-12 {
  border-radius: 12px;
}

.text-white-100 {
  color: rgba(255, 255, 255, 0.7019607843);
}

code {
  color: #af2020;
}

.theme-btn,
.wp-block-loginout a,
input.theme-btn {
  display: inline-flex;
  background-color: #af2020;
  border: 1px solid #af2020;
  color: #ffffff;
  padding: 14px 24px;
  text-align: center;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease-out;
  font-size: 16px;
  letter-spacing: 1.28px;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  z-index: 2;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .theme-btn,
  .wp-block-loginout a,
  input.theme-btn {
    letter-spacing: initial;
    font-size: 14px;
  }
}
.theme-btn:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
  color: #fff;
  border-color: #383838;
  background-color: #242424;
}
.theme-btn:hover:before,
.wp-block-loginout a:hover:before,
input.theme-btn:hover:before {
  width: 150%;
  background-color: #313131;
  transition: all 0.5s ease-out;
}
.theme-btn:focus,
.wp-block-loginout a:focus,
input.theme-btn:focus {
  color: #ffffff;
}

.simple-btn {
  color: #23262D;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-family: "Rubik", sans-serif;
}
.simple-btn:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}

.wp-block-loginout a {
  position: relative;
}

.contact-form-btn {
  justify-content: center;
  width: 100%;
  display: block;
  line-height: 42px;
}
.contact-form-btn .icon {
  float: right;
}

input.theme-btn {
  display: inline-block !important;
  width: inherit !important;
  border: 0 !important;
}

.circle-btn-text {
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.circle-btn-text text {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .circle-btn-text text {
    font-size: 13px;
  }
}
.circle-btn-text svg {
  animation-name: rotate;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.animate-move-left-right {
  animation: MoveLeftRight 1.5s linear infinite alternate;
}

.animate-move-top-bottom {
  animation: MoveUpDown 1.5s linear infinite alternate;
}

.slider-nav-btn-wrapper {
  display: flex;
  gap: 18px;
}
.slider-nav-btn-wrapper a {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: 24px;
  color: #23262D;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-nav-btn-wrapper a {
    width: 60px;
    height: 60px;
  }
}
.slider-nav-btn-wrapper a:hover {
  background-color: #af2020;
  color: #ffffff;
}

.circle-rotate-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.circle-rotate-wrapper .circle-rotate-inner {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-rotate-text {
  transform-origin: center center;
  animation: spin 6s linear infinite;
  position: absolute !important;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
.circle-rotate-text span {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.gx-6 {
  --bs-gutter-x: 7.55rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gx-6 {
    --bs-gutter-x: 2rem;
  }
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 12px !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
  }
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mb-250 {
  margin-bottom: 250px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-86 {
  padding-top: 85px;
}

.pt-87 {
  padding-top: 85px;
}

.pt-88 {
  padding-top: 85px;
}

.pt-89 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-250 {
  padding-top: 250px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 35px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 35px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/** padding top & bottom **/
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.py-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.py-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.py-205 {
  padding-top: 205px;
  padding-bottom: 205px;
}

.py-210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.py-215 {
  padding-top: 215px;
  padding-bottom: 215px;
}

.py-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.py-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

.py-230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.py-235 {
  padding-top: 235px;
  padding-bottom: 235px;
}

.py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.py-260 {
  padding-top: 260px;
  padding-bottom: 260px;
}

.py-270 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.py-280 {
  padding-top: 280px;
  padding-bottom: 280px;
}

.py-290 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.py-310 {
  padding-top: 310px;
  padding-bottom: 310px;
}

.py-320 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.py-330 {
  padding-top: 330px;
  padding-bottom: 330px;
}

.py-340 {
  padding-top: 340px;
  padding-bottom: 340px;
}

.py-350 {
  padding-top: 350px;
  padding-bottom: 350px;
}

/** padding left & right **/
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.px-155 {
  padding-left: 155px;
  padding-right: 155px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.px-175 {
  padding-left: 175px;
  padding-right: 175px;
}

.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.px-185 {
  padding-left: 185px;
  padding-right: 185px;
}

.px-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.px-195 {
  padding-left: 195px;
  padding-right: 195px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.px-205 {
  padding-left: 205px;
  padding-right: 205px;
}

.px-210 {
  padding-left: 210px;
  padding-right: 210px;
}

.px-215 {
  padding-left: 215px;
  padding-right: 215px;
}

.px-220 {
  padding-left: 220px;
  padding-right: 220px;
}

.px-225 {
  padding-left: 225px;
  padding-right: 225px;
}

.px-230 {
  padding-left: 230px;
  padding-right: 230px;
}

.px-235 {
  padding-left: 235px;
  padding-right: 235px;
}

.px-240 {
  padding-left: 240px;
  padding-right: 240px;
}

.px-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.px-260 {
  padding-left: 260px;
  padding-right: 260px;
}

.px-270 {
  padding-left: 270px;
  padding-right: 270px;
}

.px-280 {
  padding-left: 280px;
  padding-right: 280px;
}

.px-290 {
  padding-left: 290px;
  padding-right: 290px;
}

.px-300 {
  padding-left: 300px;
  padding-right: 300px;
}

.px-310 {
  padding-left: 310px;
  padding-right: 310px;
}

.px-320 {
  padding-left: 320px;
  padding-right: 320px;
}

.px-330 {
  padding-left: 330px;
  padding-right: 330px;
}

.px-340 {
  padding-left: 340px;
  padding-right: 340px;
}

.px-350 {
  padding-left: 350px;
  padding-right: 350px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pt-sm-40 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pt-sm-60 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-md-80 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-lg-100 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pb-sm-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pb-sm-60 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-lg-80 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-lg-100 {
    padding-bottom: 100px;
  }
}

/* WordPress Core
===================*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

/* Protected Post Type */
.post-password-form label {
  width: 100%;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.post-password-form input[type=password] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%;
}
.post-password-form input[type=submit] {
  background-color: #af2020;
  border: none;
  padding: 10px 40px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.5s ease-out;
}
.post-password-form input[type=submit]:hover {
  background-color: #26262c;
}

.textwidget p > strong {
  color: #23262D;
}

/* Table */
table {
  margin-bottom: 20px;
  width: 100%;
}
table caption {
  border: 1px solid #dfe2e9;
  padding: 6px 10px;
  border-top: 0;
  color: #616670;
}
table th,
table td {
  background-color: transparent;
  border: 1px solid #dfe2e9;
  text-align: center;
  padding: 8px;
  transition: 0.3s;
  color: #616670;
}
table th#today,
table td#today {
  background: #af2020;
  color: #ffffff;
}
table th#today a,
table td#today a {
  color: #ffffff;
}

.page-content .size-full.alignright {
  margin-bottom: 15px;
  margin-top: 20px;
}
.page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}
.page-content dl, .page-content ol, .page-content ul {
  margin-bottom: 11px;
}
.page-content .comment-respond {
  margin-top: 78px;
  margin-bottom: 20px;
}
.page-content .latest-comments .comment-respond {
  margin-bottom: 40px;
}
.page-content .post-comments {
  margin-top: 80px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*
 Caption
============================*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*
 Galleries
============================*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.size-thumbnail {
  margin-bottom: 20px;
}

img.emoji {
  width: 15px;
  height: 15px;
}

/*
 Alignments
============================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*
 Block Unit Test Widget
============================*/
.wp-block-search__input {
  border: 1px solid #E3E3E3 !important;
}

.wp-block-search__button {
  margin-left: 0 !important;
}

.wp-block-social-links {
  padding-left: 0 !important;
}
.wp-block-social-links li {
  padding-top: 0 !important;
}

.single-post-item.format-quote blockquote {
  padding: 45px;
}
@media (max-width: 767px) {
  .single-post-item.format-quote blockquote {
    padding: 35px;
  }
}

blockquote {
  overflow: hidden;
  margin: 40px 0;
  position: relative;
  z-index: 1;
  padding: 40px 60px !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote {
    padding: 30px !important;
  }
}
blockquote p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #616670;
  line-height: 30px;
  font-weight: 400;
  margin: 0 !important;
}
blockquote p a {
  color: #af2020;
  text-decoration: underline;
}
blockquote footer {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #23262D;
  margin-top: 20px;
}

.wp-block-group.has-background p,
.wp-block-columns.has-background p,
.wp-block-columns .has-background p {
  color: #26262c;
}

.wp-block-quote, blockquote {
  border-left: 2px solid #af2020;
}

.wp-block-pullquote {
  border-top: 2px solid #af2020 !important;
  border-bottom: 2px solid #af2020 !important;
  background-color: #f4f4f4;
}
.wp-block-pullquote.is-style-solid-color {
  background-color: #F4F4F4 !important;
}
.wp-block-pullquote.is-style-solid-color .blockquote {
  background-color: #ffffff;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 10px;
}

.wp-block-column:not(:last-child) {
  margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
  margin-right: 10px;
}

.post-content > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

.post-content h2.has-small-font-size {
  line-height: 24px;
}
.post-content h2.has-medium-font-size {
  line-height: 32px;
}
.post-content h2.has-large-font-size {
  line-height: 48px;
}
.post-content p.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}
.post-content .wp-block-search {
  margin-bottom: 15px;
}
.post-content .wp-block-file {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-content .wp-block-group__inner-container p {
  margin-top: 0 !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: #af2020 !important;
}

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-archives select,
.wp-block-categories select {
  height: 66px;
  width: 200px;
  border: 1px solid #E3E3E3;
  padding: 0 10px;
  margin-bottom: 10px;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.wp-block-cover p.wp-block-cover-text,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #fff !important;
}

.wp-block-cover-text a {
  color: #fff;
}

.wp-block-rss {
  padding-left: 0 !important;
}

.widget .wp-block-archives-dropdown,
.widget .wp-block-categories-dropdown,
.widget .wp-block-loginout,
.widget .wp-block-social-links,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_search .search-form,
.widget.widget_tag_cloud .tagcloud,
.widget .wp-block-tag-cloud {
  margin-bottom: 6px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
}

nav.wp-calendar-nav {
  justify-content: space-between;
  display: flex;
}
nav.wp-calendar-nav a {
  color: #616670;
}
nav.wp-calendar-nav a:hover {
  color: #af2020;
}

.blog-search-content .search-form input {
  width: 50%;
  border: 1px solid #E3E3E3;
}
@media (max-width: 991px) {
  .blog-search-content .search-form input {
    width: 100%;
  }
}

/* Search Widget */
.search-form {
  display: flex !important;
}
.search-form button {
  width: 62px;
  flex-shrink: 0;
}

.wp-block-search {
  margin-bottom: -2px;
}

.wp-block-search,
.search-form {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  gap: 10px;
}
.wp-block-search .wp-block-search__inside-wrapper,
.search-form .wp-block-search__inside-wrapper {
  display: flex;
  padding: 0 !important;
}
.wp-block-search label,
.search-form label {
  font-size: 24px;
  display: block;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #26262c;
  font-family: "Rajdhani", sans-serif;
}
.wp-block-search input,
.search-form input {
  padding: 0 25px;
  height: 60px;
  width: 100%;
  color: #23262D;
  font-size: 18px;
}
.wp-block-search button,
.search-form button {
  color: #ffffff;
  padding: 0 20px;
  position: relative;
  right: 0;
  background-color: #af2020;
  top: 0;
  height: auto;
  line-height: 0;
  border: 0;
  margin-left: 0 !important;
}

/*
 Media
============================*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure.wp-block-embed {
  overflow: hidden;
}

.comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
  color: #d9c0b8 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 5px;
}
.comment-respond .wpcf7-form.sent .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #72DC60;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #F4FFF5;
  border: 1px solid #CDF5C8 !important;
  border-radius: 10px;
}
.comment-respond .wpcf7-form.invalid .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #dc3232;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #FFF7F7;
  border: 1px solid #FED8D8 !important;
  border-radius: 10px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 22px !important;
  height: 22px !important;
  border-color: #e3e4e5;
  border-radius: 6px !important;
  background-color: #e3e4e5 !important;
  transform: scale(1);
  transition: 0.3s;
  position: relative !important;
  padding: 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
  display: flex;
  align-self: center;
  flex-shrink: 0;
  box-shadow: none !important;
}

input[type=radio]::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  transition: 0.3s;
  transform: scale(0);
  background-color: #af2020;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  transform: scale(0);
  background-color: #af2020;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  transform: scale(1);
  box-sizing: inherit !important;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #af2020 !important;
}

.wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-content: center;
  margin: 0;
  gap: 10px;
}
.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
}

.logged-in .comment-respond textarea {
  margin-bottom: 12px;
}

.zoom-instagram-widget p {
  color: #ffffff;
}
.zoom-instagram-widget p a {
  color: #af2020;
}
.zoom-instagram-widget ul {
  list-style: none;
}
.zoom-instagram-widget ul li {
  color: #ffffff;
}

/* Recent Comment List Block Widget & Latest Post Widget Block */
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-weight: 500;
  color: #23262D;
}
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  font-weight: 500;
}

.wp-block-latest-comments li.wp-block-latest-comments__comment,
.wp-block-latest-posts li.wp-block-latest-comments__comment {
  margin-bottom: 0;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments li .wp-block-latest-posts__post-title,
.wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: 28px;
  font-weight: 400;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
  font-size: 14px !important;
  margin-bottom: 10px;
  position: relative;
  color: #616670;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-comments li a,
.wp-block-latest-posts li a {
  color: #23262D;
}
.wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  display: inline !important;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
}
.wp-block-latest-comments li a:hover,
.wp-block-latest-posts li a:hover {
  color: #af2020;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

body.admin-bar .header-menu-area.sticky_menu {
  top: 30px;
}
@media (max-width: 600px) {
  body.admin-bar .header-menu-area.sticky_menu {
    top: 0;
  }
}

.page-template-default.page-id-146 .page-content p:last-child {
  margin-bottom: 10px;
}
.page-template-default.page-id-156 .page-content-wrapper .page-content > p {
  margin-bottom: 10px;
}
.page-template-default.page-id-1133 .page-content .comment-respond {
  margin-top: 78px;
  display: inline-block;
  width: 100%;
}
.page-template-default.page-id-3 .page-area {
  padding-top: 120px;
}
.page-template-default.page-id-3 .page-area .page-content {
  margin-top: -9px;
}

.post-template-default.postid-163 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content .wp-block-group.is-layout-constrained:last-child {
  border: 1px solid #000;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 25px;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content p:last-child {
  margin-bottom: 0;
}
.post-template-default.postid-1163 .blog-details-wrapper .single-post-item .post-content .wp-caption, .post-template-default.postid-568 .blog-details-wrapper .single-post-item .post-content .wp-caption {
  margin-top: 20px;
}
.post-template-default.postid-1785 .blog-details-wrapper .single-post-item .post-content .wp-block-button__link {
  color: #ffffff !important;
}
.post-template-default.postid-555 .blog-details-wrapper .single-post-item .post-content .gallery {
  margin-top: 20px;
}
.post-template-default.postid-1786 .blog-details-wrapper .single-post-item .post-title {
  margin-bottom: 20px;
}
.post-template-default.postid-1780 .blog-details-wrapper .single-post-item .wp-block-button {
  margin-top: 20px;
  margin-bottom: 40px;
}

.error-404.not-found {
  margin-top: -20px;
  margin-bottom: 40px;
}
.error-404.not-found .error-content .error-btn-bh {
  margin-top: 20px;
}

@keyframes MovefadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.MovefadeUp {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(40px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(40px);
  }
}
@-webkit-keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@-webkit-keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@-webkit-keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes UpToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes Scroll {
  0% {
    transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(50vw);
    transform: translateX(50vw);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -23px 0, 100% -23px, 0 100%;
  }
  to {
    background-position: 0 -23px, 0 0, 100% 0, -23px 100%;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999999;
  right: 0;
  bottom: 0;
}

#preloader-status {
  height: 210px;
  width: 210px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.scrollup-wrapper {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 9999;
}

.scrollup-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background-color: #af2020;
  border-radius: 50px;
  border: 2px solid transparent;
  outline: 2px dashed #af2020;
  align-items: center;
  cursor: pointer;
}
.scrollup-btn i {
  margin-top: -3px;
  display: block;
}

.header-area.style-1 {
  background-color: #F4F4F4;
}
.header-area.style-1 .header-menu-area {
  padding: 0 300px;
}
@media (max-width: 1399px) {
  .header-area.style-1 .header-menu-area {
    padding: 0;
  }
}
.header-area.style-1 .logo-wrapper {
  margin-left: -200px;
}
@media (max-width: 1399px) {
  .header-area.style-1 .logo-wrapper {
    margin-left: 0;
  }
}
.header-area.style-1 .header-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area.style-1 .header-menu-wrapper .search-btn-with-btn {
  margin-left: unset;
  margin-right: -200px;
}
@media (max-width: 1199px) {
  .header-area.style-1 .header-menu-wrapper .search-btn-with-btn {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header-area.style-1 .header-menu-wrapper .search-btn-with-btn {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .header-area.style-1 .header-menu-wrapper .search-btn-with-btn .btn-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .circle {
    border-radius: 50%;
    box-shadow: 0px 0px 2px 2px #44bf246b;
    position: fixed;
    right: 10px!important;
    bottom: 13%!important;
    z-index: 9999;
    width: 10%!important;
}
}



.header-top {
  background-color: #af2020;
  display: flex;
  align-items: center;
  gap: 5px 20px;
  justify-content: space-between;
  padding: 4px 40px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .header-top-content {
  display: flex;
  align-items: center;
  gap: 5px 30px;
  flex-wrap: wrap;
}
.header-top .header-top-slogan {
  color: #ffffff;
}
.header-top .header-top-info {
  display: flex;
  gap: 0 24px;
}
@media (max-width: 1199px) {
  .header-top .header-top-info {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-top .header-top-info {
    padding-bottom: 10px;
  }
}
.header-top .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  flex-wrap: wrap;
}
.header-top .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.header-top .header-contact-info span:first-child:before {
  display: none;
}
.header-top .header-contact-info span:before {
  background-color: rgb(255, 255, 255);
  opacity: 0.361;
  width: 1px;
  display: inline-flex;
  height: 12px;
  content: "";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-top .header-contact-info span:before {
    display: none;
  }
}
.header-top .header-contact-info span.contact-info-item {
  gap: 0 10px !important;
}
.header-top .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.header-top .social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.header-top .social-profile .social-profile-title {
  color: #ffffff;
}
.header-top .social-profile a {
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
  transform: scale(1);
  background-color: transparent;
}
.header-top .social-profile a:hover {
  transition: all 0.5s ease-out;
  transform: scale(1.4);
  color: #ffffff;
}

.header-menu-area {
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease 0s;
  left: 0;
}
@media (max-width: 991px) {
  .header-menu-area .search-btn-with-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-area .search-btn-with-btn .btn-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-menu-area .search-btn-with-btn .btn-wrapper i {
    display: none;
  }
}
.header-menu-area .search-btn-with-btn .search-btn-wrapper .search-btn {
  color: #23262D;
  background-color: #F4F4F4;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  width: 60px;
  font-size: 16px;
}
.header-menu-area .search-btn-with-btn .search-btn-wrapper .search-btn:hover {
  background-color: #23262D;
  color: #ffffff;
}
.header-menu-area.sticky-header {
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease 0s;
}
.header-menu-area.sticky-header.sticky_menu .search-btn-wrapper .search-btn {
  color: #23262D;
}
.header-menu-area.sticky-header.sticky_menu .search-btn-wrapper .search-btn:hover {
  color: #af2020;
}
.header-menu-area.sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
}
.header-menu-area.sticky_menu .logo {
  height: 84px;
}
.header-menu-area.sticky_menu .logo:before {
  display: none;
}
.header-menu-area.sticky_menu .logo .standard-logo {
  display: none;
}
.header-menu-area.sticky_menu .logo .sticky-logo {
  display: block;
}
.header-menu-area.sticky_menu .logo .sticky-logo img {
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu ul li.active > a, .header-menu-area.sticky_menu .main-menu ul li.current-menu-ancestor > a {
  color: #af2020;
}
.header-menu-area.sticky_menu .main-menu ul li.active > a:after, .header-menu-area.sticky_menu .main-menu ul li.current-menu-ancestor > a:after {
  display: none;
}
.header-menu-area.sticky_menu .main-menu ul li a {
  padding: 27px 24px;
  color: #23262D;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-area.sticky_menu .main-menu ul li a {
    padding: 27px 15px;
  }
}
.header-menu-area.sticky_menu .main-menu ul li a:hover {
  color: #af2020;
}
.header-menu-area.sticky_menu .main-menu ul li ul.submenu li.active > a {
  color: #ffffff;
}
.header-menu-area.sticky_menu .main-menu ul li ul li a {
  padding: 10px 20px;
}
.header-menu-area.sticky_menu .main-menu ul li ul li a:hover {
  color: #ffffff;
}
.header-menu-area.sticky_menu .ct-header-btn .content-wrapper span {
  color: #23262D;
}
.header-menu-area .logo {
  position: relative;
  z-index: 999;
  height: 120px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area .logo {
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-menu-area .logo {
    height: 80px;
  }
}
.header-menu-area .logo .standard-logo img {
  transition: all 0.5s ease-out;
}
.header-menu-area .logo .sticky-logo {
  display: none;
}
.header-menu-area .logo .sticky-logo img {
  transition: all 0.5s ease-out;
}
.header-menu-area .logo .retina-logo {
  display: none;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.main-menu ul li.active, .main-menu ul li.current-menu-ancestor {
  position: relative;
}
.main-menu ul li.active > a, .main-menu ul li.current-menu-ancestor > a {
  color: #af2020;
}
.main-menu ul li.dropdown > a {
  padding-right: 30px !important;
}
.main-menu ul li.dropdown > a:before {
  visibility: visible;
}
.main-menu ul li.dropdown .dropdown > a:before {
  visibility: visible;
  right: 15px;
  transform: rotate(-90deg);
  margin-top: -4px;
}
.main-menu ul li ul.submenu li.active > a {
  position: relative;
  z-index: 2;
  background-color: #af2020;
  color: #ffffff !important;
}
.main-menu ul li ul.submenu li.active > a:after {
  display: none;
}
.main-menu ul li a {
  display: block;
  padding: 45px 24px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  position: relative;
  color: #23262D;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.main-menu ul li a:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding: 3px;
  font-size: 14px;
  top: 50%;
  right: 6px;
  line-height: 0;
  visibility: hidden;
}
.main-menu ul li a:hover {
  color: #af2020;
}
.main-menu ul li:hover > ul {
  visibility: visible;
  transition: all 300ms ease;
  opacity: 1;
  transform: scaleY(1);
}
.main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}
.main-menu ul ul {
  background-color: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  transition: all 300ms ease;
  border-top: 2px solid #af2020;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform: scaleY(0);
}
.main-menu ul ul li {
  float: none;
  min-width: 307px;
}
.main-menu ul ul li ul {
  visibility: hidden;
}
.main-menu ul ul li i {
  float: right;
}
.main-menu ul ul li a {
  line-height: 120%;
  padding: 10px 20px;
  color: #26262c;
  border-bottom: 1px solid #E3E3E3;
  margin-left: 0;
  font-size: 14px;
}
.main-menu ul ul li a:hover {
  background-color: #af2020;
  color: #ffffff;
}
.main-menu ul ul li:last-child a {
  border-bottom: 0px;
}
.main-menu ul ul ul {
  left: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-top: 0px;
  border-top: 2px solid #af2020;
}

.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

.search-btn-with-cta-btn {
  display: flex;
  gap: 24px;
}
@media (max-width: 1199px) {
  .search-btn-with-cta-btn {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .search-btn-with-cta-btn {
    gap: 24px;
  }
}

.search-btn-with-btn {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.search-btn-with-btn .search-btn {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
.search-btn-with-btn .btn-wrapper .theme-btn.icon-left {
  flex-direction: row-reverse;
}

.search-form-wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.search-form-wrapper.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.5s ease-out;
}
.search-form-wrapper .search-form-inner {
  width: 768px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.search-form-wrapper .search-form-inner .search-content-filed {
  display: flex;
  align-items: center;
  gap: 30px;
}
.search-form-wrapper .search-form-inner .search-content-filed .search-close {
  cursor: pointer;
  font-size: 30px;
  color: #ffffff;
}
.search-form-wrapper .search-form-inner .search-form {
  background: #FFFFFF;
  box-shadow: 0 30px 70px rgba(208, 225, 242, 0.3);
  padding: 15px 30px;
  flex: 1;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input .theme-btn {
  display: inline-block;
  height: 100%;
  width: auto;
  padding: 0 40px;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input .search-icon {
  display: flex;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input button.submit-search-btn {
  padding: 15px 24px !important;
}
.search-form-wrapper .search-form-inner .search-form input[type=search] {
  margin-top: 0 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 12px !important;
  flex-grow: 1;
}

.header-area.style-2 {
  display: flex;
  align-items: center;
  position: relative;
}
.header-area.style-2 .logo-wrapper {
  position: relative;
  z-index: 9999;
  height: 80px;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-left: -200px;
  /* margin-bottom: -20px; */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area.style-2 .logo-wrapper {
    height: 100px;
    margin-bottom: 0;
  }
}
/* .header-area.style-2 .logo-wrapper:before {
  position: absolute;
  content: "";
  width: 9999px;
  right: 0;
  background-color: #fff;
  height: 100%;
} */
/* .header-area.style-2 .logo-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  right: -70px;
  z-index: -1;
  height: 100%;
  border-left: 70px solid #fff;
  border-bottom: 120px solid transparent;
} */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area.style-2 .logo-wrapper:after {
    border-bottom: 100px solid transparent;
  }
}
@media (max-width: 1399px) {
  .header-area.style-2 .logo-wrapper {
    margin-left: 0;
  }
}
.header-area.style-2 .header-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area.style-2 .header-menu-wrapper .search-btn-with-btn {
  margin-left: unset;
  margin-right: -200px;
}
@media (max-width: 991px) {
  .header-area.style-2 .header-menu-wrapper .search-btn-with-btn {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header-area.style-2 .header-menu-wrapper .search-btn-with-btn {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .header-area.style-2 .header-menu-wrapper .search-btn-with-btn .btn-wrapper {
    display: none;
  }
}
.header-area.style-2 .header-menu-area {
  padding: 0 300px;
}
@media (max-width: 1399px) {
  .header-area.style-2 .header-menu-area {
    padding: 0;
  }
}
.header-area.style-2 .header-menu-area.sticky_menu .logo-wrapper {
  height: 100px;
  margin-bottom: 0;
}
.header-area.style-2 .header-menu-area.sticky_menu .logo-wrapper:after {
  border-bottom: 100px solid transparent;
}
.header-area.style-2 .header-menu-area.sticky_menu .main-menu ul li a {
  color: #23262D;
  transition: all 0.5s ease-out;
}
.header-area.style-2 .header-menu-area.sticky_menu .main-menu ul li a:hover {
  color: #af2020;
}
.header-area.style-2 .header-menu-area.sticky_menu .main-menu ul li ul li a:hover {
  color: #ffffff;
}
.header-area.style-2 .header-menu-area .main-menu ul li a {
  color: #23262D;
  transition: all 0.5s ease-out;
  padding: 15px 24px;
}
.header-area.style-2 .header-menu-area .main-menu ul li a:hover {
  color: #af2020;
}
.header-area.style-2 .header-menu-area .main-menu ul li ul li a {
  padding: 13px 15px;
}
.header-area.style-2 .header-menu-area .main-menu ul li ul li a:hover {
  color: #ffffff;
}

.header-area.style-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-area.style-5 .logo-wrapper {
  position: absolute;
  left: 60px;
}
@media (max-width: 991px) {
  .header-area.style-5 .logo-wrapper {
    position: relative;
    left: 0;
  }
}
@media (max-width: 991px) {
  .header-area.style-5 .logo-wrapper .logo .standard-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area.style-5 .logo-wrapper .logo .sticky-logo {
    display: block;
  }
}
@media (max-width: 991px) {
  .header-area.style-5 .header-menu-area {
    background-color: #ffffff;
  }
}
.header-area.style-5 .header-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-5 .header-menu-wrapper {
    justify-content: end;
  }
}
.header-area.style-5 .header-menu-wrapper .search-btn-with-btn {
  gap: 60px;
  align-self: stretch;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-5 .header-menu-wrapper .search-btn-with-btn {
    display: none;
  }
}
.header-area.style-5 .header-menu-wrapper .search-btn-with-btn .search-btn-wrapper .search-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  flex-shrink: 0;
  min-height: unset;
}
.header-area.style-5 .header-menu-wrapper .search-btn-with-btn .btn-wrapper {
  height: 100%;
  align-self: stretch;
  position: absolute;
  right: 0;
  top: 0;
}
.header-area.style-5 .header-menu-wrapper .search-btn-with-btn .btn-wrapper .theme-btn {
  height: 100%;
  gap: 25px;
}
.header-area.style-5 .header-menu-wrapper .search-btn-with-btn .btn-wrapper .theme-btn .icon {
  font-size: 40px;
}
.header-area.style-5 .header-menu-wrapper .search-btn-with-btn .btn-wrapper .theme-btn .btn-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.header-area.style-5 .header-menu-wrapper .search-btn-with-btn .btn-wrapper .theme-btn .btn-content .phone-number-label {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.header-area.style-5 .header-menu-wrapper .search-btn-with-btn .btn-wrapper .theme-btn .btn-content .phone-number {
  font-size: 18px;
}
.header-area.style-5 .header-menu-area.sticky_menu .main-menu ul li a {
  color: #23262D;
  transition: all 0.5s ease-out;
  padding: 27px 24px;
}
.header-area.style-5 .header-menu-area.sticky_menu .main-menu ul li a:hover {
  color: #af2020;
}
.header-area.style-5 .header-menu-area.sticky_menu .main-menu ul li ul li a {
  padding: 10px 20px;
}
.header-area.style-5 .header-menu-area.sticky_menu .main-menu ul li ul li a:hover {
  color: #ffffff;
}
.header-area.style-5 .header-menu-area .main-menu ul li a {
  color: #ffffff;
  transition: all 0.5s ease-out;
  padding: 51px 24px;
}
.header-area.style-5 .header-menu-area .main-menu ul li a:hover {
  color: #af2020;
}
.header-area.style-5 .header-menu-area .main-menu ul li ul li a {
  padding: 10px 20px;
  color: #23262D;
}
.header-area.style-5 .header-menu-area .main-menu ul li ul li a:hover {
  color: #ffffff;
}

.header-area.style-6 {
  background-color: #282B33;
}
.header-area.style-6 .mobile-menu-bar a i {
  color: #ffffff;
}
.header-area.style-6 .header-top .header-top-info {
  width: auto;
}
.header-area.style-6 .header-menu-area {
  position: relative;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  .header-area.style-6 .header-menu-area .main-menu-wrapper {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .header-area.style-6 .header-menu-area .main-menu-wrapper {
    justify-content: flex-end;
  }
}
.header-area.style-6 .header-menu-area .logo-wrapper {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .header-area.style-6 .header-menu-area .logo-wrapper {
    position: unset;
    transform: unset;
  }
}
.header-area.style-6 .header-menu-area .logo-wrapper .logo {
  height: 80px;
}
.header-area.style-6 .header-menu-area.sticky_menu {
  position: fixed;
  transition: all 0.5s ease-out;
}
.header-area.style-6 .header-menu-area.sticky_menu .search-btn-with-btn .btn-wrapper .theme-btn {
  background-color: #af2020;
}
.header-area.style-6 .header-menu-area.sticky_menu .mobile-menu-bar a i {
  color: #23262D;
}
.header-area.style-6 .header-menu-area.sticky_menu .main-menu ul li a {
  color: #23262D;
  transition: all 0.5s ease-out;
}
.header-area.style-6 .header-menu-area.sticky_menu .main-menu ul li a:hover {
  color: #af2020;
}
.header-area.style-6 .header-menu-area.sticky_menu .main-menu ul li ul li a:hover {
  color: #ffffff;
}
.header-area.style-6 .header-menu-area .main-menu ul li a {
  color: #ffffff;
  transition: all 0.5s ease-out;
  padding: 25px 24px;
}
.header-area.style-6 .header-menu-area .main-menu ul li a:hover {
  color: #af2020;
}
.header-area.style-6 .header-menu-area .main-menu ul li ul li a {
  padding: 10px 20px;
  color: #23262D;
}
.header-area.style-6 .header-menu-area .main-menu ul li ul li a:hover {
  color: #ffffff;
}
.header-area.style-6 .header-menu-area .search-btn-with-btn {
  position: absolute;
  right: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .header-area.style-6 .header-menu-area .search-btn-with-btn {
    position: unset;
    transform: unset;
  }
}
.header-area.style-6 .header-menu-area .search-btn-with-btn .btn-wrapper {
  height: 100%;
  align-self: stretch;
}
.header-area.style-6 .header-menu-area .search-btn-with-btn .btn-wrapper .theme-btn {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: transparent;
}
.header-area.style-6 .header-menu-area .search-btn-with-btn .search-btn-wrapper {
  height: 100%;
}
.header-area.style-6 .header-menu-area .search-btn-with-btn .search-btn-wrapper .search-btn {
  height: 100%;
  background-color: transparent;
  color: #af2020;
}

body.admin-bar .header-area.style-7 {
  top: 30px;
}

.header-area.style-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-area.style-7 .search-btn-with-btn {
  gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.style-7 .search-btn-with-btn {
    gap: 0;
  }
}
.header-area.style-7 .search-btn-with-btn .search-btn-wrapper .search-btn {
  background-color: transparent;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header-area.style-7 .mobile-menu-bar a i {
    color: #ffffff;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.style-7 .header-menu-area .main-menu {
    margin-left: 38px;
  }
}
@media (max-width: 991px) {
  .header-area.style-7 .header-menu-area.sticky_menu .mobile-menu-bar a i {
    color: #23262D;
  }
}
.header-area.style-7 .header-menu-area.sticky_menu .search-btn-with-btn .search-btn-wrapper .search-btn {
  color: #23262D;
}
.header-area.style-7 .header-menu-area.sticky_menu .main-menu ul li a {
  color: #23262D;
  transition: all 0.5s ease-out;
  padding: 27px 24px;
}
.header-area.style-7 .header-menu-area.sticky_menu .main-menu ul li a:hover {
  color: #af2020;
}
.header-area.style-7 .header-menu-area.sticky_menu .main-menu ul li ul li a {
  padding: 10px 20px;
}
.header-area.style-7 .header-menu-area.sticky_menu .main-menu ul li ul li a:hover {
  color: #ffffff;
}
.header-area.style-7 .header-menu-area .main-menu ul li a {
  color: #ffffff;
  transition: all 0.5s ease-out;
  padding: 51px 24px;
}
.header-area.style-7 .header-menu-area .main-menu ul li a:hover {
  color: #af2020;
}
.header-area.style-7 .header-menu-area .main-menu ul li ul li a {
  padding: 10px 20px;
  color: #23262D;
}
.header-area.style-7 .header-menu-area .main-menu ul li ul li a:hover {
  color: #ffffff;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #26262c;
  border-top: 1px solid #dfe2e9;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 500;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid #dfe2e9 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #26262c;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked {
  background-color: #af2020;
  border-color: #af2020 !important;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i {
  color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  color: #ffffff;
}

.mobile-menu-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-bar a i {
  color: #23262D;
  font-size: 22px;
}

.menu-sidebar-area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media (max-width: 560px) {
  .menu-sidebar-area {
    width: 350px;
  }
}
.menu-sidebar-area .menu-sidebar-logo {
  display: inline-block;
  width: 180px;
}
.menu-sidebar-area .menu-sidebar-wrapper {
  position: relative;
  padding: 40px;
}
.menu-sidebar-area.active {
  right: 0;
}
.menu-sidebar-area .menu-sidebar-close {
  position: absolute;
  top: 0;
  right: 0;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #af2020;
  color: #ffffff;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
  background-color: #af2020;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .menu-sidebar-title {
  margin-bottom: 5px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  flex-wrap: wrap;
  flex-direction: column;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #26262c;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  width: 100%;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span.contact-info-item {
  gap: 0 10px !important;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #26262c;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a:hover {
  color: #af2020;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile {
  margin-top: 20px;
  border-top: 1px solid #dfe2e9;
  width: 100%;
  padding-top: 20px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a {
  color: #26262c;
  font-size: 22px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
  color: #af2020;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: pointer;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: flex-start;
    gap: 40px;
  }
}
.section-title .sec-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .sec-content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
.section-title .short-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #af2020;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-title .short-title::before, .section-title .short-title::after {
  content: "";
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #af2020;
  flex: 1 1;
}
.section-title .short-title.no-divider:before, .section-title .short-title.no-divider:after {
  display: none;
}
.section-title .short-title.only-divider::before {
  display: none;
}
.section-title .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  color: #23262D;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 48px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .section-title .title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 439px) {
  .section-title .title br {
    display: none;
  }
}
.section-title .title span {
  color: #af2020;
}
.section-title .sec-desc {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
  margin-bottom: 0;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn {
  background-color: transparent;
  color: #23262D;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.section-title.two-column {
  align-items: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.two-column {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.two-column {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .section-title.two-column .sec-content {
    width: 100%;
  }
}
.section-title.two-column .sec-desc {
  width: 537px;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.two-column .sec-desc {
    width: 440px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.two-column .sec-desc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-title.two-column .sec-desc {
    width: 100%;
  }
}
.section-title.two-column .sec-desc .desc {
  margin-bottom: 8px;
}
.section-title.two-column .sec-desc .simple-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #23262D;
  display: flex;
  align-items: center;
  gap: 20px;
}

.slider-area {
  overflow: hidden;
  position: relative;
  z-index: 2;
  /* padding-top: 90px; */
  /* padding-bottom: 36px; */
}
.slider-area .slider-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: -1;
}
.slider-area .slider-bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 365px;
  height: 100%;
  padding: 39px 0;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .slider-bg img {
    padding-bottom: 0;
  }
}
.slider-area .slider-control-btn-wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  right: 36px;
}
@media (max-width: 1199px) {
  .slider-area .slider-control-btn-wrapper {
    display: none;
  }
}
.slider-area .slider-control-btn-wrapper .slider-arrow-btn-wrapper {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.slider-area .single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 30px;
  height: 80vh;
  justify-content: center;
    align-items: center;
    display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slider-area .single-slider {
    height: 620px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider {
    padding: 80px 0;
    height: unset;
  }
}
.slider-area .single-slider .slider-overlay {
  background-color: #085294;
  opacity: 0.61;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider-area .single-slider .slider-content-wrapper {
  position: relative;
  z-index: 99;
  margin-top: 63px;
  margin-right: 50px;
  margin-left: -2px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content {
    text-align: center;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #23262D;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    color: #af2020;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 16px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
  font-size: 41px;
  line-height: 78px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: #23262D;
  margin-bottom: 30px;
  margin-top: 7px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    color: #ffffff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 48px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 439px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title br {
    display: none;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
  margin-bottom: 73px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    color: #ffffff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: 18px;
    line-height: 32px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .foundation-text {
  opacity: 0.1;
}
img.wrench1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}
.slider-area .single-slider .slider-content-wrapper .slider-content .foundation-text h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 0;
  color: black;
  -webkit-text-stroke: 2px black;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  white-space: nowrap;
  opacity: 0.1;
}
.slider-area .single-slider .slider-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 58px;
  position: relative;
  z-index: 1;
}
.slider-area .single-slider .slider-btn-wrapper .simple-btn,
.slider-area .single-slider .slider-btn-wrapper .theme-btn {
  padding: 14px 24px;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  flex-shrink: 0;
  border: 1px solid #af2020;
}
.slider-area .single-slider .slider-btn-wrapper .simple-btn {
  color: #ffffff;
  background-color: #af2020;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider .slider-btn-wrapper .simple-btn:hover {
  background-color: rgb(255, 255, 255);
  color: #23262D;
  border: 1px solid #af2020;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider .slider-btn-wrapper .theme-btn {
  background-color: transparent;
  color: #23262D;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider .slider-btn-wrapper .theme-btn i {
  font-size: 20px;
}
.slider-area .single-slider .slider-btn-wrapper .theme-btn:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider .slider-image {
  animation: MoveUpDown 2s linear infinite alternate;
  text-align: right;
}
.slider-area .single-slider .slider-image .slider-image-inner {
  display: inline-block;
  margin-right: -70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image {
    animation: none;
    right: unset;
    text-align: center;
  }
}
@media (max-width: 1799px) {
  .slider-area .single-slider .slider-image {
    width: auto;
    margin-top: inherit;
  }
}
.slider-area .slider-wrapper .slick-active .slider-short-title,
.slider-area .slider-wrapper .slick-active .slider-title,
.slider-area .slider-wrapper .slick-active .slider-short-desc,
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper,
.slider-area .slider-wrapper .slick-active .foundation-text {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.slider-area .slider-wrapper .slick-active .slider-short-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.slider-area .slider-wrapper .slick-active .slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.slider-area .slider-wrapper .slick-active .slider-short-desc {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.slider-area .slider-wrapper .slick-active .foundation-text {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.slider-area .slider-wrapper .next-btn,
.slider-area .slider-wrapper .prev-btn {
  position: absolute;
  right: 173px;
  left: unset;
  border: none;
  outline: none;
  background: initial;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.slider-area .slider-wrapper .next-btn:hover i,
.slider-area .slider-wrapper .prev-btn:hover i {
  color: #af2020;
}
.slider-area .slider-wrapper .next-btn i,
.slider-area .slider-wrapper .prev-btn i {
  transform: rotate(90deg);
  color: rgba(255, 255, 255, 0.7176470588);
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .prev-btn {
  top: 30%;
}
.slider-area .slider-wrapper .next-btn {
  bottom: 25%;
}
.slider-area .slider-wrapper .slick-dots {
  display: flex;
  gap: 2px;
  flex-direction: column;
  position: absolute;
  top: 346px;
  right: 178px;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .slider-area .slider-wrapper .slick-dots {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    bottom: 100px;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
    padding: 0;
  }
}
.slider-area .slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 1px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 50px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li button:hover {
  background-color: #ffffff;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 1px solid #af2020;
}
.slider-area .slider-wrapper .slick-dots li.slick-active button {
  background-color: #ffffff;
  transition: all 0.5s ease-out;
}
.content-wrapper.text-center.blw {
  padding: 15px;
}
.content-wrapper.text-center.blw h3 {
  font-size: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 {
    padding-bottom: 0;
    height: 1078px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .slider-area.style-2 .slider-bg {
    background-color: #F4F4F4;
  }
}
@media (min-width: 1400px) {
  .slider-area.style-2 .slider-bg {
    width: 725px;
  }
}
@media (max-width: 1399px) {
  .slider-area.style-2 .slider-wrapper .next-btn,
  .slider-area.style-2 .slider-wrapper .prev-btn {
    top: unset;
    bottom: 18px;
  }
}
@media (max-width: 1399px) {
  .slider-area.style-2 .slider-wrapper .next-btn,
  .slider-area.style-2 .slider-wrapper .prev-btn {
    transform: translate(0, 100%);
  }
}
@media (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .next-btn,
  .slider-area.style-2 .slider-wrapper .prev-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .slider-area.style-2 .slider-wrapper .next-btn i,
  .slider-area.style-2 .slider-wrapper .prev-btn i {
    transform: unset;
    color: #23262D;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .slider-wrapper .next-btn i,
  .slider-area.style-2 .slider-wrapper .prev-btn i {
    color: #ffffff;
  }
}
.slider-area.style-2 .slider-wrapper .next-btn {
  bottom: 38%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .slider-wrapper .next-btn {
    left: unset;
    right: 112px;
    bottom: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .slider-wrapper .next-btn {
    left: unset;
    right: 112px;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .next-btn {
    left: unset;
    right: 112px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .slider-wrapper .prev-btn {
    right: 21%;
    left: unset;
    bottom: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .slider-wrapper .prev-btn {
    right: 30%;
    left: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .prev-btn {
    right: 30%;
    left: unset;
  }
}
.slider-area.style-2 .slider-wrapper .slick-dots {
  margin-top: 0;
  padding-left: 0;
  gap: 10px;
  padding-right: 3px;
  margin-bottom: 6px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .slider-wrapper .slick-dots {
    flex-direction: row;
    top: unset;
    bottom: 3px;
        transform: translate(-100%, 100%);
        right: 71px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .slider-wrapper .slick-dots {
    flex-direction: row;
    top: unset;
    bottom: -17px;
    transform: translate(-100%, 100%);
    right: 136px;
  }
}
@media (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slick-dots {
    top: unset;
    bottom: 0;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, 100%);
  }
}
.slider-area.style-2 .slider-wrapper .slick-dots li {
  border: none;
  outline: none;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slick-dots li {
    opacity: 0.6;
  }
}
.slider-area.style-2 .slider-wrapper .slick-dots li button {
  background-color: #D9D9D9;
}
@media (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slick-dots li button {
    background-color: #23262D;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .slider-wrapper .slick-dots li button {
    background-color: #616670;
  }
}
.slider-area.style-2 .slider-wrapper .slick-dots li button:before {
  display: none;
}
.slider-area.style-2 .slider-wrapper .slick-dots li.slick-active {
  background-color: #ffffff;
  opacity: 1;
}
.slider-area.style-2 .slider-wrapper .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .slider-wrapper .slick-dots li.slick-active button {
    background-color: #23262D;
  }
}
@media (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slick-dots li.slick-active button {
    background-color: #23262D;
  }
}
.slider-area.style-2 .slider-wrapper .slick-dots li.slick-active button:before {
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .single-slider {
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider {
    padding-top: 90px;
    padding-bottom: 30px;
  }

}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .single-slider {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper {
    padding-bottom: 0;
    margin-top: 30px;
  }
 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .foundation-text h1 {
    font-size: 121px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .foundation-text h1 {
    font-size: 78px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .foundation-text h1 {
    font-size: 68px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .slider-short-title,
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .slider-title,
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    color: #ffffff;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .slider-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper .theme-btn {
    color: #ffffff;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper {
    margin-bottom: 40px;
    justify-content: center;
  }
}
@media (max-width: 1399px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .foundation-text h1 {
    -webkit-text-stroke: 2px #23262D;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-2 .single-slider .slider-content-wrapper .slider-content .foundation-text h1 {
    -webkit-text-stroke: 2px #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .single-slider .slider-image {
    margin-top: 30px;
  }
}
@media (max-width: 1399px) {
  .slider-area.style-2 .single-slider .slider-image .slider-image-inner {
    margin-right: 0;
  }
}

.slider-area.style-3 {
  padding: 0;
  background-color: #23262D;
}
.slider-area.style-3 .single-slider {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-3 .single-slider {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-3 .single-slider {
    padding-bottom: 20px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .single-slider {
    height: auto;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content {
    text-align: unset;
  }
}
.slider-area.style-3 .slider-bg {
  width: 100%;
  z-index: 1;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .slider-bg {
    right: -30px;
  }
}
.slider-area.style-3 .slider-bg:before {
  content: "";
  background-color: #23262D;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .slider-bg:before {
    display: block;
  }
}
.slider-area.style-3 .slider-bg img {
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .slider-bg img {
    display: none;
  }
}
.slider-area.style-3 .slider-wrapper .slick-dots {
  display: none;
}
.slider-area.style-3 .slider-content-wrapper {
  margin-top: 0;
}
.slider-area.style-3 .slider-content-wrapper .slider-content .slider-short-title {
  color: #af2020;
}
.slider-area.style-3 .slider-content-wrapper .slider-content .slider-title {
  margin-top: 10px;
  margin-bottom: 18px;
}
.slider-area.style-3 .slider-content-wrapper .slider-content .slider-short-desc {
  margin-bottom: 50px;
}

.slider-area.style-4 {
  padding: 0;
}
.slider-area.style-4 .section-title {
  margin-bottom: 0;
}
.slider-area.style-4 .section-title .title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-4 .sec-desc p {
    width: 80%;
  }
}
.slider-area.style-4 .slider-btn-wrapper {
  margin-bottom: 0;
}
.slider-area.style-4 .slider-wrapper .slick-dots {
  display: none;
}
.slider-area.style-4 .single-slider {
  padding-top: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 991px) {
  .slider-area.style-4 .single-slider {
    padding-top: 50px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-4 .single-slider {
    height: auto;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-4 .single-slider {
    padding-top: 70px;
  }
}
.slider-area.style-4 .image-banner-wrapper {
  margin-top: 106px;
  display: flex;
  align-items: center;
  gap: 178px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-4 .image-banner-wrapper {
    gap: 100px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-4 .image-banner-wrapper {
    gap: 100px;
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .slider-area.style-4 .image-banner-wrapper {
    padding: 0;
    margin-top: 38px;
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
.slider-area.style-4 .image-banner-wrapper .image-banner {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-4 .image-banner-wrapper .image-banner {
    height: 208px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .slider-area.style-4 .image-banner-wrapper .image-banner {
    width: 100%;
  }
}
.slider-area.style-4 .image-banner-wrapper .image-banner:first-child {
  margin-left: -235px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-4 .image-banner-wrapper .image-banner:first-child {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-4 .image-banner-wrapper .image-banner:first-child {
    margin-left: -70px;
  }
}
@media (max-width: 991px) {
  .slider-area.style-4 .image-banner-wrapper .image-banner:first-child {
    margin-left: 0;
  }
}
.slider-area.style-4 .image-banner-wrapper .image-banner:last-child {
  margin-right: -235px;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .slider-area.style-4 .image-banner-wrapper .image-banner:last-child {
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-4 .image-banner-wrapper .image-banner:last-child {
    margin-right: -70px;
  }
}
@media (max-width: 991px) {
  .slider-area.style-4 .image-banner-wrapper .image-banner:last-child {
    margin-right: 0;
  }
}
.slider-area.style-4 .image-banner-wrapper .image-banner img {
  height: 100%;
}
@media (max-width: 992px) {
  .slider-area.style-4 .image-banner-wrapper .image-banner img {
    width: 100%;
  }
}
.slider-area.style-4 .image-banner-wrapper .video-popup-btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, 50%);
}
@media (max-width: 991px) {
  .slider-area.style-4 .image-banner-wrapper .video-popup-btn {
    transform: translate(50%, 50%);
    top: unset;
    bottom: 0;
    z-index: 1;
    right: 50%;
  }
}
@media (max-width: 1199px) {
  .slider-area.style-4 .image-banner-wrapper .video-popup-btn .circle-rotate-wrapper .circle-rotate-inner {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-4 .image-banner-wrapper .video-popup-btn .circle-rotate-wrapper .circle-rotate-inner {
    width: 140px;
    height: 140px;
  }
}
.slider-area.style-4 .image-banner-wrapper .video-popup-btn .circle-rotate-text span {
  color: #23262D;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 1199px) {
  .slider-area.style-4 .image-banner-wrapper .video-popup-btn .circle-rotate-text span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-4 .image-banner-wrapper .video-popup-btn .circle-rotate-text span {
    font-size: 16px;
  }
}
.slider-area.style-4 .image-banner-wrapper .video-popup-btn .circle-btn-text {
  z-index: -1;
  color: #23262D;
}
.slider-area.style-4 .image-banner-wrapper .video-popup-btn a {
  width: 169px;
  height: 169px;
  animation: ripple 3s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #23262D;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  font-family: "Rajdhani", sans-serif;
}
@media (max-width: 1199px) {
  .slider-area.style-4 .image-banner-wrapper .video-popup-btn a {
    width: 120px;
    height: 120px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-4 .image-banner-wrapper .video-popup-btn a {
    width: 150px;
    height: 150px;
  }
}
.slider-area.style-4 .image-banner-wrapper .video-popup-btn a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #af2020;
  z-index: -9;
}
.slider-area.style-4 .image-banner-wrapper .video-popup-btn a i {
  color: #23262D;
  font-size: 35px;
}
.slider-area.style-4 .image-banner-wrapper .video-popup-btn a:hover {
  animation: none;
}

.slider-area.style-5 {
  margin: 0;
  background-color: #2C2C2C;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-5 {
    padding-top: 90px;
    padding-bottom: 36px;
  }
}
.slider-area.style-5 .slider-bg {
  top: -53px;
  right: 9px;
}
.slider-area.style-5 .single-slider-wrapper {
  margin: 0;
}
.slider-area.style-5 .single-slider-wrapper .single-slider {
  padding: 180px 0;
  margin-bottom: -60px;
}
@media (max-width: 991px) {
  .slider-area.style-5 .single-slider-wrapper .single-slider {
    height: auto;
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.slider-area.style-5 .single-slider-wrapper .slider-content-wrapper {
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-5 .single-slider-wrapper .slider-content-wrapper {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-5 .single-slider-wrapper .slider-content {
    text-align: start;
  }
}
.slider-area.style-5 .single-slider-wrapper .slider-content .slider-short-title {
  color: #af2020;
}
.slider-area.style-5 .single-slider-wrapper .slider-content .slider-title {
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .slider-area.style-5 .single-slider-wrapper .slider-content .slider-title br {
    display: none;
  }
}
.slider-area.style-5 .single-slider-wrapper .slider-content .slider-short-desc {
  margin-bottom: 20px;
}
.slider-area.style-5 .single-slider-wrapper .slider-content .slider-btn-wrapper {
  margin: 0;
}

.slider-area.style-6 {
  margin: 0;
  padding: 0;
  background-color: #1d212d;
}
.slider-area.style-6 .slider-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.slider-area.style-6 .slider-bg img {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slider-area.style-6 .slider-wrapper-six .prev-btn,
.slider-area.style-6 .slider-wrapper-six .next-btn {
  position: absolute;
  top: 50%;
  right: 294px;
  z-index: 1;
  transform: translate(0, -100%);
  width: 60px;
  height: 60px;
  font-size: 17px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #23262D;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-6 .slider-wrapper-six .prev-btn,
  .slider-area.style-6 .slider-wrapper-six .next-btn {
    right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-6 .slider-wrapper-six .prev-btn,
  .slider-area.style-6 .slider-wrapper-six .next-btn {
    right: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-6 .slider-wrapper-six .prev-btn,
  .slider-area.style-6 .slider-wrapper-six .next-btn {
    right: 35px;
  }
}
.slider-area.style-6 .slider-wrapper-six .prev-btn i,
.slider-area.style-6 .slider-wrapper-six .next-btn i {
  color: #23262D;
}
.slider-area.style-6 .slider-wrapper-six .next-btn {
  top: 60%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-6 .slider-wrapper-six .next-btn {
    top: 63%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-6 .slider-wrapper-six .next-btn {
    top: 64%;
  }
}
.slider-area.style-6 .slider-wrapper-six .slick-dots {
  margin-bottom: 30px;
}
.slider-area.style-6 .single-slider-wrapper {
  position: relative;
}
.slider-area.style-6 .single-slider-wrapper .shape {
  position: absolute;
  top: 10%;
  left: 120px;
  transform: unset;
  z-index: 3;
}
@media (max-width: 1199px) {
  .slider-area.style-6 .single-slider-wrapper .shape {
    display: none;
  }
}
.slider-area.style-6 .single-slider-wrapper .shape-2 {
  position: absolute;
  top: 60%;
  right: 24px;
  transform: unset;
  z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-6 .single-slider-wrapper .shape-2 {
    top: 65%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-6 .single-slider-wrapper .shape-2 {
    top: 62%;
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .slider-area.style-6 .single-slider-wrapper .shape-2 {
    display: none;
  }
}
.slider-area.style-6 .single-slider-wrapper.slick-active .single-slider .slider-overlay .slider-linebar {
  height: 100%;
  transition: all 1s ease-out;
}
.slider-area.style-6 .single-slider-wrapper.slick-active .single-slider .slider-overlay .slider-linebar:before, .slider-area.style-6 .single-slider-wrapper.slick-active .single-slider .slider-overlay .slider-linebar:after {
  height: 100%;
}
.slider-area.style-6 .single-slider-wrapper.slick-active .single-slider .slider-bottom-overlay:before {
  height: 190px;
  transition: all 2s ease-out;
}
.slider-area.style-6 .single-slider-wrapper.slick-active .single-slider .slider-bottom-overlay:after {
  height: 190px;
  transition: all 2s ease-out;
}
.slider-area.style-6 .single-slider-wrapper .single-slider {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider {
    padding-bottom: 80px;
    height: 580px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider {
    padding-bottom: 80px;
    padding-top: 80px;
    height: 540px;
  }
}
.slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay {
  background: linear-gradient(180deg, #272C3B 7.32%, #1E222E 87.67%);
  opacity: 1;
  width: 70%;
  left: -281px;
  transform: skewX(-40deg);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay {
    opacity: 0.7;
    width: 100%;
    left: 0;
    transform: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay {
    width: 90%;
  }
}
.slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar {
  width: 230px;
  height: 0%;
  background: linear-gradient(180deg, #3E475E -4.1%, #262B3B 81.1%);
  position: absolute;
  right: 0;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar {
    width: 120px;
  }
}
.slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar:before {
  width: 110px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.03);
  top: -290px;
  left: -110px;
  content: "";
  position: absolute;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar:before {
    display: none;
  }
}
.slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar:after {
  width: 120px;
  height: 0;
  background-color: #af2020;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar:after {
    display: none;
  }
}
.slider-area.style-6 .single-slider-wrapper .single-slider .slider-overlay .slider-linebar-short {
  width: 90px;
  height: 298px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  position: absolute;
  right: 58%;
  bottom: 0;
  z-index: 10;
}
.slider-area.style-6 .single-slider-wrapper .single-slider .slider-bottom-overlay {
  background: #272C3B;
  opacity: 1;
  width: 40%;
  right: -29%;
  bottom: 0;
  height: 530px;
  transform: skewX(-40deg);
  position: absolute;
  transition: all 2s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-bottom-overlay {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-bottom-overlay {
    width: 30%;
  }
}
.slider-area.style-6 .single-slider-wrapper .single-slider .slider-bottom-overlay:before {
  content: "";
  width: 90px;
  height: 0;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 150px;
  opacity: 0.1;
  transition: all 2s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-bottom-overlay:before {
    display: none;
  }
}
.slider-area.style-6 .single-slider-wrapper .single-slider .slider-bottom-overlay:after {
  content: "";
  width: 128px;
  height: 0;
  background-color: #af2020;
  position: absolute;
  bottom: 0;
  left: -128px;
  transition: all 2s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-bottom-overlay:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-6 .single-slider-wrapper .single-slider .slider-bottom-overlay:after {
    display: none;
  }
}
.slider-area.style-6 .single-slider-wrapper .slider-content-wrapper {
  margin: 0;
  z-index: 10;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-6 .single-slider-wrapper .slider-content {
    text-align: start;
    padding: 0 12px;
  }
}
.slider-area.style-6 .single-slider-wrapper .slider-content .slider-short-title {
  color: #af2020;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  transition: all 0.5s ease-out;
}
.slider-area.style-6 .single-slider-wrapper .slider-content .slider-title {
  margin-bottom: 20px;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transition: all 0.5s ease-out;
}
.slider-area.style-6 .single-slider-wrapper .slider-content .slider-short-desc {
  margin-bottom: 40px;
  animation-delay: 0.7s;
  animation-duration: 0.7s;
  transition: all 0.5s ease-out;
}
.slider-area.style-6 .single-slider-wrapper .slider-content .slider-btn-wrapper {
  margin: 0;
  animation-delay: 0.9s;
  animation-duration: 0.9s;
  transition: all 0.5s ease-out;
}
.slider-area.style-6 .slick-active .slider-content .slider-short-title,
.slider-area.style-6 .slick-active .slider-content .slider-title,
.slider-area.style-6 .slick-active .slider-content .slider-short-desc,
.slider-area.style-6 .slick-active .slider-content .slider-btn-wrapper {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.slider-area.style-6 .slick-active .slider-content .slider-short-title {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  transition: all 0.5s ease-out;
}
.slider-area.style-6 .slick-active .slider-content .slider-title {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transition: all 0.5s ease-out;
}
.slider-area.style-6 .slick-active .slider-content .slider-short-desc {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
  transition: all 0.5s ease-out;
}
.slider-area.style-6 .slick-active .slider-content .slider-btn-wrapper {
  animation-delay: 0.9s;
  animation-duration: 0.9s;
  transition: all 0.5s ease-out;
}

.info-card-wrapper {
  position: relative;
}

.info-card.style-1 .info-card-inner {
  padding: 0 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .info-card.style-1 .info-card-inner {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card.style-1 .info-card-inner {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-1 .info-card-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-1 .info-card-inner {
    padding: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-1 .info-card-inner {
    padding: 0px 20px;
  }
}
.info-card.style-1 .icon-wrapper {
  justify-content: center;
}
.info-card.style-1 .title-wrapper {
  align-items: center;
  padding-bottom: 18px;
}
.info-card.style-1 .title-wrapper .title {
  color: #ffffff;
  text-align: center;
}
.info-card.style-1 .content {
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card.style-1 .content {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-1 .content {
    gap: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-1 .content {
    gap: 30px;
  }
}
.info-card.style-1 .content .desc {
  color: rgba(255, 255, 255, 0.7176470588);
}
.info-card.style-1 .content .read-more a {
  color: #ffffff;
}
.info-card.style-1 .content .read-more a:hover {
  color: #af2020;
}
.info-card.style-1 .read-more {
  display: flex;
  justify-content: start;
}
.info-card.style-1 .read-more a {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-card.style-1 .read-more a:hover i {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.info-card:hover .image-wrapper .overlay {
  transition: all 0.5s ease-out;
  opacity: 0.72;
}
.info-card:hover .image-wrapper img {
  transform: scale(1.2);
  transition: all 0.5s ease-out;
}
.info-card:hover .icon img {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.info-card .info-card-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.info-card .divider:before {
  content: "";
  position: absolute;
  background-color: rgb(94, 111, 146);
  opacity: 0.2;
  right: 0;
  height: 80%;
  width: 1px;
  top: 45px;
}
.info-card .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
.info-card .image-wrapper img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.info-card .image-wrapper .overlay {
  width: 100%;
  height: 100%;
  background: #af2020;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.info-card .icon-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.info-card .icon {
  display: flex;
  flex-shrink: 0;
  justify-content: start;
  width: 54px;
  height: 50px;
}
.info-card .icon img {
  transition: all 0.5s ease-out;
}
.info-card .content-wrapper {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.info-card .title-wrapper {
  display: flex;
  gap: 27px;
  padding-bottom: 15px;
  border-bottom: none;
  transition: all 0.6s ease;
  flex-direction: column;
  align-items: start;
}
.info-card .title-wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  background: transparent;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card .title-wrapper .icon {
    width: auto;
    height: auto;
  }
}
.info-card .title-wrapper .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  color: #26262c;
  transition: all 0.6s ease;
}
.info-card .content {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card .content {
    gap: 24px;
  }
}
.info-card .content .desc {
  transition: all 0.6s ease;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  color: #616670;
}

.info-card.style-2 {
  padding: 40px;
  border: 1px solid #E3E3E3;
  transition: all 0.5s ease-out;
  top: 0;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .info-card.style-2 {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card.style-2 {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-2 {
    padding: 30px 24px;
  }
}
.info-card.style-2:hover {
  transition: all 0.5s ease-out;
  border-color: transparent;
  background-color: #ffffff;
  box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.05);
  top: -5px;
}
.info-card.style-2 .title-wrapper {
  gap: 15px;
  padding-bottom: 20px;
}
.info-card.style-2 .title-wrapper .icon-wrapper {
  padding-right: 6px;
  margin-top: -10px;
}
.info-card.style-2 .title-wrapper .icon {
  width: 65px;
  height: 65px;
}
.info-card.style-2 .counter-number-wrapper .counter-number {
  font-size: 68px;
  font-weight: 700;
  line-height: 78.2px;
  color: #ffffff;
  -webkit-text-stroke: 2px black;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  opacity: 0.3;
}
.info-card.style-2 .content {
  gap: 20px;
}
.info-card.style-2 .content .read-more {
  display: flex;
  justify-content: space-between;
}
.info-card.style-2 .content .read-more a {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 700;
  gap: 10px;
  color: #23262D;
  display: flex;
  align-items: center;
}
.info-card.style-2 .content .read-more a:hover i {
  color: #af2020;
  transition: all 0.5s ease-out;
}

.info-card.style-3 {
  padding: 0 40px 40px 40px;
  border: 1px solid #E3E3E3;
}
@media (max-width: 1399px) {
  .info-card.style-3 {
    padding: 24px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-3 {
    padding-bottom: 30px;
  }
}
.info-card.style-3 .title-wrapper {
  align-items: center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .info-card.style-3 .title-wrapper {
    padding-bottom: 16px;
  }
}
.info-card.style-3 .title-wrapper .icon {
  background-color: #af2020;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  padding: 8px;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-3 .title-wrapper .icon {
    width: 70px;
    height: 70px;
  }
}
.info-card.style-3 .title-wrapper .counter-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #23262D;
}
.info-card.style-3 .content {
  text-align: center;
  justify-content: center;
}

.info-card.style-4 {
  padding: 40px 40px 30px 40px;
  background-color: #ffffff;
  position: relative;
  top: 0;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card.style-4 {
    padding: 30px 30px 20px 30px;
  }
}
.info-card.style-4:hover {
  top: -5px;
  transition: all 0.5s ease-out;
}
.info-card.style-4:hover .content .read-more a {
  color: #ffffff;
  background-color: #af2020;
  transition: all 0.5s ease-out;
}
.info-card.style-4:hover .content .read-more a i {
  color: #ffffff;
}
.info-card.style-4 .title-wrapper {
  padding-bottom: 20px;
}
.info-card.style-4 .content {
  gap: 40px;
}
.info-card.style-4 .content .read-more {
  display: flex;
  gap: 96px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .info-card.style-4 .content .read-more {
    justify-content: space-between;
    gap: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card.style-4 .content .read-more {
    justify-content: space-between;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-4 .content .read-more {
    justify-content: space-between;
    gap: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-4 .content .read-more {
    justify-content: space-between;
    gap: 0;
  }
}
.info-card.style-4 .content .read-more a {
  white-space: nowrap;
  padding: 20px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #23262D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card.style-4 .content .read-more a {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-4 .content .read-more a {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-4 .content .read-more a {
    padding: 10px 20px;
    font-size: 13px;
  }
}
.info-card.style-4 .content .read-more a i {
  color: #af2020;
  font-size: 14px;
}
.info-card.style-4 .content .read-more .counter-number {
  font-family: "Rajdhani", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 78.2px;
  -webkit-text-stroke: 2px black;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  opacity: 0.05;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card.style-4 .content .read-more .counter-number {
    font-size: 60px;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-4 .content .read-more .counter-number {
    font-size: 60px;
    line-height: normal;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-4 .content .read-more .counter-number {
    font-size: 60px;
    line-height: normal;
  }
}

.info-card.style-5 {
  padding: 0 40px 40px 40px;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-5 .content .desc {
    font-size: 14px;
  }
}
.info-card.style-5 .title-wrapper {
  padding-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-5 .title-wrapper .title {
    font-size: 22px;
  }
}
.info-card.style-5 .title-wrapper .icon {
  background-color: #af2020;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  padding: 8px;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-5 .title-wrapper .icon {
    width: 60px;
    height: 60px;
  }
}
.info-card.style-5 .title-wrapper .counter-number {
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  color: #23262D;
  -webkit-text-stroke: 2px black;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  opacity: 0.1;
}

.icon-card.style-1 {
  display: flex;
  align-items: center;
  gap: 43px;
  margin-left: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card.style-1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .icon-card.style-1 {
    margin-left: 0;
    margin-top: 0;
  }
}
.icon-card.style-1 .icon-divider {
  content: "";
  width: 1px;
  background-color: #af2020;
  position: relative;
  display: flex;
  align-self: stretch;
}
.icon-card.style-1 .icon-divider::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -5px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #af2020;
}
.icon-card.style-1 .icon-divider::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -5px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #af2020;
}
.icon-card.style-1 .icon-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 2px;
}
.icon-card .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.icon-card .content .info-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #23262D;
  margin-bottom: 0;
  text-transform: capitalize;
}
.icon-card .content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  color: #616670;
}

.icon-card.style-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 30px; */
}
.icon-card.style-2 .icon-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-card.style-2 .content {
    gap: 0;
  }
}
.icon-card.style-2 .image {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.icon-card.style-3 {
  padding: 0 72px;
  background-color: #F4F4F4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-3 {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card.style-3 {
    padding: 0 30px;
  }
}
.icon-card.style-3 .icon-card-inner {
  padding: 40px 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.icon-card.style-3 .icon-card-inner.active .image {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.icon-card.style-3 .icon-card-inner.active .content .info-title {
  color: #af2020;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card.style-3 .icon-card-inner {
    flex-wrap: wrap;
  }
}
.icon-card.style-3 .icon-card-inner .content {
  margin-right: 82px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .icon-card.style-3 .icon-card-inner .content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-3 .icon-card-inner .content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-3 .icon-card-inner .content {
    margin-right: 0;
  }
}
.icon-card.style-3 .icon-card-inner:nth-child(even) {
  border-top: 1px solid rgba(35, 38, 45, 0.3);
  border-bottom: 1px solid rgba(35, 38, 45, 0.3);
}
.icon-card.style-3 .icon-card-inner .image {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease-out;
}
.icon-card.style-4 {
  display: flex;
  gap: 20px;
}
.icon-card.style-4 .image {
  width: 60px;
  height: 60px;
  background-color: #F4F4F4;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-card.style-5 {
  display: flex;
  justify-content: space-between;
  margin-right: 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-5 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-5 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-card.style-5 {
    justify-content: flex-start;
    gap: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-5 {
    justify-content: flex-start;
    gap: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card.style-5 {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.icon-card.style-5 .icon-card-inner .content {
  padding-right: 20px;
}
.icon-card.style-5 .icon-card-inner .content .info-title {
  color: #ffffff;
}
.icon-card.style-5 .icon-card-inner .content .desc {
  color: #ffffff;
}

.about-image-card.style-2 .main-img-wrapper .main-img-inner {
  position: relative;
}
.about-image-card.style-2 .main-img-wrapper .main-img-inner img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner img {
    width: 380px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner img {
    width: 340px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner img {
    width: 280px !important;
  }
}
.about-image-card.style-2 .main-img-wrapper .main-img-inner .top-image {
  position: absolute;
  top: 294px;
  left: 155px;
  background: rgba(217, 161, 76, 0.15);
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner .top-image {
    top: 172px !important;
    left: 88px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner .top-image {
    top: 218px;
    left: 115px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner .top-image {
    left: unset;
    right: 0;
    top: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner .top-image {
    right: 10px;
  }
}
.about-image-card.style-2 .main-img-wrapper .main-img-inner .top-image img {
  position: relative;
  margin-top: 35px;
  margin-left: 31px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner .top-image img {
    width: 360px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner .top-image img {
    width: 250px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-2 .main-img-wrapper .main-img-inner .top-image img {
    width: 230px !important;
  }
}
.about-image-card.style-2 .main-img-wrapper .main-img-inner .image-shape {
  position: absolute;
  right: 50px;
  bottom: 20px;
}
.about-image-card.style-2 .main-img-wrapper .review-card {
  width: 307px;
  height: 135px;
  background-color: #af2020;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-2 .main-img-wrapper .review-card {
    margin-bottom: 0;
    margin-top: 30px;
    padding: 20px;
    width: 264px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-2 .main-img-wrapper .review-card {
    margin-top: 30px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card.style-2 .main-img-wrapper .review-card {
    margin-top: 30px;
  }
}
.about-image-card.style-2 .main-img-wrapper .review-card .icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-image-card.style-2 .main-img-wrapper .review-card .card-text h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-2 .main-img-wrapper .review-card .card-text h2 {
    font-size: 38px;
  }
}
.about-image-card.style-2 .main-img-wrapper .review-card .card-text span {
  color: #ffffff;
  text-transform: capitalize;
}

.about-image-card.style-1 .main-img-wrapper {
  position: relative;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-1 .main-img-wrapper {
    margin-right: 94px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-1 .main-img-wrapper {
    margin-right: 94px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-1 .main-img-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-1 .main-img-wrapper {
    margin-right: 0px;
  }
}
.about-image-card.style-1 .main-img-wrapper .main-img-inner {
  position: relative;
  display: flex;
  gap: 24px;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-1 .main-img-wrapper .main-img-inner {
    gap: 14px;
  }
}
.about-image-card.style-1 .main-img-wrapper .main-img-inner .main-img {
  height: 438px;
  object-fit: cover;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-1 .main-img-wrapper .main-img-inner .main-img {
    width: 100%;
    height: 100%;
  }
}
.about-image-card.style-1 .main-img-wrapper .main-img-inner .main-img:hover img,
.about-image-card.style-1 .main-img-wrapper .main-img-inner .top-image:hover img {
  transform: scale(1.03);
}
.about-image-card.style-1 .main-img-wrapper .main-img-inner .main-img img,
.about-image-card.style-1 .main-img-wrapper .main-img-inner .top-image img {
  transition: all 0.5s ease-out;
}
.about-image-card.style-1 .main-img-wrapper .main-img-inner .top-image {
  position: relative;
  top: 36px;
  right: 0;
  flex-shrink: 0;
  overflow: hidden;
  height: 615px;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-1 .main-img-wrapper .main-img-inner .top-image {
    width: 50%;
    top: 35px;
    height: 360px;
  }
}
.about-image-card.style-1 .main-img-wrapper .main-img-inner .top-image img {
  width: 100%;
  height: 100%;
}
.about-image-card.style-1 .main-img-wrapper .review-card-wrapper {
  position: absolute;
  max-width: 516px;
  width: 100%;
  bottom: -6px;
  left: 40px;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-1 .main-img-wrapper .review-card-wrapper {
    left: 34px;
    bottom: -36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-1 .main-img-wrapper .review-card-wrapper {
    left: 0;
    bottom: -36px;
  }
}
.about-image-card.style-1 .main-img-wrapper .review-card {
  height: 380px;
  background-color: rgba(217, 161, 76, 0.15);
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-1 .main-img-wrapper .review-card {
    width: 425px;
    height: 340px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-1 .main-img-wrapper .review-card {
    width: 320px !important;
    height: 230px;
  }
}
.about-image-card.style-1 .main-img-wrapper .review-card .card-text {
  background-color: #af2020;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 199px;
  height: 135px;
  gap: 5px;
  margin-left: 37px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-1 .main-img-wrapper .review-card .card-text {
    width: 165px;
    height: auto;
    margin-left: 35px;
    padding: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-1 .main-img-wrapper .review-card .card-text {
    width: 153px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.about-image-card.style-1 .main-img-wrapper .review-card .card-text h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-1 .main-img-wrapper .review-card .card-text h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-1 .main-img-wrapper .review-card .card-text h2 {
    font-size: 38px;
    line-height: 30px;
  }
}
.about-image-card.style-1 .main-img-wrapper .review-card .card-text span {
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  line-height: 24px;
}

.about-image-card.style-4 .main-img-wrapper {
  position: relative;
  margin-left: 108px;
}
@media (max-width: 1199px) {
  .about-image-card.style-4 .main-img-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card.style-4 .main-img-wrapper {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-4 .main-img-wrapper {
    padding: 0;
  }
}
.about-image-card.style-4 .main-img-wrapper .img-shape {
  position: absolute;
  right: -112px;
  bottom: -30px;
  flex-shrink: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-4 .main-img-wrapper .img-shape {
    right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-4 .main-img-wrapper .img-shape {
    right: -25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-4 .main-img-wrapper .img-shape {
    right: -25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-4 .main-img-wrapper .img-shape {
    right: 0;
    bottom: 70px;
  }
}
.about-image-card.style-4 .main-img-inner {
  display: flex;
  justify-content: flex-end;
  margin-right: -62px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-4 .main-img-inner {
    margin-right: 0;
    margin-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-4 .main-img-inner {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-4 .main-img-inner {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-4 .main-img-inner {
    z-index: 1;
  }
}
.about-image-card.style-4 .top-img-wrapper {
  padding: 22px 20px;
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-4 .top-img-wrapper {
    top: 24px;
    left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-4 .top-img-wrapper {
    position: relative;
    top: -100px;
    z-index: 2;
    left: 0;
    margin: 0 24px;
  }
}
.about-image-card.style-4 .top-img-wrapper.box {
  background-image: repeating-linear-gradient(178deg, #af2020, #af2020 13px, transparent 13px, transparent 21px, #af2020 21px), repeating-linear-gradient(268deg, #af2020, #af2020 13px, transparent 13px, transparent 21px, #af2020 21px), repeating-linear-gradient(-2deg, #af2020, #af2020 13px, transparent 13px, transparent 21px, #af2020 21px), repeating-linear-gradient(88deg, #af2020, #af2020 13px, transparent 13px, transparent 21px, #af2020 21px);
  background-size: 4px calc(100% + 21.01px), calc(100% + 21.01px) 4px, 4px calc(100% + 21.01px), calc(100% + 21.01px) 4px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear reverse;
}
.about-image-card.style-4 .top-img-wrapper .review-card {
  background-color: rgb(255, 255, 255);
  padding: 30px 70px 20px 70px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-4 .top-img-wrapper .review-card {
    padding: 20px 24px;
  }
}
.about-image-card.style-4 .top-img-wrapper .review-card .icon-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-left: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-4 .top-img-wrapper .review-card .icon-wrapper {
    margin-left: 0;
  }
}
.about-image-card.style-4 .top-img-wrapper .review-card .icon-wrapper .icon {
  background-color: #af2020;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  padding: 13px;
  flex-shrink: 0;
}
.about-image-card.style-4 .top-img-wrapper .review-card .icon-wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #23262D;
  text-transform: capitalize;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-4 .top-img-wrapper .review-card .icon-wrapper h2 {
    font-size: 44px;
  }
}
.about-image-card.style-4 .top-img-wrapper .review-card .card-text {
  margin-top: 10px;
}
.about-image-card.style-4 .top-img-wrapper .top-image {
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-4 .top-img-wrapper .top-image {
    margin-top: 24px;
  }
}
.about-image-card.style-4 .top-img-wrapper .top-image img {
  width: 100%;
}

.about-image-card.style-3 .main-img-inner {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-3 .main-img-inner img {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-3 .main-img-inner img {
    width: 60%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-3 .main-img-inner img {
    width: 100%;
  }
}
.about-image-card.style-3 .main-img-inner .top-image {
  position: absolute;
  right: 38px;
  bottom: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-3 .main-img-inner .top-image {
    right: 0;
    bottom: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-3 .main-img-inner .top-image {
    right: unset;
    left: 100px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-3 .main-img-inner .top-image {
    right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-3 .main-img-inner .top-image {
    right: 0;
    left: unset;
    bottom: -70px;
    text-align: end;
  }
}
.about-image-card.style-3 .main-img-inner .top-image:hover img {
  transform: scale(1.03);
}
.about-image-card.style-3 .main-img-inner .top-image img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-3 .main-img-inner .top-image img {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-3 .main-img-inner .top-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-3 .main-img-inner .top-image img {
    width: 70%;
  }
}

.about-image-card.style-5 {
  position: relative;
  margin-right: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card.style-5 {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-5 {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-5 {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-5 {
    margin-right: 50px;
  }
}
.about-image-card.style-5 img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
.about-image-card.style-5 img:hover {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.about-image-card.style-5 .main-img-wrapper {
  margin-left: -62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-5 .main-img-wrapper {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-5 .main-img-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-5 .main-img-wrapper {
    margin-left: 0;
  }
}
.about-image-card.style-5 .main-img-inner {
  padding: 22px 23px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-5 .main-img-inner {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-5 .main-img-inner {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-5 .main-img-inner {
    margin-left: 0;
  }
}
.about-image-card.style-5 .main-img-inner.box {
  background-image: repeating-linear-gradient(180deg, #af2020, #af2020 13px, transparent 13px, transparent 23px, #af2020 23px), repeating-linear-gradient(270deg, #af2020, #af2020 13px, transparent 13px, transparent 23px, #af2020 23px), repeating-linear-gradient(0deg, #af2020, #af2020 13px, transparent 13px, transparent 23px, #af2020 23px), repeating-linear-gradient(90deg, #af2020, #af2020 13px, transparent 13px, transparent 23px, #af2020 23px);
  background-size: 3px calc(100% + 23px), calc(100% + 23px) 3px, 3px calc(100% + 23px), calc(100% + 23px) 3px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 0.9s infinite linear reverse;
}
.about-image-card.style-5 .main-img-inner .review-card {
  padding: 42px 50px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 125px;
  right: -53px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-5 .main-img-inner .review-card {
    width: 170px;
    height: 170px;
    padding: 42px 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-5 .main-img-inner .review-card {
    padding: 42px 30px;
    width: 150px;
    height: 150px;
    top: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-5 .main-img-inner .review-card {
    width: 136px;
    height: 136px;
    top: 50px;
  }
}
.about-image-card.style-5 .main-img-inner .review-card .card-text {
  text-align: center;
}
.about-image-card.style-5 .main-img-inner .review-card .card-text .number {
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-text-stroke: 2px black;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-5 .main-img-inner .review-card .card-text .number {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-5 .main-img-inner .review-card .card-text .number {
    font-size: 28px;
    line-height: 38px;
  }
}
.about-image-card.style-5 .main-img-inner .review-card .card-text .number-text {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-5 .main-img-inner .review-card .card-text .number-text {
    font-size: 12px;
    line-height: 22px;
  }
}

.timeline-card {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-card {
    padding-left: 40px;
  }
}
.timeline-card .line-bar {
  position: absolute;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .timeline-card .line-bar {
    left: 0;
  }
}
.timeline-card .line-bar:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  background-image: linear-gradient(to bottom, #C7C7E1 37%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 1px 18px;
  background-repeat: repeat-y;
}
.timeline-card .single-timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .timeline-card .single-timeline {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.timeline-card .single-timeline:first-child .divider:before {
  top: -50%;
  opacity: 1;
}
.timeline-card .single-timeline:last-child {
  margin-bottom: 0;
}
.timeline-card .single-timeline:last-child .divider:before {
  bottom: -50%;
  opacity: 1;
}
.timeline-card .single-timeline:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .timeline-card .single-timeline:nth-child(odd) {
    flex-direction: unset;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .timeline-card .single-timeline:nth-child(odd) {
    flex-direction: column;
  }
}
.timeline-card .single-timeline:nth-child(odd) .content {
  margin-left: unset;
}
@media (max-width: 991px) {
  .timeline-card .single-timeline:nth-child(odd) .content {
    margin-left: unset;
  }
}
.timeline-card .single-timeline:nth-child(odd) .image {
  margin-left: auto;
}
@media (max-width: 991px) {
  .timeline-card .single-timeline:nth-child(odd) .image {
    margin-left: unset;
  }
}
.timeline-card .single-timeline .image-wrapper,
.timeline-card .single-timeline .content-wrapper {
  width: 50%;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .timeline-card .single-timeline .image-wrapper,
  .timeline-card .single-timeline .content-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.timeline-card .single-timeline .image {
  width: 400px;
  height: 400px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .timeline-card .single-timeline .image {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .timeline-card .single-timeline .image {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .timeline-card .single-timeline .image {
    margin-bottom: 30px;
  }
}
.timeline-card .single-timeline .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.timeline-card .single-timeline .divider {
  align-self: stretch;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .timeline-card .single-timeline .divider {
    display: none;
  }
}
@media (max-width: 991px) {
  .timeline-card .single-timeline .divider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.timeline-card .single-timeline .divider:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(-50%);
  left: 50%;
  opacity: 0;
}
.timeline-card .single-timeline .divider .timeline-divider .counter-number {
  width: 72px;
  height: 72px;
  background-color: #af2020;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline-card .single-timeline .content {
  width: 438px;
  flex-shrink: 0;
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .timeline-card .single-timeline .content {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .timeline-card .single-timeline .content {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .timeline-card .single-timeline .content {
    text-align: center;
  }
}
.timeline-card .single-timeline .content .title {
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .timeline-card .single-timeline .content .title {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  .timeline-card .single-timeline .content .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .timeline-card .single-timeline .content .title {
    margin-bottom: 20px;
  }
}

.about-info-card .btn-wrapper {
  margin-top: 40px;
}
.about-info-card.style-1 {
  margin-top: 72px;
  margin-left: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-1 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card.style-1 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-1 {
    margin-top: 40px;
  }
}
.about-info-card.style-3 {
  margin-top: 117px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card.style-3 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-3 {
    margin-top: 50px;
  }
}
.about-info-card.style-3 .about-info-content {
  gap: 10px;
}
.about-info-card.style-3 .about-info-content .section-title {
  gap: 0;
  margin-bottom: 20px;
}
.about-info-card.style-3 .about-info-content .list-item-wrapper {
  gap: 30px;
}
.about-info-card.style-3 .btn-wrapper {
  margin-top: 44px;
}
.about-info-card.style-4 {
  margin-top: 103px;
  margin-right: 54px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-4 {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-4 {
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card.style-4 {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-4 {
    margin: 0;
  }
}
@media (max-width: 1399px) {
  .about-info-card.style-4 .btn-wrapper {
    margin-top: 20px;
  }
}
.about-info-card.style-4 .about-info-content {
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-4 .about-info-content {
    gap: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card.style-4 .about-info-content {
    gap: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-4 .about-info-content {
    gap: 10px;
  }
}
.about-info-card.style-4 .about-info-content .section-title {
  margin-bottom: 0;
  gap: 0;
}
.about-info-card.style-4 .about-info-content .section-title .title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-4 .about-info-content .section-title .title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-4 .about-info-content .section-title .title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card.style-4 .about-info-content .section-title .title br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-4 .about-info-content .section-title .title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card.style-4 .about-info-content .section-title .title br {
    padding-right: 86px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-4 .about-info-content .section-title .title br {
    padding-right: 86px;
  }
}
.about-info-card.style-4 .about-info-content .section-title .desc {
  margin-bottom: 0;
}
.about-info-card.style-4 .about-info-content .btn-wrapper {
  margin-top: 30px;
}
.about-info-card.style-4 .about-info-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1399px) {
  .about-info-card.style-4 .about-info-content {
    gap: 10px;
  }
}
.about-info-card.style-4 .about-info-content .section-title {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

.about-info-card.style-1 .about-info-content .sec-content .desc {
  margin-bottom: 0;
  margin-top: 20px;
}
.about-info-card.style-2 .about-info-content {
  display: flex;
  flex-direction: column;
  /* gap: 40px; */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-2 .about-info-content {
    gap: 0;
  }
}
.about-info-card.style-2 .about-info-content .section-title {
  gap: 0;
}
.about-info-card.style-2 .about-info-content .section-title .short-title {
  margin-bottom: 10px;
}
.about-info-card.style-2 .about-info-content .section-title .title {
  margin-bottom: 20px;
}
.about-info-card.style-2 .about-info-content .section-title .desc {
  margin-bottom: 0;
}

.about-info-card.style-5 {
  margin-top: 31px;
}
.about-info-card.style-5 .about-info-content {
  gap: 34px;
  margin-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-5 .about-info-content {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-5 .about-info-content {
    margin-right: 0;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card.style-5 .about-info-content {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-5 .about-info-content {
    margin-right: 0;
    gap: 20px;
  }
}
.about-info-card.style-5 .about-info-content .section-title .title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-5 .about-info-content .section-title .title {
    font-size: 44px;
  }
}
.about-info-card.style-5 .btn-wrapper {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-5 .btn-wrapper {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card.style-5 .btn-wrapper {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-5 .btn-wrapper {
    margin-top: 40px;
  }
}

.counter-card.style-1 {
  position: relative;
  text-align: center;
}
.counter-card.style-1 .content {
  padding: 80px 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-1 .content {
    text-align: center;
    padding: 0;
    gap: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card.style-1 .content {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-1 .content {
    text-align: center;
    padding: 60px 0;
    gap: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-1 .content {
    text-align: center;
    padding: 60px 0;
    gap: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-card.style-1 .content {
    text-align: center;
    padding-left: 0;
    gap: 0;
  }
}
.counter-card.style-1 .content .number {
  color: #ffffff;
  width: 100%;
}
.counter-card.style-1 .content .title {
  color: #ffffff;
  white-space: nowrap;
}
.counter-card.style-1 .divider {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  opacity: 0.2;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card.style-1 .divider {
    bottom: 0;
    top: unset;
    left: 0;
    right: unset;
    width: 100%;
    height: 1px;
  }
}
.counter-card.style-1.first .content {
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-1.first .content {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card.style-1.first .content {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-1.first .content {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-1.first .content {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-card.style-1.first .content {
    text-align: center;
  }
}
.counter-card.style-1.last .content {
  text-align: end;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-1.last .content {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card.style-1.last .content {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-1.last .content {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-1.last .content {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-card.style-1.last .content {
    text-align: center;
  }
}
.counter-card.style-1.last .divider {
  display: none;
}
.counter-card.style-1.second .content {
  text-align: left;
  margin-left: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-1.second .content {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-1.second .content {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-1.second .content {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-card.style-1.second .content {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card.style-1.second {
    margin-bottom: 0px !important;
  }
  .counter-card.style-1.second .divider {
    display: initial !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-1.second {
    margin-bottom: 50px;
  }
  .counter-card.style-1.second .divider {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-1.second {
    margin-bottom: 50px;
  }
  .counter-card.style-1.second .divider {
    display: none;
  }
}
.counter-card.style-1.third .content {
  text-align: left;
  margin-left: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-1.third .content {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-1.third .content {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-1.third .content {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-card.style-1.third .content {
    text-align: center;
    margin-left: 0;
  }
}
.counter-card .content {
  display: inline-flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.counter-card .content .number {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 78px;
  color: #23262D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card .content .number {
    font-size: 60px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card .content .number {
    font-size: 48px;
  }
}
.counter-card .content .title {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 30px;
  color: #23262D;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card .content .title {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card .content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card .content .title {
    font-size: 18px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card .content .title br {
    display: none;
  }
}

.counter-card.style-2 {
  background-color: #ffffff;
  border-top: 4px solid #af2020;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.counter-card.style-2 .content {
  gap: 5px;
}
.counter-card.style-2 .content .number {
  font-size: 48px;
  line-height: 60px;
  text-transform: capitalize;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card.style-2 .content .number {
    font-size: 38px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card.style-2 .content .title {
    font-size: 18px;
  }
}

.counter-card.style-3 {
  padding: 20px 120px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-card.style-3 {
    padding: 20px 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-3 {
    padding: 15px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-3 {
    padding: 20px 90px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-3 {
    padding: 15px 50px 45px 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 530px) {
  .counter-card.style-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
  }
}
.counter-card.style-3.first {
  padding: 20px 120px 20px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-card.style-3.first {
    padding: 20px 80px 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-3.first {
    padding: 15px 80px 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-3.first {
    padding: 20px 90px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-3.first {
    padding: 15px 50px 45px 50px;
  }
}
.counter-card.style-3.last {
  padding: 20px 0 20px 120px;
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-card.style-3.last {
    padding: 20px 0 20px 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-3.last {
    padding: 15px 0 15px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-3.last {
    padding: 20px 90px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-3.last {
    padding: 15px 50px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-3.second {
    border: none;
  }
}
@media only screen and (min-width: 531px) and (max-width: 767px) {
  .counter-card.style-3.second {
    border-right: 0;
  }
}
.counter-card.style-3 .content {
  gap: 0;
}
.counter-card.style-3 .content .number {
  -webkit-text-stroke: 1px #ffffff;
  width: 145px;
  max-width: 145px;
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-3 .content .number {
    max-width: 116px;
    font-size: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-3 .content .number {
    font-size: 48px;
    justify-content: center;
  }
}
.counter-card.style-3 .content .title {
  color: #ffffff;
  font-size: 16px;
  margin-top: -10px;
}

.counter-card.style-4 {
  background-color: #23262D;
  border: 1px solid #616670;
  padding: 20px 30px 28px;
  width: 100%;
}
.counter-card.style-4 .content {
  gap: 0;
}
.counter-card.style-4 .content .number {
  -webkit-text-stroke: 1px #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card.style-4 .content .number {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-4 .content .number {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-4 .content .number {
    font-size: 48px;
    line-height: 60px;
  }
}
.counter-card.style-4 .content .title {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card.style-4 .content .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card.style-4 .content .title {
    font-size: 16px;
  }
}

.process-step-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
  padding: 0;
}
.process-step:hover .icon img {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.process-step:hover .divider span {
  background-color: #af2020;
  transition: all 0.5s ease-out;
}
.process-step .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.process-step .divider {
  position: relative;
  height: 1px;
  background-image: linear-gradient(90deg, #525252, #525252 50%, transparent 50%, transparent 100%);
  background-size: 20px 1px;
  width: calc(100% + 30px);
}
.process-step .divider span {
  width: 14px;
  height: 14px;
  border: 3px solid #ffffff;
  border-radius: 50px;
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-out;
}
.process-step .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 30px;
}
.process-step .content .title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}
.process-step .content .desc {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
}

.brand-marquee-area {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 40px;
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-marquee-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-marquee-area {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .brand-marquee-area {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-marquee-area {
    gap: 0;
  }
}
.brand-marquee-area .brand-marquee-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .brand-marquee-area .brand-marquee-wrapper {
    gap: 26px;
  }
}
.brand-marquee-area .brand-marquee-wrapper.first-brand-marquee {
  animation: Scroll 32s linear infinite;
}
.brand-marquee-area .brand-marquee-wrapper.second-brand-marquee {
  animation: Scroll 32s linear infinite;
  animation-direction: reverse;
}
.brand-marquee-area .single-brand-marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-shrink: 0;
}
.brand-marquee-area .single-brand-marquee:nth-child(even) .brand-marquee-title {
  -webkit-text-stroke: 2px #23262D;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.brand-marquee-area .single-brand-marquee .brand-marquee-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
  color: #23262D;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .brand-marquee-area .single-brand-marquee .brand-marquee-title {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-marquee-area .single-brand-marquee .brand-marquee-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-marquee-area .single-brand-marquee .brand-marquee-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-marquee-area .single-brand-marquee img {
    width: 50px;
  }
}
.brand-marquee-area.style-2 {
  padding: 0;
}

.testimonial-card {
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonial-card.style-1 {
  width: 410px;
  gap: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card.style-1 {
    width: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card.style-1 {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-1 {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-1 {
    width: 100%;
  }
}
.testimonial-card.style-1 .user-info-wrapper {
  gap: 22px;
}
.testimonial-card .user-info-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex-shrink: 0;
}
.testimonial-card .user-info-wrapper .user-img {
  display: flex;
  justify-content: center;
  align-self: flex-start;
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  position: relative;
}
.testimonial-card .user-info-wrapper .user-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.testimonial-card .user-info-wrapper .user-meta .name {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}
.testimonial-card .user-info-wrapper .user-meta .designation {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
  margin: 4px 0;
}
.testimonial-card .user-info-wrapper .user-meta .rating-icon {
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  color: #FF9205;
  margin-bottom: 0;
}
.testimonial-card .content-wrapper .description {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
  margin-bottom: 0;
}

.testimonial-card.style-2 {
  flex-direction: row;
  gap: 110px;
  padding: 40px 81px 48px 40px;
  margin-left: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-card.style-2 {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card.style-2 {
    padding: 40px 80px 40px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-card.style-2 {
    gap: 40px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-2 {
    padding-right: 50px;
    flex-direction: column;
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card.style-2 {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card.style-2 {
    padding-right: 50px;
    flex-direction: column;
    gap: 24px;
  }
}
.testimonial-card.style-2 .user-info-wrapper {
  margin-top: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-card.style-2 .user-info-wrapper {
    gap: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card.style-2 .user-info-wrapper {
    gap: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-card.style-2 .user-info-wrapper .user-meta .designation {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card.style-2 .user-info-wrapper .user-meta .designation {
    margin: 0;
  }
}
.testimonial-card.style-2 .content-wrapper .desc {
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-card.style-2 .content-wrapper .desc {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card.style-2 .content-wrapper .desc {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card.style-2 .content-wrapper .desc {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-2 .content-wrapper .desc {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card.style-2 .content-wrapper .desc {
    font-size: 14px;
    line-height: 30px;
  }
}

.testimonial-card.style-3 {
  align-items: center;
  text-align: center;
  gap: 50px;
  padding: 0;
  background: none;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card.style-3 {
    gap: 20px;
  }
}
.testimonial-card.style-3 .user-info-wrapper {
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.testimonial-card.style-3 .user-info-wrapper .user-img {
  width: 126px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card.style-3 .user-info-wrapper .user-img {
    width: 80px;
    height: 80px;
    margin-top: 5px;
  }
}
.testimonial-card.style-3 .user-info-wrapper .user-meta {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-card.style-3 .user-info-wrapper .user-meta {
    gap: 5px;
  }
}
@media (max-width: 1199px) {
  .testimonial-card.style-3 .user-info-wrapper .user-meta {
    gap: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card.style-3 .user-info-wrapper .user-meta {
    gap: 0;
  }
}
.testimonial-card.style-3 .user-info-wrapper .user-meta .name {
  color: #ffffff;
}
.testimonial-card.style-3 .user-info-wrapper .user-meta .designation {
  color: #ffffff;
}
.testimonial-card.style-3 .content-wrapper .description {
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card.style-3 .content-wrapper .description {
    font-size: 20px;
    width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card.style-3 .content-wrapper .description {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
  }
}

.testimonial-card.style-4 {
  width: 850px;
  align-items: start;
  gap: 40px;
  padding: 40px 137px;
  background-color: #ffffff;
  margin: 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-4 {
    padding: 40px 30px;
    width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card.style-4 {
    width: 750px;
  }
}
.testimonial-card.style-4 .user-info-wrapper {
  flex-direction: row;
  gap: 25px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.testimonial-card.style-4 .user-info-wrapper .user-img {
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial-card.style-4 .user-info-wrapper .user-meta {
  text-align: left;
}
.testimonial-card.style-4 .content-wrapper {
  text-align: center;
}
.testimonial-card.style-4 .content-wrapper .comma-icon i {
  font-family: "Font Awesome 6 Pro";
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  -webkit-text-stroke: 1px #af2020;
}
.testimonial-card.style-4 .content-wrapper .description {
  margin-top: 20px;
}

.testimonial-card.style-5 {
  background-color: #23262D;
  align-items: start;
  gap: 50px;
  width: 630px;
  margin: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card.style-5 {
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-5 {
    width: auto;
    gap: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card.style-5 {
    margin: 0 8px;
    padding: 25px;
  }
}
.testimonial-card.style-5:hover .content-wrapper .comma-icon i {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.testimonial-card.style-5 .user-info-wrapper {
  flex-direction: row;
  gap: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card.style-5 .user-info-wrapper {
    gap: 18px;
  }
}
.testimonial-card.style-5 .user-info-wrapper .user-img {
  width: 85px;
  height: 85px;
  overflow: hidden;
}
.testimonial-card.style-5 .user-info-wrapper .user-meta {
  text-align: left;
}
.testimonial-card.style-5 .user-info-wrapper .user-meta .name {
  color: #ffffff;
}
.testimonial-card.style-5 .user-info-wrapper .user-meta .designation {
  color: #ffffff;
  margin-bottom: 10px;
}
.testimonial-card.style-5 .user-info-wrapper .user-meta .designation {
  margin: 0;
}
.testimonial-card.style-5 .content-wrapper .comma-icon i {
  font-family: "Font Awesome 6 Pro";
  font-size: 48px;
  line-height: 48px;
  color: #23262D;
  -webkit-text-stroke: 1px #af2020;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card.style-5 .content-wrapper .comma-icon i {
    font-size: 36px;
    line-height: 36px;
  }
}
.testimonial-card.style-5 .content-wrapper .description {
  color: #ffffff;
  margin-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card.style-5 .content-wrapper .description {
    font-size: 16px;
  }
}

.slider-area-wrapper.style-1 {
  margin-right: -9999px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area-wrapper.style-1 {
    margin-right: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area-wrapper.style-1 {
    margin-right: unset;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area-wrapper.style-1 {
    margin-right: unset;
  }
}
.slider-area-wrapper.style-1 .testimonial-slider-wrapper .slick-item {
  margin: 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area-wrapper.style-1 .testimonial-slider-wrapper .slick-item {
    margin: 0 4px;
  }
}

.testimonial-slider-wrapper .slick-arrow {
  display: none !important;
}

.testimonial-slider-wrapper.style-4 .slick-list {
  overflow: visible !important;
}
.testimonial-slider-wrapper.style-4 .slick-item {
  margin-top: 0;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper.style-4 .slick-item.slick-center {
  margin-top: -40px;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .testimonial-slider-wrapper.style-4 .slick-item.slick-center {
    margin-top: 0;
  }
}
.testimonial-slider-wrapper.style-5 .slick-list {
  overflow: visible !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-wrapper.style-5 .slick-list {
    overflow: hidden !important;
  }
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots {
    padding-left: 0;
  }
}
.slick-dots li {
  list-style: none;
  line-height: 0;
}
.slick-dots li:first-child button {
  border-radius: 40px 0 0 40px;
}
.slick-dots li:last-child button {
  border-radius: 0 40px 40px 0;
}
.slick-dots li.slick-active button {
  width: 105px;
  transition: all 0.5s ease-out;
}
.slick-dots li.slick-active button:before {
  width: 100%;
  visibility: visible;
  transition: all 0.5s ease-out;
}
.slick-dots li button {
  width: 65px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background-color: #E3E3E3;
  height: 11px;
  transition: all 0.5s ease-out;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slick-dots li button {
    width: 55px;
  }
}
.slick-dots li button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #af2020;
  visibility: hidden;
  transition: all 0.5s ease-out;
  border-radius: 40px;
}

.accordion-wrapper .accordion-list-item .accordion-head {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px 0;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
}
.accordion-wrapper .accordion-list-item .accordion-head:after {
  color: #23262D;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
}
.accordion-wrapper .accordion-list-item .accordion-head.collapsed {
  border-color: #E3E3E3;
}
.accordion-wrapper .accordion-list-item .accordion-head.collapsed:after {
  color: #23262D;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  position: relative;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
}
.accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #23262D;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
    font-size: 18px;
  }
}
.accordion-wrapper .accordion-list-item:last-child .accordion-head {
  border-bottom: transparent;
}
.accordion-wrapper .accordion-list-item .accordion-item-body {
  padding-bottom: 15px;
  background-color: #ffffff;
  padding: 30px;
  transition: all 0.5s ease-out;
}
.accordion-wrapper .accordion-list-item .accordion-item-body p {
  font-size: 16px;
  color: #616670;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
}

.accordion-wrapper.style-two .accordion-list-item .accordion-head {
  border-top: 1px solid #c7c7e1;
  padding: 31px 0;
}
.accordion-wrapper.style-two .accordion-list-item:last-child {
  border-bottom: 1px solid #c7c7e1;
}
.accordion-wrapper.style-two .accordion-list-item .accordion-item-body {
  padding-bottom: 20px;
  transition: all 0.5s ease-out;
}

.accordion-wrapper.style-three .accordion-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.accordion-wrapper.style-three .accordion-box-wrapper .accordion-list-item .accordion-head {
  border: 1px solid #af2020;
  background-color: #af2020;
  color: #ffffff;
  border-radius: 8px;
  padding: 19px 30px;
  flex-direction: row-reverse;
  justify-content: space-between;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper.style-three .accordion-box-wrapper .accordion-list-item .accordion-head {
    padding: 16px 20px;
  }
}
.accordion-wrapper.style-three .accordion-box-wrapper .accordion-list-item .accordion-head:before {
  content: "\f077";
  background-color: transparent;
  font-size: 18px;
}
.accordion-wrapper.style-three .accordion-box-wrapper .accordion-list-item .accordion-head .accordion-title {
  color: #ffffff;
}
.accordion-wrapper.style-three .accordion-box-wrapper .accordion-list-item .accordion-head.collapsed {
  color: #23262D;
  border-color: #E3E3E3;
  background-color: transparent;
  transition: all 0.5s ease-out;
}
.accordion-wrapper.style-three .accordion-box-wrapper .accordion-list-item .accordion-head.collapsed:before {
  color: #23262D;
  content: "\f078";
}
.accordion-wrapper.style-three .accordion-box-wrapper .accordion-list-item .accordion-head.collapsed .accordion-title {
  color: #23262D;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper.style-three .accordion-box-wrapper .accordion-list-item .accordion-head.collapsed .accordion-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion-wrapper.style-three .accordion-box-wrapper .accordion-list-item .accordion-item-body {
  margin-top: 43px;
  padding: 0 30px;
}

.client-logo-wrapper .client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.client-logo-wrapper .client-logo img {
  filter: grayscale(100%);
  transition: all 0.5s ease-out;
}
.client-logo-wrapper .client-logo:hover {
  transform: scale(1.03);
}
.client-logo-wrapper .client-logo:hover img {
  filter: none;
  opacity: 1;
}

.page-header {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .page-header {
    padding-left: 30px;
  }
}
.page-header .page-title {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .page-header .page-title {
    font-size: 38px;
    line-height: 48px;
  }
}

.blog-area ol,
.blog-area ul {
  padding-left: 20px;
}
.blog-area ol li,
.blog-area ul li {
  padding-top: 7px;
}

.single-post-item {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
  /* Quote Format Post */
  /* Sticky Post */
}
.single-post-item:hover .post-thumbnail img,
.single-post-item:hover .post-video img {
  transform: scale(1.06);
  transition: all 0.5s ease-out;
}
.single-post-item iframe {
  width: 100%;
  height: 522px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item iframe {
    height: 350px;
  }
}
.single-post-item .post-content-wrapper {
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-item .post-content-wrapper {
    padding: 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-content-wrapper {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-item .post-content-wrapper {
    padding: 30px;
  }
}
.single-post-item .post-content-wrapper .read-more {
  margin-top: 30px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #F4F4F4;
  padding: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-content-wrapper .read-more {
    gap: 10px;
  }
}
.single-post-item .post-content-wrapper .read-more .theme-btn {
  padding: 0;
  color: #23262D;
  background-color: transparent;
  border: 0;
  gap: 10px;
}
.single-post-item .post-content-wrapper .read-more .theme-btn i {
  color: #af2020;
}
.single-post-item .post-content-wrapper .read-more .theme-btn:hover {
  color: #af2020;
}
.single-post-item .post-content-wrapper .read-more .comment-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-content-wrapper .read-more .comment-meta-wrapper {
    padding-left: 0;
  }
}
.single-post-item .post-content-wrapper .read-more .comment-meta-wrapper .icon {
  color: #af2020;
  font-size: 14px;
}
.single-post-item .post-content-wrapper .read-more .comment-meta-wrapper .comment-meta {
  font-size: 16px;
  color: #616670;
  font-family: "Rubik", sans-serif;
}
.single-post-item.format-quote .post-content {
  margin: 0;
}
.single-post-item.format-quote blockquote {
  margin: 0;
}
.single-post-item.format-quote blockquote p {
  margin-top: 0;
}
.single-post-item.format-quote blockquote cite a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #616670;
  margin-top: 20px;
  font-style: normal;
  transition: all 0.5s ease-out;
}
.single-post-item.format-quote blockquote cite a:hover {
  transition: all 0.5s ease-out;
  color: #af2020;
}
.single-post-item.sticky {
  border: 2px solid #af2020;
}
.single-post-item.sticky .post-content {
  margin-bottom: 0;
}
.single-post-item.sticky .post-content p {
  margin-bottom: 0;
}
.single-post-item .post-title {
  font-size: 32px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-title {
    font-size: 28px;
    line-height: 38px;
    margin-top: 5px;
  }
}
.single-post-item .post-title:hover a {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.single-post-item .post-content p {
  margin-top: 17px;
}
.single-post-item .post-content h2,
.single-post-item .post-content h3,
.single-post-item .post-content h4,
.single-post-item .post-content h5,
.single-post-item .post-content h6 {
  margin-bottom: 10px;
}
.single-post-item .post-content p {
  margin-bottom: unset;
}
.single-post-item .single-post-meta {
  display: inline-flex;
  align-items: flex-start;
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}
.single-post-item .social-share {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
}
.single-post-item .social-share a.facebook {
  color: #1877f2;
}
.single-post-item .social-share a.twitter {
  color: #1da1f2;
}
.single-post-item .social-share a.linkedin {
  color: #1a70c6;
}
.single-post-item .social-share .social-share-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: #26262c;
  margin-right: 5px;
  white-space: nowrap;
}
.single-post-item .blog-post-tag {
  display: inline-flex;
}
.single-post-item .blog-post-tag span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
  color: #26262c;
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: uppercase;
  float: left;
  line-height: 24px;
}
.single-post-item .blog-post-tag .post-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  line-height: 0;
}
.single-post-item .blog-post-tag .post-tag-list a {
  color: #616670;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease-out;
}
.single-post-item .blog-post-tag .post-tag-list a:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail,
.single-post-item .post-video {
  position: relative;
  overflow: hidden;
}
.single-post-item .post-thumbnail img,
.single-post-item .post-video img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail .popup-video-wrapper,
.single-post-item .post-video .popup-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post-item .post-thumbnail .video-btn a,
.single-post-item .post-video .video-btn a {
  width: 70px;
  height: 70px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: #ffffff;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post-item .post-thumbnail .video-btn a i,
.single-post-item .post-video .video-btn a i {
  color: #af2020;
  font-size: 18px;
}
.single-post-item .post-thumbnail .video-btn a:hover,
.single-post-item .post-video .video-btn a:hover {
  animation: none;
}
.single-post-item button.post-gallery-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: #ffffff;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.single-post-item button.post-gallery-btn.prev-btn {
  left: 30px;
}
.single-post-item button.post-gallery-btn.next-btn {
  right: 30px;
}
.single-post-item button.post-gallery-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #26262c;
  font-size: 17px;
  transition: all 0.5s ease-out;
}
.single-post-item button.post-gallery-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #af2020;
}
.single-post-item button.post-gallery-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.single-post-item .post-audio iframe {
  width: 100%;
}
.single-post-item .post-meta {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-meta {
    gap: 10px;
    width: 100%;
  }
}
.single-post-item .post-meta .author-img {
  width: 37px;
  height: 37px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.single-post-item .post-meta .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post-item .post-meta span {
  font-size: 18px;
  font-weight: 400;
  color: #616670;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-item .post-meta span i {
  color: #af2020;
  font-size: 18px;
}
.single-post-item .post-meta span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #616670;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover i {
  color: #af2020;
  transition: all 0.5s ease-out;
}

.post-card {
  background-color: #ffffff;
  margin: 0 15px;
}
.post-card:hover .image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.post-card:hover .image:before {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.post-card:hover .image .circle-btn-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
}
.post-card:hover .image .circle-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.post-card .image {
  overflow: hidden;
  position: relative;
  height: 236px;
}
.post-card .image img {
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
.post-card .image .circle-btn-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
}
.post-card .image .circle-btn {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #af2020;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card .image .circle-btn {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .image .circle-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.post-card .image .circle-btn i {
  transform: rotate(-45deg);
  transition: all 0.5s ease-out;
}
.post-card .image .circle-btn:hover {
  background-color: #af2020;
  transition: all 0.5s ease-out;
}
.post-card .image .circle-btn:hover i {
  transform: rotate(0deg);
  transition: all 0.5s ease-out;
}
.post-card .content {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #E3E3E3;
  gap: 40px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .content {
    padding: 24px;
  }
}
.post-card .content .title {
  height: 60px;
  overflow: hidden;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .content .title {
    font-size: 20px;
    line-height: 28px;
    height: unset;
    overflow: visible;
  }
}
.post-card .content .title a:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.post-card .content .post-content p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
  margin-bottom: 0;
}
.post-card .post-meta {
  display: inline-flex;
  gap: 20px 30px;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .post-meta {
    gap: 8px 30px;
  }
}
.post-card .post-meta .single-post-meta {
  color: #8f939b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}
.post-card .post-meta .single-post-meta i {
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  color: #af2020;
  transition: all 0.5s ease-out;
}
.post-card .post-meta .single-post-meta a {
  display: flex;
  gap: 7px;
  align-items: center;
  flex-shrink: 0;
  color: #8f939b;
}
.post-card .post-meta .single-post-meta a:hover {
  color: #af2020;
}

.post-card.style-1 .post-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #af2020;
}
.post-card.style-1 .post-meta .single-post-meta {
  color: #ffffff;
  padding: 9px 20px;
}
.post-card.style-1 .post-meta .single-post-meta i {
  color: #ffffff;
}
.post-card.style-1 .btn-wrapper .theme-btn {
  color: #23262D;
  background-color: #ffffff;
  border: 1px solid #af2020;
  transition: all 0.5s ease-out;
}
.post-card.style-1 .btn-wrapper .theme-btn i {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.post-card.style-1 .btn-wrapper .theme-btn:hover {
  color: #ffffff;
  background-color: #af2020;
  transition: all 0.5s ease-out;
}
.post-card.style-1 .btn-wrapper .theme-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.post-card.style-2 {
  flex-direction: column;
  gap: 26px;
  transition: all 0.5s ease-out;
}
.post-card.style-2 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 30px;
  margin-top: -66px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-2 .content-wrapper {
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .post-card.style-2 .content-wrapper {
    margin-right: 0;
    margin-top: 0;
  }
}
.post-card.style-2:hover .content-wrapper .content {
  border-color: transparent;
  border-bottom-color: #af2020;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-out;
}
.post-card.style-2:hover .content-wrapper .content:after {
  transform: scale(1);
}
.post-card.style-2:hover .content-wrapper .content .btn-wrapper .theme-btn {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.post-card.style-2:hover .content-wrapper .content .btn-wrapper .theme-btn i {
  color: #ffffff;
}
.post-card.style-2 .image {
  height: 300px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-2 .image {
    height: 300px;
  }
}
.post-card.style-2 .content {
  padding: 20px 30px 40px;
  gap: 20px;
  background-color: #ffffff;
}
.post-card.style-2 .content:after {
  content: "";
  background-color: #FF9205;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.5s ease-out;
}
.post-card.style-2 .content .btn-wrapper {
  margin-top: 10px;
}
.post-card.style-2 .content .btn-wrapper .theme-btn {
  background-color: #ffffff;
  color: #23262D;
  transition: all 0.5s ease-out;
}
.post-card.style-2 .content .btn-wrapper .theme-btn i {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.post-card.style-2 .post-meta {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-2 .post-meta {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .post-card.style-2 .post-meta {
    justify-content: space-between;
    gap: 0;
  }
}
.post-card.style-2 .post-meta .single-post-meta i {
  color: #af2020;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-3 .post-meta {
    flex-wrap: nowrap;
    gap: 5px 10px;
  }
}
.post-card.style-3 .post-meta .single-post-meta {
  color: #616670;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-3 .post-meta .single-post-meta {
    gap: 5px;
  }
}
.post-card.style-3 .post-meta .single-post-meta i {
  color: #616670;
}
.post-card.style-3 .content {
  gap: 20px;
  padding: 30px 30px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-3 .content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-3 .content {
    gap: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-3 .content {
    gap: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .post-card.style-3 .content {
    padding: 20px;
  }
}
.post-card.style-3 .content .title {
  padding-right: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-3 .content .title {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-3 .content .title {
    margin-top: 14px;
    margin-bottom: 5px;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-3 .content .title {
    margin-top: 14px;
    margin-bottom: 5px;
    height: auto;
    padding: 0;
  }
}

.post-card.style-4 {
  flex-direction: column;
  gap: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-4 {
    margin: 0 10px;
  }
}
.post-card.style-4:hover .post-meta .single-post-meta i {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.post-card.style-4 .image {
  height: 433px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .post-card.style-4 .image {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-4 .image {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-4 .image {
    height: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-4 .image {
    height: 300px;
  }
}
.post-card.style-4 .content {
  padding: 20px 40px 40px;
  gap: 20px;
  border: none;
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .post-card.style-4 .content {
    padding: 20px 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-4 .content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-4 .content {
    padding: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-4 .content {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .post-card.style-4 .content {
    padding: 30px;
  }
}
.post-card.style-4 .content .title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-4 .content .title {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-4 .content .title {
    margin-bottom: 10px;
  }
}
.post-card.style-4 .post-meta .single-post-meta i {
  color: #616670;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-4 .post-meta .single-post-meta {
    gap: 5px;
  }
}

.post-card.style-5 {
  background-color: #282b33;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-5 .post-meta {
    gap: 5px;
  }
}
.post-card.style-5 .post-meta .single-post-meta {
  color: #ffffff;
}
.post-card.style-5 .content {
  background-color: #282b33;
  gap: 20px;
  padding: 25px 40px 40px 40px;
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .post-card.style-5 .content {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-5 .content {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-5 .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-5 .content {
    padding: 40px 40px 40px 30px;
  }
}
.post-card.style-5 .content .image {
  height: 272px;
}
.post-card.style-5 .content .title {
  color: #ffffff;
  margin-right: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-5 .content .title {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-5 .content .title {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-5 .content .title {
    font-size: 22px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .post-card.style-5 .content .title {
    font-size: 22px;
    margin-right: 0;
  }
}

.post-card.style-6 {
  background-color: #282B33;
  margin: 0;
  position: relative;
  top: 0;
  transition: all 0.5s ease-out;
}
.post-card.style-6:hover {
  top: -5px;
  transition: all 0.5s ease-out;
}
.post-card.style-6:hover .content {
  transition: all 0.5s ease-out;
}
.post-card.style-6:hover .content:before {
  transform: scale(1);
}
.post-card.style-6 .image {
  width: 100%;
  height: 323px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-6 .image {
    height: 260px;
  }
}
.post-card.style-6 .content {
  gap: 20px;
  border: none;
  position: relative;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-6 .content {
    padding: 30px;
  }
}
.post-card.style-6 .content:before {
  content: "";
  background-color: #FF9205;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .post-card.style-6 .content {
    padding: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-6 .content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-6 .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-6 .content .post-meta {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-6 .content .post-meta {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-6 .content .post-meta .single-post-meta {
    gap: 5px;
  }
}
.post-card.style-6 .content .post-meta .single-post-meta i {
  color: #FF9205;
}
.post-card.style-6 .content .post-meta .single-post-meta span {
  color: #ffffff;
}
.post-card.style-6 .content .title {
  color: #ffffff;
  margin-bottom: 20px;
}
.post-card.style-6 .content .read-more:hover i {
  color: #FF9205;
  transition: all 0.5s ease-out;
}
.post-card.style-6 .content .read-more a {
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.post-card.style-6 .content .read-more a i {
  font-size: 16px;
  font-weight: 900;
  margin-left: 5px;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.blog-details-wrapper .comment-respond {
  margin-top: 72px;
  margin-bottom: 40px;
}
.blog-details-wrapper .wp-block-group.has-background .wp-block-button .wp-block-button__link {
  color: #ffffff !important;
}
.blog-details-wrapper .single-post-item {
  overflow: visible;
  box-shadow: none;
}
.blog-details-wrapper .single-post-item .post-title {
  margin-bottom: 20px;
}
.blog-details-wrapper .single-post-item .post-meta-info {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #23262D;
}
.blog-details-wrapper .single-post-item .post-meta-info i {
  font-size: 5px;
}
.blog-details-wrapper .single-post-item .divider {
  width: 2px;
  height: 100%;
  background-color: #af2020;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .blog-details-wrapper .single-post-item .divider {
    width: 100%;
    height: 2px;
  }
}
.blog-details-wrapper .single-post-item .gallery-image-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1199px) {
  .blog-details-wrapper .single-post-item .gallery-image-wrapper {
    align-items: start;
    flex-direction: column;
  }
}
.blog-details-wrapper .single-post-item .gallery-image-wrapper .gallery-image {
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-wrapper .single-post-item .gallery-image-wrapper .gallery-image {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-details-wrapper .single-post-item .gallery-image-wrapper .gallery-image {
    width: 300px;
  }
}
.blog-details-wrapper .single-post-item .gallery-image-wrapper .gallery-image-content p {
  margin-bottom: 0;
}
.blog-details-wrapper .single-post-item blockquote {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-wrapper .single-post-item blockquote {
    padding: 20px;
  }
}
.blog-details-wrapper .single-post-item .single-post-meta {
  margin-bottom: 0;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-wrapper .single-post-item .single-post-meta {
    flex-direction: column;
  }
}
.blog-details-wrapper .single-post-item .single-post-meta .blog-post-tag .tag-icon {
  color: #af2020;
  font-size: 20px;
}
.blog-details-wrapper .single-post-item .single-post-meta .social-share .social-btn-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.blog-details-wrapper .single-post-item .single-post-meta .social-share .social-btn-overlay.active {
  visibility: visible;
  opacity: 1;
}
.blog-details-wrapper .single-post-item .single-post-meta .social-btn {
  color: #af2020;
  background-color: transparent;
}
.blog-details-wrapper .single-post-item .single-post-meta .share-group {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 8px;
  padding: 16px 10px;
  border-radius: 4px;
  background-color: #af2020;
  flex-direction: column;
  transform: translate(0px, -100%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .single-post-meta .share-group:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #af2020;
  transform: rotate(35deg);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.blog-details-wrapper .single-post-item .single-post-meta .share-group.active {
  visibility: visible;
  opacity: 1;
}
.blog-details-wrapper .single-post-item .single-post-meta .share-group a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  font-size: 12px;
}
.blog-details-wrapper .single-post-item iframe {
  width: 100%;
  height: 522px;
}
.blog-details-wrapper .single-post-item .post-meta {
  margin-bottom: 20px;
  margin-top: -8px;
}
.blog-details-wrapper .single-post-item .post-gallery:hover img {
  transform: scale(1) !important;
}
.blog-details-wrapper .single-post-item .post-thumbnail,
.blog-details-wrapper .single-post-item .post-video,
.blog-details-wrapper .single-post-item .post-gallery,
.blog-details-wrapper .single-post-item .postbox-audio,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.blog-details-wrapper .single-post-item .post-thumbnail:hover img,
.blog-details-wrapper .single-post-item .post-video:hover img,
.blog-details-wrapper .single-post-item .post-gallery:hover img,
.blog-details-wrapper .single-post-item .postbox-audio:hover img,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image:hover img {
  transform: scale(1.06);
  transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-thumbnail img,
.blog-details-wrapper .single-post-item .post-video img,
.blog-details-wrapper .single-post-item .post-gallery img,
.blog-details-wrapper .single-post-item .postbox-audio img,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-content-wrapper {
  padding: 0;
}
.blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 17px;
  /* Unit Test Data Compatibility Start */
  /* Unit Test Data Compatibility End */
}
.blog-details-wrapper .single-post-item .post-content .list-item-wrapper .list-item .text {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #23262D;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-archives li a,
.blog-details-wrapper .single-post-item .post-content .wp-block-tag-cloud a {
  color: #616670;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-archives li a:hover,
.blog-details-wrapper .single-post-item .post-content .wp-block-tag-cloud a:hover {
  color: #af2020;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template {
  padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template .wp-block-post {
  margin-bottom: 30px;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-navigation__responsive-container-content .wp-block-page-list {
  padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group {
  margin: 15px 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group p {
  margin-bottom: 0;
}
.blog-details-wrapper .single-post-item .post-content p {
  margin-bottom: 20px;
}
.blog-details-wrapper .single-post-item .post-content p img {
  margin: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .single-post-item .list-item-wrapper {
    margin-bottom: 10px;
  }
}
.blog-details-wrapper .single-post-item.post-1786 .post-meta-info {
  margin-bottom: 20px;
  display: block;
}
.blog-details-wrapper .single-post-item.post-1778 .post-content-wrapper p {
  line-height: normal;
}
.blog-details-wrapper .single-post-item.post-1782 .post-content-wrapper {
  padding-top: 0;
}
.blog-details-wrapper .wp-block-calendar {
  margin-bottom: 30px;
}

.author-info {
  background-color: #F4F4F4;
  padding: 90px 55px 60px 55px;
  display: flex;
  gap: 30px;
  border-radius: 14px;
  flex-direction: column;
  position: relative;
  justify-content: center;
  text-align: center;
  margin-top: 130px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info {
    padding: 90px 25px 20px 25px;
  }
  
}
.author-info .author-thumb {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.author-info .author-thumb img {
  border-radius: 50%;
}
.author-info .author-text h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 28px;
}
.author-info .author-text .designation {
  font-size: 16px;
  font-style: italic;
  color: #616670;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
}
.author-info .author-text p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #616670;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
}
.author-info .author-social-profiles {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.author-info .author-social-profiles a {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.5s ease-out;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #af2020;
  border-radius: 10px;
}
.author-info .author-social-profiles a:hover {
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  color: #af2020;
}
.author-info .author-post a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #26262c;
  border-bottom: 2px solid #af2020;
  margin-top: 30px;
  display: inline-block;
}
.author-info .author-post a:hover {
  color: #af2020;
}

.blog-post-nav {
  margin: 40px 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
@media (max-width: 991px) {
  .blog-post-nav {
    gap: 16px;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-nav {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav {
    padding: 30px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .blog-post-nav {
    flex-direction: column;
    margin: 30px 0;
  }
}
.blog-post-nav .divider {
  background-color: rgb(223, 226, 233);
  width: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav .divider {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .blog-post-nav .divider {
    width: 100%;
    height: 1px;
  }
}
.blog-post-nav .post-navigation {
  display: flex;
  gap: 20px;
  flex-basis: 0;
  flex-grow: 1;
  width: 50%;
  padding: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-nav .post-navigation {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation {
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav .post-navigation {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-post-nav .post-navigation {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-post-nav .post-navigation {
    align-items: center;
  }
}
.blog-post-nav .post-navigation:last-child {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-nav .post-navigation:last-child {
    justify-content: end;
  }
}
.blog-post-nav .post-navigation:last-child .text {
  text-align: right;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation:last-child .text {
    text-align: left;
  }
}
.blog-post-nav .post-navigation .post-img {
  width: 96px;
  height: 96px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation .post-img {
    width: 100% !important;
    height: 150px !important;
  }
}
.blog-post-nav .post-navigation .post-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.blog-post-nav .post-navigation .text {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-nav .post-navigation .text {
    padding-left: 24px;
  }
}
.blog-post-nav .post-navigation .text span {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  color: #616670;
}
.blog-post-nav .post-navigation .text span i {
  color: #af2020;
}
.blog-post-nav .post-navigation .text .post-title {
  font-size: 18px;
  margin: 0;
  line-height: 27px;
  text-transform: capitalize;
}
.blog-post-nav .post-navigation .text .post-title a {
  color: #23262D;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
}
.blog-post-nav .post-navigation .text .post-title a:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}

.skill-progressbar-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}

.skill-progressbar .progress-inner-item {
  position: relative;
  margin-bottom: 10px;
  line-height: inherit;
}
.skill-progressbar .skill-title {
  z-index: 100;
  color: #26262c;
  font-size: 18px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
}
.skill-progressbar .progressbar-number {
  width: 100%;
  z-index: 10;
}
.skill-progressbar .progress-number-count {
  padding: 0 8px;
  position: absolute;
  transform: translateX(-50%);
}
.skill-progressbar .progressbar-number,
.skill-progressbar .progress-number-count {
  font-size: 16px;
  line-height: 41px;
  height: 8px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  font-family: "Rubik", sans-serif;
  color: #616670;
}
.skill-progressbar .progress-content-outter {
  height: 8px;
  background-color: rgb(234, 234, 234);
  border-radius: 20px;
}
.skill-progressbar .progress-content {
  height: 8px;
  background-color: #af2020;
  width: 0%;
  border-radius: 20px;
}

.price-card {
  padding: 40px 43px 40px 40px;
  z-index: 2;
  position: relative;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price-card {
    padding: 30px;
  }
}
.price-card .trend-badge {
  position: absolute;
  top: -1px;
  right: 30px;
  z-index: 2;
}
.price-card .trend-badge .trend-down {
  width: 0;
  height: 0;
  border-left: 15px solid #af2020;
  border-right: 15px solid #af2020;
  border-bottom: 15px solid transparent;
  border-top: 35px solid #af2020;
}
.price-card .price-btn {
  background-color: #af2020;
  padding: 14px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 38px;
  text-align: center;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  line-height: 32px;
}
.price-card .price-btn i {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.price-card .price-btn:hover {
  color: #23262D;
}
.price-card .card-title .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #23262D;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 50px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .price-card .card-title .title {
    margin-bottom: 24px;
  }
}
.price-card .price {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.price-card .price .price-heading {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.935px;
  color: #23262D;
}
.price-card .price .price-heading .price-time {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price-card .price .price-heading .price-time {
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-card .price .price-heading .price-time {
    margin-left: 0;
  }
}
.price-card .price .price-desc {
  margin-bottom: 0;
}
.price-card .list-wrapper {
  display: flex;
  margin-top: 30px;
}
.price-card .list {
  width: 100%;
}
.price-card .list ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
}
.price-card .list ul li {
  list-style: none;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #23262D;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.price-card .list ul li i {
  color: #af2020;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price-card .list ul li {
    font-size: 17px;
  }
}
.price-card .list ul li .fa-check {
  color: #af2020;
}
.price-card .list ul li .fa-x {
  color: #bbc7cf;
}
.price-card .theme-btn {
  padding: 5px 6px 5px 26px;
  gap: 30px;
  font-size: 16px;
}

.cta-area {
  padding: 40px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cta-area .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 38, 45, 0.8);
}
.cta-area .cta-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-area .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  gap: 10px;
}
.cta-area .section-title .short-title {
  margin-bottom: 0;
}
.cta-area .section-title .title {
  color: #ffffff;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: flex-start;
    gap: 40px;
  }
}
.section-title .sec-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .sec-content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
.section-title .short-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #af2020;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-title .short-title::before, .section-title .short-title::after {
  content: "";
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #af2020;
  flex: 1 1;
}
.section-title .short-title.no-divider:before, .section-title .short-title.no-divider:after {
  display: none;
}
.section-title .short-title.only-divider::before {
  display: none;
}
.section-title .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  color: #23262D;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 48px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .section-title .title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 439px) {
  .section-title .title br {
    display: none;
  }
}
.section-title .title span {
  color: #af2020;
}
.section-title .sec-desc {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
  margin-bottom: 0;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn {
  background-color: transparent;
  color: #23262D;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.section-title.two-column {
  align-items: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.two-column {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.two-column {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .section-title.two-column .sec-content {
    width: 100%;
  }
}
.section-title.two-column .sec-desc {
  width: 537px;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.two-column .sec-desc {
    width: 440px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.two-column .sec-desc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-title.two-column .sec-desc {
    width: 100%;
  }
}
.section-title.two-column .sec-desc .desc {
  margin-bottom: 8px;
}
.section-title.two-column .sec-desc .simple-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #23262D;
  display: flex;
  align-items: center;
  gap: 20px;
}
.imfdfd {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-breadcrumb-area {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-color: rgba(0, 0, 0, 0.6980392157);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-breadcrumb-area {
    padding-top: 168px;
    padding-bottom: 100px;
  }
}

.page-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.page-heading h3,
.page-heading .page-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: initial;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 375px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 42px;
    line-height: 52px;
  }
}

.breadcrumb-wrapper {
  padding: 0px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 0;
  }
}

.breadcrumb-list {
  text-align: center;
}
.breadcrumb-list ul {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
  gap: 0 12px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .breadcrumb-list ul {
    flex-direction: column;
    align-items: center;
  }
}
.breadcrumb-list ul li {
  list-style: none;
  display: inline-flex;
  gap: 0 12px;
  align-items: center;
  color: #fff;
}
.breadcrumb-list ul li a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover {
  transition: all 0.5s ease-out;
  color: #af2020;
}
.breadcrumb-list ul li:before {
  content: "\f054";
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  display: inline-flex;
}
.breadcrumb-list ul li:first-child:before {
  display: none;
}
@media (max-width: 375px) {
  .breadcrumb-list ul li:first-child:before {
    display: block !important;
  }
}

.wp-block-query-pagination,
.navigation.posts-navigation,
.comment-navigation {
  display: flex;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.navigation.posts-navigation .wp-block-query-pagination-numbers,
.comment-navigation .wp-block-query-pagination-numbers {
  width: inherit;
}
.wp-block-query-pagination .nav-links,
.navigation.posts-navigation .nav-links,
.comment-navigation .nav-links {
  display: flex;
  gap: 20px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .nav-next a,
.wp-block-query-pagination .nav-previous a,
.navigation.posts-navigation .wp-block-query-pagination-previous,
.navigation.posts-navigation .wp-block-query-pagination-next,
.navigation.posts-navigation .nav-next a,
.navigation.posts-navigation .nav-previous a,
.comment-navigation .wp-block-query-pagination-previous,
.comment-navigation .wp-block-query-pagination-next,
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #616670;
  background-color: #ffffff;
  height: 53px;
  padding: 0 20px;
  transition: all 0.5s ease-out;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid rgba(44, 53, 62, 0.1490196078);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wp-block-query-pagination .wp-block-query-pagination-previous,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .nav-next a,
  .wp-block-query-pagination .nav-previous a,
  .navigation.posts-navigation .wp-block-query-pagination-previous,
  .navigation.posts-navigation .wp-block-query-pagination-next,
  .navigation.posts-navigation .nav-next a,
  .navigation.posts-navigation .nav-previous a,
  .comment-navigation .wp-block-query-pagination-previous,
  .comment-navigation .wp-block-query-pagination-next,
  .comment-navigation .nav-next a,
  .comment-navigation .nav-previous a {
    height: 40px;
  }
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .nav-next a:hover,
.wp-block-query-pagination .nav-previous a:hover,
.navigation.posts-navigation .wp-block-query-pagination-previous:hover,
.navigation.posts-navigation .wp-block-query-pagination-next:hover,
.navigation.posts-navigation .nav-next a:hover,
.navigation.posts-navigation .nav-previous a:hover,
.comment-navigation .wp-block-query-pagination-previous:hover,
.comment-navigation .wp-block-query-pagination-next:hover,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover {
  background: #af2020 !important;
  color: #ffffff;
  border-color: #af2020;
  transition: all 0.5s ease-out;
}

.basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: center;
}
.basic-pagination ul li,
.page-links ul li,
.wp-block-query-pagination-numbers ul li {
  padding-top: 0;
}
.basic-pagination ul .prev span,
.basic-pagination ul .next span,
.page-links ul .prev span,
.page-links ul .next span,
.wp-block-query-pagination-numbers ul .prev span,
.wp-block-query-pagination-numbers ul .next span {
  display: none;
}
.basic-pagination .post-page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
  background-color: rgba(71, 112, 247, 0.1) !important;
}
.basic-pagination .page-numbers,
.basic-pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #23262D;
  background-color: rgba(217, 161, 76, 0.1);
  border-radius: 50%;
  height: 67px;
  width: 67px;
  transition: all 0.5s ease-out;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Rajdhani", sans-serif;
}
@media (max-width: 767px) {
  .basic-pagination .page-numbers,
  .basic-pagination .post-page-numbers,
  .page-links .page-numbers,
  .page-links .post-page-numbers,
  .wp-block-query-pagination-numbers .page-numbers,
  .wp-block-query-pagination-numbers .post-page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.basic-pagination .page-numbers:hover,
.basic-pagination .post-page-numbers:hover,
.page-links .page-numbers:hover,
.page-links .post-page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .post-page-numbers:hover {
  background: #af2020 !important;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.basic-pagination .page-numbers.current,
.basic-pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .post-page-numbers.current {
  background: #af2020 !important;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.nav-tab {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1199px) {
  .nav-tab {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }
}
.nav-tab li .theme-btn {
  background: none;
  color: #23262D;
  transition: all 0.5s ease-out;
}
.nav-tab li.active .theme-btn {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.project-page-wrapper {
  padding-top: 144px;
  padding-bottom: 114px;
}
@media (max-width: 991px) {
  .project-page-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .project-page-wrapper {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.project-page-wrapper .basic-pagination {
  margin-bottom: 0;
  margin-top: 30px;
}

.project-detail-area {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .project-detail-area {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .project-detail-area {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}

.tiny-content {
  margin-bottom: 60px;
}
.tiny-content p {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .tiny-content {
    margin-bottom: 40px;
  }
}

.project-gallery-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.project-gallery-image:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
.project-gallery-image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}

.project-details-title {
  color: #23262D;
  margin-bottom: 20px;
  border-bottom: 2px solid #af2020;
  display: inline-block;
  padding-bottom: 8px;
}

.main-title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  color: #26262c;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 1199px) {
  .project-info-widget-wrapper {
    margin-top: 40px;
  }
}
.project-info-widget-wrapper .social-share {
  display: flex;
  align-items: center;
  gap: 15px;
}
.project-info-widget-wrapper .social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: #af2020;
  font-size: 18px;
}
.project-info-widget-wrapper .social-share a.facebook {
  background-color: #4676ED;
}
.project-info-widget-wrapper .social-share a.pinterest {
  background-color: #C40027;
}
.project-info-widget-wrapper .social-share a.twitter {
  background-color: #5A99EC;
}
.project-info-widget-wrapper .social-share a.linkedin {
  background-color: #4467AD;
}

.project-info-widget {
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border: 1px solid #E3E3E3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-info-widget {
    flex-direction: column;
    justify-content: space-between;
  }
}
.project-info-widget .info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-info-widget .info-item p {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #616670;
  margin-bottom: 0;
}
.project-info-widget .info-item h6 {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #23262D;
  margin-bottom: 0;
}

.sidebar-image {
  margin-top: 60px;
  position: relative;
}
.sidebar-image:before {
  content: "";
  background-color: #af2020;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sidebar-image {
    width: auto;
    height: auto;
  }
}
.sidebar-image img {
  width: 100%;
}

.process-step-area.style-2 {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .process-step-area.style-2 {
    padding-bottom: 0;
  }
}
.process-step-area.style-2 .process-step.style-2 {
  border: 1px solid rgb(199, 199, 225);
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}
.process-step-area.style-2 .process-step.style-2 .icon {
  width: 48px;
  height: 48px;
  box-shadow: none;
  background-color: #af2020;
}
.process-step-area.style-2 .process-step.style-2 .icon:before {
  display: none;
}
.process-step-area.style-2 .process-step.style-2 .icon .count {
  position: unset;
  transform: unset;
  top: unset;
  width: unset;
  height: unset;
  background-color: transparent;
}
.process-step-area.style-2 .process-step.style-2 .icon .count span {
  font-size: 21px;
  font-weight: 500;
}
.process-step-area.style-2 .process-step.style-2 .content {
  gap: 10px;
}

.list-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-item-wrapper {
    gap: 10px;
  }
}
.list-item-wrapper .list-item {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  align-items: center;
}
.list-item-wrapper .list-item .icon {
  font-size: 20px;
  color: #af2020;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
}
.list-item-wrapper .list-item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: initial;
  margin-bottom: 0;
  color: #616670;
}
.list-item-wrapper .list-item.style-two {
  gap: 10px;
}
.list-item-wrapper .list-item.style-two .icon {
  font-size: 8px;
}

@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 40px;
  }
}

.page-sidebar {
  margin-bottom: 50px;
  padding-left: 18px;
}

/* Widget */
.widget {
  background-color: #F4F4F4;
  padding: 40px;
  margin-bottom: 40px;
  /* Widget Instagram Feed */
  /* Widget Title */
  /* Social Widget Block */
  /* Recent Comment List Block Widget & Latest Post Widget Block */
  /* Social Widget */
  /* Select Option  */
  /* Login Widget */
  /* Tagcloud Widget */
  /* Default Widget */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget {
    padding: 30px;
  }
}
.widget:last-child {
  margin-bottom: 0;
}
.widget ol,
.widget ul {
  margin-bottom: 0;
}
.widget .widget-instagram-feed {
  width: 315px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .widget .widget-instagram-feed {
    width: 220px;
  }
}
@media (max-width: 374px) {
  .widget .widget-instagram-feed {
    width: 200px;
  }
}
.widget .widget-instagram-feed .single-instagram-feed {
  width: 96px;
  height: 96px;
}
.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label {
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #23262D;
  position: relative;
}
.widget .wp-block-social-links .wp-social-link {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.widget .wp-block-social-links .wp-social-link a {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-weight: 500;
  color: #23262D;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  font-weight: 500;
}
.widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
.widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
  margin-bottom: 0;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
  font-size: 14px !important;
  margin-bottom: 10px;
  position: relative;
  color: #616670;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.widget .wp-block-latest-comments li a,
.widget .wp-block-latest-posts li a {
  color: #23262D;
}
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  display: inline !important;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover {
  color: #af2020;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.widget .social-profile {
  justify-content: flex-start;
}
.widget .social-profile a {
  width: 60px;
  height: 60px;
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
  border-radius: 50px;
  flex-shrink: 0;
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .widget .social-profile a {
    width: 40px;
    height: 40px;
  }
}
.widget .social-profile a.facebook {
  background-color: #1877f2;
}
.widget .social-profile a.twitter {
  background-color: #1da1f2;
}
.widget .social-profile a.linkedin {
  background-color: #0a66c2;
}
.widget .social-profile a.instagram {
  background-color: #405de6;
}
.widget .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #af2020;
}
.widget select {
  max-width: 100%;
  height: 66px;
  width: 100%;
  border: 1px solid #E3E3E3;
  padding: 0 10px;
  border-radius: 5px;
  color: #616670;
  margin-bottom: 0;
  background-color: transparent;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
  margin-bottom: 10px;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid #E3E3E3;
  padding: 0 10px;
  border-radius: 5px;
  color: #616670;
}
.widget .has-login-form .login-remember label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .has-login-form .login-submit {
  margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary {
  display: inline-flex;
  background: #af2020;
  color: #fff;
  padding: 12px 32px;
  text-align: center;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  color: #616670;
  display: inline-block;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 12px 14px;
  transition: all 0.5s ease-out;
  background-color: #ffffff;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #af2020;
  transition: all 0.5s ease-out;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
  padding-left: 0;
  /* Tag Cloud Widget */
}
.widget ul li,
.widget ol li {
  display: block;
  padding: 7px 0;
  /* Recent Comment Widget */
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
}
.widget ul li:last-child,
.widget ol li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget ul li.recentcomments .comment-author-link a:before,
.widget ol li.recentcomments .comment-author-link a:before {
  display: block;
}
.widget ul li.recentcomments a,
.widget ol li.recentcomments a {
  padding-left: 0;
  display: inline;
}
.widget ul li.recentcomments a:before,
.widget ol li.recentcomments a:before {
  display: none;
}
.widget ul li a,
.widget ol li a {
  color: #616670;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  transition: all 0.5s ease-out;
  /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.widget ul li a.rsswidget,
.widget ol li a.rsswidget {
  padding-left: 0;
  font-weight: 500;
  display: block;
}
.widget ul li a.rsswidget:before,
.widget ol li a.rsswidget:before {
  display: none;
}
.widget ul li ul,
.widget ol li ul {
  padding-left: 25px;
  padding-top: 10px;
}
.widget ul.wp-tag-cloud li,
.widget ol.wp-tag-cloud li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget ul.wp-tag-cloud li a:before,
.widget ol.wp-tag-cloud li a:before {
  display: none;
}
.widget.widget_categories ul li, .widget.widget_archive ul li {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li.cat-item, .widget.widget_archive ul li.cat-item {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li a, .widget.widget_archive ul li a {
  float: left;
}

/* About Info Widget*/
.widget-about-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.widget-about-info .about-desc {
  text-align: left;
}
.widget-about-info .about-desc .about-title {
  font-size: 20px;
}
.widget-about-info .about-image {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.widget-about-info .social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid rgba(44, 53, 62, 0.1490196078);
  width: 100%;
  margin-top: 10px;
}
.widget-about-info .social-profile a {
  transition: all 0.5s ease-out;
  width: 44px;
  height: 44px;
  background-color: #F4F4F4;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #26262c;
  transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #af2020;
}

/* Latest Post Widget*/
.has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.widget_rss .wp-block-heading:before,
.widget_rss .widget-title:before {
  display: none;
}
.widget_rss .rss-widget-icon {
  margin-right: 6px;
}
.widget_rss ul li a.rsswidget {
  color: #26262c;
}
.widget_rss ul li a.rsswidget:hover {
  color: #af2020;
}

.wp-block-latest-posts .wp-block-rss__item-title,
.wp-block-rss .wp-block-rss__item-title,
.widget_rss .wp-block-rss__item-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}
.wp-block-latest-posts .wp-block-rss__item-title > a,
.wp-block-rss .wp-block-rss__item-title > a,
.widget_rss .wp-block-rss__item-title > a {
  color: #23262D;
  font-weight: 500;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-rss__item-publish-date {
  margin-right: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-latest-posts .wp-block-rss__item-author,
.wp-block-latest-posts .rss-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-latest-posts__post-date,
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .rss-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-latest-posts__post-date,
.widget_rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-rss__item-author,
.widget_rss .rss-date {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date:before,
.wp-block-latest-posts .wp-block-rss__item-publish-date:before,
.wp-block-latest-posts .rss-date:before,
.wp-block-rss .wp-block-latest-posts__post-date:before,
.wp-block-rss .wp-block-rss__item-publish-date:before,
.wp-block-rss .rss-date:before,
.widget_rss .wp-block-latest-posts__post-date:before,
.widget_rss .wp-block-rss__item-publish-date:before,
.widget_rss .rss-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author:before,
.wp-block-latest-posts .wp-block-rss__item-author:before,
.wp-block-rss .wp-block-latest-posts__post-author:before,
.wp-block-rss .wp-block-rss__item-author:before,
.widget_rss .wp-block-latest-posts__post-author:before,
.widget_rss .wp-block-rss__item-author:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-rss__item-excerpt,
.wp-block-latest-posts .rssSummary,
.wp-block-rss .wp-block-latest-posts__post-excerpt,
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .rssSummary,
.widget_rss .wp-block-latest-posts__post-excerpt,
.widget_rss .wp-block-rss__item-excerpt,
.widget_rss .rssSummary {
  margin-top: 10px;
  margin-bottom: 0;
}

.widget_latest_post ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  border: 0;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_latest_post ul li {
    gap: 10px;
  }
}
.widget_latest_post ul li:hover .latest-post-thumb img {
  transform: scale(1.2);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li:last-child {
  margin-bottom: 0;
}
.widget_latest_post ul li a {
  padding-left: 0;
}
.widget_latest_post ul li a:before {
  display: none;
}
.widget_latest_post ul li .latest-post-thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}
.widget_latest_post ul li .latest-post-thumb a {
  width: 100%;
  height: 100%;
}
.widget_latest_post ul li .latest-post-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc {
  flex-direction: column-reverse;
  display: flex;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 27px;
  color: #23262D;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title {
    font-size: 16px;
    height: 60px;
    overflow: hidden;
  }
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 18px;
  line-height: 27px;
  color: #23262D;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  font-family: "Rajdhani", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 16px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 16px;
  }
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #616670;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-meta {
    font-size: 15px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-meta {
    font-size: 14px;
    line-height: normal;
  }
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta i {
  color: #af2020;
}

.widget-instagram-feed {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  width: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(2, 1fr);
    width: auto !important;
  }
}
.widget-instagram-feed .single-instagram-feed {
  border-radius: 6px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.widget-instagram-feed .single-instagram-feed:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
.widget-instagram-feed .single-instagram-feed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 0.5s ease-out;
}

.widget_promotion {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #23262D;
}
.widget_promotion .wp-block-heading {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
}
.widget_promotion .secondary-btn {
  display: inline-block;
  background: #af2020;
  color: #26262c;
  padding: 12px 104px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.widget_promotion .secondary-btn i {
  color: #fff;
  font-size: 16px;
}
.widget_promotion .secondary-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
}
.widget_promotion p {
  color: rgba(255, 255, 255, 0.53);
  margin-bottom: 32px;
}

.single-post-item .single-post-meta {
  gap: 32px;
}

@media (max-width: 767px) {
  .service-sidebar {
    margin-top: 56px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-sidebar {
    margin-top: 80px;
  }
}
.service-sidebar .service-widget {
  margin-bottom: 40px;
}
.service-sidebar .service-widget:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-widget .title {
  font-size: 24px;
  font-weight: 700;
  line-height: initial;
  color: #23262D;
  margin-bottom: 30px;
}
.service-sidebar .service-widget.widget_luxelife_contact_info_widget {
  background-color: #F4F4F4;
  padding: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar .service-widget.widget_luxelife_contact_info_widget, .service-sidebar .service-widget.widget_service_brochura {
    padding: 30px;
  }
}

.widget_contact_form .comment-respond {
  padding: 0;
  border: 0;
  margin: 0;
}

.widget_service_categories {
  margin-bottom: 50px;
  padding: 0px;
  background: transparent;
}
.widget_service_categories ul {
  padding-left: 0;
  list-style: none;
}
.widget_service_categories ul li {
  background-color: #F4F4F4;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.widget_service_categories ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  color: #23262D;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  width: 100%;
  padding: 16px 30px;
}
.widget_service_categories ul li a:after {
  content: "\f105";
  color: #af2020;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.widget_service_categories ul li a i {
  color: #af2020;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget_service_categories ul li a {
    padding: 20px;
  }
}
.widget_service_categories ul li a:hover {
  background: #af2020;
  color: #ffffff;
}
.widget_service_categories ul li a:hover:after {
  color: #ffffff;
}
.widget_service_categories ul li a:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.widget_service_categories ul li.active a {
  background: #af2020;
  color: #ffffff;
}
.widget_service_categories ul li.active a:after {
  color: #ffffff;
}
.widget_service_categories ul li.active a i {
  color: #ffffff;
}

.footer-widget-info {
  position: relative;
}
.footer-widget-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-widget-info ul li {
  display: flex;
  align-items: start;
  gap: 17px;
  color: #23262D;
  padding: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-info ul li a {
  color: #23262D;
}
.footer-widget-info ul li p {
  margin-bottom: 0;
}
.footer-widget-info ul li i {
  color: #FF9205;
  font-weight: 600;
}
.footer-widget-info ul li:first-child {
  margin-top: 0;
}
.footer-widget-info .extra-info {
  margin-top: 5px;
}
.footer-widget-info .extra-info .time-slot {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #23262D;
}
.footer-widget-info .extra-info .time-slot:before {
  content: "\f017";
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  color: #FF9205;
  font-weight: 600;
}
.footer-widget-info .extra-info .time-slot p {
  margin-bottom: 0;
}
.footer-widget-info .wp-block-heading {
  color: #ffffff;
  font-size: 30px;
}
.footer-widget-info .wp-block-heading::before {
  display: none;
}
.footer-widget-info .promotion-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer-widget-info .promotion-card .short-desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: "Rubik", sans-serif;
}
.footer-widget-info .promotion-card h4 {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
}
.footer-widget-info .promotion-card .secondary-btn {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-widget-info .promotion-card .secondary-btn .icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #af2020;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.footer-widget-info .promotion-card .secondary-btn .icon i {
  color: #ffffff;
}
.footer-widget-info .promotion-card .secondary-btn .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.footer-widget-info .promotion-card .secondary-btn .btn-text p {
  margin: 0;
  text-align: start;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.footer-widget-info .promotion-card .secondary-btn .btn-text h4 {
  margin: 0;
  text-align: start;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.widget_service_brochura {
  padding: 38px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #F4F4F4;
}
.widget_service_brochura .widget-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget_service_brochura .widget-title-wrapper .widget-subtitle {
  color: #FF9205;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.widget_service_brochura .widget-title-wrapper .widget-title {
  color: #26262c;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.widget_service_brochura .widget-title-wrapper .widget-title:before {
  display: none;
}
.widget_service_brochura .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.widget_service_brochura .button-wrapper .btn-text {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.widget_service_brochura .button-wrapper .pdf {
  padding: 18px;
  background-color: #af2020;
}
.widget_service_brochura .button-wrapper .pdf:hover {
  background-color: #23262D;
}
.widget_service_brochura .button-wrapper .doc {
  padding: 18px;
  background-color: #23262D;
}
.widget_service_brochura .button-wrapper .doc:hover {
  background-color: #af2020;
}

.comment-respond {
  margin-top: 70px;
}

.blog-coment-title h2,
.blog-coment-title .wp-block-comments-title,
.wp-block-comments h2,
.wp-block-comments .wp-block-comments-title {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: -10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-coment-title h2,
  .blog-coment-title .wp-block-comments-title,
  .wp-block-comments h2,
  .wp-block-comments .wp-block-comments-title {
    font-size: 32px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-coment-title h2,
  .blog-coment-title .wp-block-comments-title,
  .wp-block-comments h2,
  .wp-block-comments .wp-block-comments-title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-coment-title h2,
  .blog-coment-title .wp-block-comments-title,
  .wp-block-comments h2,
  .wp-block-comments .wp-block-comments-title {
    font-size: 42px;
    line-height: 56px;
  }
}

/* Block Comment Start */
.wp-block-comments .wp-block-comment-template {
  padding-left: 0;
}
.wp-block-comments .wp-block-comment-template .wp-block-comment-reply-link {
  margin-top: 15px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns {
  padding: 50px;
  border: 1px solid #dfe2e9;
  margin-bottom: 24px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-column:first-child {
  flex-basis: 80px !important;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar {
  width: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar img {
  width: 100%;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-author-name a {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #26262c;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: #af2020;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-date a,
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: #9ba8c3;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a {
  font-size: 14px;
  font-weight: 500;
  color: #26262c;
  border: 1px solid #af2020;
  padding: 4px 26px;
  display: inline-block;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

/* Block Comment End */
.latest-comments .comment-respond {
  margin-top: 30px;
}
.latest-comments li.comment {
  padding: 0;
}
.latest-comments li.comment .comments-box {
  padding-top: 48px;
  padding-bottom: 13px;
  border-top: 1px solid rgba(44, 53, 62, 0.1490196078);
}
.latest-comments li.comment .comments-box blockquote {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-right: 40px;
}
.latest-comments li.comment .children li.comment .comments-box {
  border-top: 1px solid rgba(44, 53, 62, 0.1490196078);
}
.latest-comments li.comment:first-child .comments-box {
  border-top: 0;
}
.latest-comments li .children {
  padding-left: 0;
}
.latest-comments li .children .comments-box {
  margin-left: 106px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .children .comments-box {
    margin-left: 0;
  }
}
.latest-comments li .comments-box .comments-avatar {
  float: left;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-avatar {
    float: inherit;
    margin-bottom: 20px;
  }
}
.latest-comments li .comments-box .comments-avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.latest-comments li .comments-box .comments-text {
  overflow: hidden;
}
.latest-comments li .comments-box .comments-text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #616670;
  font-family: "Rubik", sans-serif;
}
.latest-comments li .comments-box .comments-text .avatar-name {
  margin-bottom: 10px;
  position: relative;
}
.latest-comments li .comments-box .comments-text .avatar-name h5 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Rajdhani", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-comments li .comments-box .comments-text .avatar-name span {
  color: #616670;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-text .avatar-name span {
    display: inline-block;
    width: 100%;
  }
}
.latest-comments li .comments-box .comments-text .comment-reply-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #26262c;
  border: 1px solid transparent;
  padding: 5px 24px;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.latest-comments li .comments-box .comments-text .comment-reply-link i {
  color: #af2020;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-text .comment-reply-link {
    position: unset;
    margin-top: 10px;
  }
}
.latest-comments li .comments-box .comments-text .comment-reply-link:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.post-comments .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.comments-text > ul, .comments-text > ol {
  margin-bottom: 20px;
}

ul.children {
  list-style: none;
}

/*Comment Input Filed*/
.post-comments-title .sub-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #af2020;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.post-comments-title h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  color: #23262D;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-comments-title h2 {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
.post-comments-title h2 small {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #af2020;
}
.post-comments-title .desc {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .post-comments-title .desc br {
    display: none;
  }
}

.comment-respond {
  position: relative;
}
.comment-respond .contacts-email,
.comment-respond .contacts-name,
.comment-respond .single-input-field,
.comment-respond .contacts-message {
  margin-bottom: 20px;
  position: relative;
}
.comment-respond .contacts-email label,
.comment-respond .contacts-name label,
.comment-respond .single-input-field label,
.comment-respond .contacts-message label {
  font-size: 18px;
  color: #23262D;
  margin-bottom: 8px;
}
.comment-respond .checkbox-field-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding: 15px 0;
}
.comment-respond .checkbox-field-wrapper p {
  margin: 0;
}
.comment-respond .checkbox-field-wrapper .single-checkbox-field {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.comment-respond .comment-form-cookies-consent {
  display: none;
}
.comment-respond input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.comment-respond input,
.comment-respond select {
  padding: 0 20px;
  height: 60px;
  width: 100%;
  color: #616670;
  opacity: 1;
  border: 1px solid #E3E3E3 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  background-color: #ffffff;
  font-family: "Rubik", sans-serif !important;
}
.comment-respond input[type=submit] {
  height: 70px;
  background-color: #af2020;
  border-color: #af2020;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.comment-respond *::-webkit-input-placeholder {
  color: #616670;
}
.comment-respond *:-moz-placeholder {
  color: #616670;
  opacity: 1;
}
.comment-respond *::-moz-placeholder {
  color: #616670;
  opacity: 1;
}
.comment-respond *:-ms-input-placeholder {
  color: #616670;
}
.comment-respond *::-ms-input-placeholder {
  color: #616670;
}
.comment-respond *::placeholder {
  color: #616670;
}
.comment-respond .contacts-message {
  margin-bottom: 10px;
}
.comment-respond textarea {
  resize: vertical;
  padding: 20px;
  width: 100%;
  color: #616670;
  border: 1px solid #E3E3E3 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  background-color: #ffffff;
  font-family: "Rubik", sans-serif !important;
  height: 150px;
  margin-bottom: 0;
}
.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond .form-select:focus {
  outline: none !important;
  box-shadow: none;
  border-color: #af2020 !important;
  transition: all 0.4s ease 0s;
}

.team-member-card {
  position: relative;
  background-color: #F4F4F4;
  top: 0;
  transition: all 0.5s ease-out;
}
.team-member-card:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #af2020;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.5s ease-out;
}
.team-member-card:hover {
  top: -5px;
  transition: all 0.5s ease-out;
}
.team-member-card:hover:before {
  transform: scaleX(1);
}
.team-member-card:hover .image:before {
  height: 250%;
  transition: all 900ms linear;
  background-color: transparent;
}
.team-member-card:hover .image img {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
.team-member-card .image {
  overflow: hidden;
  position: relative;
}
.team-member-card .image:before {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.team-member-card .image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.team-member-card .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px;
  width: 100%;
  z-index: 2;
}
.team-member-card .content-wrapper .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  gap: 5px;
}
.team-member-card .content-wrapper .content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #23262D;
  font-family: "Rajdhani", sans-serif;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-member-card .content-wrapper .content .title {
    font-size: 21px;
  }
}
.team-member-card .content-wrapper .content .desc {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #616670;
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.team-member-card .content-wrapper .social {
  background: #af2020;
  padding: 18px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: 94%;
  margin-top: -60px;
  z-index: -1;
  transition: all 0.5s ease-out;
}
.team-member-card .content-wrapper .social a:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.team-member-card .content-wrapper .social i {
  color: #ffffff;
}
.team-member-card:hover .content-wrapper .content {
  z-index: 1;
}
.team-member-card:hover .content-wrapper .social {
  margin-top: 0;
  z-index: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-member-card {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-member-card {
    margin-bottom: 50px;
  }
}

.team-member-slider-wrapper {
  position: relative;
}
.team-member-slider-wrapper .slick-list {
  padding-bottom: 88px;
  margin: 0 -55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-member-slider-wrapper .slick-list {
    padding-bottom: 25px;
    margin: unset;
  }
}
.team-member-slider-wrapper .slick-list .slick-slide {
  margin: 0 55px;
}
@media (max-width: 1199px) {
  .team-member-slider-wrapper .slick-list .slick-slide {
    margin: 0 14px;
  }
}
.team-member-slider-wrapper .slick-dots {
  display: flex;
  gap: 24px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
}
.team-member-slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 2px solid transparent;
  border: 5px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
.team-member-slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: rgb(94, 111, 146);
  opacity: 0.478;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-out;
}
.team-member-slider-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 2px solid rgb(252, 133, 91);
}
.team-member-slider-wrapper .slick-dots li.slick-active button {
  transition: all 0.5s ease-out;
}

.portfolio-wrapper {
  margin-right: 8px;
}

.portfolio-card {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 3px solid #E3E3E3;
  cursor: default;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 24px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card {
    gap: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-card {
    gap: 30px;
  }
}
.portfolio-card:first-child {
  border-top: 3px solid #E3E3E3;
}
.portfolio-card:hover .btn-wrapper .arrow-btn {
  color: #23262D;
  transform: rotate(-25deg);
  transition: all 0.5s ease-out;
}
.portfolio-card.active .title {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.portfolio-card.active .btn-wrapper .arrow-btn {
  color: #23262D;
  transform: rotate(-25deg);
  transition: all 0.5s ease-out;
}
.portfolio-card .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #23262D;
  width: 260px;
  flex-shrink: 0;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card .title {
    width: 100%;
  }
}
.portfolio-card .content {
  padding-right: 36px;
  flex-grow: 1;
  position: relative;
}
.portfolio-card .content .short-title {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card .content .short-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content .short-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card .content .short-title {
    font-size: 18px;
  }
}
.portfolio-card .btn-wrapper .arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 20px;
  color: rgba(35, 38, 45, 0.1);
  transition: all 0.5s ease-out;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card-main-wrapper {
    margin: 0 12px;
  }
}

.portfolio-fullscreen-image {
  height: 100%;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-fullscreen-image {
    min-height: 400px;
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-fullscreen-image {
    min-height: 350px;
    margin: 0;
  }
}
.portfolio-fullscreen-image .tabimg {
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.5s ease-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 645px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-fullscreen-image .tabimg {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-fullscreen-image .tabimg {
    max-width: 100%;
  }
}
.portfolio-fullscreen-image .tabimg.active {
  transform: scale(1);
  opacity: 1;
}

.portfolio-card.style-2 {
  justify-content: space-between;
  align-items: start;
  border-top: none;
  border-bottom: 1px solid #616670;
  padding: 40px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card.style-2 {
    padding: 28px 0;
    align-items: center;
  }
}
.portfolio-card.style-2:hover .btn-wrapper .arrow-btn {
  color: #af2020;
  transform: rotate(-45deg);
  transition: all 0.5s ease-out;
}
.portfolio-card.style-2 .title {
  color: #ffffff;
  width: 210px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card.style-2 .title {
    width: 100%;
    font-size: 24px;
  }
}
.portfolio-card.style-2 .title .year {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
.portfolio-card.style-2 .content {
  margin-left: 23px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card.style-2 .content {
    width: 350px;
    margin-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .portfolio-card.style-2 .content {
    width: auto;
  }
}
.portfolio-card.style-2 .content .short-desc {
  color: #ffffff;
  opacity: 0.72;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.portfolio-card.style-2 .btn-wrapper {
  align-self: center;
}
.portfolio-card.style-2 .btn-wrapper .arrow-btn {
  color: #ffffff;
  font-size: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card.style-2 .btn-wrapper .arrow-btn {
    font-size: 20px;
  }
}

.image-card {
  background-color: #ffffff;
}
.image-card:hover .image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.image-card .image {
  position: relative;
  overflow: hidden;
}
.image-card .image img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.image-card .image .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  padding: 17px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-card .image .icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .image-card .image .icon {
    width: 80px;
    height: 80px;
  }
}
.image-card .image .icon img {
  width: auto;
}
.image-card .content-wrapper {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-card .content-wrapper {
    padding: 30px 24px;
  }
}
.image-card .content-wrapper .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  color: #26262c;
  transition: all 0.6s ease;
}
.image-card .content-wrapper .content p {
  margin-bottom: 0;
}

.video-popup-card {
  position: relative;
  overflow: hidden;
}
.video-popup-card .video-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-popup-card .video-popup-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-popup-card .video-popup-btn a {
  width: 155px;
  height: 155px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: #af2020;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: ripple 3s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-card .video-popup-btn a {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card .video-popup-btn a {
    width: 80px;
    height: 80px;
  }
}
.video-popup-card .video-popup-btn a i {
  color: #ffffff;
  font-size: 24px;
}
.video-popup-card .video-popup-btn a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.video-popup-card.style-2 {
  position: relative;
}
.video-popup-card.style-2 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 100%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-2 .video-popup-image img {
    height: 100%;
  }
}
.video-popup-card.style-2 .video-popup-btn {
  border-radius: 50%;
  padding: 11px;
  border: 3px solid #af2020;
}
.video-popup-card.style-2 .video-popup-btn a {
  width: 162px;
  height: 162px;
  background-color: #af2020;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .video-popup-card.style-2 .video-popup-btn a {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-popup-card.style-2 .video-popup-btn a {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-card.style-2 .video-popup-btn a {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-2 .video-popup-btn a {
    width: 70px;
    height: 70px;
  }
}
.video-popup-card.style-2 .video-popup-btn a i {
  color: #ffffff;
  font-size: 53px;
  margin-left: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-2 .video-popup-btn a i {
    font-size: 24px;
    margin-left: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-card.style-2 .video-popup-btn a i {
    font-size: 24px;
    margin-left: 6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-popup-card.style-2 .video-popup-btn a i {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .video-popup-card.style-2 .video-popup-btn a i {
    font-size: 40px;
  }
}

.video-popup-card.style-3 .video-popup-btn {
  background-color: initial;
  border-radius: 50%;
  padding: 15px;
}
.video-popup-card.style-3 .video-popup-btn a {
  border: 1px solid #ffffff;
  background-color: initial;
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-popup-card.style-3 .video-popup-btn a {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-card.style-3 .video-popup-btn a {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-3 .video-popup-btn a {
    width: 80px;
    height: 80px;
  }
}
.video-popup-card.style-3 .video-popup-btn a i {
  color: #af2020;
  font-size: 46px;
  margin-top: 8px;
  margin-left: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-popup-card.style-3 .video-popup-btn a i {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-card.style-3 .video-popup-btn a i {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-3 .video-popup-btn a i {
    font-size: 24px;
    margin-top: 0;
  }
}

.project-card {
  position: relative;
  transition: all 0.5s ease-out;
}
.project-card.style-1 {
  position: relative;
  width: 630px;
  height: 430px;
  margin: 0 15px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-1 {
    margin: 0 15px;
    width: unset;
  }
}
.project-card.style-1:hover .image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.project-card.style-1:hover .main-content .main-content-wrapper {
  transform: rotateX(0deg);
  opacity: 1;
  transition: all 0.5s ease-out;
}
.project-card.style-1 .main-content .main-content-wrapper {
  transform: rotateX(90deg);
  opacity: 0;
  transition: all 0.5s ease-out;
}
.project-card .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.project-card .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.5s ease-out;
}
.project-card .main-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.project-card .main-content .main-content-wrapper {
  position: relative;
  background-color: rgba(35, 38, 45, 0.8);
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-card .main-content .main-content-wrapper {
    padding: 16px 24px;
  }
}
.project-card .main-content .main-content-wrapper .angle-btn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #af2020;
  font-size: 24px;
  color: #ffffff;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-card .main-content .main-content-wrapper .angle-btn {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
.project-card .main-content .main-content-wrapper .arrow-btn {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #af2020;
  font-size: 24px;
  color: #ffffff;
  flex-shrink: 0;
}
.project-card .main-content .main-content-wrapper .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-card .main-content .main-content-wrapper .title {
    font-size: 22px;
  }
}
.project-card .main-content .main-content-wrapper .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 6px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-card .main-content .main-content-wrapper .desc {
    font-size: 13px;
  }
}

.project-card.style-2 {
  width: unset;
  height: 720px;
  margin: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-card.style-2 {
    height: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-card.style-2 {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-card.style-2 {
    height: 480px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-2 {
    height: 580px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-card.style-2 {
    height: 480px;
  }
}
.project-card.style-2:hover .image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.project-card.style-2:hover .main-content .main-content-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.project-card.style-2:hover .main-content .main-content-wrapper .content-inner {
  transform: translateY(0%);
  transition: all 0.5s ease-out;
}
.project-card.style-2:hover .main-content .main-content-wrapper .btn-wrapper .arrow-btn {
  transform: translateX(0%);
  transition: all 0.5s ease-out;
}
.project-card.style-2 .image {
  overflow: hidden;
}
.project-card.style-2 .image img {
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.project-card.style-2 .main-content {
  height: 100%;
  padding: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-2 .main-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-card.style-2 .main-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-card.style-2 .main-content {
    padding: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-card.style-2 .main-content {
    padding: 16px;
  }
}
.project-card.style-2 .main-content .main-content-wrapper {
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 40px 40px 50px 50px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-card.style-2 .main-content .main-content-wrapper {
    padding: 30px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-2 .main-content .main-content-wrapper {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-card.style-2 .main-content .main-content-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-card.style-2 .main-content .main-content-wrapper {
    padding: 20px 30px;
  }
}
.project-card.style-2 .main-content .main-content-wrapper .content-inner {
  transform: translateY(100%);
  transition: all 0.5s ease-out;
}
.project-card.style-2 .main-content .main-content-wrapper .content-inner .title {
  transition: all 0.5s ease-out;
}
.project-card.style-2 .main-content .main-content-wrapper .content-inner .title:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-card.style-2 .main-content .main-content-wrapper .content-inner .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-card.style-2 .main-content .main-content-wrapper .content-inner .title {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-2 .main-content .main-content-wrapper .content-inner .title {
    font-size: 18px;
  }
}
.project-card.style-2 .main-content .main-content-wrapper .content-inner .desc {
  margin-top: 20px;
  max-width: 280px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-card.style-2 .main-content .main-content-wrapper .content-inner .desc {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-2 .main-content .main-content-wrapper .content-inner .desc {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-card.style-2 .main-content .main-content-wrapper .content-inner .desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-card.style-2 .main-content .main-content-wrapper .content-inner .desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-card.style-2 .main-content .main-content-wrapper .content-inner .desc {
    font-size: 14px;
  }
}
.project-card.style-2 .main-content .main-content-wrapper .btn-wrapper {
  align-self: flex-end;
}
.project-card.style-2 .main-content .main-content-wrapper .btn-wrapper .arrow-btn {
  font-size: 50px;
  transform: translateX(100%);
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-2 .main-content .main-content-wrapper .btn-wrapper .arrow-btn {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-card.style-2 .main-content .main-content-wrapper .btn-wrapper .arrow-btn {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-card.style-2 .main-content .main-content-wrapper .btn-wrapper .arrow-btn {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-card.style-2 .main-content .main-content-wrapper .btn-wrapper .arrow-btn {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
}
.project-card.style-2 .main-content .main-content-wrapper .btn-wrapper i {
  transform: rotate(-45deg);
}

.project-card.style-3 {
  width: 100%;
  height: 485px;
  padding: 0;
  border-radius: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-3 {
    height: 380px;
  }
}
.project-card.style-3:hover .image img {
  border-radius: 5px;
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.project-card.style-3 .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.project-card.style-3 .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 5px;
  transform: scale(1);
  filter: grayscale(100%);
  transition: all 0.5s ease-out;
}
.project-card.style-3 .main-content {
  top: 0;
  height: 100%;
  padding: 0;
}
.project-card.style-3 .main-content .main-content-wrapper {
  padding: 30px;
  flex-direction: column;
  align-items: start;
  background-image: linear-gradient(180deg, #23262D 0%, rgba(35, 38, 45, 0) 100%);
  overflow: hidden;
}
.project-card.style-3 .main-content .main-content-wrapper:hover .title {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.project-card.style-3 .main-content .main-content-wrapper:hover .content .desc {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.5s ease-out;
}
.project-card.style-3 .main-content .main-content-wrapper:hover .read-more .fa-arrow-right {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.project-card.style-3 .main-content .main-content-wrapper .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-card.style-3 .main-content .main-content-wrapper .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-3 .main-content .main-content-wrapper .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.project-card.style-3 .main-content .main-content-wrapper .content .desc {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 15px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card.style-3 .main-content .main-content-wrapper .content .desc {
    font-size: 14px;
    line-height: 25px;
  }
}
.project-card.style-3 .main-content .main-content-wrapper .content .read-more a {
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.project-card.style-3 .main-content .main-content-wrapper .content .read-more a i {
  font-size: 16px;
  font-weight: 900;
  margin-left: 5px;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.img-gallery-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "a a b c" "d e e e" "f f g h" "i j j j" "k k l m" "n o o o";
  margin: -12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-gallery-card {
    grid-template-areas: "a a b b" "c c c c" "d d e e" "f f g g" "h h h h" "i i j j";
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .img-gallery-card {
    grid-template-areas: "a a a a" "b b c c" "d d d d" "e e e e" "f f f f" "g g h h" "i i i i" "j j j j";
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .img-gallery-card {
    grid-template-areas: "a a a a" "b b b b" "c c c c" "d d d d" "e e e e" "f f f f" "g g g g" "h h h h" "i i i i" "j j j j";
  }
}
.img-gallery-card :nth-child(1) {
  grid-area: a;
}
.img-gallery-card :nth-child(2) {
  grid-area: b;
}
.img-gallery-card :nth-child(3) {
  grid-area: c;
}
.img-gallery-card :nth-child(4) {
  grid-area: d;
}
.img-gallery-card :nth-child(5) {
  grid-area: e;
}
.img-gallery-card :nth-child(6) {
  grid-area: f;
}
.img-gallery-card :nth-child(7) {
  grid-area: g;
}
.img-gallery-card :nth-child(8) {
  grid-area: h;
}
.img-gallery-card :nth-child(9) {
  grid-area: i;
}
.img-gallery-card :nth-child(10) {
  grid-area: j;
}
.img-gallery-card :nth-child(11) {
  grid-area: k;
}
.img-gallery-card :nth-child(12) {
  grid-area: l;
}
.img-gallery-card :nth-child(13) {
  grid-area: m;
}
.img-gallery-card :nth-child(14) {
  grid-area: n;
}
.img-gallery-card :nth-child(15) {
  grid-area: o;
}
.img-gallery-card .project-card.style-2 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 390px;
  margin: 12px;
}
.img-gallery-card .project-card.style-2:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-gallery-card .project-card.style-2 {
    height: 280px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .img-gallery-card .project-card.style-2 {
    height: 280px;
  }
}
.img-gallery-card .project-card.style-2:hover .main-content .main-content-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.img-gallery-card .project-card.style-2 .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-gallery-card .project-card.style-2 .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.5s ease-out;
}
.img-gallery-card .project-card.style-2 .main-content {
  height: 100%;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .img-gallery-card .project-card.style-2 .main-content {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-gallery-card .project-card.style-2 .main-content {
    padding: 0;
  }
}
.img-gallery-card .project-card.style-2 .main-content .main-content-wrapper {
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .content-inner {
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .content-inner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .content-inner {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .content-inner {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .content-inner {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .content-inner .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .content-inner .title {
    font-size: 18px;
    line-height: 25px;
  }
}
.img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .content-inner .desc {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .content-inner .desc {
    margin-top: 5px;
  }
}
.img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .btn-wrapper {
  align-self: flex-end;
}
.img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .btn-wrapper .arrow-btn {
  font-size: 36px;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .btn-wrapper .arrow-btn {
    font-size: 24px;
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .img-gallery-card .project-card.style-2 .main-content .main-content-wrapper .btn-wrapper .arrow-btn {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
}
.img-gallery-card.style-2 {
  grid-template-areas: "a a b c" "d e f f" "g g h i" "j k l l" "m m n o";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-gallery-card.style-2 {
    grid-template-areas: "a a b b" "c c d d" "e e f f" "g g h h" "i i j j" "k k l l";
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .img-gallery-card.style-2 {
    grid-template-areas: "a a a a" "b b c c" "d d e e" "f f f f" "g g g g" "h h i i" "j j k k" "l l l l";
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .img-gallery-card.style-2 {
    grid-template-areas: "a a a a" "b b b b" "c c c c" "d d d d" "e e e e" "f f f f" "g g g g" "h h h h" "i i i i" "j j j j" "k k k k" "l l l l";
    margin: 0;
  }
}

.hero-section.style-1 .hero-content-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section.style-1 .hero-content-area {
    display: flex;
    align-items: center;
  }
}
.hero-section.style-1 .hero-content-area .bg-dark-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(91deg, #000 0.47%, rgba(0, 0, 0, 0) 99.58%);
}
.hero-section.style-1 .hero-content {
  position: relative;
  z-index: 5;
  display: inline-block;
  text-align: left;
  padding: 200px 80px 191px 114px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .hero-section.style-1 .hero-content {
    padding: 100px 12px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-content {
    padding: 100px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.style-1 .hero-content {
    padding: 160px 80px 140px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.style-1 .hero-content {
    padding: 120px 50px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section.style-1 .hero-content {
    padding: 0 46px;
  }
}
.hero-section.style-1 .hero-content .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 86px;
  line-height: 99px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-content .title {
    font-size: 44px;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.style-1 .hero-content .title {
    font-size: 72px;
    line-height: 88px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.style-1 .hero-content .title {
    font-size: 60px;
    line-height: 82px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section.style-1 .hero-content .title {
    font-size: 72px;
    line-height: 82px;
  }
}
.hero-section.style-1 .hero-content .desc {
  font-size: 16px;
  line-height: 30px;
  margin: 22px 0 37px;
  color: #ffffff;
  padding-right: 170px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .hero-section.style-1 .hero-content .desc {
    padding-right: 55px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-content .desc {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.style-1 .hero-content .desc {
    width: 480px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section.style-1 .hero-content .desc {
    padding-right: 120px;
  }
}
.hero-section.style-1 .hero-content .hero-content-bottom {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-content .hero-content-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.style-1 .hero-content .hero-content-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
  }
}
.hero-section.style-1 .hero-content .hero-content-bottom .trusted-clients-wrapper {
  display: flex;
}
.hero-section.style-1 .hero-content .hero-content-bottom .trusted-clients {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 66px;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-content .hero-content-bottom .trusted-clients {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.style-1 .hero-content .hero-content-bottom .trusted-clients {
    margin-left: 0;
  }
}
.hero-section.style-1 .hero-content .hero-content-bottom .trusted-clients .client-thumb {
  position: relative;
  width: 54px;
  height: 54px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-left: -15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-content .hero-content-bottom .trusted-clients .client-thumb:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.style-1 .hero-content .hero-content-bottom .trusted-clients .client-thumb:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.style-1 .hero-content .hero-content-bottom .trusted-clients .client-thumb:first-child {
    margin-left: 0;
  }
}
.hero-section.style-1 .hero-content .hero-content-bottom .trusted-clients img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.hero-section.style-1 .hero-content .hero-content-bottom .member-count {
  margin-left: 18px;
}
.hero-section.style-1 .hero-content .hero-content-bottom .member-count h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  text-transform: capitalize;
  color: #ffffff;
}
.hero-section.style-1 .hero-content .hero-content-bottom .member-count span {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.hero-section.style-1 .hero-gallery-area {
  padding: 59px 0 46px 52px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .hero-section.style-1 .hero-gallery-area {
    padding: 80px 0px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-gallery-area {
    padding: 80px 0px 80px 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.style-1 .hero-gallery-area {
    padding: 100px 0px 100px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.style-1 .hero-gallery-area {
    padding: 120px 0 120px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section.style-1 .hero-gallery-area {
    padding: 76px 0 76px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.style-1 .hero-gallery-area .section-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.style-1 .hero-gallery-area .section-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-gallery-area .section-title {
    margin-bottom: 0;
  }
}
.hero-section.style-1 .hero-gallery-area h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section.style-1 .hero-gallery-area h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section.style-1 .hero-gallery-area h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-gallery-area h4 {
    margin-bottom: 20px;
  }
}
.hero-section.style-1 .hero-gallery-area .nav-tab {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-gallery-area .nav-tab {
    gap: 8px;
  }
}
.hero-section.style-1 .hero-gallery-area .nav-tab .theme-btn {
  background: none;
  color: #23262D;
  padding: 9px 20px;
  text-transform: none !important;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  letter-spacing: initial;
  transition: all 0.5s ease-out;
}
.hero-section.style-1 .hero-gallery-area .nav-tab .theme-btn:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.hero-section.style-1 .hero-gallery-area .nav-tab .theme-btn.active {
  background: #af2020;
  border: 1px solid #af2020;
  color: #ffffff;
}
.hero-section.style-1 .hero-gallery-slider {
  padding: 30px 0 60px;
  position: relative;
}
.hero-section.style-1 .hero-gallery-slider .slick-arrow {
  position: absolute;
  bottom: -3px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid #E3E3E3;
  transition: all 0.5s;
}
.hero-section.style-1 .hero-gallery-slider .slick-arrow:hover {
  background-color: #af2020;
  border: 1px solid #af2020;
}
.hero-section.style-1 .hero-gallery-slider .slick-arrow:hover i {
  color: #ffffff;
}
.hero-section.style-1 .hero-gallery-slider .slick-arrow i {
  color: #23262D;
  font-size: 16px;
  font-weight: 900;
  font-family: Font Awesome 6 Free;
  transition: all 0.5s ease-out;
}
.hero-section.style-1 .hero-gallery-slider .slick-arrow.btn-next {
  margin-left: 59px;
}
.hero-section.style-1 .hero-gallery-slider .slick-track {
  display: block;
}
.hero-section.style-1 .hero-gallery-slider .slick-track .slick-item {
  margin-right: 30px;
  width: 300px;
  height: 470px;
  position: relative;
}
.hero-section.style-1 .hero-gallery-slider .slick-track .slick-item:hover .image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.hero-section.style-1 .hero-gallery-slider .slick-track .slick-item:hover .theme-btn {
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section.style-1 .hero-gallery-slider .slick-track .slick-item {
    margin-right: 20px;
  }
}
.hero-section.style-1 .hero-gallery-slider .slick-track .slick-item .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-section.style-1 .hero-gallery-slider .slick-track .slick-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.hero-section.style-1 .hero-gallery-slider .slick-track .slick-item .theme-btn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.about-us-area.style-1 {
  padding-top: 120px;
  padding-bottom: 149px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-1 .section-title {
    gap: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-area.style-1 .section-title .title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-area.style-1 .section-title .title br {
    display: none;
  }
}

.feature-area.style-1 {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: 70px 0px;
  background-size: contain;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 {
    padding: 80px 0;
  }
}
.feature-area.style-1 .section-title {
  margin-bottom: 84px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-area.style-1 .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-1 .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-1 .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 .section-title {
    margin-bottom: 40px;
  }
}
.feature-area.style-1 .section-title .short-title-wrapper {
  margin-top: -7px;
}
.feature-area.style-1 .section-title .title {
  margin-bottom: 10px;
  text-align: center;
}

.portfolio-section.style-1 {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-section.style-1 {
    padding: 80px 0;
  }
}
.portfolio-section.style-1 .section-title {
  margin-bottom: 54px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-section.style-1 .section-title {
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.portfolio-section.style-1 .section-title .title {
  margin-bottom: 0;
}
.portfolio-section.style-1 .section-title .sec-desc {
  margin-right: 10px;
  margin-bottom: 10px;
}

.counter-up-area.style-1 {
  margin: 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-area.style-1 {
    padding: 40px;
    margin: 0 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-up-area.style-1 {
    margin: 0 20px;
    padding: 40px;
  }
}
.counter-up-area.style-1 .counter-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 107px;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-up-area.style-1 .counter-item {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-up-area.style-1 .counter-item {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-area.style-1 .counter-item {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-up-area.style-1 .counter-item {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-up-area.style-1 .counter-item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}

.video-popup-area.style-1 {
  margin: 0 80px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-area.style-1 {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-area.style-1 {
    margin: 0 40px;
  }
}

.testimonial-slider-area.style-1 {
  display: flex;
  flex-direction: column;
  gap: 100px;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 {
    padding: 80px 0;
    gap: 80px;
  }
}
.testimonial-slider-area.style-1 .section-title .title {
  margin-bottom: 0;
}
.testimonial-slider-area.style-1 .section-title .slider-nav-btn-wrapper {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .testimonial-slider-area.style-1 .section-title .slider-nav-btn-wrapper {
    margin-top: 30px;
  }
}
.testimonial-slider-area.style-1 .section-title .slider-nav-btn-wrapper a {
  filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
  box-shadow: none;
  width: 60px;
  height: 60px;
  font-size: 17px;
  background-color: rgba(217, 161, 76, 0.1);
  color: #af2020;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1 .section-title .slider-nav-btn-wrapper a:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.latest-posts-area.style-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-1 {
    padding: 100px 0;
  }
}
.latest-posts-area.style-1 .post_card_slider_wrapper {
  margin-left: 15px;
  margin-top: -4px;
}
.latest-posts-area.style-1 .section-title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-1 .section-title {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.latest-posts-area.style-1 .section-title .title {
  margin-bottom: 0;
}
.latest-posts-area.style-1 .section-title .slider-nav-btn-wrapper a {
  filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
  box-shadow: none;
  width: 60px;
  height: 60px;
  font-size: 17px;
  background-color: rgba(217, 161, 76, 0.1);
  color: #af2020;
  transition: all 0.5s ease-out;
}
.latest-posts-area.style-1 .section-title .slider-nav-btn-wrapper a:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.post-card-slider-wrapper .slick-arrow {
  display: none !important;
}
.post-card-slider-wrapper .slick-list.draggable {
  margin: 0 -15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card-slider-wrapper .slick-list.draggable {
    margin: 0;
  }
}

.contact-form-area.style-1 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area.style-1 {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .contact-form-area.style-1 .sub-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area.style-1 {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .contact-form-area.style-1 .sub-title {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-2 {
    padding: 100px 0px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-2 {
    padding: 80px 0px !important;
  }
}
.about-us-area.style-2 .about-info-card {
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .about-us-area.style-2 .about-info-card {
    margin-top: 0;
  }
}

.feature-area.style-2 {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-2 {
    padding: 80px 0;
  }
}
.feature-area.style-2 .section-title {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
.feature-area.style-3 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-3 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-3 {
    padding: 80px 0;
  }
}
.feature-area.style-3 .feature-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.feature-area.style-3 .section-title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-3 .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-3 .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-3 .section-title.two-column {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-3 .section-title.two-column {
    gap: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-3 .section-title.two-column {
    gap: 10px;
  }
}
.feature-area.style-3 .section-title .title {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-3 .section-title .title {
    font-size: 42px;
  }
}
.feature-area.style-3 .section-title .sec-desc {
  margin-right: -3px;
}
@media (min-width: 1400px) {
  .feature-area.style-3 .section-title .sec-desc {
    width: 525px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-3 .section-title .sec-desc {
    margin-bottom: 0;
    width: 420px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .video-popup-area.style-2 .video-popup-image {
    height: 250px;
  }
}
.video-popup-area.style-2 .video-popup-btn {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 15px;
}
.video-popup-area.style-2 .video-popup-btn a {
  background-color: #ffffff;
  border: 1px solid #af2020;
  width: 140px;
  height: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-area.style-2 .video-popup-btn a {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-area.style-2 .video-popup-btn a {
    width: 70px;
    height: 70px;
  }
}
.video-popup-area.style-2 .video-popup-btn a i {
  color: #af2020;
  font-size: 30px;
  margin-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-1 .section-title {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-1 .portfolio-card {
    padding: 24px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-1 .portfolio-card .content {
    padding-right: 0;
  }
}
.portfolio-area.style-1 .section-title .sec-content {
  gap: 0;
  margin: 0;
}
.portfolio-area.style-1 .section-title .sec-content .title {
  margin-bottom: 0;
}
.portfolio-area.style-1 .section-title.two-column {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area.style-1 .section-title.two-column {
    margin-bottom: 40px;
    gap: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-1 .section-title.two-column {
    margin-bottom: 40px;
    gap: 10px;
  }
}
.portfolio-area.style-1 .section-title.two-column .sec-desc {
  padding-right: 14px;
  padding-left: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area.style-1 .section-title.two-column .sec-desc {
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-1 .section-title.two-column .sec-desc {
    padding: 0;
  }
}
.portfolio-area.style-1 .section-title.two-column .sec-desc .desc {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 67px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area.style-1 .section-title.two-column .sec-desc .desc {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-1 .section-title.two-column .sec-desc .desc {
    margin: 0;
  }
}

.subscribe-area {
  padding-top: 82px;
  padding-bottom: 93px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area {
    padding: 80px 0;
  }
}
.subscribe-area .section-title {
  margin-bottom: 40px;
}
.subscribe-area .section-title .title {
  margin-bottom: 14px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .subscribe-area .section-title .desc {
    padding: 0 15px;
  }
}
.subscribe-area .desc {
  margin-bottom: 0;
  padding: 0 70px;
}
.subscribe-area .subscribe-form-widget {
  padding: 0 74px;
  margin-top: -6px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .subscribe-form-widget {
    margin-top: 0;
    padding: 0 15px;
  }
}
.subscribe-area .subscribe-form-widget .mc4wp-form-fields {
  border-radius: 0;
  gap: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .subscribe-form-widget .mc4wp-form-fields {
    justify-content: center;
  }
}
.subscribe-area .subscribe-form-widget .single-field input {
  border: 1px solid #E3E3E3;
  color: #23262D;
  padding: 0 20px;
}
.subscribe-area .subscribe-form-widget .submit-btn {
  padding: 14px 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
}

.product-area {
  padding-top: 120px;
}
@media (max-width: 1399px) {
  .product-area {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-area {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-area {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-marquee-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-marquee-area.style-1 {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-2 {
    padding: 80px 0;
  }
}
.cta-area.style-2 .section-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-2 .section-title {
    margin-bottom: 0;
  }
}
.cta-area.style-2 .btn-wrapper {
  margin-left: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-2 {
    padding: 80px 0;
  }
}
.testimonial-slider-area.style-2 .section-title {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0px;
  gap: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-2 .section-title {
    gap: 30px;
  }
}
.testimonial-slider-area.style-2 .section-title .slider-nav-btn-wrapper .slider-nav-prev-btn, .testimonial-slider-area.style-2 .section-title .slider-nav-btn-wrapper .slider-nav-next-btn {
  width: 60px;
  height: 60px;
  background-color: rgba(217, 161, 76, 0.1);
  color: #af2020;
  font-size: 16px;
  box-shadow: none;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .section-title .slider-nav-btn-wrapper .slider-nav-prev-btn:hover, .testimonial-slider-area.style-2 .section-title .slider-nav-btn-wrapper .slider-nav-next-btn:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .section-title .sec-content {
  margin-bottom: 28px;
  gap: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-2 .section-title .sec-content {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-2 .section-title .sec-content .title {
    margin-bottom: 0;
    padding-right: 236px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-2 .section-title .sec-content .title {
    margin-bottom: 0;
  }
}
.testimonial-slider-area.style-2 .section-title .short-title {
  margin-bottom: 0;
}
.testimonial-slider-area.style-2 .section-title .slider-nav-btn-wrapper {
  gap: 20px;
}
.testimonial-slider-area.style-2 .testimonial-card.style-2 {
  padding: 40px;
  padding-right: 80px;
}
.testimonial-slider-area.style-2 #testimonial_style_two .slick-prev, .testimonial-slider-area.style-2 #testimonial_style_two .slick-next {
  display: none !important;
}
.testimonial-slider-area.style-2 #testimonial_style_two .slick-arrow {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-2 {
    padding: 80px 0;
  }
}
.latest-posts-area.style-2 .section-title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latest-posts-area.style-2 .section-title {
    gap: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-posts-area.style-2 .section-title {
    gap: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-2 .section-title {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.latest-posts-area.style-2 .section-title .slider-nav-btn-wrapper {
  gap: 20px;
  margin-bottom: 8px;
}
.latest-posts-area.style-2 .section-title .slider-nav-btn-wrapper .slider-nav-prev-btn, .latest-posts-area.style-2 .section-title .slider-nav-btn-wrapper .slider-nav-next-btn {
  width: 60px;
  height: 60px;
  background-color: rgba(217, 161, 76, 0.1);
  color: #af2020;
  font-size: 16px;
  box-shadow: none;
  transition: all 0.5s ease-out;
}
.latest-posts-area.style-2 .section-title .slider-nav-btn-wrapper .slider-nav-prev-btn:hover, .latest-posts-area.style-2 .section-title .slider-nav-btn-wrapper .slider-nav-next-btn:hover {
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.latest-posts-area.style-2 .section-title .sec-content {
  margin: 0;
}
.latest-posts-area.style-2 .section-title .sec-content .title {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-2 .post-card.style-2 {
    margin: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-2 .post-card.style-2 .content {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-4 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-4 {
    padding: 80px 0;
  }
}
.feature-area.style-4 .sec-content {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-4 .sec-content {
    margin-bottom: 40px;
  }
}
.feature-area.style-4 .section-title {
  margin-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-4 .section-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-4 .section-title {
    margin-bottom: 0;
    gap: 0;
  }
}
.feature-area.style-4 .section-title .title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-4 .section-title .title br {
    display: none;
  }
}
.feature-area.style-4 .sec-desc p {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-2 {
    padding: 80px 0;
  }
}
.service-area.style-2 .section-title {
  margin-bottom: 40px;
}

.cta-area.style-3 {
  padding-top: 80px !important;
  padding-bottom: 74px !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-3 .about-info-content {
    text-align: center;
  }
}
.cta-area.style-3 .section-title {
  padding-left: 80px;
  align-items: flex-start;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-3 .section-title {
    align-items: center;
    padding-left: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-3 .section-title {
    align-items: center;
    padding-left: 0;
  }
}
.cta-area.style-3 .section-title .title {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area.style-3 .section-title .title {
    font-size: 44px;
    line-height: normal;
  }
}
.cta-area.style-3 .subscribe-form-widget .mc4wp-form-fields {
  gap: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-3 .subscribe-form-widget .mc4wp-form-fields {
    margin-top: 40px;
    justify-content: center;
    gap: 20px;
  }
}
.cta-area.style-3 .subscribe-form-widget .single-field input {
  border-right: initial;
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
}
.cta-area.style-3 .subscribe-form-widget .submit-btn {
  padding: 14px 24px;
  letter-spacing: 1.28px;
  font-weight: 700;
}

.about-us-area.style-4 {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-4 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-us-area.style-4 {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.brand-slider-area.style-3 {
  padding: 0;
}

.project-area.style-1 {
  padding-top: 120px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-area.style-1 {
    padding: 80px 0;
  }
}
.project-area.style-1 .section-title {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-area.style-1 .section-title {
    gap: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-area.style-1 .section-title .title {
    margin-bottom: 0;
  }
}
.project-area.style-1 .portfolio-slider .slick-list {
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-area.style-1 .portfolio-slider .slick-list {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-area.style-1 .portfolio-slider .slick-list {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .project-area.style-1 .portfolio-slider .slick-list {
    overflow: hidden;
  }
}

.testimonial-slider-area.style-3 {
  padding-top: 115px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-slider-area.style-3 {
    padding: 80px 0;
  }
}
.testimonial-slider-area.style-3 .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-color: #23262D;
  z-index: 2;
}
.testimonial-slider-area.style-3 .container {
  position: relative;
  z-index: 5;
}
.testimonial-slider-area.style-3 .slider-nav-btn-wrapper {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 .slider-nav-btn-wrapper {
    display: none;
  }
}
.testimonial-slider-area.style-3 .slider-nav-btn-wrapper .slider-nav-prev-btn,
.testimonial-slider-area.style-3 .slider-nav-btn-wrapper .slider-nav-next-btn {
  width: 67px;
  height: 67px;
  flex-shrink: 0;
  background: none;
  border: 1px solid #af2020;
  color: #ffffff;
  font-size: 17px;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-3 .slider-nav-btn-wrapper .slider-nav-prev-btn:hover,
.testimonial-slider-area.style-3 .slider-nav-btn-wrapper .slider-nav-next-btn:hover {
  background-color: #af2020;
}
.testimonial-slider-area.style-3 .testimonial-slider-wrapper .slick-arrow {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-3 .testimonial-card.style-3 {
    gap: 30px;
  }
}

.counter-up-area.style-2 {
  position: absolute;
  width: 100%;
  bottom: -72px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-area.style-2 {
    margin-bottom: -190px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-up-area.style-2 {
    bottom: -90%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-up-area.style-2 {
    position: initial;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-3 {
    padding-top: 350px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-3 {
    padding-bottom: 80px;
    padding-top: 620px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .latest-posts-area.style-3 {
    padding: 80px 0;
  }
}
.latest-posts-area.style-3 .section-title {
  margin-bottom: 30px;
}
.latest-posts-area.style-3 .post-meta {
  gap: 5px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-posts-area.style-3 .post-meta {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.latest-posts-area.style-3 .post-card.style-3 .content {
  padding: 24px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-5 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-5 {
    padding: 100px 0;
  }
}

.about-us-area.style-3 {
  position: relative;
  padding-bottom: 57px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-3 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-3 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-area.style-3 .section-title .title br {
    display: none;
  }
}

.section-bg-frame {
  position: relative;
  z-index: 3;
}
.section-bg-frame img {
  position: absolute;
  right: -8px;
  top: -442px;
  flex-shrink: 0;
  z-index: -1;
  opacity: 0.1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-bg-frame img {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-bg-frame img {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bg-frame img {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-bg-frame img {
    right: 0;
  }
}

.latest-service-area {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-service-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-service-area {
    padding: 80px 0;
  }
}
.latest-service-area .section-title {
  margin-bottom: 40px;
}

.project-title-area.style-2 {
  position: relative;
  z-index: 2;
  padding-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-title-area.style-2 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-title-area.style-2 {
    padding-top: 80px;
  }
}
.project-title-area.style-2 .section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-title-area.style-2 .section-title {
    margin-bottom: 20px;
  }
}
.project-title-area .portfolio-slider-disable {
  position: relative;
  z-index: 10;
}

.project-slider-area {
  position: relative;
  margin-top: -260px;
}
.project-slider-area .project-card-slider {
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-slider-area .project-card-slider button {
    width: 30px;
  }
}

.section-bg-frame.style-2 {
  z-index: 1;
}
.section-bg-frame.style-2 img {
  top: 160px;
  left: 17px;
  flex-shrink: 0;
  opacity: 0.2;
  z-index: -1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-bg-frame.style-2 img {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-bg-frame.style-2 img {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bg-frame.style-2 img {
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-bg-frame.style-2 img {
    left: 0;
  }
}

.our-team-area.style-1 {
  position: relative;
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-team-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-team-area.style-1 {
    padding: 80px 0;
  }
}
.our-team-area.style-1 .section-title {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-team-area.style-1 .section-title {
    margin-bottom: 20px;
  }
}
.our-team-area.style-1 .team-member-gallery-area {
  position: relative;
  z-index: 2;
}
.our-team-area.style-1 .team-member-gallery-area .nav-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .our-team-area.style-1 .team-member-gallery-area .nav-tab {
    gap: 10px;
  }
}
.our-team-area.style-1 .team-member-gallery-area .nav-tab li {
  height: 237px;
  cursor: pointer;
}
.our-team-area.style-1 .team-member-gallery-area .nav-tab li.active {
  border: 5px solid #af2020;
  transition: all 0.5s ease-out;
}
.our-team-area.style-1 .team-member-gallery-area .nav-tab li .title {
  width: 100%;
  height: 100%;
  position: relative;
}
.our-team-area.style-1 .team-member-gallery-area .nav-tab li .title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.our-team-area.style-1 .team-member-gallery-area .member-img {
  height: 237px;
  width: 100%;
  position: relative;
}
.our-team-area.style-1 .team-member-gallery-area .member-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.our-team-area.style-1 .skill-progress-area {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 40px;
  margin-left: 2px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-team-area.style-1 .skill-progress-area {
    margin-left: 0;
    padding: 30px;
  }
}
.our-team-area.style-1 .skill-progress-area .content {
  margin-bottom: 29px;
}
.our-team-area.style-1 .skill-progress-area .content .name {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.our-team-area.style-1 .skill-progress-area .content .designation {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
}
.our-team-area.style-1 .skill-progress-area .skill-progressbar-wrapper {
  gap: 16px;
}
.our-team-area.style-1 .skill-progress-area .counter-card {
  margin-top: 52px;
}
.our-team-area.style-1 .skill-progress-area .counter-card .box {
  background-image: repeating-linear-gradient(-3deg, #af2020, #af2020 14px, transparent 14px, transparent 25px, #af2020 25px), repeating-linear-gradient(87deg, #af2020, #af2020 14px, transparent 14px, transparent 25px, #af2020 25px), repeating-linear-gradient(177deg, #af2020, #af2020 14px, transparent 14px, transparent 25px, #af2020 25px), repeating-linear-gradient(267deg, #af2020, #af2020 14px, transparent 14px, transparent 25px, #af2020 25px);
  background-size: 2px calc(100% + 25.03px), calc(100% + 25.03px) 2px, 2px calc(100% + 25.03px), calc(100% + 25.03px) 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear;
  display: inline-flex;
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -25.03px 0, 100% -25.03px, 0 100%;
  }
  to {
    background-position: 0 -25.03px, 0 0, 100% 0, -25.03px 100%;
  }
}
.our-team-area.style-1 .skill-progress-area .counter-card .review-object {
  padding: 20px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.our-team-area.style-1 .skill-progress-area .counter-card .review-object .number {
  font-size: 48px;
  line-height: 60px;
  width: 85px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-team-area.style-1 .skill-progress-area .counter-card .review-object .number {
    font-size: 40px;
  }
}
.our-team-area.style-1 .skill-progress-area .counter-card .review-object .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #23262D;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-team-area.style-1 .skill-progress-area .counter-card .review-object .title {
    font-size: 18px;
  }
}

.testimonial-slider-area.style-4 {
  overflow: hidden;
}
.testimonial-slider-area.style-4 .section-title {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-4 .section-title {
    margin-bottom: 10px;
  }
}
.testimonial-slider-area.style-4 .slider-area-wrapper {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-slider-area.style-1 {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-area.style-1 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .price-area.style-1 {
    padding-bottom: 80px;
  }
}
.price-area .container {
  position: relative;
  z-index: 20;
}

.counter-up-area.style-3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px 0 30px;
  /* margin-top: -236px; */
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-area.style-3 {
    padding: 100px 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-up-area.style-3 {
    padding: 80px 0;
    margin-top: 0;
  }
}
.counter-up-area.style-3 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.9;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-4 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-4 {
    padding: 80px 0;
  }
}
.latest-posts-area.style-4 .section-title {
  margin-bottom: 40px;
}

.img-gallery-area .img-card {
  width: 100%;
  height: 250px;
  position: relative;
}
.img-gallery-area .img-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.bg-black-900 {
  background-color: #23262D;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-list-card-wrapper {
    padding: 0 12px;
  }
}
.service-list-card-wrapper .single-service-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-list-card-wrapper .single-service-item {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-list-card-wrapper .single-service-item {
    border-bottom: none;
  }
}
.service-list-card-wrapper .single-service-item .service-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-list-card-wrapper .single-service-item .service-card-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-list-card-wrapper .single-service-item .service-card-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .service-list-card-wrapper .single-service-item .service-card-content {
    padding: 30px 0;
  }
}
.service-list-card-wrapper .single-service-item .service-card-content:hover .content-wrapper .counter-number {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.service-list-card-wrapper .single-service-item .service-card-content:hover .icon i {
  color: #af2020;
  transform: rotate(-30deg);
  transition: all 0.5s ease-out;
}
.service-list-card-wrapper .single-service-item .service-card-content.odd {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: -12px;
  padding-right: 54px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-list-card-wrapper .single-service-item .service-card-content.odd {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-list-card-wrapper .single-service-item .service-card-content.odd {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.service-list-card-wrapper .single-service-item .service-card-content.even {
  padding-left: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-list-card-wrapper .single-service-item .service-card-content.even {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-list-card-wrapper .single-service-item .service-card-content.even {
    padding-left: 0;
  }
}
.service-list-card-wrapper .single-service-item .service-card-content .content-wrapper {
  display: flex;
  gap: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper {
    gap: 70px;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper {
    gap: 70px;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper {
    gap: 40px;
  }
}
.service-list-card-wrapper .single-service-item .service-card-content .content-wrapper .counter-number {
  font-family: "Rajdhani", sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
  color: #23262D;
  -webkit-text-stroke: 1px #af2020;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper .counter-number {
    font-size: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper .counter-number {
    font-size: 60px;
  }
}
.service-list-card-wrapper .single-service-item .service-card-content .content-wrapper .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper .title {
    font-size: 26px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper .title {
    font-size: 26px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper .title {
    font-size: 26px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .service-list-card-wrapper .single-service-item .service-card-content .content-wrapper .title {
    font-size: 20px;
    margin-top: 0;
  }
}
.service-list-card-wrapper .single-service-item .service-card-content .icon i {
  font-family: "Font Awesome 6 Pro";
  font-size: 34px;
  font-weight: 900;
  color: #ffffff;
  justify-items: end;
  transform: rotate(0deg);
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-list-card-wrapper .single-service-item .service-card-content .icon i {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-list-card-wrapper .single-service-item .service-card-content .icon i {
    font-size: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-list-card-wrapper .single-service-item .service-card-content .icon i {
    font-size: 24px;
  }
}

.our-team-area.style-2 {
  background-color: #282B33;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-team-area.style-2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-team-area.style-2 {
    padding: 80px 0;
  }
}
.our-team-area.style-2 .section-title {
  margin-bottom: 38px;
}
.our-team-area.style-2 .team-member-card {
  background-color: #282828;
  border: none;
  position: relative;
  top: 0;
  transition: all 0.5s ease-out;
}
.our-team-area.style-2 .team-member-card:before {
  content: "";
  background-color: #FF9205;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  z-index: 1;
  transition: all 0.5s ease-out;
}
.our-team-area.style-2 .team-member-card:hover {
  top: -10px;
  transition: all 0.5s ease-out;
}
.our-team-area.style-2 .team-member-card:hover:before {
  transform: scale(1);
}
.our-team-area.style-2 .team-member-card .content .title {
  color: #ffffff;
}
.our-team-area.style-2 .team-member-card .content .desc {
  color: #ffffff;
}
.our-team-area.style-2 .section-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.our-team-area.style-2 .section-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-team-area.style-2 .section-img img {
    position: initial;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-team-area.style-2 .section-img img {
    position: initial;
  }
}
.our-team-area.style-2 .section-img img:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-5 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-5 {
    padding: 80px 0;
  }
}
.about-us-area.style-5 .about-image-card.style-5 {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-area.style-3 .video-popup-image img {
    height: 200px;
  }
}

.portfolio-area.style-2 {
  padding-top: 123px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area.style-2 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-2 {
    padding-top: 80px;
    padding: 80px 12px 0 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-2 .section-title {
    margin-bottom: 50px;
  }
}
.portfolio-area.style-2 .section-title .desc {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-2 .section-title .desc {
    text-align: justify;
  }
}
@media (max-width: 1199px) {
  .portfolio-area.style-2 .portfolio-card-main-wrapper {
    margin-top: 30px;
  }
}
.portfolio-area.style-2 .portfolio-wrapper {
  margin-right: 0;
}

.latest-gallery-area.style-2 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-gallery-area.style-2 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-gallery-area.style-2 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .latest-gallery-area.style-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.latest-gallery-area.style-2 .section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .latest-gallery-area.style-2 .section-title {
    margin-bottom: 20px;
  }
}
.latest-gallery-area.style-2 .project-card.style-2 {
  height: 630px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latest-gallery-area.style-2 .project-card.style-2 {
    height: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-gallery-area.style-2 .project-card.style-2 {
    height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-gallery-area.style-2 .project-card.style-2 {
    height: 450px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-gallery-area.style-2 .project-card.style-2 {
    height: 520px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .latest-gallery-area.style-2 .project-card.style-2 {
    height: 420px;
  }
}
.latest-gallery-area.style-2 .project-card.style-2 .main-content {
  height: 100%;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latest-gallery-area.style-2 .project-card.style-2 .main-content {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-gallery-area.style-2 .project-card.style-2 .main-content {
    padding: 0;
  }
}
.latest-gallery-area.style-2 .project-card.style-2 .main-content .main-content-wrapper {
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-gallery-area.style-2 .project-card.style-2 .main-content .main-content-wrapper {
    padding: 25px;
  }
}
.latest-gallery-area.style-2 .project-card.style-2 .main-content .main-content-wrapper .content-inner {
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-gallery-area.style-2 .project-card.style-2 .main-content .main-content-wrapper .content-inner .title {
    font-size: 20px;
  }
}
.latest-gallery-area.style-2 .project-card.style-2 .main-content .main-content-wrapper .content-inner .desc {
  max-width: 280px;
}

.testimonial-slider-area.style-5 {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-5 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-5 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-5 .title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-slider-area.style-5 .slider-nav-btn-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-5 .slider-nav-btn-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-5 .slider-nav-btn-wrapper {
    margin-top: 60px;
  }
}
.testimonial-slider-area.style-5 .slider-nav-btn-wrapper .slider-nav-prev-btn,
.testimonial-slider-area.style-5 .slider-nav-btn-wrapper .slider-nav-next-btn {
  background: none;
  border: 1px solid #af2020;
  color: #ffffff;
  margin-top: -25px;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-5 .slider-nav-btn-wrapper .slider-nav-prev-btn:hover,
.testimonial-slider-area.style-5 .slider-nav-btn-wrapper .slider-nav-next-btn:hover {
  background-color: #af2020;
}
.testimonial-slider-area.style-5 .testimonial-card.style-3 {
  gap: 26px;
}
.testimonial-slider-area.style-5 .testimonial-card.style-3 .name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-slider-area.style-5 .testimonial-card.style-3 .name::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #af2020;
  display: inline-block;
}

.latest-posts-area.style-5 {
  margin: 0 53px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-5 {
    padding: 100px 0;
    margin: 0 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-5 {
    padding: 80px 0;
    margin: 0;
  }
}
.latest-posts-area.style-5 .section-title {
  margin-bottom: 40px;
}
.latest-posts-area.style-5 .post-card.style-5 .image {
  height: 268px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area.style-2 .comment-respond {
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area.style-2 .comment-respond {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-6 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-6 {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-info-card.style-6 .section-title {
    gap: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-6 .section-title .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-6 .section-title .title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-6 .section-title .title br {
    display: none;
  }
}
.about-info-card.style-6 .list-item-wrapper {
  gap: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-6 .list-item-wrapper {
    gap: 15px;
  }
}
.about-info-card.style-6 .list-item-wrapper .list-item {
  gap: 10px;
}
.about-info-card.style-6 .list-item-wrapper .list-item .text {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #ffffff;
}

.cta-area.style-6 {
  padding: 206px 0;
  margin: 0 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-area.style-6 {
    margin: 0;
    padding: 150px 0;
    transition: all 0.5s ease-out;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area.style-6 {
    margin: 0;
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-6 {
    margin: 0;
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-6 {
    margin: 0;
    padding: 80px 0;
  }
}
.cta-area.style-6 .cta-overlay {
  background: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-1 .info-card.style-1 .info-card-inner {
    padding: 0 4px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-area.style-6 {
    padding-bottom: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-6 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-6 {
    padding-top: 80px;
  }
}
.feature-area.style-6 .info-card.style-2 {
  border: none;
  background-color: #282B33;
  transition: all 0.5s ease-out;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-6 .info-card.style-2 {
    padding: 30px 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-6 .info-card.style-2 {
    padding: 30px 24px;
  }
}
.feature-area.style-6 .info-card.style-2:before {
  content: "";
  background-color: #FF9205;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.5s ease-out;
}
.feature-area.style-6 .info-card.style-2:hover {
  transition: all 0.5s ease-out;
}
.feature-area.style-6 .info-card.style-2:hover:before {
  transform: scale(1);
}
.feature-area.style-6 .info-card.style-2 .icon-wrapper {
  justify-content: start;
  gap: 20px;
}
.feature-area.style-6 .info-card.style-2 .icon-wrapper .title {
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-6 .info-card.style-2 .icon-wrapper .title br {
    display: none;
  }
}
.feature-area.style-6 .info-card.style-2 .content {
  gap: 40px;
}
.feature-area.style-6 .info-card.style-2 .content .desc {
  color: #ffffff;
}
.feature-area.style-6 .info-card.style-2 .content .read-more a {
  color: #ffffff;
}
.feature-area.style-6 .info-card.style-2 .content .read-more a i {
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 900;
  color: #FF9205;
  margin-left: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section.style-6 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-section.style-6 {
    padding: 80px 0;
  }
}
.portfolio-section.style-6 .section-title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-section.style-6 .section-title {
    flex-direction: column;
    align-items: start;
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-section.style-6 .section-title .sec-content .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section.style-6 .section-title .sec-content .title {
    font-size: 32px;
  }
}
.portfolio-section.style-6 .section-title .sec-desc .desc {
  width: 625px;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-section.style-6 .section-title .sec-desc .desc {
    width: 545px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-section.style-6 .section-title .sec-desc .desc {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section.style-6 .section-title .sec-desc .desc {
    width: 335px;
    font-size: 14px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-section.style-6 .section-title .sec-desc .desc {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-section.style-6 .project-card.style-2 .main-content {
    padding: 0;
  }
}

.testimonial-slider-area.style-6 {
  background-color: #282B33;
  padding-bottom: 190px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-6 {
    padding: 100px 0 170px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-6 {
    padding: 80px 0 150px;
  }
}

.counter-up-area.style-6 {
  margin-top: -90px;
  padding-bottom: 0;
}
.counter-up-area.style-6 .counter-card {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-area.style-3 {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-area.style-3 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-area.style-3 {
    padding-top: 80px;
  }
}
.project-area.style-3 .section-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .project-area.style-3 .section-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-6 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-6 {
    padding: 80px 0;
  }
}
.latest-posts-area.style-6 .section-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .latest-posts-area.style-6 .section-title {
    margin-bottom: 30px;
  }
}

.cta-area.style-3 {
  position: relative;
  z-index: 2;
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-3 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-3 {
    padding: 100px 0;
  }
}
.cta-area.style-3 .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 38, 45, 0.86);
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-area.style-3 .call-to-action-card {
  margin-top: -6px;
  margin-bottom: -8px;
}
.cta-area.style-3 .call-to-action-card .short-title {
  font-size: 21px;
}
.cta-area.style-3 .call-to-action-card .title {
  font-size: 72px;
  line-height: 84px;
  margin-top: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-3 .call-to-action-card .title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-3 .call-to-action-card .title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area.style-3 .call-to-action-card .title {
    font-size: 52px;
    line-height: 72px;
  }
}
.cta-area.style-3 .call-to-action-card .btn-wrapper {
  margin-top: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-3 .call-to-action-card .btn-wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-3 .call-to-action-card .btn-wrapper {
    margin-top: 20px;
  }
}
.cta-area.style-3 .call-to-action-card .video-popup-btn a {
  width: 120px;
  height: 120px;
  background-color: #af2020;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  animation: ripple 4s infinite;
  box-shadow: 0 0 0 0 rgba(33, 173, 224, 0.8);
}
.cta-area.style-3 .call-to-action-card .video-popup-btn .btn-text {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  margin-top: 40px;
  display: block;
}

.brand-slider-area.style-2 {
  margin-bottom: 100px;
}
.brand-slider-area.style-2 .client-logo-slider-wrapper {
  padding: 50px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-slider-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider-area.style-2 {
    padding: 100px 0;
  }
}

.book-appointment-area .comment-respond {
  margin-top: 0;
}
.book-appointment-area .comment-respond .theme-btn {
  margin-top: 10px;
}
.book-appointment-area .comment-respond .contacts-message {
  margin-bottom: 25px;
}
.book-appointment-area h5 {
  margin-bottom: 10px;
}
.book-appointment-area .single-checkbox {
  margin-bottom: 30px;
}
.book-appointment-area .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.book-appointment-area .form-check input[type=radio] {
  background-image: none !important;
  border-radius: 50px !important;
  background-color: #F4F4F4 !important;
  border-color: transparent !important;
}
.book-appointment-area .form-check input[type=radio]:before {
  border-radius: 50px;
  transform: scale(1);
  background-color: #E3E3E3;
}
.book-appointment-area .form-check input[type=radio]:checked:before {
  background-color: #af2020 !important;
}
.book-appointment-area .form-check span {
  flex-shrink: 0;
}
.book-appointment-area .form-check .form-check-input {
  width: auto;
  height: auto;
  border: none;
  flex-direction: column;
  gap: 5px;
}
.book-appointment-area .form-check .form-check-input:active {
  filter: none;
}

@media (max-width: 991px) {
  .apartment-details {
    margin-top: 60px;
  }
}
.apartment-details h3 {
  margin-bottom: 17px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-details h3 {
    font-size: 27px;
  }
}
.apartment-details h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.apartment-details p {
  margin-bottom: 20px;
}
.apartment-details .image-wrapper {
  margin-bottom: 30px;
}
.apartment-details .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.apartment-details .list-item i {
  color: #af2020;
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-details .list-item i {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-details .list-item {
    align-items: start;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .apartment-details .list-item h4 {
    font-size: 21px;
  }
}
.apartment-details p:last-child {
  margin-bottom: 0;
}

.faq-area .section-title {
  margin-bottom: 0;
}
.faq-area .search-form {
  border: 1px solid #E3E3E3;
  margin-top: 30px;
}
.faq-area .search-form input {
  height: 50px;
}
.faq-area .search-form button {
  background-color: transparent;
}
.faq-area .search-form button i {
  color: #616670;
}
.faq-area .accordion-wrapper {
  margin-top: 57px;
  padding: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F4F4F4;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .accordion-wrapper {
    padding: 10px 30px;
  }
}

.cta-area.style-3 {
  position: relative;
  z-index: 2;
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-3 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-3 {
    padding: 100px 0;
  }
}
.cta-area.style-3 .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 38, 45, 0.86);
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-area.style-3 .call-to-action-card {
  margin-top: -6px;
  margin-bottom: -8px;
}
.cta-area.style-3 .call-to-action-card .short-title {
  font-size: 21px;
}
.cta-area.style-3 .call-to-action-card .title {
  font-size: 72px;
  line-height: 84px;
  margin-top: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-3 .call-to-action-card .title {
    font-size: 34px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-3 .call-to-action-card .title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area.style-3 .call-to-action-card .title {
    font-size: 52px;
    line-height: 72px;
  }
}
.cta-area.style-3 .call-to-action-card .btn-wrapper {
  margin-top: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area.style-3 .call-to-action-card .btn-wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area.style-3 .call-to-action-card .btn-wrapper {
    margin-top: 20px;
  }
}
.cta-area.style-3 .call-to-action-card .video-popup-btn a {
  width: 120px;
  height: 120px;
  background-color: #af2020;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  animation: ripple 4s infinite;
  box-shadow: 0 0 0 0 rgba(33, 173, 224, 0.8);
}
.cta-area.style-3 .call-to-action-card .video-popup-btn .btn-text {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  margin-top: 40px;
  display: block;
}

.brand-slider-area.style-2 {
  margin-bottom: 100px;
}
.brand-slider-area.style-2 .client-logo-slider-wrapper {
  padding: 50px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-slider-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider-area.style-2 {
    padding: 100px 0;
  }
}

.contact-form-area {
  position: relative;
}
.contact-form-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-form-area .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact-form-area .contact-info-area {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 46px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area .contact-info-area {
    padding: 40px 20px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area .contact-info-area {
    padding: 40px 30px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-area .contact-info-area {
    padding: 40px 20px;
  }
}
.contact-form-area .contact-info-area .divider {
  width: 1px;
  height: 28px;
  background-color: #E3E3E3;
}
@media (max-width: 991px) {
  .contact-form-area .contact-info-area .divider {
    width: 100%;
    height: 1px;
  }
}
.contact-form-area .contact-info-area .contact-card {
  display: flex;
  gap: 20px;
}
.contact-form-area .contact-info-area .contact-card .icon {
  margin-top: 8px;
}
.contact-form-area .contact-info-area .contact-card .icon i {
  font-size: 24px;
  color: #af2020;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area .contact-info-area .contact-card .icon i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-area .contact-info-area .contact-card .icon i {
    font-size: 18px;
  }
}
.contact-form-area .contact-info-area .contact-card .desc {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area .contact-info-area .contact-card .info-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-area .contact-info-area .contact-card .info-title {
    font-size: 24px;
  }
}
.contact-form-area .comment-respond {
  padding: 0;
  margin-top: 0px;
  border: 0;
}
@media (max-width: 991px) {
  .contact-form-area .comment-respond {
    margin-top: 50px;
  }
}
.contact-form-area .comment-respond .theme-btn {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.contact-form-area .image-wrapper {
  text-align: right;
  height: 100%;
}
.contact-form-area .image-wrapper img {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-area .image-wrapper img {
    object-fit: cover;
    height: 100%;
  }
}
.contact-form-area .map-widget {
  padding-left: 20px;
  height: 100%;
}
@media (max-width: 991px) {
  .contact-form-area .map-widget {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-area .map-widget {
    padding-left: 0;
  }
}
.contact-form-area .map-widget iframe {
  height: 100%;
}
.contact-form-area.style-2 .post-comments-title h2,
.contact-form-area.style-2 .post-comments-title .desc {
  color: #ffffff;
}
.contact-form-area.style-2 .comment-respond input,
.contact-form-area.style-2 .comment-respond select,
.contact-form-area.style-2 .comment-respond textarea {
  background-color: transparent;
  color: #ffffff;
  border-color: #616670 !important;
}
.contact-form-area.style-2 .comment-respond *::placeholder {
  color: #ffffff;
}
.contact-form-area.style-3 .contact-form-inner {
  background-color: #F4F4F4;
}
.contact-form-area.style-3 .comment-respond {
  padding: 50px;
  /* padding-right: 0; */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area.style-3 .comment-respond {
    padding: 30px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area.style-3 .comment-respond {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-area.style-3 .comment-respond {
    padding: 40px;
    padding-right: 10px;
  }
}
.contact-form-area.style-3 .comment-respond .theme-btn {
  width: auto;
}
.contact-form-area.style-3 .map-widget iframe {
  border-radius: 0;
}

.process-step-area.style-1 {
  padding-top: 120px;
  padding-bottom: 115px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step-area.style-1 {
    padding-top: 80px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step-area.style-1 {
    padding-top: 100px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-step-area.style-1 {
    padding-top: 120px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step-area.style-1 .process-step.style-1 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step-area.style-1 .process-step.style-1 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-step-area.style-1 .process-step.style-1 {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}

.service-details-page {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page {
    padding-bottom: 120px;
  }
}
.service-details-page .service-details-wrapper {
  padding-right: 38px;
}
@media (max-width: 1399px) {
  .service-details-page .service-details-wrapper {
    padding-right: 12px;
  }
}
.service-details-page .details-content .feature-image {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.service-details-page .details-content .feature-image .icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  padding: 8px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 30px;
}
.service-details-page .details-content .feature-image .icon img {
  width: auto;
}
.service-details-page .details-content .feature-image img {
  width: 60%;
}
table.custom-technical-data tr td {
  text-align: left;
}
.service-details-page .details-content .text {
  margin-bottom: 0px;
}
.service-details-page .details-content .text .title {
  color: #23262D;
  margin-bottom: 20px;
}
.service-details-page .details-content .text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
}
.service-details-page .details-content .member-court {
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.service-details-page .details-content .member-court .desc {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #23262D;
  margin-bottom: 0;
}
.service-details-page .details-content p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0;
}
.service-details-page .details-content .icon-card-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 991px) {
  .service-details-page .details-content .icon-card-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-page .details-content .icon-card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1399px) {
  .service-details-page .details-content .icon-card-wrapper {
    gap: 30px;
  }
}

.key-featured-area {
  padding-top: 44px;
  padding-bottom: 40px;
}
.key-featured-area .gx-8 {
  --bs-gutter-x: 8rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .key-featured-area .gx-8 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .key-featured-area .gx-8 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .key-featured-area .gx-8 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .key-featured-area .gx-8 {
    --bs-gutter-x: 2rem;
  }
}
.key-featured-area .key-featured-title {
  font-size: 36px;
  color: #23262D;
  line-height: initial;
  margin-bottom: 40px;
  display: block;
}
.key-featured-area .single-key-featured {
  margin-bottom: 40px;
}
.key-featured-area .single-key-featured .title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.key-featured-area .single-key-featured .title-wrapper .title {
  font-size: 21px;
  color: #23262D;
  line-height: initial;
  margin-bottom: 0;
}

.details-overview-area {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.details-overview-area .overview-item {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details-overview-area .overview-item {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details-overview-area .overview-item {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .details-overview-area .overview-item {
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .details-overview-area .overview-item {
    gap: 40px;
  }
}
.details-overview-area .overview-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details-overview-area .overview-item:nth-child(even) {
    flex-direction: column;
  }
}
.details-overview-area .overview-item:hover .image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.details-overview-area .overview-item .image,
.details-overview-area .overview-item .content {
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .details-overview-area .overview-item .image,
  .details-overview-area .overview-item .content {
    width: 100%;
  }
}
.details-overview-area .overview-item .image {
  border-radius: 12px;
  overflow: hidden;
}
.details-overview-area .overview-item .image img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.details-overview-area .overview-item .content .title {
  font-size: 36px;
  line-height: initial;
  margin-bottom: 25px;
}
.details-overview-area .overview-item .content .list-item {
  margin-bottom: 0 !important;
}
.details-overview-area .overview-item .content .list-item ul {
  margin-bottom: 0 !important;
}

.faq-area.style-3 {
  padding-top: 60px;
  padding-bottom: 105px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-3 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area.style-3 {
    padding-bottom: 85px;
  }
}
.faq-area.style-3 .faq-title {
  font-size: 36px;
  margin-bottom: 30px;
}

.team-details-area {
  padding-top: 130px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-details-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-area {
    padding-top: 120px;
  }
}
.team-details-area .image-wrapper {
  position: relative;
}
.team-details-area .image-wrapper img {
  width: 100%;
}
.team-details-area .image-wrapper .social-share {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #F4F4F4;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 33px 0px 0px 0px;
}
@media (max-width: 991px) {
  .team-details-area .team-details-wrapper {
    margin-top: 30px;
  }
}
.team-details-area .team-details-wrapper .main-title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .team-details-area .team-details-wrapper .main-title {
    margin-bottom: 0;
  }
}
.team-details-area .team-details-wrapper .sub-title {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.team-details-area .team-details-wrapper .content {
  color: #616670;
  margin-bottom: 30px;
}
.team-details-area .team-details-wrapper .sort-title {
  margin-bottom: 20px;
}
.team-details-area .team-details-wrapper .skill-progress-card {
  margin-bottom: 30px;
  display: block;
}
.team-details-area .team-details-wrapper .skill-progress-card .skill-progressbar {
  margin-bottom: 20px;
}
.team-details-area .team-details-wrapper .list-item-wrapper .list-item .icon {
  font-size: 16px;
}

.our-team-area.style-3 .section-title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .our-team-area.style-3 .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .our-team-area.style-3 .section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-team-area.style-3 .section-title .title br {
    display: none;
  }
}
.our-team-area.style-3 .section-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.our-team-area.style-3 .section-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-team-area.style-3 .section-img img {
    position: relative;
  }
}
.our-team-area.style-3 .section-img img:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-out;
}
.our-team-area.style-3 .team-card-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-team-area.style-3 .team-card-wrapper {
    margin-top: 0;
  }
}

.footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 41%) 0%, #000000 100%);
}
.footer .divider {
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
  margin-top: 30px;
}
.footer.style-1 {
  background: linear-gradient(180deg, rgba(35, 38, 45, 0.9) 0%, #23262d 100%);
}
.footer .footer-sec {
  padding-top: 80px;
}
.footer .footer-sec hr {
  margin: 30px 0 0 0;
}
.footer .footer-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .footer-bg img {
  width: 100%;
  height: 100%;
}
.footer .footer-sec .footer-widget ul {
  list-style: none;
}
.footer .footer-sec .footer-widget ul li {
  color: #ffffff;
}
.footer .footer-sec .footer-widget ul li a {
  color: #ffffff;
}
.footer .footer-sec .footer-widget ul li a:hover {
  color: #af2020;
}
.footer .footer-sec .footer-widget .textwidget p {
  color: #ffffff;
}
.footer .footer-sec .footer-widget .textwidget p strong {
  color: #ffffff;
}
.footer .footer-sec .footer-widget table caption, .footer .footer-sec .footer-widget table td, .footer .footer-sec .footer-widget table th {
  color: #ffffff;
}
.footer .footer-sec .footer-widget nav .wp-calendar-nav {
  color: #ffffff;
}
.footer .footer-sec .footer-widget nav .wp-calendar-nav a {
  color: #ffffff;
}
.footer .footer-sec .footer-widget nav .wp-calendar-nav-prev {
  color: #ffffff;
}
.footer .footer-sec .footer-widget nav .wp-calendar-nav-prev a {
  color: #ffffff;
}
.footer .footer-sec .footer-widget.widget_tag_cloud .tagcloud a {
  border: 1px solid #fff;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 5px;
  display: inline-block;
  color: #ffffff;
}
.footer .footer-sec .footer-widget.widget_categories ul li, .footer .footer-sec .footer-widget.widget_archive ul li {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.footer .footer-sec .footer-widget.widget_categories ul li a, .footer .footer-sec .footer-widget.widget_archive ul li a {
  float: left;
}
.footer .footer-sec .widget {
  background-color: transparent;
  padding: 0;
}
.footer .footer-sec .widget li article {
  color: #ffffff;
}
.footer .footer-sec .widget li article .wp-block-latest-comments__comment-meta {
  color: #ffffff !important;
}
.footer .footer-sec .widget li article .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date, .footer .footer-sec .widget li article .wp-block-latest-comments__comment-meta a, .footer .footer-sec .widget li article .wp-block-latest-comments__comment-meta p {
  color: #ffffff;
}
.footer .footer-sec .widget .wp-block-heading {
  color: #ffffff;
}
.footer .footer-sec .widget table caption, .footer .footer-sec .widget table td, .footer .footer-sec .widget table th, .footer .footer-sec .widget table caption {
  color: #ffffff;
}
.footer .footer-sec .widget ul li {
  color: #ffffff;
}
.footer .footer-sec .widget ul li a {
  color: #ffffff;
}
.footer .footer-sec .widget ul li ul {
  padding-left: 15px;
}
.footer .footer-sec .widget label,
.footer .footer-sec .widget select {
  color: #ffffff;
}
.footer .footer-sec .widget .textwidget p {
  color: #ffffff;
}
.footer .footer-sec .widget .textwidget p strong {
  color: #ffffff;
}
.footer .footer-sec .widget nav .wp-calendar-nav {
  color: #ffffff;
}
.footer .footer-sec .widget nav .wp-calendar-nav a {
  color: #ffffff;
}
.footer .footer-sec .widget nav .wp-calendar-nav-prev {
  color: #ffffff;
}
.footer .footer-sec .widget nav .wp-calendar-nav-prev a {
  color: #ffffff;
}
.footer .footer-sec .widget.wp-block-archives ul li {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.footer .footer-sec .widget.wp-block-archives ul li a {
  float: left;
}

.footer-widget-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-widget-title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-title {
    margin-bottom: 25px;
  }
}

.footer-widget {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 40px;
  }
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget .footer-logo {
  margin-bottom: 40px;
  margin-top: -25px;
}
.footer-widget.widget_boomdevs-latest-posts-footer {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .footer-widget.zoom-instagram-widget {
    margin-bottom: 0;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .footer-widget.widget_boomdevs_contact_info_widget {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .footer-widget .widget-instagram-feed {
    width: 170px;
  }
}
.footer-widget .footer-widget-info {
  position: relative;
}
.footer-widget .footer-widget-info p {
  color: #ffffff;
  margin-bottom: 40px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 1400px) {
  .footer-widget .footer-widget-info p {
    padding-right: 40px;
  }
}
.footer-widget .footer-widget-info .footer-logo {
  margin-bottom: 40px;
  display: inline-block;
  margin-top: -25px;
  width: 139px;
  height: 40px;
}
.footer-widget .footer-widget-info .footer-logo a img {
  object-fit: cover;
}
.footer-widget .footer-widget-info .info-form-and-social-icon {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget {
  border-radius: 6px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget .single-field input {
  height: 60px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .social-profile {
  margin-top: 0;
}
.footer-widget .footer-widget-info .social-profile {
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-widget .footer-widget-info .info-form-and-social-icon {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
}
.footer-widget.widget_nav_menu ul {
  margin-top: -5px;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget.widget_nav_menu li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.footer-widget.widget_nav_menu li:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-widget.widget_nav_menu li a {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.5s ease-out;
  position: relative;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.widget_nav_menu li a {
    align-items: start;
  }
}
.footer-widget.widget_nav_menu li a:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: #ffffff;
}
.footer-widget.widget_nav_menu li a:hover {
  transition: all 0.5s ease-out;
  color: #af2020;
}
.footer-widget .footer-widget-info .extra-info {
  display: none;
}
.footer-widget .footer-widget-contact p {
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-widget .footer-widget-contact .footer-contact ul {
  list-style: none;
  margin-bottom: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 30px;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-widget-contact .footer-contact ul li {
    align-items: start;
  }
}
.footer-widget .footer-widget-contact .footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-icon {
  border-radius: 50px;
  float: left;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-icon i {
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 900;
  color: #af2020;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  overflow: hidden;
  font-family: "Rubik", sans-serif;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a {
  color: #ffffff;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a:hover {
  color: #af2020;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a:hover span {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text span,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text p,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  transition: all 0.5s ease-out;
}
.footer-widget .footer-widget-contact .extra-info .extra-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.7176470588);
  margin-bottom: 10px;
}
.footer-widget .widget_latest_post ul li {
  margin-bottom: 40px;
}
.footer-widget .widget_latest_post ul li .latest-post-thumb {
  width: 80px;
  height: 80px;
  border-radius: 0;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #af2020;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 10px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
}

.footer-bottom-menu ul {
  list-style: none;
  display: flex;
  gap: 0 40px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-bottom-menu ul {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .footer-bottom-menu ul {
    justify-content: flex-start;
  }
}
.footer-bottom-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  transition: all 0.5s ease-out;
}
.footer-bottom-menu ul li a:hover {
  transition: all 0.5s ease-out;
  color: #af2020;
}

.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  flex-wrap: wrap-reverse;
}
.footer-bottom-wrapper .footer-widget {
  margin-bottom: 0;
}

.footer-bottom-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 10px 40px;
  flex-wrap: wrap-reverse;
  flex-grow: 1;
  justify-content: space-between;
}

.footer-bottom-area {
  position: relative;
  padding: 10px 0;
}
.footer-bottom-area .copyright-text p {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.footer-bottom-area .copyright-text p a {
  color: #ffffff;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.footer-bottom-area .copyright-text p a:hover {
  color: #af2020;
}
.footer-bottom-area .credit-text p {
  color: rgba(255, 255, 255, 0.7019607843);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-family: "Rubik", sans-serif;
}
.footer-bottom-area .credit-text a {
  color: #af2020;
  font-family: "Rubik", sans-serif;
}
.footer-bottom-area .social-profile {
  gap: 25px;
}

.subscribe-form-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
}

.subscribe-form-widget {
  position: relative;
}
.subscribe-form-widget .mc4wp-form-fields {
  display: flex;
  background-color: transparent;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .subscribe-form-widget .mc4wp-form-fields {
    flex-wrap: wrap;
  }
}
.subscribe-form-widget .mc4wp-form-255 {
  margin-top: 12px;
}
.subscribe-form-widget .mc4wp-form-255 .mc4wp-form-fields input[type=submit] {
  padding: 12px 20px;
  background-color: #af2020;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.subscribe-form-widget .mc4wp-form-255 .mc4wp-form-fields input[type=submit]:hover {
  background-color: #ffffff;
  color: #23262D;
  transition: all 0.5s ease-out;
}
.subscribe-form-widget .single-field {
  flex-grow: 1;
}
.subscribe-form-widget .single-field input {
  color: #ffffff;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  width: 100%;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
  border-right: 0;
}
.subscribe-form-widget .single-field *::-webkit-input-placeholder {
  color: #ffffff;
}
.subscribe-form-widget .single-field *:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.subscribe-form-widget .single-field *::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.subscribe-form-widget .single-field *:-ms-input-placeholder {
  color: #ffffff;
}
.subscribe-form-widget .single-field *::-ms-input-placeholder {
  color: #ffffff;
}
.subscribe-form-widget .single-field *::placeholder {
  color: #ffffff;
}
.subscribe-form-widget .submit-btn {
  background-color: #af2020;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 19px;
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.subscribe-form-widget .submit-btn span {
  display: none;
}
.subscribe-form-widget .submit-btn:hover {
  color: #23262D;
  background-color: #ffffff;
}
.subscribe-form-widget .mc4wp-response {
  position: relative;
  top: 15px;
}
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error p, .subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-success p, .subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-notice p {
  color: #fff;
  position: relative;
}

.social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-profile a {
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(244, 244, 244, 0.1);
  transition: all 0.5s ease-out;
}
.social-profile a:hover {
  transition: all 0.5s ease-out;
  color: #FF9205;
}

.map-widget iframe {
  width: 100%;
  height: 320px;
  border-radius: 12px;
}

.footer .widget-menu-wrapper {
  padding-left: 50px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .footer .widget-menu-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .widget-menu-wrapper {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .footer .widget-menu-wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer .widget-menu-wrapper {
    padding-right: 0;
  }
}
.footer.style-2 .footer-widget-info .extra-info {
  margin-top: 20px;
}
.footer.style-2 .footer-widget-info .extra-info .time-slot {
  margin-bottom: 0;
}
.footer.style-2 .footer-widget-info p,
.footer.style-2 .footer-widget.widget_nav_menu li a,
.footer.style-2 .footer-bottom-menu ul li a,
.footer.style-2 .footer-bottom-area .copyright-text p {
  color: #ffffff;
}
.footer.style-2 .footer-widget.widget_nav_menu li a:hover,
.footer.style-2 .footer-bottom-menu ul li a:hover {
  color: #af2020;
}
.footer.style-2 .footer-bottom-area .copyright-text p a {
  color: #8f939b;
  font-weight: 700;
}
.footer.style-2 .footer-bottom-area .copyright-text p a:hover {
  color: #af2020;
}
.footer.style-2 .footer-bottom-menu {
  display: flex;
  flex-grow: 1;
  justify-content: end;
}
@media (max-width: 991px) {
  .footer.style-2 .footer-bottom-menu {
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .footer.style-2 .copyright-text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer.style-2 .footer-widget .social-profile a {
  color: unset;
  background-color: transparent;
}
.footer.style-2 .footer-widget .social-profile a i {
  color: #ffffff;
}
.footer.style-2 .footer-widget .social-profile a:hover i {
  color: #af2020;
}
.footer.style-2 .footer-widget.widget_nav_menu li a:before {
  display: none;
}
.footer.style-2 .footer-widget .footer-widget-contact p {
  margin-bottom: 0;
}
.footer.style-2 .footer-widget .footer-widget-contact .footer-contact ul li {
  align-items: start;
}
.footer.style-2 .footer-widget .footer-widget-contact .footer-contact ul li .contact-text a, .footer.style-2 .footer-widget .footer-widget-contact .footer-contact ul li .contact-text span {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer .subscribe-form-widget.style-2 .mc4wp-form-fields {
  border-color: rgb(199, 199, 225);
  display: block;
}
.footer .subscribe-form-widget.style-2 .submit-btn {
  color: #23262D;
  width: auto;
  margin-top: 20px;
  padding: 12px 19px;
}
.footer .subscribe-form-widget.style-2 .submit-btn i {
  display: none;
}
.footer .subscribe-form-widget.style-2 .submit-btn span {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  font-family: "Rajdhani", sans-serif;
}
.footer .subscribe-form-widget.style-2 .single-field input {
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer.style-3 .footer-widget .footer-widget-info p {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer.style-3 .footer-widget.widget_nav_menu li a {
  color: #ffffff;
}
.footer.style-3 .footer-widget.widget_nav_menu li a:before {
  content: "\f00c";
  height: 14px;
  width: 14px;
  background-color: #af2020;
  border-radius: 2px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #23262D;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer.style-3 .footer-widget.widget_nav_menu li a:before {
    margin-top: 7px;
  }
}
.footer.style-3 .footer-widget .footer-widget-info p {
  padding-right: 0;
}
.footer.style-3 .footer-widget .social-profile a:hover {
  color: #ffffff;
  background-color: #af2020;
}
.footer.style-3 .footer-widget .footer-widget-contact p {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer.style-3 .footer-widget .footer-widget-contact .extra-info .time-slot p {
  margin-bottom: 0;
}
.footer .footer-top-area {
  margin-bottom: 80px;
}

.footer.style-4 .subscribe-footer-widget {
  text-align: center;
  position: relative;
}
.footer.style-4 .footer-top-widget-title {
  position: relative;
  padding: 0 70px;
  margin-bottom: 40px;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-4 .footer-top-widget-title {
    padding: 0;
  }
}
.footer.style-4 .footer-top-widget-title h2, .footer.style-4 .footer-top-widget-title h3 {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer.style-4 .widget-menu-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-4 .footer-widget .footer-logo {
    margin-bottom: 0;
  }
}
.footer.style-4 .footer-widget .footer-widget-info p {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .footer.style-4 .footer-widget .widget_latest_post ul li {
    margin-bottom: 20px;
  }
}
.footer.style-4 .footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta,
.footer.style-4 .footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer.style-4 .footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta a,
.footer.style-4 .footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer.style-4 .footer-widget.widget_nav_menu li a:before {
  display: none;
}

.footer.style-5 .footer-top-area {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-5 .footer-top-area {
    margin-bottom: 30px;
  }
}
.footer.style-5 .footer-top-area .footer-widget-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border: 1px solid #E3E3E3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer.style-5 .footer-top-area .footer-widget-info {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-5 .footer-top-area .footer-widget-info {
    flex-direction: column;
    gap: 30px;
    align-items: start;
  }
}
.footer.style-5 .footer-top-area .footer-widget-info .footer-widget-contact .footer-contact ul {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-5 .footer-top-area .footer-widget-info .footer-widget-contact .footer-contact ul {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.footer.style-5 .footer-top-area .footer-widget-info .footer-widget-contact .footer-contact ul li {
  display: flex;
  gap: 10px;
  color: #ffffff;
}
.footer.style-5 .footer-top-area .footer-widget-info .footer-widget-contact .footer-contact ul li p {
  margin-bottom: 0;
}
.footer.style-5 .footer-top-area .footer-widget-info .footer-widget-contact .footer-contact ul li i {
  color: #af2020;
}
.footer.style-5 .footer-top-area .footer-widget-info .footer-widget-contact .footer-contact ul li a {
  color: #ffffff;
}
.footer.style-5 .footer-widget .social-profile a:hover {
  color: #ffffff;
  background-color: #af2020;
}
.footer.style-5 .footer-widget.widget_nav_menu li a:before {
  display: none;
}/*# sourceMappingURL=style.css.map */

.circle {
  border-radius: 50%;
  box-shadow: 0px 0px 2px 2px #44bf246b;
  position: fixed;
  right: 21px;
  bottom: 12%;
  z-index: 9999;
  width: 4%;
}

