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

/* start css */
.footer-copyright {
	background: #01081A;
    padding:30px 0;
}
.footer-copyright .container {
	max-width: 1140px;
	margin: auto;
}
.footer-copyright .container {
	max-width: 1140px;
	margin: auto;
    padding: 0px 15px;
}
.copyright-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    border-top: 1px solid #FFFFFF24;
    padding-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.copyright-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.copyright-content p {
	color: #656F7D;
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
	padding-right: 5px;
    line-height: 1.5;
}
.copyright-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    list-style: none;
    margin-bottom:0.9rem;
}
.copyright-content ul li {
	margin: 0 4px;
	color: #656F7D;
}
.copyright-content ul li a {
	color: #3c8fd0;
	font-size: 14px;
	text-decoration: none;
    line-height: 1.5;
}
.website-creator p {
	color: #656F7D;
	font-size: 14px;
	line-height: 27px;
    line-height: 1.5;
}
.website-creator a {
	color: #3c8fd0;
	font-size: 14px;
	line-height: 27px;
	text-decoration: none;
}
@media all and (max-width:1140px){
    .copyright-content {
        display: block;
        text-align: center;
    }
    .copyright-area {
        display: block;
    }
    .copyright-content ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px 0;
    }
    .website-creator {
        text-align: center;
        padding-top: 10px;
    }
}