/* 
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
*/


/* GENERAL CSS */
@keyframes lineMove {
    0% {
        left: 0;
    }
    
    50% {
        left: 130px;
    }

    100% {
        left: 0;
    }
}
.red {
	color: #db2d2e !important;
}


/* HEADER CSS */



/* HOMEPAGE CSS */
.choose-sec .elementor-image-box-title, .news-sec .elementor-image-box-title {
    margin-top: 0 !important;
}
.choose-sec .elementor-image-box-img, .news-sec .elementor-image-box-img {
    margin-bottom: 0 !important;
}

/* INNER PAGE CSS */



/* FOOTER CSS */
.foot-top .head .elementor-heading-title {
    padding-bottom: 10px;
}
.foot-top .head .elementor-heading-title:before {
    content: '';
    background-color: #373737;
    width: 100%;
    height: 4px;
    max-width: 170px;
    position: absolute;
    left: 0;
    bottom: -6px;
}
.foot-top .head .elementor-heading-title:after {
    content: '';
    background-color: #db2d2e;
    width: 40px;
    height: 4px;
    max-width: 170px;
    position: absolute;
    left: 0;
    bottom: -6px;
	animation: lineMove 4s linear infinite;
}
.foot-top .elementor-widget-icon-box .elementor-icon-box-icon a {
    background-color: red;
    border-radius: 6px;
    padding: 5px;
}
.foot-top .elementor-widget-icon-box:hover .elementor-icon-box-icon a {
    background-color: #fff;
}
.foot-top .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: 0;
}
.foot-bot:before {
    content: '';
    background-color: #181818;
    width: 55%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.foot-bot:after {
    content: '';
    background-color: #db2d2e;
    width: 9%;
    height: 100%;
    position: absolute;
    left: 10%;
    top: 0;
    margin: auto;
    right: 0;
    transform: skewX(-50deg);
}


/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1024px) {
	.foot-bot:before {
		width:60%;
	}
	.foot-bot:after {
		width: 9%;
		left: 19%;
	}
}
@media only screen and (max-width: 768px) {
	.foot-bot:before {
		height: 51%;
		width: 100%;
	}
	.foot-bot:after {
		display: none;
	}
}
@media only screen and (max-width: 570px) {
	
}


