/*
Theme Name: Bootstrap Elementor Theme
Theme URI: https://winstercloud.com/wp (optional)
Author: Rizmy
Author URI: https://winstercloud.com
Description: A brief description of your theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrap-elementor
Tags: blog, one-column, custom-background (optional)
*/
.e-con-boxed{
	        max-width: 1270px;
        margin: auto !important;
        
     
}
.site-footer{
	padding: 40px 0 0 0;
}

.site-footer h4{
	font-size: 1.25rem;
        color: #e1f3ff;
        border-bottom: solid 1px #12587d;
        padding-bottom: 20px;
}
.site-footer.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #013d59 !important;
}
.site-footer .copyright-text{
	    padding: 20px 0;
    background: #0a2534;

}
.site-footer .copyright-text p{
	margin-bottom:0;

}
.site-footer .container{
	padding-bottom:30px;
}
.site-footer ul{
	    margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-footer ul li a {
    color: #82a3b5;
    text-decoration: none;
    padding: 9px 0;
    display: block;
    font-weight: 300;
    font-size: 16px;
}
.site-footer ul li a:hover {
	
	color:#fff;
}
.footer-social li{
	list-style-type:none;
}
.footer-social li a svg{
	fill:#fff;
}