@charset "utf-8";
/* CSS Document */

.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	line-height: 160%;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
	font-weight:bold;
	text-align:left;
}
.a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3366CC;
}
img.alldevices{
            margin: 0 auto;
            height: auto;
            max-width: 100%;
            border: none;
            display: block;
            padding: 5px 5px;
}
.li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	line-height: 160%;
}
footer {
	background:#333333;
	color:#CCCCCC;
	font-size: 14px;
}
footer a {
	color:#CCCCCC;
	text-decoration:underline;
}
.bgv {
  width: 100%; }
  .bgv .img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    background-repeat: no-repeat;
    @media (max-width: 991.98px) {
      .bgv .img {
        width: 150px;
        height: 150px; } }
  .bgv .text h3 {
    font-size: 20px; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
