/*
Theme Name: Vertex Child
Theme URI: 
Description: Child theme for Hello Elementor
Author: FT Toshar
Author URI:
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */
body.page{
	overflow-x:hidden !important;
}
html, body {
  -webkit-overflow-scrolling: touch;
}

.ft-icon-btn .elementor-button-icon {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
	  transition: all .3s;
}
.ft-icon-btn:hover .elementor-button-icon {
    left: 16px;
}
.ft-icon-btn .elementor-form-fields-wrapper .elementor-button .elementor-button-icon {
    left: 16px;
}
.ft-icon-btn .elementor-form-fields-wrapper .elementor-button:hover .elementor-button-icon {
    left: 26px;
}

.ft-icon-btn .elementor-button-icon svg {
    width: 32px;
    height: 32px;
}

.ft-icon-btn .elementor-button-content-wrapper {
    padding-left: 38px;
}

.ft-icon-btn .elementor-button{
    width: 100%;
    text-align: center;
}
#sticky-services { position: relative; overflow: visible; }
.sticky-images-wrapper,
.sticky-content-wrapper { position: relative; }
.floating-car-icon { position: absolute; top: 0; }
.sticky-section { position: relative; }
#sticky-services {
  min-height: 120vh; /* recommended */
}

strong{
	font-weight:600;
}
@media screen and (max-width:1024px){
	.e-n-menu-wrapper {
    background: #fff !important;
    padding: 30px 10px;
}
}

