.navbar-area {
    padding: 10px 0;
    background: #000;
}
 
.logo img {
    max-width: 70px;
}
 
.menubar .menu-wrap > li > a {
    color: #aaa;
    font-size: 18px;
    font-weight: 500;
}
.service_box .elementor-image-box-wrapper {
    position: relative;
    border: 2px solid #c2732161;
    border-radius: 10px;
    overflow: hidden;
}
.service_box img {
    transition: 0.5s;
}

.service_box:hover img {
    transform: scale(1.1);
}

.service_box:hover .elementor-image-box-title {
    padding-bottom: 20px;
}

.service_box .elementor-image-box-title {
    transition: 0.5s;
}
.service_box .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, black, transparent);
    padding-top: 70px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.service_left {
    margin-right: 80px !important;
}
.service_left:after {
        content: '';
    width: 60px;
    height: 60px;
    background: #895221;
    position: absolute;
    border-radius: 50%;
    right: -81px;
    top: 42%;
    z-index: 1;
}

.service_wrapper::after {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    background: #895221;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/* .selector .elementor-button {
  position: relative;
  overflow: hidden;
}
.selector .elementor-button:hover, .av-btn:hover {
  animation: wiggle 0.5s ease-in-out infinite;
}

@keyframes wiggle {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(3deg); }
  50% { transform: rotate(-3deg); }
  75% { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
} */


.selector .elementor-button, .av-btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #966d20, #e78d10);
}

.selector .elementor-button::before, .av-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.4s;
}

.selector .elementor-button:hover::before, .av-btn:hover::before {
  left: 100%;
}
.av-btn {
    font-size: 17px;
}
.contact_form  label {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}

.contact_form {
    background: #222;
    padding: 30px 40px;
    border-radius: 10px;
}

.contact_form p br {
    display: none;
}

.contact_form .wpcf7-form-control {
    margin-bottom: 14px;
    margin-top: 4px;
    border-radius: 6px;
    outline: none !important;!i;!;
}
.contact_form .wpcf7-form-control.wpcf7-submit {
    font-weight: 600;
    font-size: 16px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0;
}
.wpcf7-spinner {
    background-color: #c27321;
    opacity: 1;
}
.wpcf7-spinner {
    position: absolute;
    bottom: 12%;
    right: 0;
}


@media (max-width: 768px) {
	.service_left {
    margin-right: 0px !important;
}
	.service_wrapper::after, .service_left:after  {
		display:none;
	}
	
}


