@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  outline: none !important;
  list-style: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

p {
  font-size: 15px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
}


body {
  max-width: 100%;
  overflow-x: hidden !important;
}

.container,
.e-con-inner,
.elementor-container {
  max-width: 100%;
  padding: 0px 67px;
  width: 100%;
  margin: 0 auto;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}



/* == ADA-ICON-CSS ==
===============================================================*/
/* == SELECTION-CSS ==
===============================================================*/
::-moz-selection {
  background: #d9d9d9;
  color: #000;
}

::-webkit-selection {
  background: #d9d9d9;
  color: #000;
}

::selection {
  background: #d9d9d9;
  color: #000;
}

:root {
  --primarycolor: #ce0c0c;
  --secondarycolor: #000000;
  --black: #000;
}

.page-header {
  display: none;
}

/* Heading_css */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  margin: 0;
}

h2 {
  font-size: 150px;
  font-weight: 800;
}

h3 {
  font-size: 50px;
  font-weight: 600;
}

h4 {
  font-size: 27px;
  font-weight: 400;
}


/*=== Menu section ===*/

.menu_outer .container {
  display: grid;

  grid-template-columns: 205px 1fr auto;

  padding: 0 67px;

  grid-gap: 0 45px;

  align-items: center;
  max-width: 100%;
}

.menu_outer {
  padding: 0px 0;

  border-bottom: 1px solid #8e8e8e;
}

.menu_outer .header_resp_section div#mega-menu-wrap-menu-1 {
  background: transparent;
}

.menu_outer #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 a.mega-menu-link {
  color: #171c17 !important;

  font-size: 15px;

  font-weight: 400;

  line-height: 27px;

  text-align: left;

  font-family: "Poppins", sans-serif;

  background: transparent !important;

  height: auto;

  padding: 0 0 0 0;
}

.header-book-now a {
  width: auto;

  height: auto;

  padding: 12px 20px 12px 20px;

  border-radius: 50px;

  display: inline-block;

  color: #095bab !important;

  border: 1px solid #095bab;

  font-size: 15px;

  font-weight: 600;

  line-height: 24px;

  letter-spacing: 0.01em;

  text-align: left;

  font-family: "Poppins", sans-serif;

  transition: 0.3s;

  -webkit-transition: 0.3s;
}

.header-book-now a:hover {
  color: #fff !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;

  grid-gap: 0 35px;
  justify-content: flex-end;
}

/*=== End of menu section ===*/


.home-video-outer video {
  width: 100%;
  display: block;
}


/* Home_grid_css_start */

.parent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.parent .div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.parent .div2 {
  grid-area: 1 / 2 / 2 / 3;
}

.parent .div3 {
  grid-area: 1 / 3 / 2 / 4;
}

.parent .div4 {
  grid-area: 1 / 4 / 2 / 5;
}

.parent .div5 {
  grid-area: 2 / 3 / 4 / 5;
}

.parent .div6 {
  grid-area: 2 / 1 / 3 / 2;
}

.parent .div7 {
  grid-area: 2 / 2 / 3 / 3;
}

.parent .div8 {
  grid-area: 3 / 1 / 4 / 2;
}

.parent .div9 {
  grid-area: 3 / 2 / 4 / 3;
}

.parent .div10 {
  grid-area: 4 / 3 / 5 / 4;
}

.parent .div11 {
  grid-area: 4 / 4 / 5 / 5;
}

.parent .div12 {
  grid-area: 4 / 1 / 5 / 3;
}

.parent .div15 {
  grid-area: 5 / 1 / 6 / 5;
}



.layout_main_outer {
  border-collapse: collapse;
}

.parent .div15 .home-project-title {
  padding: 20px;
}

.layout_main_outer .border {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.layout_one {
  position: relative;
  display: flex;
  align-items: end;

}

.div7.layout_one {
  background-color: #c51e25;
}

.layout_one .layout_one_hover {
  position: absolute;
  padding: 3vw;
  background-color: #f5e09b;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  opacity: 0;
  transition: .3s ease-in-out all;
}

.div7.layout_one .layout_one_hover {
  background-color: #c51e25;
}

.div7.layout_one .layout_one_hover p {
  color: #fff;
}

.div7.layout_one h2,
.div7.layout_one h4 {
  color: #fff;
}

.div7.layout_one svg path {
  fill: #fff;
}

.layout_one:hover .layout_one_hover {
  opacity: 1;
}

.layout_one_top {
  height: 100%;
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding: 60px;
}

.arrow_icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  display: -webkit-flex;
  transition: .3s ease-in-out all;
  -webkit-transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
}

.arrow_icon svg {
  width: 38px;
  height: 38px;
}

.layout_text:hover .arrow_icon,
.layout_one:hover .arrow_icon {
  transform: rotate(180deg);
}

.layout_two .layout_two_inner {
  padding: 30px;
  display: block;
  height: 100%;
}

.layout_three_inner {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px;
}

.layout_three_inner a {
  border-bottom: 1px solid #293C1C;
  border-radius: 0px;
  line-height: 1em;
  color: #293C1C;
  margin: 0px 3px 0px 0px;
  font-family: 'space grotesk', sans-serif;
  font-size: 28px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 52px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.layout_three_inner a:hover {
  font-size: 17px;
  font-weight: 700;
}

.layout_three_inner a svg {
  height: 50px;
  opacity: 0;
  transition: .5s ease-in-out all;
  width: 0;
}

.layout_three_inner a:hover svg {
  opacity: 1;
  width: 50px;
}

.layout_big .contain {
  padding: 30px;
}

.layout_four {
  transition: .3s ease-in-out all;
  -webkit-transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
}

.layout_four:hover {
  background: #f5e09b;
}

.layout_four_inner {
  padding: 3vw;
}

.layout_four:hover .layout_four_inner h3 {
  color: #000;
}

.layout_text_inner {
  padding: 50px;
}

#site-footer {
  display: none;
}

.footer-outer {
  background-color: #000;
  padding: 20px 5vw;
}

.footer-outer p {
  color: #fff;
  margin: 0px;
}

.social-media-links ul {
  display: flex;
  display: -webkit-flex;
  column-gap: 6px;
}

.social-media-links ul li img {
  width: 30px;
  height: 30px;
  filter: invert(1);
}

.footer-contact-outer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.footer-contact-outer .footer-cotact-popup {
  display: none;
}

.footer-contact-outer .footer-cotact-popup.main {
  display: block;
}

.footer-contact-outer ul li {
  width: 50px;
  height: 50px;
  background-color: #d1935f;
  border-radius: 50px;
  display: flex;
  display: -wenkit-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;

}

.footer-contact-outer ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: invert(1);
}

.footer-cotact-icon img {
  width: 50px;
  height: 50px;
}

.layout_text_inner {
  position: relative;
  height: 100%;
  transition: .3s ease-in-out all;
  -webkit-transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
}

.layout_text_inner:hover {
  background-color: #f5e09b;
}

.layout_two_inner img {
  transition: .3s ease-in-out all;
  -webkit-transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
  height: 100%;
  object-fit: cover;
}

.layout_two:hover img {
  transform: scale(1.08);
}

.contact-form-left-inner h5 {
  padding-bottom: 15px;
}

.custom-subbaner-outer {
  padding: 100px 0px;
  background-color: #c51e25 !important;
}

.custom-subbaner-outer .blog-page-title-main {
  width: 60%;
}

.custom-subbaner-outer p {
  margin: 0px;
}

.custom-subbaner-outer h2 {
  font-size: 40px;
}

.product-page-outer .container {
  max-width: 100%;
  width: 100%;
  padding: 0px;
}

.product-page-outer .product-page-outer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-page-outer .product-page-outer-inner .product-page-grid {
  border: 1px solid #000;
  position: relative;
  transition: .3s ease-in-out all;
  -webkit-transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
  padding: 30px;
}

.product-page-outer .product-page-outer-inner .product-page-grid .product-page-hover h3 {
  font-size: 30px;
  padding: 15px 0px;
}

.product-page-outer .product-page-outer-inner .product-page-grid .product-page-info {
  position: absolute;
  top: 40px;
  right: 40px;
}

.product-page-outer .product-page-outer-inner .product-page-grid .product-page-info h3 {
  font-size: 14px;
  padding: 8px 18px;
  background: #000000;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
}

.product-page-detail ul {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}

.product-page-detail ul li {
  display: flex;
  gap: 8px;
}

.product-page-detail ul li i {
  width: 25px;
  height: 25px;
  background: #c51e25;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.product-page-outer .product-page-outer-inner .product-page-grid .product-page-img {
  display: flex;
}

.product-page-outer .product-page-outer-inner .product-page-grid .product-page-hover h3 {}

.home-slider-inner .owl-nav {
  display: none;
}

.product-page-outer .product-page-outer-inner .product-page-grid .product-page-img {
  transition: .5s ease-in-out all;
  -webkit-transition: .5s ease-in-out all;
  -moz-transition: .5s ease-in-out all;
}

.product-page-outer .product-page-outer-inner .product-page-grid:hover .product-page-img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}




.contact-title-outer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.contact-title-outer .div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.contact-title-outer .div2 {
  grid-area: 1 / 2 / 2 / 5;
}

.contact-title-outer .div3 {
  grid-area: 2 / 1 / 3 / 2;
}

.contact-title-outer .div4 {
  grid-area: 2 / 2 / 3 / 5;
}

.contact-title-outer {
  background: #fafcf8;
}

.contact-title-outer .contact-title-left .contact-title-left-inner {
  padding: 3vw;
}

.contact-title-outer .contact-title-left h2 {
  font-size: 50px;
  font-weight: 600;
}

.contact-title-outer .contact-title-right-inner {
  padding: 30px;
  display: block;
}

.contact-title-outer .contact-title-right-inner img {
  transition: .3s ease-in-out all;
  -webkit-transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
}

/* .contact-title-outer .contact-title-right-inner:hover img{
  transform: scale(1.08);
} */
.contact-title-outer .border {
  border: 1px solid #000;
}

.contact-form-left-inner {
  padding: 30px;
}

.contact-info li a {
  color: #000;
  margin-bottom: 15px;
}

.contact-info li a,
.contact-info li p {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.contact-info li a i,
.contact-info li p i {
  width: 38px;
  min-width: 38px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  background-color: #c51e25;
}

.contact-form-right-inner {
  padding: 30px;
}

.social_links {
  display: flex;
  column-gap: 15px;
}

.social_links i {
  width: 38px;
  min-width: 38px;
  color: #c51e25;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  background-color: #fff;
  border: 1px solid #d1935f;
  border-radius: 50px;
}

.contact-form-right-inner .contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
}

.contact-form-right-inner .contact-form input,
.contact-form-right-inner .contact-form textarea {
  border-radius: 0px;
}

.contact-form-right-inner .contact-form li:nth-child(4),
.contact-form-right-inner .contact-form li:nth-child(5) {
  grid-column: 3 span;

}

.contact-page-map iframe {
  width: 100%;
}

.contact-form-right-inner .contact-form li.scasend input {
  background-color: #d1935f;
  color: #fff;
  border: 1px solid #d1935f;
  border-radius: 0px;
}

.contact-form-right-inner .contact-form li.scasend input:hover {
  background-color: #fff;
  color: #d1935f;
}

.about-content-outer {
  display: grid;
  grid-template-columns: 40% 60%;
}

.about-content-outer .about-content-left {
  position: sticky;
  top: 0px;
  max-height: max-content;
}

.about-content-outer .about-content-right {
  border-left: 1px solid #000;
}

.about-content-outer .about-content-right,
.about-content-outer .about-content-left {
  padding: 60px;

}

.about-content-outer .about-content-left h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.about-content-outer {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.founder-message {
  display: grid;
  grid-template-columns: 40% 60%;
  border-bottom: 1px solid #000;
}

#box {
  width: 100% !important;
  height: 100% !important;
  border: 0px !important;
}

.founder-message-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5e09b;
}

.founder-message-left img {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  object-fit: cover;
  border: 10px solid #fff;
}

.founder-message-left h2 {
  font-size: 40px;
  padding-top: 15px;
  color: #fff;
}

.founder-message-right img {
  width: 100%;
}

.founder-message-right {
  padding: 50px;
}

.founder-message-right h3 {
  font-size: 30px;
  padding-left: 50px;
}

.about-testimonial-outer {
  display: grid;
  grid-template-columns: 60% 40%;
}

.about-testimonial-right {
  padding: 60px;
  border-right: 1px solid #000;
}

.about-testimonial-right .item img {
  width: 100px;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.about-testimonial-right .item .about-testimonial-right {
  padding: 0px;
  border: 0px;
}

.about-testimonial-outer>.about-testimonial-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-testimonial-outer>.about-testimonial-left img {
  width: 80%;
  padding: 50px;
}

.about-testimonial-right .item .about-testimonial-right {
  font-size: 30px;
  text-align: center;
}

.about-testimonial-right .owl-carousel {
  position: relative;
}

.about-testimonial-right .owl-carousel .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.about-testimonial-right .owl-carousel .owl-nav button span {
  font-size: 60px;
  color: #c51e25;
}

.about-testimonial-right .owl-carousel .owl-nav button.owl-next {
  margin-right: -30px;
}

.about-testimonial-right .owl-carousel .owl-nav button.owl-prev {
  margin-left: -30px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
  color: #c51e25;
  text-decoration: none;
}

.about-testimonial-outer>.about-testimonial-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-single-outer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.project-single-one {
  grid-area: 1 / 1 / 2 / 2;
}

.project-single-two {
  grid-area: 1 / 2 / 2 / 5;
}

.project-single-three {
  grid-area: 2 / 1 / 3 / 2;
}

.project-single-four {
  grid-area: 2 / 2 / 3 / 5;
}

.project-single-one {
  padding: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  flex-direction: column;
}

.project-single-one h3 {
  margin-bottom: 28px;
  font-size: 27px;
}

.div4.layout_four h3 {
  font-size: 30px;
}

.project-single-two {
  text-align: center;
  padding: 40px;
  border: 1px solid #000;
  border-top: 0px;
}

.single_media_content.gallery-container ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.single_media_content.gallery-container ul li {
  padding: 30px;
  border: 1px solid #000;
  border-top: 0px;
  border-left: 0px;
}

.single_media_content.gallery-container ul li a {
  display: flex;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.single_media_content.gallery-container ul li a img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.project-single-three {
  padding: 40px;
  border-top: 1px solid #000;
  position: sticky;
  top: 0;
  height: max-content;
}

.project-single-three ul li p {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.project-single-three ul li p i {
  width: 38px;
  min-width: 38px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  background-color: #c51e25;
}

.project-single-four {
  border-left: 1px solid #000;
}

.about-content-left-mission,
.about-content-left-vision {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 20px;
}

.about-content-desc {
  margin-top: 16px;
}

.about-content-desc h3 {
  font-size: 20px;
}

.about-counter-outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-counter-outer .about-counter-grid {
  padding: 50px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 300px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.about-counter-outer .about-counter-grid h3 {
  font-size: 20px;
  margin-top: 16px;
}

.about-counter-outer .about-counter-grid p,
.about-counter-outer .about-counter-grid .stat-number {
  font-size: 50px;
  color: #c51e25;
  font-weight: 500;
  display: inline-block;
}

.about-counter-outer .about-counter-grid .stat-number {
  font-size: 50px;
  color: #c51e25;
  font-weight: 500;
  display: inline-block;
}

.founder-message-right #box {
  position: relative;
}

/* .founder-message-right #box #tooltip {
  position: absolute;
  background-color: #000;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
} */


#box {
  height: 500px;
  width: 500px;
  position: relative;
}

#tooltip {
  opacity: 0;
  position: absolute;
  background-color: black;
  color: white;
  top: 0;
  left: 0;
}

#box:hover #tooltip {
  opacity: 1;
}

.project-category-outer {
  color: #f5e09b;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  background: #000;
  font-weight: 500;
  font-size: 20px;
  padding: 20px;
  gap: 20px;
  font-family: "Space Grotesk", sans-serif;
}

.project-category-outer ul {
  display: flex;
  display: -webkit-flex;
  gap: 20px;
}

.project-category-outer ul li {
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;

}

.project-single-pre-outer {
  display: grid;
  grid-template-columns: 75% 25%;
}

.project-single-pre-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 50px;
  border: 1px solid #000;
}

.project-single-pre-left h2 {
  line-height: inherit;
}

.project-single-pre-left h2 a {
  display: block;
}

.project-single-pre-right .project-single-pre-right-inner {
  padding: 3vw;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.project-single-pre-right .project-single-pre-right-inner h3 a {
  font-size: 50px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  text-transform: uppercase;
}

.project-single-pre-right {
  border-top: 1px solid #000;
  transition: .3s ease-in-out all;
  -webkit-transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
}

.project-single-pre-right:hover {
  background-color: rgb(209 147 95);
}

.project-single-pre-right:hover h3 a {
  color: #fce1cb;
}

.project-single-pre-left h2 a {
  font-size: 27px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  padding: 10px 0px;
}

.project-single-pre-right:hover .project-single-pre-right-inner .arrow_icon {
  transform: rotate(180deg);
  filter: invert(1);
}

.mfp-figure .mfp-close {
  background-color: transparent;
}

.mfp-wrap .mfp-arrow:focus,
.mfp-wrap .mfp-arrow:hover {
  background-color: #d1935f;
}

.project-single-pre-left-inner>a {
  border-bottom: 1px solid #293C1C;
  border-radius: 0px;
  line-height: 1em;
  color: #293C1C;
  margin: 0px 3px 0px 0px;
  font-family: 'space grotesk', sans-serif;
  font-size: 28px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 52px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  column-gap: 15px;
  justify-content: flex-end;
}

.project-single-pre-left-inner>a svg {
  opacity: 0;
  width: 0px;
  transition: .3s ease-in-out all;
  -webkit-transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
}

.project-single-pre-left-inner>a:hover svg {
  opacity: 1;
  width: 50px;
}

.project-single-pre-left-inner>a:hover {
  font-size: 17px;
  font-weight: 700;
}

.project-single-pre-left-inner>a .meta-nav {
  margin-top: 10px;
}

.nav-previous.project-single-pre-left-inner>a {
  justify-content: flex-start;
}

.nav-previous.project-single-pre-left-inner>a svg {
  transform: rotate(180deg);
}

.product-page-outer.new .project-category-outer ul,
.product-page-outer.new .project-category-outer {
  flex-direction: column;
}

.product-page-outer.new .product-page-outer-inner {
  grid-template-columns: auto 1fr;
}

.product-page-outer.new .project-page-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-page-outer.new .project-category-outer {
  height: 100%;
  justify-content: flex-start;
}



section.spacer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.image-unmask {
  height: 100vh;
  overflow: hidden;
}

.inner {
  margin: 50px;
  padding: 50px;
  min-height: 25vh;
  margin-left: 10vw;
  max-width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

#img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  z-index: -1;
}

#svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#img-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
}

.Problem-Phrases-outer .container {
  padding: 0px;
}

.Problem-Phrases-outer .container ul li {
  border: 1px solid #000 !important;
  padding: 20px;
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  margin: 0;
  font-size: 27px;
  font-weight: 400;
  transition: .3s ease-in-out all;
}

.Problem-Phrases-outer .container ul li:hover {
  background-color: #d1935f;
  color: #fce1cb;
}

.Problem-Phrases-outer .container h3 {
  padding: 30px;
  text-align: center;
  border-top: 1px solid #000;
  background: #fce1cb;
}

.Problem-Phrases-outer .container .row:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.gridwise-tagline-outer {
  padding: 60px 0px;
  text-align: center;
}

.gridwise-tagline-outer h1 {
  font-size: 150px;
  font-weight: 800;
}

.gridwise-work-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gridwise-work-bottom div {
  padding: 40px 20px;
  border: 1px solid #000 !important;
}

.gridwise-work-bottom div:hover {
  background-color: rgb(255 220 190);

}

.gridwise-work-bottom div h5 {
  margin-bottom: 20px;
}

.gridwise-work-bottom div p {
  margin-bottom: 0px;
}

.gridwise-work-outer .container {
  padding: 0px;
}

.gridwise-work-outer .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.why-gridwise-inner.content {
  padding: 60px 0px;
}

.gridwise-work-top {
  padding: 20px;
  text-align: center;
  background-color: #000;
}

.why-gridwise-outer .container {
  padding: 0px;
}

.why-gridwise-inner.img img,
.why-gridwise-inner.img {
  height: 100%;
  object-fit: cover;
}

.why-gridwise-inner.img {
  padding: 50px;
  border-right: 1px solid #000;
}

.why-gridwise-outer .row {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 40px;
  align-items: center;
}

.gridwise-work-top h1 {
  color: #fff;
}

.why-gridwise-outer h1 {
  margin-bottom: 20px;
}

.why-gridwise-outer ul {
  display: grid;
  gap: 20px;
}

.about-gridwise-outer .container {
  padding: 0px;
}

.about-gridwise-outer .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-gridwise-outer .about-gridwise-right,
.about-gridwise-outer .about-gridwise-left {
  padding: 60px;
  position: relative;
  border: 1px solid #000;
}

.cta-gridwise-outer {
  padding: 60px 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #d1935f;
  color: #fce1cb;
}

.solve-gridwise-content {
  text-align: center;
}

.cta-gridwise-outer h1 {
  color: #fce1cb;
}

.about-gridwise-outer {
  position: relative;
  transition: .3s ease-in-out all;
  -moz-transition: .3s ease-in-out all;
  -ms-transition: .3s ease-in-out all;
}

.about-gridwise-outer .about-gridwise-right,
.about-gridwise-outer .about-gridwise-left {
  background-color: rgb(255 220 190);
}

.about-gridwise-outer .about-gridwise-right:hover .arrow_icon,
.about-gridwise-outer .about-gridwise-left:hover .arrow_icon {
  transform: rotate(180deg);
}

.solve-gridwise-outer {
  padding: 60px 0px;
}

.solve-gridwise-bf {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.solve-gridwise-bf ul li {
  border: 1px solid #000 !important;
  padding: 20px;
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  margin: 0;
  font-size: 27px;
  font-weight: 400;
  transition: .3s ease-in-out all;
}

.solve-gridwise-before li {
  text-align: right;
}

.gridwise-work-inner.img {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.gridwise-work-inner.img img {
  height: 100%;
  object-fit: cover;
  padding: 40px;
}

.header_logo {
  position: relative;
}


.header_logo a img {
  width: 80px;
  padding: 10px;
}

.topbar-outer .topbar-inner {
  background: #c51e25;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  align-content: center;

}

span.topbar-content {
  color: #fff !important;
}

img.topbar-image {
  height: 32px !important;
  position: relative;
  bottom: -11px;
}

span.topbar-content {
  color: #fff !important;
  display: inline-flex;
  height: 40px;
}

.project-single-outer .project-video-outer {
  grid-column: 3 span;
}

.project-single-outer .project-video-outer .project-video-one video {
  height: 100%;
  width: 100%;
}

.project-video-outer,
.project-single-outer .project-video-outer .project-video-one {
  display: flex;
  display: -webkit-flex;
}



.whats-app-outer {
  float: right;
  margin-right: 0px;
  position: fixed;
  bottom: 95px;
  right: 2px;
  z-index: 999;
  cursor: pointer;
}

.whats-app-outer img {
  width: 60px;
}

.whats-app-outer img {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 95px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}



.home-phone-outer {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  overflow: hidden;
  animation-name: pulsetwo;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.home-phone-outer a {
  background: #ffe606;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 14px;
}

@keyframes pulsetwo {
  0% {
    box-shadow: 0 0 0 0 rgb(255 230 6 / 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgb(255 230 6 / 0);
  }
}

.div12.layout_text .layout_text_inner {
  background-color: #c51e25;
}

.div12.layout_text .layout_text_inner h4,
.div12.layout_text .layout_text_inner h2 {
  color: #fff;
}

.div12.layout_text .layout_text_inner svg path {
  fill: #fff;
}

.footer-outer {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}


@media (max-width: 1199px) {

  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .parent .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .parent .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  .parent .div3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .parent .div4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  .parent .div5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  .parent .div6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  .parent .div7 {
    grid-area: 4 / 2 / 5 / 3;
  }

  .parent .div8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  .parent .div9 {
    grid-area: 5 / 2 / 6 / 3;
  }

  .parent .div10 {
    grid-area: 6 / 1 / 7 / 2;
  }

  .parent .div11 {
    grid-area: 6 / 2 / 7 / 3;
  }

  .parent .div12 {
    grid-area: 7 / 1 / 8 / 3;
  }

  h2 {
    font-size: 80px;
    font-weight: 800;
  }

  .why-gridwise-outer .row {
    grid-template-columns: 50% 1fr;
  }

  .about-content-outer {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 911px) {

  .about-content-outer .about-content-right,
  .about-content-outer .about-content-left {
    padding: 20px;
  }

  .about-content-outer .about-content-right {
    border-left: 0px solid #000;
  }

  .about-content-outer .about-content-left {
    position: unset;
  }

  .about-content-outer {
    display: block;
  }

  .gridwise-work-outer .row {
    display: block;
  }

  .parent {
    display: block;
  }

  .footer-outer {
    background-color: #000;
    padding: 20px 5vw;
    text-align: center;
  }

  .social-media-links ul {
    justify-content: center;
  }

  .layout_two_inner img {
    width: 100%;
  }

  .product-page-outer .product-page-outer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .contact-title-outer {
    display: block;

  }

  .why-gridwise-outer .row {
    display: block;
  }

  .why-gridwise-inner.img {
    padding: 20px;
  }

  .why-gridwise-inner.content {
    padding: 0px 20px 50px;
  }

  .contact-title-outer .contact-title-left h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .about-counter-outer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .product-page-outer.new .project-page-right {
    display: block;

  }

  .founder-message-left {
    padding: 20px;
  }

  .founder-message {
    display: block;
  }

  .menu_outer #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 a.mega-menu-link {
    color: #ffffff !important;
    padding: 10px 20px;
  }

  .menu_outer .container {
    height: auto;
  }

  .header_logo a {
    position: unset;
  }

  .header_logo a img {
    width: 75px;
  }

  .menu_outer .container {
    display: flex;
    justify-content: space-between;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: #fff;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {

    background-color: #c51e25;
  }

  .custom-subbaner-outer {
    padding: 50px 0px;
  }

  .custom-subbaner-outer .blog-page-title-main {
    width: 100%;
  }

  .about-testimonial-outer {
    display: block;
  }

  .project-single-outer {
    display: block;
  }

  .single_media_content.gallery-container ul {
    display: block;
  }

  .project-single-three {
    position: unset;
  }

  .single_media_content.gallery-container ul li {
    border-top: 1px solid #000;
  }

  .blog-page-tittle-submain h3 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {


  .product-page-outer .product-page-outer-inner {
    display: block;
    grid-template-columns: 1fr 1fr;
  }

  .menu_outer .container,
  .container,
  .e-con-inner,
  .elementor-container {
    padding: 0px 25px;
  }

  .custom-subbaner-outer h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
    font-weight: 400;
  }

  .contact-form-right-inner .contact-form {
    display: block;
  }

  .gridwise-work-bottom {
    display: block;
  }

  .about-counter-outer .about-counter-grid {
    padding: 20px;
    height: auto;
  }

  .founder-message-right {
    padding: 20px;
  }

  .founder-message-right h3 {
    padding-left: 30px;
  }

  .layout_text_inner,
  .layout_big .contain,
  .layout_four_inner,
  .layout_two .layout_two_inner,
  .layout_three_inner {
    padding: 20px;
  }

  .product-page-detail ul {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .about-counter-outer {
    display: block;
  }
}