@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

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

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

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

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

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  color: #97090C;
}

.heading_container p{
  color: #FF0080;
}

.heading_container h2 span {
  color: #97090C;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* Add this CSS for responsive background images */
.slide-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .hero_area {
    height: auto; /* Remove fixed height for mobile */
  }

  .slide-item {
    background-size: cover; /* Adjust background size for mobile */
  }
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background: radial-gradient(circle at 10% 20%, rgb(205, 33, 42) 0%, rgb(236, 95, 5) 90%);

}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .header_top_container .lang_box a {
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
}

.header_section .header_top .header_top_container .lang_box a img {
  width: 25px;
}

.header_section .header_top .header_top_container .lang_box span {
  color: #ffffff;
  margin-left: 10px;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu {
  min-width: auto;
  width: auto;
  border-radius: 0;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu a {
  color: #000000;
  margin: 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #EBE0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #97090C;
}

.header_section .header_top .contact_nav a:hover i {
  color: #FF0080;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #97090C;
}

.header_section .header_top .social_box a:hover i {
  color: #FF0080;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand img {
  width: 125px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #FF0080;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #97090C;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #252525;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 25px;
  background-color: #97090C;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.quote_btn-container .quote_btn:hover {
  background-color: #bc570d;
}

/*end header section*/
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/slider/1.jpeg);
  background-size: 100%;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
  
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #252525;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #97090C;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #bc570d;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #97090C;
}

.service_section {
  position: relative;
}

.service_section .heading_container h2 {
  text-transform: none;
}

.service_section .service_container {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 45px 15px;
  margin: 0 25px;
}

.service_section .box {
  margin-top: 45px;
}

.service_section .box .img-box {
  height: 65px;
}

.service_section .box .img-box img {
  height: 100%;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #97090C;
}

.service_section .box .detail-box a {
  color: #252525;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #97090C;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #97090C;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #97090C;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #bc570d;
}

.project_section .heading_container {
  margin-bottom: 45px;
}

.project_section .heading_container h2 {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

.project_section .heading_container h2 span {
  color: #ffffff;
}

.project_section .filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project_section .filter_box h6 {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
}

.project_section .filter_box .owl-filter-bar {
  margin-left: 25px;
}

.project_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #252525;
  padding: 0 10px;
  font-size: 15px;
}

.project_section .filter_box .owl-filter-bar a.active {
  color: #97090C;
}

.project_section .box {
  position: relative;
}

.project_section .box .img-box {
  position: relative;
}

.project_section .box .img-box img {
  width: 100%;
}

.project_section .box .img-box .pin_link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #97090C;
  font-size: 20px;
}

.project_section .box .detail-box {
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #97090C;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.project_section .box .detail-box h5 {
  font-weight: bold;
}

.project_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

.project_section .project_carousel {
  margin-top: 45px;
  padding: 0 45px;
}

.project_section .project_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.project_section .project_carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #252525;
  outline: none;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

.project_section .project_carousel .owl-nav button:hover {
  background-color: #97090C;
}

.project_section .project_carousel .owl-nav button.owl-prev {
  left: -25px;
}

.project_section .project_carousel .owl-nav button.owl-next {
  right: -25px;
}

.client_section {
  background-image: url(../images/products/banner-client.png);
  background-size: cover;
  background-attachment: fixed;
}

.client_section .heading_container {
  margin-bottom: 45px;
  color: #ffffff;
}

.client_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: -65px;
  margin-top: 15px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #252525;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #97090C;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #97090C;
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.client_section .carousel-indicators li {
  background-color: #97090C;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.why_us_section .why_us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 45px;
}

.why_us_section .why_us_container .box .img-box {
  background-color: #97090C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
  min-width: 175px;
  height: 125px;
  margin-right: 25px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why_us_section .why_us_container .box .img-box img {
  width: 45px;
}

.why_us_section .why_us_container .box .detail-box h5 {
  font-weight: bold;
}

.why_us_section .why_us_container .box:hover .img-box {
  background-color: #252525;
}

.why_us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_us_section .btn-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #97090C;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.why_us_section .btn-box a:hover {
  background-color: #bc570d;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #252525;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input::placeholder {
  color: #252525;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #97090C;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #bc570d;
}

.contact_section .map_container {
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background: radial-gradient(circle at 10% 20%, rgb(205, 33, 42) 0%, rgb(236, 95, 5) 90%);
  color: #ffffff;
  padding: 45px 0;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #97090C;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section .info_top .container {
  text-align: left;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #97090C;
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_post .post_box .img-box {
  min-width: 45px;
  max-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -ms-flex-preferred-size: calc(33% - 10px);
      flex-basis: calc(33% - 10px);
  padding: 5px;
  margin: 5px;
}

.info_section .info_post .post_box .img-box img {
  width: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #97090C;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.info_section .info_form button:hover {
  background-color: #bc570d;
}

.info_section .info_bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_bottom .info_logo {
  margin-right: 45px;
}

.info_section .info_bottom .info_logo a img {
  width: 125px;
}

.info_section .info_bottom .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .info_bottom .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color: #97090C;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_bottom .social_box a:hover {
  color: #252525;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */


/* new css of slider */

/***************************
    CUSTOM SCROLL BAR
****************************/
*, html{
  scroll-behavior: smooth;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root{
  --white:#FFF;
  --black:#232323;
  --lite:rgba(255,255,255,0.6);
  --gray:rgba(1,1,1,0.6);
  --dark:#3c3d3c;
  --primary:linear-gradient(145deg,#ff2f09,#c24a4e);
  --primary_dark:#97090C;
  --primary_lite:#97090C;
  --secondary:#000a17;
  --default_font:'Ysabeau Infant', sans-serif;
  --title_font:'Outfit', sans-serif;
}

::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: #97090C;
}

::-webkit-scrollbar-thumb {
  background: #EC9EC0;
  -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
  background: var(--dark);
}



/***************************
          DEFAULT
****************************/


a{
  /* text-decoration:none !important; */
  min-width: fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

a, button{
  transition:0.5s;
}

em{
  font-style:normal;
  color: #97090C;
}

a, p, .btn{
  font-size:15px;
}

p{
  line-height:1.9em;
}

a, button, input, textarea, select{
  outline:none !important;
}

fieldset{
  border:0;
}

h1, h2, h3, h4, h5, h6{
  margin:0;
}

.title, .sub_title{
  font-family:var(--title_font);
  font-weight:400;
  margin:0;
}

.flex, .fixed_flex{
  display:flex;
}

.flex_content{
  width:100%;
  position:relative;
}

.padding_1x{
  padding:1rem;
}

.padding_2x{
  padding:2rem;
}

.padding_3x{
  padding:3rem;
}

.padding_4x{
  padding:4rem;
}

.big{
  font-size:3.5em;
}

.medium{
  font-size:2em;
}

.small{
  font-size:1.3em;
}

.btn{
  padding:1rem;
  border-radius:5px;
  color: #EBE0D0;
  position:relative;
  border:0;
  text-align:center;
  
}

/* Basic button styles */
.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #97090C;
  color: #97090C;
  background-color: #ffffff;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

/* Hover effect */
.button:hover {
  background-color: #97090C;
  color: #ffffff;
  border-color: #ffffff;
}

.btn_3{
  background-color:0;
  color: white;
  position:relative;
  font-family:var(--default_font);
  font-weight:400;
  text-transform:uppercase;
}

.btn_3:before {
  content:"";
  border-radius:0%;
  background-color:#97090C;
  position:absolute;
  left:0;
  top:50%;
  width:100px;
  height:40px;
  transition:0.5s;
  transform:translate(0%, -50%);
}

.btn_3:after{
  content:"\f178";
  font-family:"FontAwesome";
  margin-left:5px;
}

.btn_3:hover:before{
  border-radius:40px;
  width:100%;
}

@media (max-width:920px){
  .flex{
      flex-wrap:wrap;
  }
  
  .padding_1x, .padding_2x, .padding_3x, .padding_4x{
      padding:1rem;
  }
  
  .big{
      font-size:1.8em;
  }
  
  .medium{
      font-size:1.3em;
  }
  
  .small{
      font-size:1.1em;
  }
  
  .btn{
      padding:0.5rem 1rem;
  }
  
  a, p, .btn{
      font-size:12px;
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

ul{
  padding:0;
  margin:0;
}

.slider .title{
  font-weight:400;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: clip .7s ease-in-out, z-index 0s .7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display:flex;
  align-items:center;
  justify-content: left;
}

/*.slider li:nth-child(1){*/
/* background:linear-gradient(to right, rgba(1,1,1,1) 10%, rgba(1,1,1,0.8) 51%, rgba(1,1,1,0.2) 100%), url("../images/picbanner.jpg");*/
/*  background-size: cover;*/
/*  background-position:top left;*/
/*}*/

.slider li:before{
  content:"";
  position:absolute;
  top:-20px;
  right:0;
  width:250px;
  height:250px;
  background-size:100% 100%;
  transition-delay: 1s;
  transform: rotate(-90deg);
  z-index:1;
}

.slider li:after{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  background-size:100% 100%;
  transform:rotate(360deg);
  transition: all 1.5s cubic-bezier(0,0,.2,1);
  z-index:1;
  background-position:center left;
}

.slider li:nth-child(1){
  background: url("../images/slider/banner.jpg");
  background-size: cover;
  background-position:top left;
}

.slider li:nth-child(2){
  background:url("../images/slider/banner2.jpg");
  background-size: cover;
  background-position:top left;
}

.slider li:nth-child(3){
  background: url("../images/slider/banner3.jpg");
  background-size: cover;
  background-position:top left;
}

.slider article{
  width:47%;
  margin-top: -100px;
  color: #fff4f4;
}

.slider h3 + p {
  display: inline-block;
  color: #ffffff;
  font-weight:300;
}

.slider h3, .slider h3 + p, .slider p + .btn, li:after{
  opacity: 0;
  transition: opacity .7s 0s, transform .5s .2s;
  transform: translate3d(0, 50%, 0);
}

li.current h3, li.current h3 + p, li.current p + .btn, li.current:after {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.slider li:before{
  transition: 0.5s;
  top:-250px !important;
}

li.current:before{
  transition-delay: 1s;
  transform: rotate(-90deg);
  top:-20px !important;
}

li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.slider aside {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  text-align: center;
  z-index: 10;
}

.slider aside a {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: var(--white);
  margin: 0 0.2rem;
  transition: transform .3s;
}

.slider em{
  background: #97090C;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

a.current_dot {
  transform: scale(1.4);
  background:#97090C !important;
}

@media screen and (max-width: 920px) {
  header{
      height:auto;
      position:relative;
  }
  
  .cs-down{
      display:none;
  }

  .slider{
      height:70vh;
  }
  
  .slider article{
      width:100%;
      margin-top:2rem;
  }
  
  .slider li:nth-child(2){
      background-position:top center;
  }
  
  .slider li:nth-child(3){
      background-position:top center;
  }
  
  li.current:before{
      top:-30px;
      right:-10px;
  }
}

.big-title{

  width: 25em;
		    white-space:nowrap;
		    overflow:hidden;
		    -webkit-animation: frag1type 20s steps(50, end) 0s infinite;
		    animation: frag1type 20s steps(50, end) 0s infinite;
}
@keyframes frag1type{
		    
		    from { width: 0;}
		    37%{width:25em;}
		    49%{width:0;}
		    100%{width:0;}
		}

		@-webkit-keyframes frag1type{
		    from { width: 0;}
		    37%{width:25em;}
		    49%{width:0;}
		    100%{width:0;}
		}
		
		
/* category section starts */

/*normal media*/

.outerbox-text{
  margin: auto;
  width: 80%;
}
.heading_cat{
  margin: 0 auto;
  color: #97090C;
  font-size: 35px;
}

.outer-box{
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-around;
  width: 80%;
  margin: auto;
  margin-top: 5vh;
}

.container-cat {
  position: relative;
  width: 25%;
  margin-top: 5vh;
}

.image {
  display: block;
  width: 8vw;
  height: auto;
  border-radius: 50%;
  margin: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 8vw;
  opacity: 0;
  transition: .5s ease;
  background-color: #FF0080;
  border-radius: 50%;
  margin: auto;
}

.container-cat:hover .overlay {
  opacity: 0.8;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.style-1450 {
            padding: 72px 0px 74px;
            background: rgb(251, 251, 251) none repeat scroll 0% 0% / auto padding-box border-box;
            box-sizing: border-box;
        }
        
.style-1454 {
            max-width: 100%;
            display: flex;
            justify-content: space-between;
            padding-left: 60px;
            padding-right: 60px;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            box-sizing: border-box;
        }

.style-1455 {
            box-sizing: border-box;
        }
        
.style-1456 {
            font-weight: 700;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 16px;
            padding: 0px;
            margin: 0px 0px 16px;
            margin-top: 0px;
            box-sizing: border-box;
        }

.style-1457 {
            color: #97090C;
            font-weight: 800;
            font-size: 25px;
            box-sizing: border-box;
        }

.style-1458 {
            background: rgb(255, 50, 94) none repeat scroll 0% 0% / auto padding-box border-box;
            border-radius: 5px;
            height: 48px;
            display: inline-flex;
            width: 303px;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            justify-content: center;
            align-items: center;
            color: rgb(255, 255, 255);
            text-decoration: none solid rgb(255, 255, 255);
            background-color: #97090C;
            box-sizing: border-box;
        }

        .style-1459 {
            box-sizing: border-box;
        }

        .style-1460 {
            font-weight: 700;
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 16px;
            padding: 0px;
            margin: 0px 0px 16px;
            margin-top: 0px;
            box-sizing: border-box;
        }

        .style-1461 {
            color: #97090C;
            font-weight: 800;
            font-size: 25px;
            box-sizing: border-box;
        }

        .style-1462 {
            background: rgb(67, 127, 222) none repeat scroll 0% 0% / auto padding-box border-box;
            border-radius: 5px;
            height: 48px;
            display: inline-flex;
            width: 303px;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            justify-content: center;
            align-items: center;
            color: rgb(255, 255, 255);
            text-decoration: none solid rgb(255, 255, 255);
            background-color: #97090C;
            box-sizing: border-box;
        }
        
        /* Media query for screens smaller than 768px */
@media (max-width: 768px) {
    .style-1454 {
        padding: 0; /* Remove horizontal padding */
        flex-direction: column; /* Stack items on smaller screens */
        align-items: center; /* Center items horizontally */
    }
    
    .style-1455 {
        text-align: center; /* Center the text on smaller screens */
    }

    .style-heading {
        font-size: 18px; /* Adjust font size for smaller screens */
        line-height: 24px; /* Adjust line height for smaller screens */
        margin-bottom: 4px; /* Reduce margin for smaller screens */
    }

    
    .style-1459 {
        margin-top: 40px; /* Add margin to separate from the element above */
    }

    .style-button {
        height: 36px; /* Reduce button height for smaller screens */
        font-size: 12px; /* Adjust font size for smaller screens */
        line-height: 16px; /* Adjust line height for smaller screens */
    }
}

/* Media queries for responsiveness */

@media (max-width: 768px) {
  .outer-box {
    width: 100%; /* Full width for smaller screens */
    padding: 0 10px; /* Add some padding for spacing */
  }

  .container-cat {
    width: 50%; /* Two columns for smaller screens */
  }
  
   .overlay {
    width: 80%; /* Adjust overlay width for smaller screens */
    max-width: 100%;
  }
  
  .image {
    width: 80%; /* Increase image size for smaller screens */
    max-width: 100%;
  }
}

@media (max-width: 480px) {
   .outer-box {
    width: 100%; /* Full width for smaller screens */
    padding: 0 10px; /* Add some padding for spacing */
  }

  .container-cat {
    width: 50%; /* Two columns for smaller screens */
  }
  
   .overlay {
    width: 80%; /* Adjust overlay width for smaller screens */
    max-width: 100%;
  }
  
  .image {
    width: 80%; /* Increase image size for smaller screens */
    max-width: 100%;
  }
}

/* contact page button */

.style-1450 {
    padding: 72px 0px 74px;
    background: rgb(251, 251, 251) none repeat scroll 0% 0% / auto padding-box border-box;
    box-sizing: border-box;
}

.style-1454 {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.style-1455 {
    box-sizing: border-box;
}

.style-1456 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
    padding: 0px;
    margin: 0px 0px 16px;
    margin-top: 0px;
    box-sizing: border-box;
}

.style-1457 {
    color: #97090C;
    font-weight: 800;
    font-size: 25px;
    box-sizing: border-box;
}

.style-1458 {
    background: rgb(255, 50, 94) none repeat scroll 0% 0% / auto padding-box border-box;
    border-radius: 5px;
    height: 48px;
    display: inline-flex;
    width: 303px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    text-decoration: none solid rgb(255, 255, 255);
    background-color: #97090C;
    box-sizing: border-box;
}

.style-1459 {
    box-sizing: border-box;
}

.style-1460 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
    padding: 0px;
    margin: 0px 0px 16px;
    margin-top: 0px;
    box-sizing: border-box;
}

.style-1461 {
    color: #97090C;
    font-weight: 800;
    font-size: 25px;
    box-sizing: border-box;
}

.style-1462 {
    background: rgb(67, 127, 222) none repeat scroll 0% 0% / auto padding-box border-box;
    border-radius: 5px;
    height: 48px;
    display: inline-flex;
    width: 303px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    text-decoration: none solid rgb(255, 255, 255);
    background-color: #97090C;
    box-sizing: border-box;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
    .style-1454 {
        padding: 0; /* Remove horizontal padding */
        flex-direction: column; /* Stack items on smaller screens */
        align-items: center; /* Center items horizontally */
    }
    
    .style-1455 {
        text-align: center; /* Center the text on smaller screens */
    }

    .style-heading {
        font-size: 18px; /* Adjust font size for smaller screens */
        line-height: 24px; /* Adjust line height for smaller screens */
        margin-bottom: 4px; /* Reduce margin for smaller screens */
    }

    .style-1457 {
        font-size: 20px; /* Adjust font size for smaller screens */
    }
    
    

    .style-1459 {
        margin-top: 20px; /* Add margin to separate from the element above */
        flex-direction: column; /* Stack items on smaller screens */
        align-items: center; 
    }

    .style-1460, .style-1462 {
        display: flex;
        align: center; /* Center-align the buttons */
    }

    .style-button {
        height: 36px; /* Reduce button height for smaller screens */
        font-size: 12px; /* Adjust font size for smaller screens */
        line-height: 16px; /* Adjust line height for smaller screens */
    }
}

/*New newletter contact*/
.info_links_box{
    display: inline-flex;
}

.info_links_menu_one{
    padding-right: 1.5vw;
    border-right: 1px solid #fff;
}

.info_links_menu_two{
    padding-left: 1.5vw;
}

 .info_links_new .info_links_box  .info_links_menu_one a{
    color: #fff;
}

 .info_links_new .info_links_box  .info_links_menu_one a:hover{
    color: #97090C;
}

 .info_links_new .info_links_box  .info_links_menu_two a{
    color: #fff;
}

 .info_links_new .info_links_box  .info_links_menu_two a:hover{
    color: #97090C;
}

/*new newsletter contact ends*/

/* CSS Document */


.card{text-align: center; border: none; border-radius: 5px;-webkit-box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);
  box-shadow: 12px 14px 22px 2px rgba(0,0,0,0.75);
  margin-bottom: 100px;
  }






