/*
Theme Name: EDC
Author: Sally
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.services-blk p span {
    display: block;
    padding: 8px 0;
    background: #f00;
    width: 150px;
    margin: 20px auto 0;
    font-weight: 400;
}
.services-blk p {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
}
.services-blk:hover p {
    opacity: 1;
    height: auto;
}
header .header-main .logo-main {
    width: 116px;
    transition: all ease-in-out 0.5s;
}
header .header-main .menu-item-193 {
    display: none !important;
}
header .header-main{
    position: fixed;
    z-index: 2;
    background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-header .header-main {
    background: #000;    
}
.scroll-header .header-main .logo-main {
    width: 80px;
}
input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 0 !important;
}

span.elementor-field-option {
    display: flex;
    align-items: center;
}
@media (max-width:991px) {
    .ifc-img {
        position: static;;
    }
   
}