@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------Scrollbar CSS Start----- */
/* Firefox */

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #3f3f3f;
  border-radius: 5px;
  border: 0px;
}

/* ------Scrollbar CSS End----- */

/*--- Common Style Start---*/

:root {
  --black: #000;
  --white: #ffffff;
  --dark-grey: #5B5757;
  --grey: #8D8A8A;
  --body-font: 'Outfit', sans-serif !important;
  --heading-font: 'Figtree', sans-serif; 
}

/*
font-family: 'Figtree', sans-serif;
font-family: 'Outfit', sans-serif;
*/

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  font-family: var(--body-font) !important;
  color: var(--dark-grey);  
  letter-spacing: 0 !important;
  background: #F5F5F5;
}


a {
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

h1,
h2 {
  font-size: 34px;
  line-height: normal;
  font-weight: 600;
  color: var(--black);
  font-family: var(--body-font) !important;
}
h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: initial; 
  font-family: var(--body-font);
  letter-spacing: 0 !important;
  margin-bottom: 0;
}
ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
p{
  line-height: 20px;
  font-size: 13px;
  color: var(--grey);
}

p:last-of-type {
  margin-bottom: 0;
}

/*--- Common Style End---*/

/*--- Bootstrap Form Start ---*/

.form-control {
  height: 45px;
  border: 1px solid #e9eaeb !important;
  padding: 10px 15px;
  background-color: var(white) !important;
  font-size: 13px;
  color: var(--grey);
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 5px !important;
  box-shadow: none !important;
  font-family: var(--body-font);
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

.form-control::placeholder {
  color: #00000050;
  font-family: var(--body-font);
}

.form-control:focus {
  border: none;
  outline: none !important;
}
.sec-space {
  padding: 80px 0;
}
.heading{
  margin-bottom: 30px;
}

/*- Bootstrap Form End -*/

/*-- Button Start --*/

.btn {
  font-size: 12px;
  border-radius: 4px !important;
  font-family: var(--body-font);
  font-weight: 400;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

button:focus,
.btn:focus,
button:active,
.btn:active {
  outline: none;
  box-shadow: none !important;
  border: 1px solid transparent;
}

/*-- Button End --*/

/*--------------Menu Section Start--------------*/

/*--- Animation Header Start ---*/

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/*--- Animation Header End ---*/

/*----   HEADER  START  ----*/

#myHeader {
  /* min-height: 88px; */
  top: 0;
  z-index: 999;
  width: 100%;
}

.menumain {
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease;
  position: relative;
  background: var(--white);
}

.menumain nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
.navbar-nav {
  flex-wrap: wrap;
  margin-right: 10px;
}
.navbar .navbar-collapse ul li a {
  color: var(--black);
  font-size: 12px; 
  font-weight: 600;
  font-family: var(--body-font);
  padding: 20px 5px;
  margin-right: 26px;
  display: inline-block;
}
.navbar-brand img {
  height: auto;
  width:100px;
}
.navbar-collapse ul > li:last-child a{
  margin-right: 0px;
}
.sub-menu-toggle{
  display: none;
}
 .dropdown-menu{
  padding: 20px;
}
.dropdown-menu li a{
  padding: 8px 0 !important;
}
.footer-main .sub-menu{
  display: none;
}

/* sticky menu  */
.header-appear {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--black);
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar {
  padding: 2px 0px;
}

/*---   HEADER END   ---*/

/* =================scroll top css start here================ */

.go-top {
  bottom: 32px;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  right: 30px;
  border-radius: 100%;
  z-index: 9;
  background: var(--grey);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: fixed;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgb(32 33 36 / 28%);
  display: none;
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;    
  animation-fill-mode: both;
}

.go-top.show {
  display: block;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -moz-linear-gradient(0deg, #265cff 0%, #c1282a 100%);
  background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
  background-image: -ms-linear-gradient(0deg, #265cff 0%, #c1282a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.go-top::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -webkit-linear-gradient(
    0deg,
    var(--color-gray) 0%,
    var(--color-gray) 100%
  );
  border-radius: 100%;
}

.go-top i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
  position: absolute;
  top: 43%;
  left: -5px;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top img{
  filter: brightness(1) invert(1);
}
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/* =================scroll top css start here================ */

.features .heading {
  position: absolute;
  left: 47%;
  top: 20px;
}
.features .heading h2{
  font-size: 18px;
}
.blog-row{
  width: calc(56% - 10px);
  margin-left: auto;
  background: var(--white);
  border-radius: 8px;
  padding: 62px 22px 22px 22px;
}
.blog-row .custom-news:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(44% - 20px);
  padding: 0px;
  height: 100%  ;
}
.blog-row .custom-news:first-child .blog-img{
  height: 100%;
  width: 100%;
}
.blog-row .custom-news:first-child .bcontent h3 a{
  color: var(--white);
  font-size: 20px;
  max-width: 78%;
  -webkit-line-clamp: initial; 
          line-clamp: initial;
}
.blog-row .custom-news:first-child .bcontent{
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 50%;
  background: linear-gradient(0deg, #000, #00000000);
  border-radius: 0 0 8px 8px;
}
.blog-row .custom-news:not(:first-child) .blog-box {
  display: flex;
  margin-bottom: 20px;
}
.blog-row .custom-news:nth-child(2) .blog-box, .blog-row .custom-news:nth-child(3) .blog-box{
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
}
.blog-row .custom-news:not(:first-child) .bcontent{
  padding: 0 0 0 20px;
}
.blog-row .bcontent h3 a {
  font-size: 16px;
  max-width: 60%;
  margin: 10px 0;
}
.blog-img{
  border-radius: 8px ;
  overflow: hidden;
}
.blog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.bcontent{
  padding: 20px;
}
.bcontent h5 a, .movedetails h5 a{
  font-size: 10px;
  color: var(--black);
  text-transform: uppercase;
  background: #F6F6F6;
  width: fit-content;
  padding: 4px;
  border-radius: 3px;
}
.bcontent h3 a{
  color: var(--black);
  font-size: 19px;
  max-width: 76%;
  margin: 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.blog-content p{
  max-width: 86%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.features .blog-content p{
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
}
.blog-box{
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  background: var(--white);
}
.bimg{
  position: relative;
  padding-top: 48%;
  border-radius: 8px;
  overflow: hidden;
}
.bimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.bl-row{
  row-gap:30px;
}
.blog-box:hover .blog-img img, .blog-box:hover .bimg img{
  transform: scale(1.1);
}
.blog-box:hover .bcontent h3 a{
  color: var(--dark-grey);
}




/* Contact  start  */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
} 
.contact-form .btn-primary {
  padding: 0 22px !important;
  line-height: 32px !important;
  background: var(--dark-grey) !important;
  color: var(--white) !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  border: 1px solid var(--dark-grey);
  margin-left: 5px;
}
.contact-form .btn-primary:hover,
.contact-form .btn-primary:focus,
.contact-form .btn-primary:active {
  background: var(--white) !important;
  border-color: var(--dark-grey) !important;
  color: var(--dark-grey) !important;
}

.contact-form {
  padding: 40px;
  background: var(--white);
  border-radius: 8px;
}
input[type=submit]:focus{
  outline: none; 
}
.contact-form h2{
  color: var(--dark-grey);
}
.contact-form .section-heading{
  max-width: 100%;
}
.con-map iframe{
  max-height: 100% !important;
}

/* Contact  end  */




/*--  Footer Start  --*/
.footer-main{
  background: var(--black);
}
.email-subscribe{
  padding-bottom: 40px;
  border-bottom: 1px solid #F5F5F516;
  margin-bottom: 40px;
}
.email-subscribe  .section-heading{
  max-width: 54%;
  margin: 0 auto;
}
.email-subscribe h2{
  color: var(--white);
}
.email-subscribe p{
  padding: 12px 0 20px 0;
}
.email-subscribe input[type="submit"] {
  background-color: #fff !important;
  font-size: 13px;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  color: var(--dark-grey) !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.email-subscribe  input[type="email"] {
  background: transparent;
  width: 100%;
  position: relative;
  border: 1px solid #2D2D2D;
  border-radius: 4px;
  color: var(--white);
}
.email-subscribe input[type=email]:focus{
  outline: 0 !important;
}
form[data-form-id="1"] .es-form-field-container .gjs-cell {
  flex-grow: 0 !important;
  flex-basis: 72% !important;
  position: relative;
  margin: 0 auto;
}
.footer-link-wrapper.sec-space {
  padding-bottom: 14px;
}
.ft-logo img {
  filter: brightness(0) invert(1);
}
.quick-link-box ul {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
}
.quick-link-box {
  padding: 16px 0;
}
.quick-link-box ul li {
  display: inline;
  margin: 0 16px;
}
.quick-link-box ul li a {
  text-decoration: none;
  color: var(--grey);
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  transition: all 0.4s;
}
.quick-link-box ul li a:hover {
  color: var(--dark-grey);
  transition: all 0.4s;
}
.con-info ul {
  text-align: center;
}
.con-info ul li {
  display: inline-block;
  padding: 0 6px;
  position: relative;
  color: var(--grey);
}
.con-info ul li:first-child {
  padding-right: 16px;
}
.con-info ul li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: var(--grey);
}
.ft-social ul li {
  margin: 0 4px;
}
.ft-social ul li a img{
  height: 15px;
  width: 15px;
  object-fit: contain;
}
.ft-social ul li a {
  color: var(--white);
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  background: #1D1D1D;
  height: 28px;
  line-height: 28px;
  width: 28px;
  transition: all 0.4s;
}
.ft-social ul li a:hover {
  color: var(--white);
  background: var(--dark-grey);
  border-color: var(--dark-grey);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.copy-right {
  padding: 20px 0;
}
.copy-right p {
  line-height: 18px;
  font-size: 12px;
  color: var(--grey);
  margin-bottom: 0;
}
.copy-right p a {
  color: #a8a39b;
  font-weight: 500;
}
/* Footer end  */




/* Loader CSS Start  */

.loaderWrap {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  transition: 300ms ease-in-out;
}
.loader-off.loaderWrap {
  opacity: 0;
  visibility: hidden;
}

/* Loader CSS End  */

#top-button {
  display: inline-block;
  background-color: var(--pink);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  overflow: hidden;
}

#top-button::after {
  content: "\F148";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff60;
}

#top-button:hover {
  cursor: pointer;
  background-color: var(--black);
}

#top-button:active {
  background-color: var(--black);
  color: var(--pink);
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

/* Breadcrumb Start  */
.innerBanner {
  position: relative;
  height: 300px;
  background-attachment: fixed !important; 
  background-size: cover !important;
}
.innerBanner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 72%);
}

.innerBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 40%;
}
.title_breadcrumb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 100%;
}
.title_breadcrumb h1 {
  font-size: clamp(20px, 4vw, 42px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumbs {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.breadcrumb_bottom ul li a,
.breadcrumb_bottom ul li {
  color: var(--white);
}
.breadcrumb_bottom ul li {
  margin-right: 10px;
}
.breadcrumb_bottom ul li:last-child {
  margin-right: 0px;
}
.breadcrumbs {
  text-align: center;
}
.single-breadcrumb h2{
  color: var(--white);
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}
/* Breadcrumb End */




/* Contact PAge start  */
.contact-cms {
  background: var(--dark-grey);
  height: 100%;
}
.contact-cms .con-box{
  height: 100%;
  background: var(--white);
  padding: 22px;
  text-align: center;
  border-radius: 8px;
}
.contact-cms h6 {
  color: var(--black);
  font-family: var(--body-font);
  margin: 20px auto 6px;
}
.contact-cms .fa {
  height: 38px;
  width: 38px;
  background: var(--dark-grey);
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: var(--white);
  font-size: 18px;
}
.contact-cms .con-box p, .contact-cms .con-box a{
  color: #00000080;
  font-size: 14px;
  word-wrap: break-word;
  width: 100%;
}
.contact-cms .contact-info{
  margin-top: -48px;
}
/* Contact PAge end  */




/* About Page start */

.ab-img{
  height: 100%;
  padding-top: 90%;
  position: relative;
}
.ab-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cms .ab-bar:nth-child(even){
  background: #e9eaeb;
}
.about-cms .ab-row:nth-child(even){
  flex-direction: row-reverse;
}
.about-cms .ab-row .about-txt {
  padding:  20px 30px;
}
.about-cms .ab-row .about-img{
  margin: 0 30px;
}
.about-cms .ab-row{
  background: var(--white);
  border-radius: 8px ;
  overflow: hidden;
}
.about-cms .ab-row:not(:last-child){
  margin-bottom: 40px; 
}
.about-cms h2{
  color: var(--dark-grey);
  max-width: 80%;
  margin-bottom: 20px;
}
/* About Page end  */

button:focus, .btn:focus{
  outline: none;
}


/* Category list page start  */
.productcategories{
  row-gap: 20px;
}
.cat-img{
  position: relative;
  padding-top: 60%;
}
.cat-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-blog-box .cat-name{
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000, #00000000);
  width: 100%;
  padding: 40px 12px 12px 12px;
}
.cat-name h4{
  color: var(--white);
}
.cat-blog-box {
    border-radius: 8px;
    overflow: hidden;
}


/* Single Blog page start */
.blog-cms .bcontent h3 a {
  font-size: 16px;
  max-width: 100%;
  padding: 6px 0 0 0;
}
.blog-cms .bcontent h5 a, .movedetails h5 a{
  background: var(--white);
}
.blog-cms .bcontent {
  padding: 12px;
}
.movimg{
  position: relative;
  padding-top: 60%;
}
.movimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    object-fit: cover;
}
.motitle{
  margin: 10px 0 16px;
}
.blog-right .blog-box:not(:last-child){
  margin-bottom: 20px;
}
.blog-right{
  background: var(--white);
  padding: 12px;
  border-radius: 8px;
}
.blog-right .blog-box{
  background: #F5F5F5;
}
.sub-head{
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 12px;
}

/* Thank you page  */
.thankyou {
  padding: 45px;
}

.thankyou .message-image img {
  width: 110px;
  height: auto;
}
.thankyou-pg{
  background-size: cover !important;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.thankyou-pg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff84;
  z-index: -1;
}
/* Error page */
.error-404 {
  padding: 40px 0;
}

.error-404 .message-image img {
  width: 100%;
  height: auto;
}


/* Multiple Error line prevention */
.single-input .wpcf7-not-valid-tip:not(:nth-child(2)) {
  display: none;
}

/* Invalid message after form submission */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
}

/* Success message after form submission */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: var(--white);
}
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0;
}

/* Search Box  */
.proinput{
  display: none;
  background: #f1f1f1;
}
div.asl_w {
  box-shadow: none !important;
}
.probox{
  justify-content: flex-end;
}