html,
body {
  width: 100%;
  overflow-x: hidden
}

body {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #161615;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

a,
button,
div,
form,
input,
p,
span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a {
  color: #161615;
}

img {
  height: auto
}

p {
  margin: 0;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #000;
}

h1 {
  font-size: 40px;
  line-height: 63px;
  font-weight: 300;
  /* letter-spacing: normal; */
}

h2 {
  font-size: 35px;
  font-weight: 400;
}

h3 {
  font-size: 18px;
  line-height: 1.5
}

a,
button,
input {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

a:hover {
  text-decoration: none
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
input:hover {
  outline: 0
}

.site-content .ast-container {
  display: block;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.site-content .ast-container {
  max-width: unset;
  padding: 0;
}

.ast-separate-container {
  background-color: transparent;
}

.sub-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.title-h1 {
  font-size: 50px;
  line-height: 63px;
  font-weight: 300;
  text-transform: uppercase;
}

.title-h1 span {
  font-weight: 400;
  color: #ed1c24;
  display: inline-block;
}

.title-h2 {
  font-size: 35px;
  font-weight: 400;
}

.title-h2 span {
  font-weight: 300;
}

.title-h3v {}

.title-h4 {}

.site-header {
  transition: all 0.5s;
}

.scrollUp {
  transform: translateY(-100%) !important;
}

.ast-site-title-wrap {
  display: none;
}

.sticky-wrapper {
  height: 163.383px !important;
  background: #F0F0F0;
}

.custom-logo-link img {
  /* filter: brightness(0); */
  max-width: 160px;
  transition: all .5s ease;
}

.sticky-wrapper.is-sticky .custom-logo-link img {
  max-width: 120px;
}

.ast-header-break-point .ast-primary-header-bar {
  background: #F0F0F0;
  border: none !important;
}

.ast-header-break-point .ast-builder-grid-row {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.menu-open {
  border: 2px solid #161615;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* .menu-open::before {
  content: "menu";
  color: #161615;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  left: -61px;
} */

.sticky-wrapper.is-sticky .site-header {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
}

.ast-logo-title-inline .ast-site-identity {
  padding: 15px 0;
  transition: all .5s ease;
}

.sticky-wrapper.is-sticky .ast-logo-title-inline .ast-site-identity {
  padding: 20px 0;
}

.page-template-contact .sticky-wrapper,
.page-template-contact.ast-header-break-point .ast-primary-header-bar {
  background: #fff;
}

.home .sticky-wrapper {
  height: unset !important;
}

.home.sticky-wrapper,
.home.ast-header-break-point .ast-primary-header-bar {
  background: transparent;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
  /* backdrop-filter: blur(2.5rem); */
  /* background-color: #0000000a; */
}

.home .site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.home .menu-open::before {
  color: #fff;
}

.home .menu-open {
  border: 2px solid #fff;
}

.home .menu-open svg line {
  stroke: #fff;
}

.home .sticky-wrapper.is-sticky,
.home.ast-header-break-point .sticky-wrapper.is-sticky .ast-primary-header-bar {
  background: #F0F0F0;
}

.home .sticky-wrapper.is-sticky .menu-open::before {
  color: #161615;
}

.home .sticky-wrapper .menu-open::after {
  content: "";
  position: relative;
  width: 27px;
  height: 16px;
  background: url("../images/menu-button-icon.svg") no-repeat;
  background-size: contain;
  transition: 0.3s all
}

.home .sticky-wrapper:not(.is-sticky) .menu-open::after {
  filter: invert(100%);
}

.home .sticky-wrapper.is-sticky .menu-open {
  border: 2px solid #161615;
}

.home .sticky-wrapper.is-sticky .menu-open svg line {
  stroke: #161615;
}

.page-template-portfolio.ast-header-break-point .ast-primary-header-bar,
.page-template-portfolio .sticky-wrapper {
  background: #161615;
}

.page-template-portfolio .custom-logo-link img {
  filter: brightness(1);
}

.page-template-portfolio .menu-open::before {
  color: #fff;
}

.page-template-portfolio .menu-open {
  border: 2px solid #ed1c24;
}

.page-template-portfolio .menu-open svg line {
  stroke: #fff;
}

.page-template-portfolio .gap-ph+.sticky-wrapper {
  height: 135px !important;
}


.menu-popup {
  /* width: 100%; */
  width: 100%;
  /* background: #fff; */
  /* padding: 60px; */
  position: relative;
  /* min-height: 100vh; */
  /* display: flex; */
  /* align-items: center; */
}

.logo-menu {
  position: absolute;
  left: 70px;
  top: 41px;
}

.team-popup-inner {
  margin: 0 auto;
  max-width: 1140px;
}

/* .team-popup-inner {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  width: 100%;
  height: 100vh;
  padding: 50px;
  background: #fff;
} */
.team-popup-inner {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  width: 100%;
  height: 100vh;
  padding: 50px;
  background: #fff;
  gap: 60px;
  /* justify-content: space-between; */
}

.menu-list-img {
  max-width: 310px;
  margin-left: auto;
}

.menu-list-img img {
  display: none;
}

.menu-list li {
  list-style: none;
}

.widget.widget_text.menu-contact h2 {
  color: #ed1c24;
}

.menu-list-img img:first-child {
  display: block;
}

.social li {
  margin: 0 10px;
  padding: 10px;
  border: 1px solid;
  line-height: 15px;
  border-radius: 69px;
}

/* .menu-list {
  margin: 0;
  width: 100%;
  height: 100vh;
  width: 100%;
  padding: 50px;
  padding: 50px;
  background: #fff;
} */
.menu-list {
  margin: 0;
  padding: 0;
}

.menu-list .menu-title {
  margin: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
}

/* .menu-list li{
  margin: 38px 0;
  position: relative;
  display: flex;
  align-items: center;
} */

.menu-list a {
  color: #161615;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;

}

/* .menu-list a {
  color: #161615;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 100;

} */

.menu-list li.active a,
.menu-list a:hover {
  color: #ed1c24;
}

.menu-list li span {
  color: #ed1c24;
  font-size: 16px;
  font-weight: 100;
  border-bottom: 1px solid #434343;
  padding: 0 0 13px;
  margin-right: 50px;
  min-width: 45px;
  transition: all 0.25s ease;
}

.menu-list .menu-item:hover span,
.menu-list .menu-item.active span {
  /* min-width: 165px; */
  /* margin-right: 24px; */
}

.menu-text-vert {
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  margin-right: 110px;
}

.menu-popup .mfp-close {
  top: 16px;
  right: 39px;
  color: #ed1c24;
  opacity: 1;
  width: 36px;
  height: 37px;
  border: 2px solid #dadada;
  border-radius: 50%;
  font-size: 28px;
}

.menu-popup .mfp-close::before {
  content: "close";
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  left: -80px;
}

.s-hero .row>div {
  background: #F0F0F0;
  min-height: 100vh;
}

.s-hero .row>div:first-child {
  /* max-width: 600px; */
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-text {
  max-width: 490px;
  padding: 125px 35px 25px 15px;
}

.hero-text .title-h1 {
  margin: 0 0 34px;
}

.hero-text p {
  margin: 0 0 32px;
}

.link-down {
  border: 1px solid #434343;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-down:hover {
  background: #ed1c24;
  border: 1px solid #ed1c24;
}

.link-down svg line,
.link-down svg path {
  transition: all 0.25s ease;
}

.link-down:hover svg line,
.link-down:hover svg path {
  stroke: #fff;
}

.s-hero .row>div:last-child img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.s-about .row>div:first-child {
  max-width: 610px;
}

.s-about .row>div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.achievements-slider-wrap {
  position: relative;
  /*max-width: 550px;*/
}

.achievements-slider-wrap--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #FFF; */
  z-index: 2;
}

.achievements-slider-wrap--overlay[data-order="1"] {
  /* top: -1px; */
  /* clip-path: polygon(24% 0, 25% 45%, 67% 0); */
  /* background-image: url(../images/ganesh.svg); */
  /* background: url(../images/ganesh.png); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* object-fit: cover; */
}

.achievements-slider-wrap--overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;

}

/* .achievements-slider-wrap--overlay[data-order="2"] {
  left: 1px;
  background-image: url(../images/ganesh.svg);
  clip-path: polygon(97% 0, 100% 0, 100% 100%, 50% 47%)
}

.achievements-slider-wrap--overlay[data-order="3"] {
  top: 1px;
  clip-path: polygon(25% 69%, 34% 60%, 69% 100%, 25% 100%);
} */

.achievements-slider img {
  /*mask-image: url(../img/k.png);*/
  height: 720px;
  object-fit: cover;
}


.about-text {
  transform: translateX(-100px);
  position: relative;
  z-index: 2;
}

.about-text .sub-title {
  margin: 0 0 26px;
}

.about-text .title-h2 {
  margin: 0 0 50px;
  border-left: 1px solid #ed1c24;
  padding-left: 44px;
}

.about-text .about-description {
  max-width: 574px;
  padding-left: 44px;
}

.btn-link {
  color: #161615;
  font-weight: 400;
  border: 1px solid #ed1c24;
  cursor: pointer;
  border-radius: 31px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  justify-content: center;
  padding: 10px;
}

.btn-link:hover {
  background: #ed1c24;
  color: #fff !important;
}

.about-text .btn-link {
  margin: 30px 0 0;
  /* position: absolute;
  right: 20%;
  bottom: -111px; */
}


.s-numbers {
  background: #F0F0F0;
  padding: 100px 0;
}

/* .s-numbers .row:nth-child(2)>div:first-child,
.s-numbers .row:first-child>div:first-child {
  display: flex;
  align-items: center;
} */

.s-numbers .sub-title {
  margin-bottom: 100px;
}

.numbers-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 54px;
}

.numbers-text p {
  max-width: 310px;
  margin-top: 50px;
}

.numbers-text img {
  max-width: 420px;
}

.number-tab {
  min-height: 121px;
  display: flex;
  align-items: center;
  border-top: 1px solid #aaa;
}

.number-tab .number {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
}

.number-tab h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.s-numbers .tab_item {
  display: none;
}

.s-numbers .tab_item img {
  margin: 0 0 15px;
}

.s-numbers .tab_item .number {
  color: #ed1c24;
  margin: 0 0 18px;
  font-size: 36px;
  text-transform: uppercase;
}

.s-numbers .tab_item p {
  max-width: 330px;
}

/* .tab.active .number-tab {
  border-top: 1px solid #ed1c24;
}

.tab.active .number-tab .number,
.tab.active .number-tab h3 {
  color: #ed1c24;
} */

.ytvideo {
  position: relative;
}

.ytvideo svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#hero {
  position: relative;
}

.s-interest {
  padding: 86px 0 118px;
  background: #F0F0F0;
  position: relative;
}

.s-interest .container {
  position: relative;
  z-index: 2;
}

.s-interest .interest-bg-img {
  position: absolute;
  right: 0;
  width: 510px;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.s-interest .interest-bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.41);
}

.s-interest .interest-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(13px);
}

.s-interest .title-h2 {
  color: #161615;
  text-align: center;
  margin: 0 0 60px;
}

.s-interest .tabs {
  position: relative;
}

.interest-tab {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s ease;
}

.s-interest .tab .interest-tab span {
  display: flex;
  transform: translateX(0);
  transition: all 1s ease;
  transition-delay: .5s;
}

.interest-tab:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  width: 110%;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: all 1s ease;
  transition-delay: .2s;
}

.s-interest .tab.active .interest-tab {
  color: rgba(255, 255, 255, 1);
}

.s-interest .tab.active .interest-tab span {
  transform: translateX(20px);
}

.s-interest .tab.active .interest-tab:after {
  background: #ed1c24;
}

.s-interest .selector {
  width: 10px;
  height: 10px;
  background: #ed1c24;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 7px;
  z-index: 1;
  transition: all 1.5s ease;
}

.s-interest .tabs {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 81px;
}

.s-interest .tabs .tab {
  padding-right: 80px;
}

.s-interest .tabs .tab:nth-child(2) {
  padding-left: 0;
}

.s-interest .tab_content {
  max-width: 1080px;
  margin: 0 auto;
}

.s-interest .tab_content .row>div:first-child {
  display: flex;
  align-items: center;
}

.interest-left {
  max-width: 420px;
}

.interest-title {
  margin: 0 0 36px;
  display: flex;
}

.interest-title span {
  /* font-size: 50px; */
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  min-width: 74px;
  line-height: 2;
}

.interest-title h3 {
  color: #ed1c24;
  /* font-size: 48px; */
  font-size: 32px;
  text-transform: uppercase;
  line-height: 63px;
}

.blog-title h4 {
  margin-bottom: 16px;
}

.blog-title h2 {
  margin-bottom: 32px;
}

.s-interest .interest-left-text p {
  margin-left: 74px;
  color: #fff;
  font-weight: 400;
}

.s-interest .tab_item img {
  max-width: 530px;
  height: 295px;
  object-fit: cover;
}

.interest-title-left {
  max-width: 74px;
}

.interest-title {
  width: calc(100% + 74px);
}

.interest-title-right {
  width: calc(100% - 74px);
}

.interest-bg-img img {
  display: none;
}

.interest-bg-img img:first-child {
  display: block;
}

.s-overview {
  padding: 80px 0 0;
}

.overview-bar {
  display: flex;
  margin: 0 0 33px;
}

.overview-bar .sub-title {
  min-width: 330px;
  line-height: 2;
}

.overview-bar .title-h2 {
  font-weight: 300;
}

.overview-bar .title-h2 span {
  color: #ed1c24;
}

.slider-overview-wrap {
  /* max-width: 1080px; */
  margin: 0 auto;
}

.slider-overview .owl-nav {
  display: flex;
  justify-content: flex-end;
  margin: 26px 0;
}

.slider-overview .owl-nav button {
  margin: 0 13px;
}

.overview-bot {
  max-width: 530px;
  margin: -24px auto 0;
}


.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  background-color: #F0F0F0;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
  margin-bottom: 0;
}

.site-above-footer-wrap {
  padding-bottom: 0;
}

#astra-footer-menu {
  display: flex;
}

#astra-footer-menu .menu-link {
  font-size: 16px;
  color: #161615;
}

#astra-footer-menu>li {
  flex-basis: 25%;
  border-right: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  padding: 10px 0 25px;
}

#astra-footer-menu>li:last-child {
  border-right: none;
}

#astra-footer-menu .menu-link:hover {
  color: #ed1c24;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  border-top-width: 0;
  background-color: #fff;
}

.site-primary-footer-wrap {
  padding-top: 80px;
  padding-bottom: 50px;
}

.widget-title {
  font-size: 20px;
  font-weight: 500;
  color: #161615;
  margin: 0 0 13px;
}

.widget.widget_text {
  text-align: left;
  color: #161615;
  font-size: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.widget.widget_text a {
  color: #161615;
  padding-left: 24px;
  position: relative;
}

.widget.widget_text a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.widget.widget_text a:hover {
  color: #ed1c24;
}

.social {
  display: flex;
  align-items: center;
  margin: 0 0px !important;
}

.social li {
  margin: 0 10px;
}

.mr-2 {
  margin-right: 20px;
}

.widget.widget_text .social li a {
  padding-left: 0;
}

.social li a:hover svg path {
  fill: #ed1c24 !important;
  stroke: #ed1c24 !important;
}

.social li a:hover svg g:first-child {
  fill: #ed1c24 !important;
  stroke: #ed1c24 !important;
}

.social li a:hover svg g:nth-child(2) {
  fill: #ed1c24 !important;
  stroke: #ffffff !important;
}

.social li a:hover svg>ellipse {
  fill: #ffffff !important;
}

.ast-builder-grid-row-container.ast-builder-grid-row-tablet-5-equal .ast-builder-grid-row {
  /* display: flex; */
  display: grid;
  position: relative;
  grid-template-columns: auto auto auto auto;
}


/* .site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
  flex-basis: 22%;
} */

/* .site-footer-primary-section-3.site-footer-section.site-footer-section-3 {
  flex-basis: 24%;
} */

.site-footer-primary-section-5.site-footer-section.site-footer-section-5 {
  align-self: center;
  position: absolute;
  right: 0;
}

.site-footer-primary-section-1.site-footer-section.site-footer-section-1 .widget_media_image {
  text-align: left;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  min-height: unset;
  padding-top: 0;
  padding-bottom: 0;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
  margin-bottom: 0;
}

.ast-builder-grid-row-container.ast-builder-grid-row-tablet-2-equal .ast-builder-grid-row {
  border-top: 1px solid #C2C2C2;
  /* padding: 26px 0 20px; */
}

#footer {
  box-shadow: -1px -3px 6px -5px #333;
}

.ast-footer-copyright {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
  text-align: center;
}

.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element p a {
  color: #161615;
}

.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element p a:hover {
  color: #ed1c24;
}


/* about */

.s-hero-about {
  padding: 35px 0 80px;
  background: #F0F0F0;
}

.s-hero-about .container {
  padding-left: 125px;
}

.s-hero-about .title-h1 {
  max-width: 970px;
  margin-bottom: 98px;
}

.s-hero-about .row>div:first-child {
  max-width: 420px;
}

.hero-about-left .link-down {
  margin-bottom: 196px;
}

.hero-about-left-bg-wrap {
  padding: 20px;
  background: #F0F0F0;
  z-index: 2;
  position: relative;
}

.hero-about-left-bg {
  height: 647px;
  position: relative;
}

.hero-about-left-bg .parallax-inner {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-about-left img {
  position: relative;
  z-index: 1;
}

.hero-about-right-bg {
  height: 627px;
  position: relative;
  margin-left: -90px;
  width: calc(100% + 90px);
  max-width: unset;
  margin-bottom: 61px;
}

.hero-about-right-bg .parallax-inner {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-about-text {
  margin-left: 50px;
}

.hero-about-text .sub-title {
  margin: 0 0 15px;
}

.hero-about-text .title-h2 {
  margin: 0 0 36px;
}

.hero-about-right img {
  /*margin-left: -90px;
  width: calc(100% + 90px);
  max-width: unset;
  margin-bottom: 61px;*/
}

.hero-about-text p {
  margin-bottom: 15px;
}

.s-img-parallax .parallax-background {
  position: relative;
  height: 696px;
}

.page-template-about .s-numbers {
  background: #fff;
}

.s-timeline.bg-black-seconder {
  background-color: #161615;
}

.s-timeline {
  padding: 80px 0;
  background-color: #F0F0F0;
}

.timeline-bar {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  /* justify-content: space-between; */
  justify-content: center;
}

h2.title-h2.text-white.text-center {
  color: #fff;
}

.timeline-nav {
  display: flex;
  margin: 0 -8.5px;
}

.timeline-nav button {
  display: flex;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0 8.5px;
  background: transparent;
  color: #161615;
  position: relative;
  transition: all 0.25s ease;
}

.timeline-nav button span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ed1c24;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  transition: all 0.25s ease;
}

.timeline-nav button.prev span:first-child {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  background: #ed1c24;
  color: #fff;
}

.timeline-nav button.prev:hover span:first-child {
  transform: translateX(0);
}

.timeline-nav button.next span:last-child {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(100%);
  background: #ed1c24;
  color: #fff;
}

.timeline-nav button.next:hover span:last-child {
  transform: translateX(0);
}

.slider-timeline .owl-stage {
  display: flex;
  align-items: flex-end;
}

.timeline-one {
  display: flex;
}

.timeline-year {
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  text-align: right;
  font-size: 110px;
  line-height: 1;
  text-shadow: -1px 0 #ed1c24, 0 1px #ed1c24, 1px 0 #ed1c24, 0 -1px #ed1c24;
  color: #fff;
  margin-right: 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  cursor: default;
}

.timeline-year:hover {
  color: #ed1c24;
}

.timeline-year::after {
  content: "";
  background: #A7A7A7;
  width: 1px;
  height: 223px;
  display: block;
  margin: 0 57px 40px 0;
}

.timeline-year::before {
  content: "";
  background: #161615;
  width: 5px;
  height: 57px;
  display: block;
  position: absolute;
  left: 50px;
  top: 166px;
}

.timeline-text {
  padding: 0;
}

.timeline-text img {
  max-width: 286px;
  max-height: 307px;
  width: unset !important;
}

.timeline-text img.tx2 {
  margin: -165px 0 0 235px;
  width: unset;
  max-width: 230px;
}

.timeline-text h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: #161615;
  position: relative;
  max-width: 250px;
}

.timeline-text h4:after {
  content: "";
  background: #ed1c24;
  width: 34px;
  height: 1px;
  display: block;
  margin: 15px 0;
}

.timeline-text p {
  max-width: 211px;
  margin: 0 0 33px;
}

.slider-timeline .owl-dots {
  display: flex;
}

.slider-timeline .owl-dots .owl-dot {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  background: #ed1c24;
  height: 3px;
}

.slider-timeline .owl-dots .owl-dot.active~.owl-dot {
  background: #A7A7A7;
}

.s-team {
  background: #F0F0F0;
  /* padding: 80px 0 60px; */
}

.team-bar {
  margin: 0 0 63px;
}

.team-bar {
  margin-bottom: 63px;
}

.team-bar>div:first-child {
  max-width: 550px;
}

.team-bar .title-h2 {
  margin: 0 0 26px;
}

.team-bar p {
  margin: 0 0 36px;
}

.team-row {
  margin: 0 -10px;
}

.team-row>div {
  padding: 0 10px;
}

.page-template-management-team .team-row>div {
  flex: 0 0 20%;
  max-width: 20%;
}

.page-template-management-team .team-bot p {
  font-size: 12px;
}

.team-one>img {
  width: 100%;
  object-position: top;
  object-fit: cover;
  transition: all .25s ease;
}

.team-one {
  display: block;
  position: relative;
  /* margin: 0 0 20px; */
}

.team-one:hover img {
  filter: grayscale(1);
}

.team-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #161615b5;
  padding: 22px 20px;
  width: 100%;
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
}

.team-bot h4 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.team-bot p {
  color: #fff;
  font-size: 14px;
}

.team-bot svg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .25s ease;
}

.team-one:hover .team-bot svg {
  transform: translateY(-50%) rotate(45deg);
}

.team-row-wrap:nth-child(2) {
  display: none;
}

.team-bot .team-popup-contact {
  margin-bottom: 0;
}

.team-bot .team-popup-contact a {
  color: #fff;
}

.team-bot .team-popup-contact a:hover {
  color: #ed1c24;
}



.team-popup {
  max-width: 1150px;
  margin: 30px 0 30px auto;
  background: #fff;
  display: flex;
  padding: 116px 90px 87px;
  position: relative;
  align-items: center;
  box-shadow: -20px 3px 30px rgba(0, 0, 0, 0.13);
}

.team-popup-img {
  max-width: 388px;
  min-width: 388px;
  margin-right: 52px;
}

.team-popup-img img {
  width: 100%;
  height: 618px;
  object-fit: cover;
}

.team-popup-text p br {
  display: none;
}

.team-popup-text .title-h2 {
  text-transform: uppercase;
  margin: 0 0 17px;
}

.team-popup-text .position {
  font-size: 25px;
  font-weight: 100;
  margin: 0 0 37px;
  display: block;
}

.team-popup-contact {
  margin: 0 0 37px;
}

.team-popup-contact a {
  font-weight: 300;
  color: #161615;
}

.team-popup-contact strong {
  font-weight: 400;
}

.team-popup-text p {
  margin: 0 0 25px;
}

.team-popup-text p:last-child {
  margin: 0;
}

.team-popup .mfp-close {
  color: #ed1c24;
  font-family: icon;
  font-weight: 700;
  right: 70px;
  top: 70px;
  opacity: 1;
  font-size: 46px;
  width: unset;
  height: unset;
  line-height: 0.6;
}

.mfp-move-from-right .mfp-container {
  padding: 0;
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-right {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-right .mfp-content {}

.mfp-move-from-right .mfp-with-anim {
  opacity: 1;
  transition: all 1s;
  transform: translateX(-100%);
}

.mfp-move-from-right.mfp-bg {
  /*opacity: 0;*/
  transition: all 0.2s;
}

.mfp-move-from-right.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-from-right.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-right.mfp-removing .mfp-with-anim {
  transform: translateX(-100%);
  opacity: 0;
}

.mfp-move-from-right.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap {
  z-index: 99999;
}

/* Management & Team */

.s-ocv {
  padding: 80px 0;
}

.s-ocv .sub-title {
  margin: 0 0 16px;
}

.s-ocv .title-h2 {
  margin: 0 0 36px;
}

.slider-ocv.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.slider-ocv .owl-item {
  margin-top: 49px;
}

.slider-item {
  background: #F0F0F0;
  padding: 0 58px 39px 37px;
  transition: all .25s ease;
}

.slider-item:hover {
  transform: translateY(-20px);
}

.slider-item .slider-item-icon {
  margin-left: auto;
  margin-bottom: -44px;
  transform: translateY(-50%);
}

.slider-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
  background: #fff;
}

.slider-item-icon img {
  max-width: 86%;
  max-height: 86%;
}

.slider-item span {
  font-size: 20px;
  color: #ed1c24;
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
}

.slider-item h3 {
  color: #161615;
  font-size: 28px;
  margin: 0 0 16px;
  transition: all .25s ease;
}

.slider-item:hover h3 {
  color: #161615;
}

.slider-item p {
  color: #161615;
}

.page-template-management-team .team-bar .title-h2 {
  margin: 0 0 4px;
}

.btn-row {
  display: flex;
  justify-content: center;
  margin: 0 -20px 48px;
}

.btn-row a {
  margin: 0 20px;
}

.btn-link.btn-link-rev {
  background: #ed1c24;
  color: #fff;
}

.btn-link.btn-link-rev:hover {
  background: transparent;
  color: #161615;
}

.slider-ocv-arrows svg {
  cursor: pointer;
  margin-left: 15px;
}

.slider-ocv-nav {
  margin: 49px auto 0;
  max-width: 860px;
  display: flex;
  align-items: center;
}

.slider-ocv .owl-stage {
  padding-left: 0px !important;
}

.slider-ocv-progress {
  width: 100%;
  height: 1px;
  background: #C9C9C9;
  max-width: 683px;
  position: relative;
}

.slider-ocv-progress span {
  position: absolute;
  left: 0;
  top: -1px;
  width: 50%;
  height: 2px;
  background: #161615;
  transition: all .5s ease;
}

.slider-ocv-numbers {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-right: 20px;
}

.slider-ocv-numbers:before {
  content: "0";
}


/* Contact */

.s-hero-contact {
  padding: 30px 0 84px;
}

.s-hero-contact .row {
  align-items: center;
}

.s-hero-contact .row>div:first-child {
  max-width: 420px;
}

.text-hero-contact {
  padding-top: 27px;
  position: relative;
}

.text-hero-contact-line {
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0;
}

.text-hero-contact p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
}

.title-hero-contact {
  display: flex;
  align-items: center;
}

.parallax-background.hero-contact-bg {
  position: relative;
  height: 460px;
  width: 100%;
  min-width: 460px;
}

.hero-contact-bg .parallax-inner {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
}

.title-hero-contact img {
  max-width: 460px;
  min-width: 460px;
  width: 100%;
}

.title-hero-contact .title-h1 {
  font-size: 60px;
  line-height: 73px;
  transform: translateX(-10%);
}

.text-link-down-wrap {
  text-align: center;
  margin-top: 80px;
}

.text-link-down {
  display: inline-flex;
  align-items: center;
}

.text-link-down span {
  color: #161615;
  margin-right: 20px;
}

.text-link-down .link-down {
  border: 1px solid #ed1c24;
}


.s-contact-form {
  padding: 30px 0 80px;
}

.s-contact-form .row>div:first-child {
  max-width: 500px;
}

.contact-form-left {
  position: relative;
}

.contact-form-left:after {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  height: 1px;
  width: 880px;
  background: #B3B3B3;
}

.contact-form-left .sub-title {
  margin: 0 0 10px;
}

.contact-form-left .title-h2 {
  margin: 0 0 76px;
  font-weight: 300;
}

.contact-form-right {
  max-width: 290px;
  margin-left: auto;
}

.contact-form2-left {
  padding: 30px 0;
  position: relative;
}

.contact-form2-left:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 310px;
  background: #B3B3B3;
}

.contact-form2-left .sub-title {
  margin: 0 0 93px;
}

.parallax-background.contact-form2-bg {
  position: relative;
  height: 663px;
  width: 100%;
  /*min-width: 420px;*/
}

.contact-form2-bg .parallax-inner {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
}

.contact-form2-bg img {
  max-width: 420px;
  width: 100%;
}

.contact-form2-right {
  max-width: 709px;
  margin-left: auto;
}

.contact-form2-right .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 46px;
  grid-row-gap: 41px;
}

.contact-form2-right .gform_wrapper form .gfield_label {
  color: #161615;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.contact-form2-right .instruction.validation_message,
.contact-form2-right .gfield_validation_message,
.contact-form2-right .gform_validation_errors,
.contact-form2-right .gform_wrapper .gfield_required {
  display: none !important;
}

.contact-form2-right .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: 1px solid #c02b0a;
  box-shadow: 0 0 6px 0px #c02b0a inset;
}

.contact-form2-right .ginput_container>textarea,
.contact-form2-right .ginput_container>input {
  border: 1px solid #ed1c24;
  border-radius: 31px;
  height: 61px;
  background: transparent;
  padding: 20px 33px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.contact-form2-right .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 176px;
}

.contact-form2-right .ginput_container>input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

.contact-form2-right .ginput_container>input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

.contact-form2-right .ginput_container>input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

.contact-form2-right .ginput_container>input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.contact-form2-right .ginput_container>textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

.contact-form2-right .ginput_container>textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

.contact-form2-right .ginput_container>textarea:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

.contact-form2-right .ginput_container>textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.contact-form2-right .gform_wrapper .gform_button {
  color: #161615;
  font-weight: 400;
  border: 1px solid #ed1c24;
  border-radius: 31px;
  height: 61px;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  justify-content: center;
  padding: 10px;
  background: transparent;
  text-transform: uppercase;
}

.contact-form2-right .gform_wrapper.gravity-theme .gform_footer {
  margin: 31px 0 0;
}

.contact-form2-right .gform_wrapper .gform_button:hover {
  background: #ed1c24;
  color: #fff;
}

.contact-form2-right .gfield_radio {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.contact-form2-right .gfield_radio>div {
  margin: 0 10px;
}

.contact-form2-right .gfield_radio>div input {
  display: none !important;
}

.contact-form2-right .gfield_radio>div label span {
  width: 67px;
  height: 67px;
  border: 1px solid #ed1c24;
  display: flex;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0 16px;
  transition: all .25s ease;
}

.contact-form2-right .gfield_radio>div label span path {
  transition: all .25s ease;

}

.contact-form2-right .gfield_radio>div label {
  transition: all .25s ease;
  text-align: center;
  display: block !important;
  max-width: unset !important;
  cursor: pointer;
  color: #161615;
  font-size: 16px;
  text-transform: uppercase;
}

.contact-form2-right .gfield_radio label:hover span,
.contact-form2-right .gfield_radio>div input:checked+label span {
  background: #ed1c24;
}

.contact-form2-right .gfield_radio label:hover,
.contact-form2-right .gfield_radio>div input:checked+label {
  color: #ed1c24;
}

.contact-form2-right .gfield_radio label:hover span path,
.contact-form2-right .gfield_radio>div input:checked+label span path {
  fill: #fff;
}

.s-our-office {
  background: #161615;
  padding: 110px 0 80px;
  color: #fff;
}

.our-office-left {
  position: relative;
  padding: 30px 0 0;
}

.our-office-left .sub-title {
  color: #fff;
}

.our-office-left:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 310px;
  background: #434343;
}

.our-office-right {
  display: flex;
  align-items: center;
}

.our-office-right-bg {
  width: 100%;
  min-width: 530px;
}

.our-office-right-bg .parallax-inner {
  position: static !important;
  width: 100% !important;
  height: 100%;
}

.our-office-right img {
  max-width: 530px;
  width: 100%;
}

.our-office-rtext {
  transform: translateX(3%);
  position: relative;
  z-index: 1;
}

.our-office-rtext .title-h2 {
  font-size: 50px;
  color: #FFF;
  font-weight: 300;
  line-height: 63px;
  text-transform: uppercase;
  margin: 0 -23px 23px 0;
}

.our-office-rtext p {
  margin: 0 -10px 45px 0;
}

.link-arrow {
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.link-arrow:hover {
  color: #ed1c24;
}

.link-arrow svg {
  margin-left: 20px;
  transition: all .25s ease;
}

.link-arrow:hover svg {
  transform: rotate(45deg);
}

.link-arrow svg line,
.link-arrow svg path {
  transition: all .25s ease;
}

.link-arrow:hover svg line,
.link-arrow:hover svg path {
  stroke: #ed1c24;
}

.our-office2-row {
  padding: 30px 0 0;
  position: relative;
}

.our-office2-row:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  height: 1px;
  width: calc(100% - 30px);
  background: #434343;
}

.our-office2-left {
  max-width: 440px;
}

.our-office2-left .sub-title {
  color: #fff;
  margin: 0 0 30px;
}

.our-office2-row .btn-link {
  color: #fff;
  height: 67px;
  width: 100%;
  max-width: 530px;
}

.our-office2-row>div:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.our-office-connect {
  border-top: 1px solid #434343;
  padding: 30px 0 0;
  width: 100%;
  max-width: 310px;
  transform: translateY(-125%);
  margin-bottom: -18px;
}

.our-office-connect .sub-title {
  color: #fff;
  margin: 0 0 30px;
}

.our-office-connect .connect {
  margin: 0;
  list-style: none;
}

.our-office-connect .connect li {
  margin: 0 0 12px;
}

.our-office-connect .connect li span {
  justify-content: center;
  width: 16px;
  margin-right: 11px;
  display: inline-flex;
}

.our-office-connect .connect li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.our-office-connect .connect li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ed1c24;
  position: absolute;
  left: 0;
  bottom: -3px;
  opacity: 0;
  transition: all .25s ease;
}

.our-office-connect .connect li a:hover:after {
  opacity: 1;
}

.calendly-popup .mfp-close {
  opacity: 1;
  color: #fff;
  font-family: icon;
  font-size: 50px;
  right: 3%;
  top: -15%;
}

.calendly-popup {
  margin: 0 auto;
  max-width: 860px;
  background: #fff;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.calendly-popup>div {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.calendly-left {
  border-right: 1px solid #C2C2C2;
}

.calendly-text {
  padding: 27px 35px;
  border-top: 1px solid #C2C2C2;
}

.calendly-text .calendly-user {
  width: 69px;
  border-radius: 50%;
  height: 69px;
  margin: 0 0 20px;
}

.calendly-text p {
  color: #8A8A8A;
  font-size: 16px;
  margin: 0 0 5px;
}

.calendly-text h3 {
  font-size: 30px;
  color: #262626;
  font-weight: 400;
  margin: 0 0 27px;
}

.calendly-text ul {
  list-style: none;
  margin: 0;
}

.calendly-text ul li {
  display: flex;
  margin: 0 0 20px;
  color: #8A8A8A;
}

.calendly-text ul li svg {
  margin-right: 12px;
  position: relative;
  top: 0;
  min-width: 23px;
}

.calendly-text ul li:nth-child(2) svg {
  top: 4px;
}

.calendly-logo {
  margin: 47px auto;
  display: flex;
  justify-content: center;
}


/* Side contact */


.side-contact>button {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
  display: flex;
  padding: 0;
  width: 58px;
  height: 191px;
  align-items: center;
  justify-content: space-between;
  background: #ed1c24;
  border-radius: 25px 0 0 25px;
  flex-direction: column-reverse;
  padding: 27px 0;
}

.side-contact>button span {
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-shadow: -1px 0 #ed1c24, 0 1px #ed1c24, 1px 0 #ed1c24, 0 -1px #ed1c24;
  color: #fff;
}

.side-contact-form {
  max-width: 600px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 999;
  background: #161615;
  transition: all 0.5s ease;
  height: 100vh;
  overflow: auto;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}

.side-contact-form.active {
  right: 0;
}

.side-contact-form-inner {
  max-width: 410px;
  margin-right: 60px;
  padding: 60px 0;
}

.side-contact-form h3 {
  color: #ed1c24;
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 21px;
}

.side-contact-form .gfield_label {
  display: none !important;
}

.side-contact-form .ginput_container>input,
.side-contact-form .ginput_container>textarea {
  height: 76px;
  border: none;
  border-bottom: 1px solid #434343;
  background: transparent;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 25px 0 !important;
}

.side-contact-form .ginput_container>input:active,
.side-contact-form .ginput_container>textarea:active,
.side-contact-form .ginput_container>input:focus,
.side-contact-form .ginput_container>textarea:focus {
  background: transparent !important;
}

.side-contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 159px;
}

.side-contact-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 13px;
}

.side-contact-form .ginput_container>input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

.side-contact-form .ginput_container>input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

.side-contact-form .ginput_container>input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

.side-contact-form .ginput_container>input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.side-contact-form .ginput_container>textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

.side-contact-form .ginput_container>textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

.side-contact-form .ginput_container>textarea:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

.side-contact-form .ginput_container>textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.side-contact-form .gform_wrapper .gform_button {
  color: #fff;
  font-weight: 400;
  border: 1px solid #ed1c24;
  border-radius: 31px;
  height: 61px;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  justify-content: center;
  padding: 10px;
  background: transparent;
  text-transform: uppercase;
}

.side-contact-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 0px 0 0;
}

.side-contact-form .gform_wrapper .gform_button:hover {
  background: #ed1c24;
  color: #fff;
}

.side-contact-form .gform_wrapper .selectric {
  border: none;
  background: transparent;
  border-bottom: 1px solid #434343;
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.side-contact-form .gform_wrapper .label {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.side-contact-form .selectric .button {
  padding: 0;
  background: transparent;
  top: 54%;
  transform: translateY(-50%);
}

.side-contact-form .selectric .button::after {
  border: 7px solid transparent;
  border-top-color: #ed1c24 !important;
  margin-right: 0;
}

.side-contact-form .selectric-open .button::after {
  transform: rotate(180deg) translateY(50%);
}

.side-contact-form .selectric-items {
  background: #FFF;
  border: none;
  padding: 5px 30px;
}

.side-contact-form .selectric-items li {
  display: block;
  padding: 10px 0;
  color: #161615;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  background: transparent !important;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  transition: all .25s ease;
  overflow: hidden;
}

.side-contact-form .selectric-items li:last-child {
  border-bottom: none !important;
}

.side-contact-form .selectric-items li.gf_placeholder {
  display: none;
}

.side-contact-form .selectric-items li::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .25s ease;
}

.side-contact-form .selectric-items li:hover {
  color: #ed1c24;
}

.side-contact-form .selectric-items li:hover:after {
  transform: translateY(-50%) rotate(0deg);
}

.side-contact-form #field_2_9 {
  color: #CFCFCF;
  font-size: 10px;
  font-weight: 300;
  max-width: 153px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 25px;
}

.side-contact-form #field_2_9 a {
  color: #CFCFCF;
  text-decoration: underline;
}

/*.side-contact-form .instruction.validation_message,*/
/*.side-contact-form .validation_message.gfield_validation_message,*/
/*.side-contact-form .gform_validation_errors {*/
/*  display: none;*/
/*}*/


/* Portfolio */

.s-filter-portfolio {
  background: #161615;
  color: #fff;
  padding: 42px 0;
}

.s-filter-portfolio .container {
  position: relative;
}

.s-filter-portfolio .container:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  position: absolute;
  left: 15px;
  bottom: -42px;
}

.s-filter-portfolio .row {
  align-items: center;
}

.s-filter-portfolio .title-h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.filter-portfolio {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -15px;
}

.filter-one {
  margin: 0 15px;
  display: flex;
  align-items: center;
}

.filter-one span {
  font-size: 16px;
  margin-right: 12px;
}

.filter-one .facetwp-facet {
  margin: 0;
}

.filter-one .fs-label-wrap {
  background: #161615;
  border: 1px solid #ed1c24;
  border-radius: 31px;
  text-transform: uppercase;
  height: 51px;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.filter-one .fs-label-wrap .fs-label {
  padding: 0;
  font-size: 16px;
}

.filter-one .fs-label-wrap .fs-arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ed1c24;
}

.filter-one .fs-search {
  display: none;
}

.filter-one .facetwp-type-fselect .fs-option .fs-option-label {
  color: #161615;
  font-size: 16px;
  text-transform: uppercase;
}

.filter-one .fs-dropdown .fs-options {
  padding: 5px 25px;
}

.filter-one .fs-option {
  padding: 0;
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
}

.filter-one .fs-option:last-child {
  border-bottom: none;
}

.filter-one .fs-wrap.single .fs-option.selected {
  background: transparent;
}

.filter-one .fs-wrap.single .fs-option.selected .fs-option-label,
.filter-one .facetwp-type-fselect .fs-option:hover .fs-option-label {
  color: #ed1c24;
}

.filter-one .fs-option .fs-checkbox {
  display: none;
}

.filter-one .fs-option:not(.d0) {
  /*display: none;*/
}

.s-portfolio {
  background: #161615;
  padding: 45px 0 72px;
}

.s-portfolio .row {
  margin: 0 -10px;
}

.s-portfolio .row>div {
  padding: 0 10px;
}

/* .portfolio-one {
  margin: 0 0 31px;
} */

.portfolio-one-img img {
  height: 303px;
  width: 100%;
  object-fit: cover;
}

.portfolio-one-text {
  display: flex;
  color: #fff;
  justify-content: space-between;
  padding: 14px 0;
}

.portfolio-text-left h3 {
  color: #ed1c24;
  font-size: 28px;
  /* text-transform: uppercase; */
}

.portfolio-one-text p {
  /* font-size: 18px; */
  color: #000;
  font-weight: 100;
  margin-top: 20px;
  letter-spacing: 0.45px;
}

.portfolio-text-right .price {
  display: block;
  font-size: 16px;
}

.facetwp-facet.facetwp-facet-load_more.facetwp-type-pager {
  margin: 37px auto 0;
  text-align: center;
}

.s-portfolio .facetwp-load-more {
  color: #fff;
  font-weight: 400;
  border: 1px solid #ed1c24;
  border-radius: 31px;
  height: 61px;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  justify-content: center;
  padding: 10px;
  background: transparent;
  text-transform: uppercase;
}

.s-portfolio .facetwp-load-more:hover {
  background: #ed1c24;
  color: #fff;
}

.s-portfolio .facetwp-load-more.facetwp-hidden {
  display: none;
}

.s-marquee {
  padding: 80px 0 76px;
}

.s-marquee .js-marquee-wrapper {
  display: flex;
}

.s-marquee .js-marquee {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 300;
}

.s-marquee .js-marquee span {
  text-shadow: -1px 0 #161615, 0 1px #161615, 1px 0 #161615, 0 -1px #161615;
  color: #fff;
}

/* animation */

.side-contact-btn[data-aos="fade-left"] {
  transform: translate3d(100px, -50%, 0);
}

.side-contact-btn[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: translate3d(0, -50%, 0);
}

.s-hero .col {
  overflow: hidden;
}

.about-img {
  position: relative;
}

.about-img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.scroll-img_ {
  opacity: 0;
}

.text-hero-contact-line[data-aos="fade-right"] {
  transform: translate3d(-200px, 0, 0);
}

.title-hero-contact-h1[data-aos="fade-up"] {
  transform: translate3d(-10%, 100px, 0);
}

.title-hero-contact-h1[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: translate3d(-10%, 0, 0);
}


/* 404 */

body.error404 {
  background: #F0F0F0;
}

.s-404 {
  background: #F0F0F0;
  text-align: center;
  padding: 60px 0;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 500px);
}

.text-404 h1 {
  font-size: 120px;
  font-weight: 700;
  color: #ed1c24;
  display: block;
  line-height: 1.2;
}

.text-404-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
}

.text-404 p {
  margin: 0 0 30px;
  font-size: 18px;
}

/* timeline v2 */

/*.slider-timeline2.owl-carousel .owl-stage-outer {
  overflow: visible;
}*/
.timeline2-year {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 7px;
}

.timeline2-text {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 -6px;
  width: 135%;
}

.timeline2-text>div {
  margin: 0 6px;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.timeline2-text>div.timeline2-img {
  max-width: 150px;
}

.timeline2-text>div.timeline2-img img {
  margin: 0 0 18px;
}

.timeline2-p h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ed1c24;
  margin: 0 0 7px;
  font-weight: 500;
}

.timeline2-p p {
  font-size: 16px;
  margin: 0 0 7px;
}

.timeline2-p b,
.timeline2-p strong {
  font-weight: 400;
}

.timeline2-p span+br,
.timeline2-p strong+br,
.timeline2-p b>br,
.timeline2-p br {
  display: none;
}

.timeline-one-vert {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 300px;
}

.timeline-one-vert.wide>div {
  width: 390px;
}

.timeline-one-vert>div {
  min-height: 350px;
}

.slider-timeline2.owl-carousel.owl-drag .owl-item {
  /*margin-right: -80px;*/
}

.owl-item:nth-child(2n) .timeline-one-vert {
  display: flex;
  flex-direction: column;
}

.timeline-one-vert:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #ed1c24;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: auto;
}

.timeline2-one {
  position: relative;
  padding: 46px 0 0;
  transform: translateX(10px);
}

.timeline2-one:after {
  content: "";
  height: 41px;
  width: 1px;
  background: #ADADAD;
  position: absolute;
  left: 38px;
  top: 0;
}

.timeline2-one:before {
  content: "";
  height: 16px;
  width: 16px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: -7px;
  box-shadow: 0 0 0 3px #ed1c24 inset;
  z-index: 1;
}

.owl-item:nth-child(2n) .timeline2-one {
  padding: 0 0 46px;
}

.owl-item:nth-child(2n) .timeline2-one:after {
  top: unset;
  bottom: 0;
}

.owl-item:nth-child(2n) .timeline2-one:before {
  top: unset;
  bottom: -7px;
}

.owl-item:nth-child(2n) .timeline-one-vert .timeline2-one {
  display: flex;
  flex-direction: column-reverse;
}

.slider-timeline2 .owl-dots {
  display: flex;
}

.slider-timeline2 .owl-dots .owl-dot {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  background: #ed1c24;
  height: 3px;
}

.slider-timeline2 .owl-dots .owl-dot.active~.owl-dot {
  background: #A7A7A7;
}

.slider-timeline2-wrap {
  position: relative;
  padding-left: 37px;
}

.slider-timeline2-wrap .timeline-nav button {
  width: 26px;
  height: 26px;
  margin: 3.5px 0;
  font-size: 11px;
}

.slider-timeline2-wrap .timeline-nav button span {
  width: 26px;
  height: 26px;
}

.slider-timeline2-wrap .timeline-nav {
  display: flex;
  margin: 0;
  flex-direction: column-reverse;
  border: 1px solid #ADADAD;
  border-radius: 19px;
  padding: 4px 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.room-detail h3 {
  width: 100%;
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.room-detail a {
  color: #ed1c24;
}


.room-detail {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px;
}

.room-detail .reviews {
  font-size: 20px;
}


.mega-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-content ul li {
  margin: 5px;
  /* padding: 8px 0; */
  display: block;
}

.mega-content ul li a {
  text-decoration: none;
  color: #161615;
  display: block;
  font-size: 16px;
  transition: 0.3s;
}


.hero-text img {
  max-height: 100px;
}


.section-background {
  position: relative;
  height: 100vh;
  /* Full screen height */
  background-image: url("../images/banner-1-1.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Works on desktops */
}

/* Mobile Fix: Use a regular scrolling background */
@media (max-width: 767px) {
  .section-background {
    /* background-attachment: scroll; */
    /* Prevents fixed issue on mobile */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 60vh;
  }

  .room-detail {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }

  .room-detail .reviews {
    font-size: 14px;
  }

  .room-detail h3 {
    font-size: 24px;
  }
}

.video-box-mp4 {
  width: 100%;
  height: 100%;
}

.fullsize-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;

}

.s-interest .owl-nav svg {
  filter: invert(1);
}

.mega-content .menu-title {
  margin: 20px 0;
}

.mega-menu {
  position: absolute;
  top: 0;
  left: -100%;
  /* hide to the left initially */
  width: 375px;
  height: 100vh;
  background: #eee;
  z-index: -10;
  transition: left 0.4s ease;
  padding: 20px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  /* shadow on the right side */
}

.mega-menu.active {
  left: 515px;
  /* Adjust this if your main menu is 600px wide */
}

.back-arrow {
  cursor: pointer;
  font-weight: bold;
  color: #444;
  margin-bottom: 0px;
  display: inline-block;
}

.mega-content .menu-title i {
  color: #161616;
  margin-right: 10px;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  align-items: end;
  text-align: center;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #ffffff9c;
  border-radius: 55px;
  opacity: 0;
  backdrop-filter: blur(6px);
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* @media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
} */

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 70vh;
  transition: all .4s ease;
}

.hero-slider .slide-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 991px) {
  .hero-style {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 420px;
  }
}

/* @media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
} */

/* .hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
} */
.hero-style .slide-text {
  text-align: left;
}

.hero-style .slide-title h2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
  /* margin: 0 0 40px; */
  margin: 0 0 10px;
  text-transform: capitalize;
  transition: all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 24px;
    margin: 0 0 16px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  /* margin: 0 0 40px; */
  transition: all .4s ease;
}

.project-description {
  padding: 20px 20px 30px;
  /* background: #0000009c; */
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  /* background: #0000009c; */
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  /* border: 2px solid #0000009c; */
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.grid-projects {
  display: grid;
  grid-template-columns: auto auto;
  gap: 38px;
}

#media_image-2 img {
  margin-bottom: 20px;
}

.about-grid {
  display: grid;
  grid-template-columns: auto auto;
  /* gap: 5px; */
}

.widget.widget_text.grid-projects p {
  margin-bottom: 5px;
}

.social li a svg {
  width: 20px;
  height: 18px;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }

  .grid-projects {
    grid-template-columns: auto;
    gap: 0;
  }
}

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  border: 1px solid #fff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 9px 32px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}



.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #ed1c24;
  color: #fff;
}

.theme-btn-s2:hover {
  color: #fff !important;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2 {
    padding: 8px 12px;
    font-size: 12px;
  }
}

.cards-container {
  --base-rotation: 0deg;
  --full-circle: 360deg;
  --radius: 40vw;
  --duration: 200ms;
  --cards-container-size: calc(var(--radius) * 2);
  /* --cards-container-padding: 2rem; */
  --cards-container-padding: 4rem;
  --border-color: transparent;
  --label-offset: calc(var(--radius) * -1 - 1rem);
  --label-size: 30px;
  --label-color: #666;
  --label-color-hover: #ed1c24;
  --label-line-h: 0;
  --label-line-h-current: 2rem;
  --label-dot-size: 10px;
  --title-top: 1.5rem;
  --title-offset-y: 30px;
  --info-top: 5rem;
  --info-width: min(70%, 500px);
  --info-offset-y: 30px;
  box-sizing: content-box;
  /* position: fixed; */
  position: relative;
  inset: 0;
  padding: 0 !important;
  /* margin: 5rem auto; */
  /* width: var(--cards-container-size); */
  width: 100%;
  /* height: var(--cards-container-size); */
  height: 600px;
  padding: var(--cards-container-padding);


  @media (width > 600px) {
    /* clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); */
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 86%);
  }

  @media (min-width: 800px) {
    --radius: 30vw;
    --label-size: 40px;
    --label-dot-size: 15px;
    --label-line-h-current: 4rem;
    /* --title-top: 4rem; */
    --title-top: 10rem;
    --title-top-h4: 14.5rem;
    --info-top: 18rem;
    /* --info-top: 8rem; */
  }
}


/* @media (min-width: 1200px) {

	--label-size: 50px;
	--border-color: var(--label-color);
}

} */

.cards {
  position: absolute;
  inset: var(--cards-container-padding);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease-in-out var(--duration);
  list-style: none;
  margin: 0;
}


.cards li {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  transform-origin: center;
  display: grid;
  place-content: center;
  transform: rotate(calc(var(--i) * 360deg / var(--items)));
  pointer-events: none;
}

.cards li>label {
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateY(var(--label-offset));
  /* width: var(--label-size); */
  height: var(--label-size);
  cursor: pointer;
  pointer-events: initial;
  text-align: center;
  color: var(--label-color);
  font-size: clamp(.8rem, 2.5vw + .04rem, 2rem);
  transition: var(--duration) ease-in-out;

}

.cards li>label::before {
  content: '';
  position: absolute;
  top: var(--cards-container-padding);
  left: 50%;
  translate: -50% 0;
  width: var(--label-dot-size);
  height: var(--label-dot-size);
  aspect-ratio: 50%;
  border-radius: 50%;
  background-color: var(--label-color);
  transition: background-color var(--duration) ease-in-out;
}

.cards li>label::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  /* translate: -50% 5px; */
  translate: -50% 40px;
  width: 2px;
  height: var(--label-line-h);
  background-color: #ed1c24;
  transition: height 300ms ease-in-out var(--label-line-delay, 0ms);
}

.cards li>label:hover {
  --label-color: var(--label-color-hover);
}

.cards>li>.timeline-title {
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  transform-origin: center;
  color: #fff;
}

.cards>li>h2 {
  top: var(--title-top);
  opacity: var(--title-opacity, 0);
  translate: 0 var(--title-offset-y);
  transition: var(--duration) ease-in-out var(--title-delay, 0ms);
}

.cards>li>.timeline-title {
  top: var(--title-top-h4);
  opacity: var(--title-opacity, 0);
  translate: 0 var(--title-offset-y);
  transition: var(--duration) ease-in-out var(--title-delay, 0ms);
}

.cards>li>.timeline-title p {
  /* top: var(--info-top); */
  margin: 0 auto;
  /* width: var(--info-width); */
  z-index: 2;
  font-size: clamp(.8rem, 2.5vw + 0.05rem, 1rem);
  text-align: center;
  text-wrap: pretty;
  margin-bottom: 10px;
  color: #fff;
  opacity: var(--info-opacity, 0);
  /*translate: 0 var( --info-offset-y);*/
  transition: var(--duration) ease-in-out var(--info-delay, 0ms);
}

.timeline-title h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

/* update custom properties for checked item */
li:has(input:checked) {
  --label-opacity: 1;
  --label-color: var(--label-color-hover);
  --label-line-h: var(--label-line-h-current);
  --label-line-delay: calc(var(--duration) * 2);

  --title-opacity: 1;
  --title-offset-y: 0;
  --title-delay: calc(var(--duration) * 3);

  --info-opacity: 1;
  --info-offset-y: 0;
  --info-delay: calc(var(--duration) * 4);
  /*outline: 1px dashed red;*/
}

/* rotate container based on checked radio */
.cards:has(input:checked) {
  transform: rotate(calc(var(--base-rotation) - (var(--index) * var(--full-circle) / var(--items))));
}

/*
  this would be so much simpler if we could use counter values as custom property values
  */
.cards:has(li:nth-child(1)>input:checked) {
  --index: 0;
}

.cards:has(li:nth-child(2)>input:checked) {
  --index: 1;
}

.cards:has(li:nth-child(3)>input:checked) {
  --index: 2;
}

.cards:has(li:nth-child(4)>input:checked) {
  --index: 3;
}

.cards:has(li:nth-child(5)>input:checked) {
  --index: 4;
}

.cards:has(li:nth-child(6)>input:checked) {
  --index: 5;
}

.cards:has(li:nth-child(7)>input:checked) {
  --index: 6;
}

.cards:has(li:nth-child(8)>input:checked) {
  --index: 7;
}

.cards:has(li:nth-child(9)>input:checked) {
  --index: 8;
}

.cards:has(li:nth-child(10)>input:checked) {
  --index: 9;
}

.cards:has(li:nth-child(11)>input:checked) {
  --index: 10;
}

.cards:has(li:nth-child(12)>input:checked) {
  --index: 11;
}

.cards:has(li:nth-child(13)>input:checked) {
  --index: 12;
}

.cards:has(li:nth-child(14)>input:checked) {
  --index: 13;
}

.cards:has(li:nth-child(15)>input:checked) {
  --index: 14;
}

.cards:has(li:nth-child(16)>input:checked) {
  --index: 15;
}

.cards:has(li:nth-child(17)>input:checked) {
  --index: 16;
}

.cards:has(li:nth-child(18)>input:checked) {
  --index: 17;
}

.cards:has(li:nth-child(19)>input:checked) {
  --index: 18;
}

.cards:has(li:nth-child(20)>input:checked) {
  --index: 19;
}

.cards:has(li:nth-child(21)>input:checked) {
  --index: 20;
}

.cards:has(li:nth-child(22)>input:checked) {
  --index: 21;
}

.cards:has(li:nth-child(23)>input:checked) {
  --index: 22;
}

.cards:has(li:nth-child(24)>input:checked) {
  --index: 23;
}

.cards:has(li:nth-child(25)>input:checked) {
  --index: 24;
}

.cards:has(li:nth-child(26)>input:checked) {
  --index: 25;
}

.custom-logo-link .custom-logo-colour {
  display: none;
  transition: all .5s ease;
}

.home.ast-header-break-point .sticky-wrapper.is-sticky .ast-primary-header-bar .custom-logo-link .custom-logo-transparent {
  display: none;
  transition: all .5s ease;
}

.home.ast-header-break-point .sticky-wrapper.is-sticky .ast-primary-header-bar .custom-logo-link .custom-logo-colour {
  display: block;
  transition: all .5s ease;
}


.arrow-controls button {
  background: transparent;
  color: #fff;
  border: 1px solid #ddd;
  display: flex;
  width: 40px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.6s ease;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.arrow-controls button:hover {
  background: #fff;
  color: #262626;
}

.arrow-controls {
  position: absolute;
  bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.5rem;
  z-index: 999;
}

/* .cards {
  animation: spin 20s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
} */

.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 20%;
  /* padding-left: 1.25rem; */
  display: flex;
}

.home .sticky-wrapper .header-btn .btn-link {
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.home .sticky-wrapper.is-sticky .header-btn .btn-link {
  color: #161615;
  border: 1px solid #161615;
}

.home .sticky-wrapper.is-sticky .header-btn .btn-link:hover {
  color: #fff;
  border: none;
}

.header-btn {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 20%;
  display: flex;
  position: relative;
}

.need-help {
  background: #dcdcdc;
  /* background-image: url(../images/need-help.png); */
  /* filter: grayscale(1); */
}

.need-help .need-help-description {
  text-align: center;
  /* backdrop-filter: blur(0.5rem); */
  /* padding: 30px 0; */
}

.need-help .need-help-description h2,
.need-help-description p {
  text-align: center;
  /* color: #fff; */
  margin-bottom: 30px;
}

.need-help-description .btn-link {
  background: #ed1c24;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .cards li>label {
    margin: 28rem;
  }

  .arrow-controls {
    bottom: 7vw;
  }
}

@media (min-width: 1450px) and (max-width: 1750px) {
  .cards li>label {
    margin: 34rem;
  }

  .arrow-controls {
    bottom: 7vw;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .cards li>label {
    margin: 23rem;
  }

  .arrow-controls {
    bottom: 7vw;
  }

  .cards-container {
    --title-top-h4: 10.5rem;
    height: 490px;
  }

}




/* time line */

.timeline_item_content h5 {
  color: #161615;
  margin-bottom: 14px;
}




.time-line .controls {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  /* position: absolute;
    left: 0; */
  background: #ed1c24;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
}

/* .controler{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;

} */
.time-line .controls:hover:after {
  transform: translateX(-10px) rotate(45deg);
}

.time-line .controls:hover:active:after {
  transform: translateX(-20px) rotate(45deg);
  transition: 300ms all;
}

.controler-box {
  width: 80%;
  justify-content: space-between;
  display: flex;
  z-index: 99;
  align-items: center;
}

.controler-box i {
  color: #fff;
  font-size: 20px;
}

/* .time-line .controls:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transition: 500ms all;
} */

.time-line .controls.next {
  left: auto;
  right: 120px;
  transform: rotate(180deg);
}

.time-line {
  width: 100%;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color:#000; */
  /* position: fixed; */
  position: relative;
  bottom: 0;
}

.time-line * {
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

.time-line .dates-overflow {
  left: 0;
  width: 720vw;
  position: absolute;
  bottom: 50px;
  height: 50px;
}

.time-line .dates-wrap {
  display: inline-block;
  position: absolute;
  height: 100%;
  left: calc(50vw - 80px);
}

.time-line .dates-wrap:before,
.time-line .dates-wrap:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 100%;
  left: -1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #161615 0%, rgba(125, 185, 232, 0) 100%);
  z-index: 2;
}

.time-line .dates-wrap:after {
  left: auto;
  right: -8px;
  background: linear-gradient(to right, #161615 0%, rgba(125, 185, 232, 0) 100%);
  transform: translate(50%, -50%);
}

.time-line .dates-wrap .date {
  width: 160px;
  position: relative;
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

.time-line .dates-wrap .date .date-content {
  visibility: hidden;
  position: absolute;
  width: max-content;
  /* height: 340px; */
  bottom: 100%;
  margin-bottom: 80px;
  border-radius: 3px;
  transform-origin: 50% 100%;
  transform: scale(0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
}

.time-line .dates-wrap .date .date-content:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  top: 100%;
  margin-top: 8px;
  height: 60px;
  opacity: 0;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition: 800ms all cubic-bezier(0.23, 1, 0.32, 1);
}

/* .time-line .dates-wrap .date .date-content .date-image {
  width: 100%;
  height: calc(100% - 60px);
  background-image: url(https://images.unsplash.com/photo-1573591172652-f548fe02ef77?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=844&q=80);
  background-size: cover;
  background-position: center;
} */

.time-line .dates-wrap .date .date-content>div {
  opacity: 0;
  transform: translateY(40px);
}

.time-line .dates-wrap .date .date-content .date-text {
  width: 100%;
  padding: 24px;
  /* height: 60px; */
  background-color: #ffffff3b;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(2.5rem);
  border-radius: 10px;
  color: #000;
  background: rgb(255 255 255 / 7%);
  -webkit-backdrop-filter: blur(2.5rem);
  border: 1px solid rgb(129 129 129 / 50%);
}

.time-line .dates-wrap .date .date-year {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.time-line .dates-wrap .date .date-year:hover {
  opacity: 1 !important;
}

.time-line .dates-wrap .date .date-year:hover:after {
  transform: scale(1) !important;
}

.time-line .dates-wrap .date .date-year p {
  position: relative;
  top: 15px;
  line-height: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  transform: scale(0.4);
  z-index: 2;
}

.time-line .dates-wrap .date .date-year:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  bottom: 100%;
  margin-bottom: -7px;
  border-radius: 50%;
  transform: scale(0.4);
  transition: 500ms all;
}

.time-line .dates-wrap .date .date-year:before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 1px;
  background-color: #fff;
}

.time-line .dates-wrap .date.sibling .date-year {
  opacity: 0.6;
}

.time-line .dates-wrap .date.sibling .date-year:after {
  transform: scale(0.8);
}

.time-line .dates-wrap .date.sibling .date-year p {
  transform: scale(0.6);
}

.time-line .dates-wrap .date.active+.date .date-year {
  opacity: 0.6;
}

.time-line .dates-wrap .date.active+.date .date-year:after {
  transform: scale(0.8);
}

.time-line .dates-wrap .date.active+.date .date-year p {
  transform: scale(0.6);
}

.time-line .dates-wrap .date.active .date-year {
  opacity: 1;
}

.time-line .dates-wrap .date.active .date-year:before {
  width: calc(200% - 11px);
}

.time-line .dates-wrap .date.active .date-year:after {
  transform: scale(1);
}

.time-line .dates-wrap .date.active .date-year p {
  transform: scale(1.2);
}

.time-line .dates-wrap .date.active .date-content {
  transform: scale(1);
  visibility: visible;
}

.time-line .dates-wrap .date.active .date-content:after {
  transition-delay: 200ms;
  opacity: 1;
  transform: scaleY(1);
}

.time-line .dates-wrap .date.active .date-content div {
  transition-delay: 200ms;
  opacity: 1;
  transform: translateY(0px) scale(1);
}

.time-line .dates-wrap .date .date-content .date-text h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.time-line .dates-wrap .date .date-content .date-text p {
  margin-bottom: 20px;
  color: #fff;
}



@media (max-width: 1200px) {
  .time-line .dates-wrap .date .date-content {
    width: 350px;
  }

  .mfp-container {
    width: 372px;
  }

  .header-btn {
    display: none;

  }

  .time-line .dates-wrap .date .date-year p {
    font-size: 20px;
  }

  .home .sticky-wrapper .menu-open::after {
    height: 12px;
    width: 20px;
  }

  .ast-logo-title-inline .site-logo-img {
    padding: 0;
  }

  .ast-header-break-point .ast-builder-grid-row {
    padding: 0 14px;
  }

  .team-popup-inner {
    padding: 24px;
  }

  .widget.widget_text.grid-projects p {
    font-size: 14px;
  }

  .menu-footer p {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  .social li {
    padding: 5px 7px;
    margin: 0 5px;
  }

  .social li a svg {
    width: 14px;
  }

  .site-primary-footer-wrap {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .footer-pvot-logo img {
    width: 40px;
  }
}

.menu-footer .text_color_red {
  color: #ed1c24;
}

.menu-footer .text_color_red {
  color: #ed1c24;
}

.social li:first-child {
  margin-left: 0;
}

.main-title h1 {
  font-size: 46px;
  text-align: left;
}

.counter-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.counter-img {
  width: 70px;
}

.number-tab.counter-box {
  /* background: #fff; */
  border: 1px solid #aaa;
  padding: 30px;
  display: flex;
  border-radius: 10px;
  align-items: flex-start;
  gap: 22px;
  flex-direction: column;
  justify-content: start;
}

.counter-box .number {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 400;
  color: #ed1c24;
}

.service-box.service-box-2.mission-vision-box {
  height: 100%;
}

.counter-box h3 {
  font-size: 18px;
}

.mission-vision-description p {
  font-size: 16px;
}

.mission-vision-description h4 {
  font-size: 34px;
}

.about-description h2 {
  display: inline;
  font-size: 18px;
  text-transform: lowercase;
  letter-spacing: normal;

}

.parallax-text h2 {
  display: inline;
  font-size: 18px;
  text-transform: lowercase;
  letter-spacing: normal;
}

.team-title .name-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.28px;
}

.team-title .designation {
  font-size: 14px;
  color: #fff;
  letter-spacing: normal;
  text-transform: capitalize;
}

.preload-finish {
  opacity: 0;
  pointer-events: none;
}

.preload {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  transition: opacity 1s ease 2s;
  z-index: 9999;
  padding: 4vw 8vw;
  justify-content: center;
}

.preload img {
  width: 15vw;
}

@media(min-width: 1200px) and (max-width: 1600px) {
  .laptop-14 p {
    font-size: 14px;
  }

  .ast-builder-footer-grid-columns {
    grid-column-gap: 16px;
  }

  #media_image-2 img {
    width: 140px;
  }

  .ast-header-break-point .ast-primary-header-bar {
    padding: 0 14px;
  }
}

@media (max-width: 991px) {
  .fullsize-video {
    height: 100%;
  }

  .about-description h2 {
    font-size: 14px;
  }

  .parallax-text h2 {
    font-size: 14px;
  }

  .s-hero .row>div {
    min-height: auto !important;
  }

  .slide-btns {
    text-align: center;
  }

  .number-tab.counter-box {
    padding: 20px;
  }

  .counter-img {
    width: 40px;
  }

  .hero-slider .swiper-button-next::after {
    font-size: 12px;
  }

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 53px;
    padding: 0;
    margin-top: -10px;
    right: 6px;
  }

  .hero-slider .swiper-button-prev::after {
    font-size: 12px;
  }

  .hero-slider .swiper-button-prev {
    left: 6px;
  }

  .hero-style .slide-text {
    text-align: center;
  }

  .need-help-description p {
    font-size: 14px;
  }

  .need-help .need-help-description h2 {
    font-size: 20px;
  }

  .controler-box {
    width: 100%;
    position: absolute;
    bottom: -14px;
    justify-content: center;
  }

  .hero-style .slide-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .main-title h1 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
  }

  .counter-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .preload {
    padding: 1rem;
    gap: 1rem;
    grid-template-columns: 1fr;
    width: 100vw;
    align-content: center;
  }

  .preload img {
    width: 36vw;
  }

}

.single-address-info.blog-contact {
  padding: 10px;

}

.single-address-info.blog-contact .contact-icon {
  padding: 6px 10px;
}

.about-description p {
  display: inline;
}

.parallax-text p {
  display: inline;
}

.prev-next-wrap h3 {
  font-size: 14px;
  text-transform: capitalize;
}


/* Our Legacy of Landmark    */
.legacy-card {
    display: flex;
    gap: 40px;
    background: rgba(255,255,255);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 40px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 25px 50px rgba(0,0,0,0.6);
    flex-direction: column-reverse;
}

.legacy-card h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #e31e25;
    font-weight: 500;
}

.legacy-card h4{
    font-size: 24px;
    margin: 0 0 10px;
    color: #e31e25;
}

.main-area-our-legacy {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.project-list {
    margin-left: 0;
    list-style: none;
    padding: 0;
}

.project-list li{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.project-list li span,
.project-list li span a {
    color:#e31e25;
    font-weight:600;
}

/* Image Area */
.image-box{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    height:100%;
}

.image-box img{
    width:100%;
    height: 100%;
    object-fit:cover;
    display:block;
}

/* Responsive */
@media(max-width: 991px){
  .main-area-our-legacy {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 0;
  }
  .legacy-card {
      padding: 20px;
      gap: 20px;
  }

  .legacy-card h2{
      font-size: 28px;
  }
}

/* Why Section */

.why-section {
  /* background: linear-gradient(135deg, #f9fafc, #f1f3f8); */
  background: #F0F0F0;
}

/* Card */
.why-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  gap: 18px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
}

/* Left Color Bar */
.why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(#dc3545, #ff6b6b);
  opacity: 0;
  transition: 0.3s;
}

/* Hover Effect */
.why-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

/* Show Left Bar */
.why-card:hover::before {
  opacity: 1;
}

/* Icon */
.why-card .icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #dc3545, #ff6b6b);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
  transition: 0.3s;
}

/* Icon Animation */
.why-card:hover .icon {
  transform: rotate(360deg) scale(1.1);
}

/* Title */
.why-card h5 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 20px;
  color: #222;
  transition: 0.3s;
}

/* Title Color Change */
.why-card:hover h5 {
  color: #dc3545;
}

/* Text */
.why-card p {
  margin: 0;
  color: #555;
  margin-top: 6px;
  line-height: 1.5;
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .why-card {
    padding: 22px;
  }

  .why-card h5 {
    font-size: 16px;
  }

}




.listing-wrap .vision-list .svg-box {
  min-width: 20px;
  height: 20px;
  background: #ed1c24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.listing-wrap .vision-list {
  background: #fff;
  height: 100%;
  border-radius: 14px;
  padding: 10px 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .06);
  border-left: 3px solid #ed1c24;
  transition: none !important;
}

.listing-wrap .vision-list svg {
  width: 16px;
  height: 16px;
}

.listing-wrap .vision-list svg path {
  fill: #fff;
}




.creative-icon {
  min-width: 132px;
  min-height: 132px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius:18px; */
  background: linear-gradient(135deg,
      rgba(25, 25, 26, 0.08),
      rgba(237, 28, 36, 0.05));
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}


/* ===============================
   CORNER BORDER (DEFAULT)
================================ */

.creative-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  /* border-radius:18px; */
  padding: 2px;

  /* 8 Lines = 4 Corners (Horizontal + Vertical) */
  background:
    linear-gradient(#ed1c24 0 0) top left,
    linear-gradient(#ed1c24 0 0) top left,

    linear-gradient(#ed1c24 0 0) top right,
    linear-gradient(#ed1c24 0 0) top right,

    linear-gradient(#ed1c24 0 0) bottom left,
    linear-gradient(#ed1c24 0 0) bottom left,

    linear-gradient(#ed1c24 0 0) bottom right,
    linear-gradient(#ed1c24 0 0) bottom right;

  background-size:
    24px 2px, 2px 24px,
    24px 2px, 2px 24px,
    24px 2px, 2px 24px,
    24px 2px, 2px 24px;

  background-repeat: no-repeat;
  transition: background-size .45s ease;
  pointer-events: none;
}

/* Border animation on icon when box is hovered */
.mission-vision-box:hover .creative-icon::before {
  background-size:
    100% 2px, 2px 100%,
    100% 2px, 2px 100%,
    100% 2px, 2px 100%,
    100% 2px, 2px 100%;
}

.mission-vision-box:hover .service-icon img {
  /* width:42px; */
  filter: brightness(0) invert(1);
}

/* Glow effect on icon when box is hovered */
/* ===============================
   ICON HOVER BACKGROUND
================================ */

.mission-vision-box:hover .creative-icon{
  background:linear-gradient(135deg,#ed1c24,#ff5f5f);
  transform:scale(1.05);
  /* box-shadow:
    0 8px 20px rgba(237,28,36,.45),
    0 0 25px rgba(237,28,36,.35); */
  transition:all .4s ease;
}


/* Smooth Default State */

.creative-icon{
  transition:all .4s ease;
}



.service-box .service-icon {
  gap: 40px;
}

.mission-vision-box h4 {
  font-size: 28px;
  font-weight: 700;
  color: rgb(237, 28, 36);
  margin-bottom: 8px;
}