/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* menus */

.menu_hover0 li a:before {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  right: auto;
  height: 4px;
  width: 0; 
  transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #7d3301 !important;
}

.menu_hover0 li:hover a:before {
  width: 100%;
}
.footermenu0 a {
    padding-bottom: 40px !important;
}
/* end menus */
/* button css */
.btn_s0 a {
   background-color: #74390E !important;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.btn_s0 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn_s0 a:hover:before {
  transform-origin: left center;
  transform: scaleX(1);
}
/* end button css */
/* sub heading */

.sub_headings0 h4:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    width: 8px;
    height: 8px;
    background-color:#74390e;
}
@media only screen and (max-width: 767px) {
	.sub_headings0 h4:before{
		Display:none !important;
	}
	.sub_headings1 h4:after{
		Display:none !important;
	}
}
/* sub heading end */

/* form css */
.cont_0 label {
    width: 100%;
}
.cont_0 .row {
    display: flex;
    gap: 20px;
}
.cont_0 textarea {
    height: 140px;
}
.cont_0 input {
    border-radius: 0px !important;
    border:1px solid #d7d7d7;
    margin-top: 8px;
}
.cont_0 textarea {
    border-radius: 0px;
    border:1px solid #d7d7d7;
    margin-top: 8px;
}
.cont_0 label {
    font-family: "Barlow", Sans-serif;
    font-size: 17px;
}
.cont_0 input[type=text]:focus{
 background-color: #f7f7f7 !important; 
}

input.wpcf7-submit {
  background-color: #74390E !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: all 0.3s ease-in-out !important;
  overflow: hidden !important;
  text-transform: capitalize !important;
  position: relative !important;
  z-index: 1 !important;
  color: #fff !important;
  border:unset;
  border-radius:0px;
  font-family: "DM Sans", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.28px;
}
input.wpcf7-submit:hover {
  background-color: #5a1f02 !important;
}

/* end form css */
/* team css */
.team_sec0{
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  overflow:hidden;
}
.social_icon{
    position: absolute;
    right: -122px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.team_sec0:hover .social_icon{
    right: 0;
}
.outer_team:hover .card_hover01:before {
  width: calc(100% + 2px) !important;
}
.outer_team .card_hover01 {
  position: relative;
  border-color:#D7D7D7 !important;
}
.outer_team .card_hover01:before {
  position: absolute;
  content: '';
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #74390e;
  transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 4px;
  width: 0; 
  overflow:hidden;
}
/* end team css */

/* contact page css */
.hoverani0 {
  animation: scrollMove 2s infinite;
}

@keyframes scrollMove {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(0px, 18.865px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
/* end contact page css */