/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/*************Cust-whychoose alleid*********************/
.why-choose-us ul {
		 list-style-type: none;
		 padding: 0;
		 margin: 0;
	 }

	 .why-choose-us ul li {
		 margin-bottom: 10px;
		 position: relative;
	 }

	 .why-choose-us ul li::before {
		 content: "\2022";
		 color: #4CAF50; /* Green bullet color */
		 font-weight: bold;
		 display: inline-block;
		 width: 1em;
		 margin-left: -1em;
		 position: absolute;
	 }
	 .bglg{
		 background-color: #92D6E0;
	 }
	 .fa-solid{
		 color: black;
	 }
/*************Cust-whychoose alleid*********************/

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}
