/*
    Theme Name: EATS
*/


@media(max-width:767px){
    .shadow-text{
        font-size: 109px;
    }
}

.hero_image_sub_text{
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    
}
.hero_image_text{
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 27px;
    line-height: 36px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    
}
.hero_image_sub_text.active{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}
.hero_image_text.active{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.custom_icon{
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}

.service_feature{
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px;
}
.custom_service_feature{
    padding: 0 30px;
}
.second_service_feature_icon{
    margin-right: 0;
}
.service_feature:hover .webexflaticon {
    background: #fff !important;
    transition:0.3s
}
.service_feature:hover .custom_icon {
    color: #0E90D5;
}
.service_feature:hover {
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    border: 1px solid #fff;
    color: #fff;
    transition:0.3s
}
.service_feature:hover b {
    color: #fff;
    transition:0.3s
}
.contact_form_in_center{
    width: 500px;
    margin: 0 auto;
}
.form_main_heading{
    font-size: 42px;
    line-height: 50px;
}

@media(max-width:576px){
    .contact_form_in_center{
        width: 90%;
    }
}


.custom-form-control{
    padding: 0 12px !important;
    height: 40px !important;
}

.custom-cs-btn{
    padding: 8px 0 !important;
}

.work_icon_custom{
    font-size: 60px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 35px;
    color: #0c59db;
}
.same_height_box{
    min-height: 350px;
}
.service-box:hover .work_icon_custom{
position: relative;
    z-index: 2;
    color: #fff;
}
.show_only_hover{
    /* display: none; */
    color: #000;
    font-weight: 500;
}
.team-block:hover .show_only_hover{
    /* display: block; */
    color: #fff;
}
.custom_row_item{
    align-items: center;
}
