html{

	max-width: 1920px;

	height: auto;



}



.image-fluid-1 img {

	width: 26%;

	height: auto;

	margin-left: 0%;

}

.image-fluid-2 img{

	float: right;

	margin-top:-28.6%;

	width: 10%;

	height: auto;

	

	

}
.content{
	position: absolute;
	width: 100%;
	top: 22%;

	left: 10%;
}
@media(max-width:768px){
	.list {
		margin-left: 7.5% !important;
	}

	.icons ul {
		margin-left: 7% !important;
	}
	.content {

		top: 12% !important;

	}
}
@media(max-width:478px) {
	.list {
		margin-left: 2.5% !important;
	}
}
@media(max-width:400px) {
	.list {
		margin-left: -5px !important;
		margin-top: -10px !important;
	}
	.icons ul {
		margin-left: -1% !important;
		margin-top: -12px !important;
	}
	.button  {
		margin-top: -21.5% !important;
		margin-bottom: -4.5% !important;
		/* margin-left: 40% !important; */
	}
}
@media(max-width:550px) {
	.content {

		top: 8% !important;
	}
	.button a{

		margin-top: -21.5% !important;
		margin-bottom: -4.5% !important;
		margin-left: 40% !important;
	}
}
.senlogo > a > img {
	width: 11%;

	position: absolute;

	top: 22px;

	left: 10%;
}
.logo h2{

	margin-top: -27%;

	margin-left: 17.5%;

	font-size: 2.3vw;

	color: white;

}

.logo a:focus {

	text-decoration: none;

}

.logo a:active {

	text-decoration: none;

}

.logo a:hover{

	text-decoration: none !important;

	border-style: none;

}

.img-fluid-3 img{

	width: 62%;

	float: right;

	position: absolute;

	top: 80px;

	right: -20%;


}
.title{
	width: 32%;
}
.title h2{

	margin-left: 30.5%;

	font-size: 3.5vw;

	font-weight: 670;

}

.title1 h4{

	margin-left: 30.5%;

	margin-top:-1%;

	font-size: 3.9vw;

	

	font-weight: 200;

}

.Paragraph {
margin-left: 30.5%;
margin-top: 3.5%;
width: 41%;
font-size: 1.1vw;
color: #6B6B73;
font-family: "open-sans",
sans-serif;
text-align: justify;
}

.list{

	margin-left: 30.5%;

	margin-top: 2%;

	font-family: "open-sans", sans-serif;

    color:#2C2C2C;

    font-size: 1.2vw;


}

.list ul {

  list-style: none; /* Remove default bullets */

}



.list ul li::before {

  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */

  color:#48b4e0; /* Change the color */

  font-weight: 800; /* If you want it to be bold */

  display: inline-block; /* Needed to add space between the bullet and the text */



}

.button a{

	border: 0.1vh  black;

	margin-left: 42%;

	padding: 1% 2%;

	border-radius: 1vh;

	background-color: #FFBB00;

	color: black;

	text-decoration: none;

	font-size: 1vw;

	font-family: "open-sans", sans-serif;



}

.button{

	margin-top: 2.5%;

}

.icons ul{

	text-decoration:none;

	list-style: none;

	margin-left: 32.2%;

	margin-top: 1%;

}

.icons li{

	display: inline-block;

	padding: 0.9vw;

	text-decoration: none;

	color:#6B6B73;

}

.icons a {

	text-decoration: none;

	color:#6B6B73;

}

ul li a i{

	font-size: 1.2vw;

}