/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.icon_sett svg {
    margin-top: 10px !important;
}
.footer_contian{
    position: relative;
}
.footer_icon{
    position: absolute;
    top: 70px
}
.gellery img {
    height: 350px !important;
    object-fit: cover;
}
svg.e-font-icon-svg.e-eicon-chevron-left,svg.e-font-icon-svg.e-eicon-chevron-right {background-color: white;padding: 11px; border-radius: 10px;}
svg.e-font-icon-svg.e-eicon-chevron-left path,svg.e-font-icon-svg.e-eicon-chevron-right path {fill: black;}
/* .footer_img img {
    height: 260px;
    object-fit: cover;
} */
.footer_contian img {
    height: 230px;
    object-fit: cover;
}
.icon_box_01 img {
    filter: brightness(0);
}
.icon_box_02 img {
    filter: invert(70%) sepia(90%) saturate(500%) hue-rotate(10deg) brightness(145%) contrast(105%);
}
.icon_box_03 img {
    filter: invert(75%) sepia(95%) saturate(600%) hue-rotate(5deg) brightness(85%) contrast(110%) !important;
}
@media(max-width: 1367px){svg.e-font-icon-svg.e-eicon-chevron-right,
svg.e-font-icon-svg.e-eicon-chevron-left {display: none !important;}}
