/*----------------------------------------------------
@File: Default Styles
@Author:  themexriver
@URL: https://themexriver.com/

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Archipress - Architecture HTML5 Template
@Author: themexriver

CSS Table of content:-

1. Responsive Mixin 
2. Template
3. Global Area
4. Services
5. blog
6. team
7. testimonial
8. roadmap
9. our-mission 
10. brand-slider
11. video-popup
12. footer
13. header 
14. mobile-menu

=====================================================================*/
/*(1)- Responsive */
/*----------------------------------------------------*/
/*(2) Template **/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
/*=========
Color Code
===========*/
.arc5-title-area span {
  text-transform: uppercase;
  color: #87171b;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.arc5-title-area p {
  margin-top: 20px;
}

.arc5-headline .seperator {
  display: block;
  text-align: center;
  margin-bottom: 18px;
}
.arc5-headline .seperator hr {
  width: 30px;
  border: none;
  border-bottom: 5px solid #87171b;
}

.arc5-template-btn a {
  /* width: 150px; */
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  background-color: #87171b;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.arc5-template-btn a:hover {
  height: 100%;
}
.arc5-template-btn a:hover {
  background-color: #000;
  /*height: 0; content: "";
  width: 100%; position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1; */
}

/*(3)- global area*/
/*----------------------------------------------------*/
.arc5-body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.3;
  color: #323232;
  font-family: "Roboto", sans-serif;
  /* font-family: "Roboto", sans-serif;*/
  font-weight: 400;
  letter-spacing: 0.5px;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #ffffff;
  background-color: #87171b;
}

::selection {
  color: #ffffff;
  background-color: #87171b;
}

::-moz-selection {
  color: #ffffff;
  background-color: #87171b;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

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

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
}

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

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

p {
  margin-bottom: 0;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  /* color: inherit; */
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.no-paading {
  padding: 0;
}

.arc5-headline h1,
.arc5-headline h2,
.arc5-headline h3,
.arc5-headline h4,
.arc5-headline h5,
.arc5-headline h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  color: #111111;
}

.arc5-headline h1 {
  font-size: 30px;
}

.arc5-headline h2 {
  font-size: 30px;
}
.section-title.arc5-headline h2{
    font-size:30px;
}
@media (max-width: 1199.98px) {
  .arc5-headline h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .arc5-headline h2 {
    font-size: 30px;
  }
  .section-title.arc5-headline h2{
      font-size:23px;
  }
}

.arc5-headline h3 {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .arc5-headline h3 {
    font-size: 23px;
  }
}

.arc5-headline h4 {
  font-size: 30px;
}
.arc5-footer-widget.arc5-headline h4{
    font-size:20px;
    color:#fff;
    margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .arc5-headline h4 {
    font-size: 26px;
  }
  .arc5-headline h1 {
    font-size: 26px;
  }
}

.arc5-headline h5 {
  font-size: 21px;
}
@media (max-width: 1199.98px) {
  .arc5-headline h5 {
    font-size: 18px;
  }
}

.arc5-headline h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.background-overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background-color: #000000;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.scrollup i {
  color: #fff;
}

/*Home Six CSS Start From Here*/
/*----------------------------------------------------*/
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 #87171b;
    box-shadow: 0 0 0 0 #87171b;
  }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 #87171b;
    box-shadow: 0 0 0 0 #87171b;
  }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

/*(4) Services */
/*-----------------------------------------------*/
.arc5-service-section {
  padding: 50px 0;
}
.arc5-service-section .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.arc5-service-section .owl-stage-outer {
  height: 228px;
}
@media (max-width: 1199.98px) {
  .arc5-service-section .owl-stage-outer {
    height: auto;
  }
}
.arc5-service-section .owl-dots {
  text-align: center;
  margin-top: 12px;
}
.arc5-service-section .owl-dots .owl-dot {
  display: inline-block;
}
.arc5-service-section .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #87171b;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}
.arc5-service-section .owl-dots .active span {
  width: 30px;
  border-radius: 10px;
}

.arc5-service-slider div.active .arc5-title-area {
  -webkit-animation: 1s fadeInDown;
  animation: 1s fadeInDown;
}

.arc5-service-single-item {
  position: relative;
}
.arc5-service-single-item .arc5-title-area {
  position: absolute;
  bottom: -83px;
  right: 0;
  background-color: #fff;
  width: 80%;
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .arc5-service-single-item .arc5-title-area {
    bottom: -1px;
  }
}

/*(5) blog */
/*-----------------------------------------------*/
.arc5-blog-section {
  padding: 50px 0px 50px 0;
}
.arc5-blog-section .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.arc5-blog-column {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.arc5-blog-column:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.arc5-blog-column img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arc5-blog-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.arc5-blog-column .arc5-blog-date {
  background-color: #87171b;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.arc5-blog-column .arc5-title-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}
.arc5-blog-column .arc5-title-area h4 {
  color: #fff;
}

/*(6) team */
/*-----------------------------------------------*/
.arc5-team-section {
  padding: 100px 0 80px 0;
}
@media (max-width: 991.98px) {
  .arc5-team-section {
    padding-bottom: 280px;
  }
}
.arc5-team-section .arc5-title-area {
  padding-right: 90px;
}
@media (max-width: 991.98px) {
  .arc5-team-section .arc5-title-area {
    margin-bottom: 60px;
  }
}

.arc5-team-column {
  position: relative;
  margin-bottom: 75px;
}
.arc5-team-column .arc5-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  background-color: #87171b;
  cursor: pointer;
}
.arc5-team-column .arc5-toggle span {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.arc5-team-column .arc5-icon-rotate span {
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.arc5-team-column .arc5-team-social {
  position: absolute;
  top: 45px;
  right: 0px;
  right: 0px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.arc5-team-column .arc5-team-social a {
  display: block;
  width: 44px;
  height: 44px;
  margin-top: 6px;
  background-color: #87171b;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.arc5-team-column .team-social-active {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.arc5-team-column .arc5-designation {
  position: absolute;
  bottom: -45px;
  left: 0;
  background-color: #87171b;
  width: 90%;
  padding: 20px;
  color: #fff;
}
.arc5-team-column .arc5-designation h3 {
  margin-bottom: 5px;
  color: #fff;
}

/*(7) testimonial */
/*-----------------------------------------------*/
.arc5-tst-top-img {
  position: relative;
}
.arc5-tst-top-img img {
  position: absolute;
  top: -250px;
  left: 0;
  width: 300px;
  z-index: 10;
}

.arc5-testimonial-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px;
}
.arc5-testimonial-section .arc5-tst-shape {
  width: 120px;
  position: absolute;
  right: -30px;
  bottom: 0;
}
.arc5-testimonial-section .arc5-overlay-bg {
  background-color: rgba(251, 237, 237, 0.6);
  padding: 110px 0;
  height: 800px;
}
@media (max-width: 1199.98px) {
  .arc5-testimonial-section .arc5-overlay-bg {
    height: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .arc5-testimonial-section .arc5-overlay-bg {
    padding-bottom: 110px;
  }
}
.arc5-testimonial-section .arc5-title-area {
  text-align: center;
}

.arc5-testimonial-slider {
  margin-top: 60px;
}
.arc5-testimonial-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 35%;
  left: 70px;
}
@media (max-width: 1199.98px) {
  .arc5-testimonial-slider .owl-dots {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .arc5-testimonial-slider .owl-dots {
    display: block !important;
    bottom: -60px;
  }
}
.arc5-testimonial-slider .owl-dots .owl-dot {
  display: inline-block;
}
.arc5-testimonial-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #87171b;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}
.arc5-testimonial-slider .owl-dots .active span {
  width: 30px;
  border-radius: 10px;
}
.arc5-testimonial-slider .single-item .arc5-tst-content {
  padding-right: 100px;
}
@media (max-width: 991.98px) {
  .arc5-testimonial-slider .single-item .arc5-tst-content {
    padding-right: 0;
  }
}
.arc5-testimonial-slider .single-item .arc5-tst-content span {
  color: #87171b;
  font-size: 48px;
  margin-right: 10px;
}
.arc5-testimonial-slider .single-item .arc5-tst-content h2 {
  display: inline-block;
  margin-bottom: 30px;
}
.arc5-testimonial-slider .single-item .arc5-tst-content p {
  color: #111111;
}
.arc5-testimonial-slider .single-item .arc5-tst-bottom {
  padding-left: 65px;
}
.arc5-testimonial-slider .single-item .arc5-designation {
  margin-top: 30px;
}
.arc5-testimonial-slider .single-item .arc5-designation span {
  color: #111111;
  font-size: 16px;
  margin-top: 5px;
  display: block;
}
@media (max-width: 767.98px) {
  .arc5-testimonial-slider .single-item .arc5-client-img {
    display: none;
  }
}

/*(8) roadmap */
/*-----------------------------------------------*/
.arc5-roadmap-section {
  background-color: #fff;
  overflow: visible;
}
.arc5-roadmap-section .arc5-roadmap-container {
  padding: 115px 0 110px 0;
  margin-top: -70px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .arc5-roadmap-section .arc5-roadmap-container {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .arc5-roadmap-section .arc5-roadmap-container {
    padding: 80px 0;
  }
}
.arc5-roadmap-section .arc5-roadmap-title {
  margin-bottom: 60px;
  text-align: center;
}

.arc5-roadmap-column {
  padding: 50px 30px;
  border: 1px solid #c8cac1;
  text-align: center;
  margin-bottom: 30px;
}
.arc5-roadmap-column .roadmap-column-top {
  position: relative;
  margin-bottom: 60px;
}
.arc5-roadmap-column .roadmap-column-top .roadmap-icon {
  width: 90px;
  height: 90px;
  background-color: #87171b;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.arc5-roadmap-column .roadmap-column-top .roadmap-icon span {
  font-size: 50px;
  line-height: 103px;
}
.arc5-roadmap-column .roadmap-column-top img.roadmap-bg-shape {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.arc5-roadmap-column .roadmap-column-txt h4 {
  margin-bottom: 20px;
}
.arc5-roadmap-column .roadmap-show-more {
  width: 64px;
  height: 64px;
  background-color: #c8cac1;
  -webkit-clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  display: inline-block;
  margin: auto;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.arc5-roadmap-column .roadmap-show-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
  -ms-transform: translate(-50%, -50%) rotate(-20deg);
  transform: translate(-50%, -50%) rotate(-20deg);
}
.arc5-roadmap-column .roadmap-show-more::before {
  content: "";
  width: 63px;
  height: 63px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  position: absolute;
  z-index: -1;
}

/*(9) our-mission */
/*-----------------------------------------------*/
.arc5-our-mission {
  padding: 50px 0 50px 0;
  position: relative;
}
.arc5-our-mission .arc5-style-shape {
  position: absolute;
  top: 10px;
  left: 0;
  width: 500px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .arc5-our-mission .arc5-style-shape {
    width: 400px;
  }
}

.arc5-our-mission-left {
  position: relative;
}

.arc5-our-mission-left img.arc5-style-border {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 355px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .arc5-our-mission-left {
    margin-bottom: 30px;
  }
  .arc5-our-mission-left img.arc5-style-border {
    width: 351px;
  }
}
.arc5-our-mission-left .arc5-img-object-1 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.arc5-our-mission-left .arc5-img-object-2 {
  position: relative;
  z-index: 1;
}

.arc5-mission-right .arc5-title-area {
  margin-bottom: 20px;
}

.arc5-mission-right .arc5-mission-column span {
  font-size: 50px;
  color: #87171b;
}

.arc5-mission-right .arc5-mission-designation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arc5-mission-right .arc5-mission-designation img {
  width: 80px;
  margin-right: 20px;
}

.arc5-mission-right .arc5-template-btn {
  margin-top: 40px;
  margin-bottom: 14px;
}
.arc5-mission-right .arc5-template-btn a {
  color: #ffffff;
}

.arc5-mission-countdown {
  /* margin-top: 30px; */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 30px;
}
@media (max-width: 575.98px) {
  .header-style-five .site-logo {
    width: 100px;
  }
  .arc5-mission-countdown {
    padding-bottom: 10px;
  }
  .arc5-our-mission-left img.arc5-style-border {
    width: 300px;
  }
}

.arc5-mission-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: #fff;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  height: 100%;
  /*align-items: center;
  justify-content: space-around;
   padding-right: 60px; */
}
.arc5-mission-list:hover {
  border: 1px solid #bd0926;
}
@media (max-width: 575.98px) {
  .arc5-mission-list {
    display: block;
    text-align: center;
    /*padding-right: 0;*/
    margin-bottom: 10px;
  }
}
.arc5-mission-list .icon-container span {
  font-size: 45px;
  color: #87171b;
  margin-right: 20px;
}
.arc5-mission-list .icon-container img {
  width: 50px;
}
.arc5-mission-list .arc5-countdown {
  position: relative;
  margin-top: -15px;
  display: inline-block;
}
.arc5-mission-list .arc5-countdown span {
  font-size: 72px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .arc5-mission-list .arc5-countdown span {
    font-size: 50px;
  }
}
.arc5-mission-list .arc5-countdown .mission-plus-icon {
  position: absolute;
  top: 20px;
  right: -10px;
  font-size: 24px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .arc5-mission-list .arc5-countdown .mission-plus-icon {
    top: 0;
  }
}

.arc5-mission-experience {
  background-color: #87171b;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 446px;
  height: 240px;
  padding: 0 70px;
}
@media (max-width: 1439.98px) {
  .arc5-mission-experience {
    width: 300px;
    height: 150px;
    padding: 0 40px;
    bottom: 180px;
  }
}
@media (max-width: 991.98px) {
  .arc5-mission-experience {
    position: initial;
    margin-top: 100px;
  }
}
.arc5-mission-experience span {
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 1439.98px) {
  .arc5-mission-experience span {
    font-size: 24px;
  }
}
.arc5-mission-experience .arc5-headline {
  font-size: 90px;
  margin-right: 20px;
  letter-spacing: initial;
}
@media (max-width: 1439.98px) {
  .arc5-mission-experience .arc5-headline {
    font-size: 60px;
  }
}

/*(10) brand slider */
/*-----------------------------------------------*/
.arc5-brand-slider {
  padding: 50px 0px 50px 0;
}
.arc5-brand-slider .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.arc5-brand-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arc5-brand-list .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  display: block !important;
  color: #87171b;
  text-transform: capitalize;
}
.arc5-brand-list .owl-carousel .owl-dot,
.owl-carousel .owl-nav {
  display: none;
}
.arc5-brand-list .owl-controls {
  position: absolute;
  top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.arc5-brand-list .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.arc5-brand-list .owl-prev {
  display: block;
}
.arc5-brand-list .owl-next {
  display: block;
}

.arc5-brand-list img {
  width: 75px;
}
.arc5-brand-list .owl-prev .fa {
  font-size: 30px;
  color: #fff;
}
.arc5-brand-list .owl-next .fa {
  font-size: 30px;
  color: #fff;
}

/*(11) video popup */
/*-----------------------------------------------*/
.arc5-video-popup {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.arc5-video-popup .arc5-video-overlay {
  background-color: rgba(0, 0, 0, 0.546);
  padding: 110px 0;
}
.arc5-video-popup .arc5-title-area {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .arc5-video-popup .arc5-title-area {
    margin-bottom: 30px;
  }
}
.arc5-video-popup .arc5-title-area h2 {
  color: #fff;
}
.arc5-video-popup .arc5-video-pera-text {
  color: #fff;
}
@media (max-width: 767.98px) {
  .arc5-video-popup .arc5-video-pera-text {
    text-align: center;
  }
}
.arc5-video-popup .arc5-video-play-btn {
  padding-right: 60px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .arc5-video-popup .arc5-video-play-btn {
    margin-top: 30px;
  }
}
.arc5-video-popup .arc5-video-play-btn::after {
  content: "";
  display: block;
  clear: both;
}
.arc5-video-popup .arc5-video-play-btn a {
  margin-right: 10px;
  background-color: #87171b;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  -webkit-animation: ripple-animation infinite 2s linear;
  animation: ripple-animation infinite 2s linear;
  float: left;
}
@media (max-width: 767.98px) {
  .arc5-video-popup .arc5-video-play-btn a {
    float: none;
    display: inline-block;
  }
}
.arc5-video-popup .arc5-video-play-btn span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .arc5-video-popup .arc5-video-play-btn span {
    margin-top: 15px;
    display: inline-block;
  }
}

/*(12) footer */
/*-----------------------------------------------*/
.arc5-footer-section {
  margin-top: 20px;
  background-size: cover;
  background-position: center;
  /* font-family: "Roboto", sans-serif; */
  background-repeat: no-repeat;
}
.arc5-footer-section .arc5-overlay-bg {
  background-color: rgba(0, 0, 0, 0.9);
  padding-bottom: 30px;
  padding-top: 2px;
}
.arc5-footer-section .arc5-f-top-shape {
  background-color: #fff;
  height: 80px;
  width: 100%;
  margin-top: 1px;
}
.arc5-footer-section .arc5-footer-copyright {
  margin-top: 30px;
  color: #fff;
}
.arc5-footer-copyright .disclaimer-text {
  text-align: center;
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .arc5-footer-section .arc5-footer-copyright p {
    margin-bottom: 10px;
  }
}
.arc5-footer-section .arc5-footer-copyright .arc5-copyright-links {
  text-align: right;
}
@media (max-width: 991.98px) {
  .arc5-footer-section .arc5-footer-copyright .arc5-copyright-links {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .arc5-footer-section .arc5-footer-copyright .arc5-copyright-links a {
    margin-right: 15px;
  }
}
.arc5-footer-section .arc5-footer-copyright .arc5-copyright-links a + a {
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .arc5-footer-section .arc5-footer-copyright .arc5-copyright-links a + a {
    margin-left: 0;
  }
}

.arc5-f-top {
  padding: 20px;
}
.arc5-f-top .arc5-f-top-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -200px;
}
@media (max-width: 575.98px) {
  .arc5-f-top .arc5-f-top-content {
    display: block;
  }
}
.arc5-f-top .arc5-f-top-content .arc5-title-area {
  width: 360px;
}
@media (max-width: 575.98px) {
  .arc5-f-top .arc5-f-top-content .arc5-title-area {
    width: auto;
    margin-bottom: 20px;
  }
}
.arc5-f-top .arc5-f-top-content .arc5-title-area span {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
}
.arc5-f-top .arc5-f-top-content .arc5-title-area h3 {
  color: #fff;
  font-weight: 400;
}
.arc5-f-top .arc5-f-top-content .arc5-template-btn a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arc5-f-top .arc5-f-top-content .arc5-template-btn a:hover {
  background-color: #000;
  border: 1px solid #000;
}
.arc5-f-top .arc5-f-top-content .arc5-template-btn a::before {
  display: none;
}

.arc5-footer-bottom {
  margin-top: 60px;
}

.arc5-footer-widget {
  margin-bottom: 30px;
}
.arc5-footer-widget h5 {
  color: #fff;
  margin-bottom: 20px;
}
.arc5-footer-widget p {
  color: #fff;
  margin-bottom: 30px;
}
.arc5-footer-widget .arc5-footer-social a {
  color: #fff;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.arc5-footer-widget .arc5-footer-social a:hover {
  color: #87171b;
}
.arc5-footer-widget .arc5-footer-nav ul li + li {
  margin-top: 8px;
}
.arc5-footer-widget .arc5-footer-nav ul li a {
  color: #fff;
  text-transform: capitalize;
}
.arc5-footer-widget .arc5-footer-nav ul li img {
  width: 110px;
}
.arc5-footer-widget .arc5-ft-form {
  width: 100%;
  position: relative;
}
.arc5-footer-widget .arc5-ft-form input[type="email"] {
  width: 100%;
  background-color: transparent;
  padding: 12px 18px;
  padding-right: 50px;
  border: 1px solid #fff;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.arc5-footer-widget
  .arc5-ft-form
  input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
.arc5-footer-widget .arc5-ft-form input[type="email"]:-ms-input-placeholder {
  color: #fff;
}
.arc5-footer-widget .arc5-ft-form input[type="email"]::-ms-input-placeholder {
  color: #fff;
}
.arc5-footer-widget .arc5-ft-form input[type="email"]::placeholder {
  color: #fff;
}
.arc5-footer-widget .arc5-ft-form .submit-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  border: none;
  background-color: transparent;
}

/*(13) header */
/*-----------------------------------------------*/
.header-main-menu .dropdown {
  position: relative;
}
.header-main-menu .dropdown:before {
  top: 0;
  right: -15px;
  content: "+";
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header-main-menu .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.header-main-menu .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  display: block;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  background-color: #000000;
}
.header-main-menu .dropdown-menu li {
  display: block;
  margin: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-main-menu .dropdown-menu li:last-child {
  border-bottom: none;
}
.header-main-menu .dropdown-menu a {
  width: 100%;
  display: block;
  padding: 10px 20px 10px !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}
.header-main-menu .dropdown-menu a:hover {
  color: #fff;
  background-color: #87171b;
}

.header-style-five {
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 28px;
  position: absolute;
}
.header-style-five .dropdown:before {
  color: #fff;
  right: -12px;
  font-size: 16px;
}
.header-style-five .dropdown:hover:before {
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}
.header-style-five .main-navigation-area {
  padding-top: 15px;
  display: inline-block;
}
.header-style-five .main-navigation-area li {
  margin-left: 30px;
}
.header-style-five .main-navigation-area li a {
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.header-style-five .header-cta-btn {
  height: 45px;
  width: 170px;
  font-weight: 700;
  line-height: 48px;
  margin-left: 50px;
  font-family: "Roboto", sans-serif;
  background-color: #87171b;
}
.header-style-five .header-cta-btn a {
  color: #fff;
  width: 100%;
  display: block;
  cursor: pointer;
}
.header-btn a:hover {
  height: 100%;
}
.header-btn a:hover {
  width: 100%;
  background-color: #000;

  /*content: "";top: 0;position: absolute;
  left: 0;*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.header-style-five.sticky-on {
  padding: 15px 0px;
  background-color: #000000;
}

.arc5-header .main-navigation-area li a {
  font-weight: 500;
  font-size: 18px;
}

.arc5-header .header-cta-btn {
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .arc5-header {
    padding-top: 15px;
  }
  .arc5-footer-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/*Stickey header*/
/*----------------------------------------------------*/
.sticky-on {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  z-index: 1000;
  width: 100%;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}

/*(14) mobile-menu */
/*-----------------------------------------------*/
.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.str-mobile_menu_content .str-mobile-main-navigation {
  width: 100%;
}
.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.str-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  padding: 13px 15px 13px 0px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
  color: #d5d5d5;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px 0px;
  text-transform: uppercase;
}
.str-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.str-mobile_menu_button {
  right: 0;
  top: -52px;
  z-index: 5;
  position: absolute;
  display: none;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .str-mobile_menu_button {
    display: block;
  }
}

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.str-mobile_menu .str-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.str-mobile_menu
  .str-mobile_menu_content
  .str-mobile-main-navigation
  .navbar-nav
  .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.str-mobile_menu
  .str-mobile_menu_content
  .str-mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li {
  border: none;
  padding: 0 20px;
  line-height: 1;
  margin-bottom: 5px;
}

.str-mobile_menu .dropdown {
  position: relative;
}
.str-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  text-align: center;
  line-height: 35px;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  padding: 0px;
  width: 36px;
  height: 35px;
}

.str-mobile_menu .str-mobile_menu_close {
  color: #fff;
  cursor: pointer;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px;
}
.header-style-five .site-logo {
  width: 130px;
  margin-top: -12px;
  /* padding-top: 10px; */
}
@media screen and (max-width: 1024px) {
  .header-style-five .site-logo {
    width: 130px;
    padding-top: 10px;
  }
  .f-cta-inner {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header-style-five .main-navigation-area {
    display: none;
  }
  .header-style-five .header-cta-btn {
    margin-right: 50px;
  }
  .header-style-five .header-cta-btn {
    width: 115px;
  }
  .str-mobile_menu_button {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .header-style-five .site-logo {
    width: 100px;
  }
}

/* Added by Pramila */

.floorplan-div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.floorplan-div img {
  filter: blur(4px);
}
.floorplan-div button {
  background-color: #87171b;
  padding: 10px 16px 10px 16px;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  /* position: absolute;
  bottom: 20px;
  left: 20px; */
}
.floorplan-div button:hover {
  background-color: #000;
}
.floorplan-text-div {
  position: absolute;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.floorplan-text-div span {
  font-size: 22px;
  color: #000;
  font-weight: 800;
}
.floorplan-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #87171b;
  /* rgba(0, 0, 0, 0.5) */
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50px 0px 50px 0px;
}
.amenities-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.float {
  position: fixed;
  width: 54px;
  height: 54px;
  /* bottom: 40px; */
  bottom: 40px;
  /* right: 40px; */
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.float:after {
  content: "";
  background: rgba(189, 9, 38, 0.7);
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 50%;
  z-index: -2;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  animation: whatsapp-after 1s ease infinite;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: whatsapp-after;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@keyframes whatsapp-after {
  0% {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    left: -50%;
    right: -50%;
    opacity: 0;
  }
}

/* Mobile Footer Navigation */

.bottom-div {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #080808;
  padding: 4px;
  z-index: 999;
}

.bottom-div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bottom-div img {
  width: 22px;
  margin-bottom: -7px;
  padding-bottom: 2px;
}

.bottom-div a {
  font-size: 12px;
  padding-top: 9px;
  /* margin-left: -17px; */
  color: #fff !important;
  /* font-weight: bold; */
}

.bottom-div .col-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ffffff3b;
}

.bottom-div .col-4:last-child {
  border: none;
}

.bottom-div .col-4:nth-child(2) a,
.bottom-div .col-4:nth-child(3) a {
  padding-bottom: 3px;
}

.bottom-div a:hover {
  color: #fff;

  font-weight: bold;
}

.bottom-div.display-mobile .col-5,
.bottom-div.display-mobile .col-3 {
  display: flex;
  justify-content: center;
  border-right: 1px solid;
}

.bottom-div.display-mobile .col-3 {
  display: flex;
  justify-content: center;
  border-right: 1px solid;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}

.template-btn {
  background-color: #87171b;
  padding: 10px 16px 10px 16px;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.table {
  margin-bottom: 0;
}
.why-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-icon img {
  width: 100px;
  border: 1px solid #87171b;
  padding: 6px;
}
.why-icon img:hover {
  width: 106px;
}
.why-icon span {
  text-align: center;
  margin-top: 5px;
  text-transform: capitalize;
  margin-bottom: 18px;
  /* font-family: "Roboto", sans-serif; */
}
.about-nirman {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-nirman img {
  width: 150px;
}
.about-nirman p {
  font-size: 14px;
  text-align: center;
}
.border {
  border: 1px solid #000 !important;
}
.bg-light-primary {
  background: #f5e2e3 !important;
}
.arc5-headline small {
  font-size: 16px;
  color: #711928;
  font-weight: 700;
}

/* Slider */
.carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.carousel-caption {
  bottom: 20%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel-caption h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 30px;
  font-weight: 500;
  color:#01a0e2;
}
.carousel-caption p {
  font-weight: 800;
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.carousel-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.carousel-indicators .active {
  background-color: #bd0926;
}
.animate-div {
  background: #0000009e;
  width: 43%;
  padding: 4px 0px;
  /* border: 2px solid #87171b; 
  line-height: 2em;*/
}
/* For the gradient text */
.gradient-text {
  font-size: 30px;
  font-weight: 800;
  /* text-shadow: 2px 2px 2px rgb(135, 23, 27, 0.5); */
  /* background: linear-gradient(
    to bottom,
    #f1f20b,
    #f1f20b
  ); 
  -webkit-background-clip: text; */
  color: #feed00; /* Text is transparent but gradient fills the background */
  animation: gradientAnimation 2s infinite;
  /* -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black; */
}
.gradient-text-offer {
  font-size: 28px;
  font-weight: 500;
  /* text-shadow: 2px 2px 2px rgb(114, 114, 114, 0.5);*/

  /* Gradient colors */
  /*background: linear-gradient(to bottom, #f1f20b, #f1f20b);-webkit-background-clip: text;
  background-image:linear-gradient(to right, #f6e27a 0, #f6e27a 22%, #cb9b51 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #f6e27a 100%);*/
  /* background-image: linear-gradient(to bottom, #cb9b51, #f6e27a); */

  color: #feed00; /* Text is transparent but gradient fills the background */
  animation: gradientAnimation 2s infinite;
}
.gradient-text-popup {
  font-size: 30px;
  font-weight: bold;
  /* text-shadow: 3px 0px 1px rgb(135, 23, 27, 0.5); */
  background: linear-gradient(
    to bottom,
    #87171b,
    #87171b
  ); /* Gradient colors */
  -webkit-background-clip: text;
  color: transparent; /* Text is transparent but gradient fills the background */
  animation: gradientAnimation 2s infinite;
  /* -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black; */
}

/* Keyframes for the gradient animation */
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Additional animation to make the text scale (pulse effect) */
.pulse {
  display: inline-block;
  animation: pulseAnimation 1.5s ease-in-out infinite;
}

/* Keyframes for the pulse animation */
@keyframes pulseAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: #bd092669;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  /* transform: rotate(-90deg); */
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
}
.lb-dataContainer {
  position: absolute;
  margin: 0 auto;
  padding-top: 5px;
  top: 24px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.scroll-to-top:hover {
  background-color: #080404;
}

.scroll-to-top:hover i {
  color: #fff;
}
.contact-form-title {
  font-size: 22px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.nearby-title {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}
.bg-nearby-image {
  background-image: url(../img/slider/333.webp);
  background-position: bottom;
  background-attachment: fixed;
}
.bg-nearby-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding: 50px 0px 50px 0;
}
.bg-texture {
  background-image: url(../img/texture.webp);
  background-position: bottom;
  background-attachment: fixed;
}
.bg-texture-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  padding: 50px 0px 50px 0;
}
.modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-button {
  /* width: 150px; */
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  background-color: #87171b;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 0;
}

@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 300px) and (max-width: 576px) {
  .float {
    display: none;
  }
  .carousel-caption {
    bottom: 20%;
  }
  .carousel-caption h3 {
    font-size: 16px;
  }
  .carousel-caption p {
    font-size: 28px;
  }
  .carousel-item {
    height: 75vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .arc5-our-mission {
    padding: 30px 0 30px 0;
  }
  .arc5-mission-right .arc5-template-btn {
    margin-top: 25px;
  }
  .arc5-brand-slider {
    padding: 30px 0px 30px 0;
  }
  .arc5-service-section {
    padding: 30px 0;
  }
  .arc5-service-section .owl-dots {
    margin-top: 14px;
  }
  .arc5-blog-section {
    padding: 30px 0px 30px 0px;
  }
  .lb-dataContainer {
    position: absolute;
    margin: 0 auto;
    padding-top: 5px;
    top: 120px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 6.5rem 0.5rem 0.5rem 0.5rem;
    pointer-events: none;
  }
  .gradient-text {
    font-size: 20px;
  }
  .gradient-text-offer {
    font-size: 20px;
  }
  .gradient-text-popup {
    font-size: 20px;
    font-weight: bold;
    /* text-shadow: 3px 0px 1px rgb(135, 23, 27, 0.5); */
    background: linear-gradient(
      to bottom,
      #87171b,
      #87171b
    ); /* Gradient colors */
    -webkit-background-clip: text;
    color: transparent; /* Text is transparent but gradient fills the background */
    animation: gradientAnimation 2s infinite;
    /* -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black; */
  }
  .nearby-title {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .arc5-headline small {
    font-size: 14px;
    color: #711928;
    font-weight: 700;
  }

  .animate-div {
    width: 114%;
  }
}
