/* Menu Header Border */
.l-subheader.at_middle.width_full {
    border-top: 1px solid #ffffff50;
    border-bottom: 1px solid #ffffff50;
}
.footer-follow-us{
    text-align: center;
}

.image-animation .w-image-h, .image-animation{
	-webkit-transition: all .8s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .8s cubic-bezier(.25,.46,.45,.94);
    transition: all .8s cubic-bezier(.25,.46,.45,.94);
	-webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.image-animation .w-image-h img{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .8s cubic-bezier(.25,.46,.45,.94);
    transition: all .8s cubic-bezier(.25,.46,.45,.94);
    will-change: transform;
}
.image-animation:hover .w-image-h img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.image-animation:hover .w-image-h, .image-animation:hover{
	-webkit-clip-path: inset(12px 12px 12px 12px);
    clip-path: inset(12px 12px 12px 12px);
}

.ap-with-love{
	float: right;
}
.w-form-row-field textarea {
    background: transparent;
    border-bottom: 1px solid #ececec !important;
    box-shadow: none;
    margin-bottom: 20px;
}
.w-form-row-field input {
    background: transparent !important;
    border-bottom: 1px solid #ececec !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
}
.vertical-line-wrapper {
    position: relative;
		min-height: 120px;
    margin-bottom: 30px;
}
.vertical-line-wrapper:after {
   position: absolute;
	content: '';
	height: 120px;
	width: 1px;
	background-color: #cececa;
	left: 50%;
}
	.wrapper-texture-1 {
    position: absolute;
    right: 0;
		width: 170px;
}
.homepage-video .aio-icon {
    cursor: pointer;
}
div#ult-modal-wrap-9461 {
    border: none !important;
}
@media (max-width:1024px){

	.wrapper-texture-1{
		display: none;
	}
}
.homepage-video .aio-icon-img{
    box-shadow: 0 0 0 0 rgb(255 255 255);
    animation: pulse-white 2s infinite;
    border-radius: 50%;
	cursor: pointer;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
div#ult-modal-wrap-490 {
    border: none !important;
}
li#menu-item-19 a {
    padding-right: 0px;
}
@media (max-width:767px){
.custom-width img {
    width: 24%;
}
	.hover-underline-animation {
	    width: 70% !important;
}
}
.custom-z-index{
	z-index: 99;
}
.hover-underline-animation {
  display: block;
  position: relative;
	    width: 28%;
    margin: 0 auto;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #AA7E7F;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media (min-width:1024px){
	.review-box .vc_column-inner > .wpb_wrapper {
    margin-right: -150px;
    z-index: 2;
    background: #fff;
    padding: 40px 40px 40px 40px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
}