/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body{
	overflow-x:hidden;
}
.elementor-sticky--active {
    background: rgba(0,0,0,0.6) !important;
}

header.page-header {
    display: none;
}
.cstm-list li{
    position: relative;
    list-style: none;
    line-height: 1.8;
    
}
.cstm-list li:before{
    position: absolute;
    content: '';
    width:10px;
    height:10px;
    background: #E70000;
    left:-25px;
    top:10px;
    border-radius: 12px;
}

.grid-port {
    width: 33.33%;
    float: left;
    vertical-align: top;
}
.grid-port img, .grid-port .upper-image {
    height: 300px;
	object-fit: cover;
}
.grid-port .content-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 300px;
    align-items: center;
    padding: 30px;
    background: #E70000;
    color: #fff;
	background-image:linear-gradient(41deg, var( --e-global-color-21fd1b3 ) 0%, var( --e-global-color-570df7b ) 100%);
}
.grid-port a{color:#fff;}



