body {
	margin: 0px;
	background-color: #CDCFFF;
}
div.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
div.bg > img {
	position: fixed;
	width: 100%;
	min-width: 1500px;
	right: 0;
	opacity: 0.4;
}
.border_main {/*border:#071e84 5px solid;*/
}
.pro_menu a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #CCC;
	text-decoration: none;
}
.pro_menu a:hover {
	color: #FFF;
}
.wel {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	padding-bottom: 3px;
	color: #000;
}
.foote_menu, .foote_menu a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	letter-spacing: 0.5px;
}
.foote_menu a:hover {
	color: #071e84;
	text-decoration: underline;
}
.pro_border {
	border: #000 2px solid;
}
.note {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	color: #000;
}
.button {
	background-color: #071e84;
	width: 80px;
	height: 30px;
	font-family: verdana;
	color: #fff;
	font-size: 14px;
	border: #000000 thin solid;
	cursor: pointer;
}
.button:hover {
	background-color: transparent;
	width: 80px;
	height: 30px;
	font-family: verdana;
	color: #000;
	font-size: 14px;
	border: #000000 thin solid;
	cursor: pointer;
}
/* ************************ WHATSAPP ICON ***************************** */
.fixed {
   position: fixed;
   transition: all 1.5s ease 0s;
   width: 50px;
   height: 50px;
   bottom: 12px;
   /*background-color: #25d366;*/
   color: #FFF;
   border-radius: 50px;
   text-align: center;
   font-size: 30px;
   left: 15px;
   z-index: 100;
   animation: white-shadow .8s infinite, green-shadow .8s infinite;
   box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
   background-color: #13990a;
}


   @keyframes white-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.5);
    -webkit-transition: box-shadow .3s ease-in-out;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .4s ease-in-out;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  }
}