@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');

*{
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  width: 100%;
  height:100vh;
}
.pre-style{
  background-color: #DDD;
  padding: 10px;
  color: #000 !important;
  border: 2px solid #134484;
}
.html-result-bloc{
  width: 100%;
  min-height: 600px;
  height: auto;
  max-height: 800px;
  background-color: #FFF;
  color: #000 !important;
  border: 2px solid #134484;
  left: 0px;
  top:0px;
}

.text-blue{color: #134484;}
.bg-blue{background: #134484;}
.btn-blue {
  color: #fff;
  background-color: #134484;
  border-color: #134484;
}
.btn-blue:hover {
  color: #134484;
  background-color: transparent;
  border-color: #134484;
}
.view-pdf{
  width: 100%;
  height: 600px;
  border: none;
}
.img-100{
  width: 100%;
  height: auto;
}
.bold{font-weight: bold;}
.square {
  height: 100px;
  width: 100px;
  background-color: transparent;
  border: 1px solid #134484;
  display: none;
}
.mnx-tools{
  min-height: 500px;
  height: auto;
  width: 100%;
}
/************Panel********/
.panel-default {
  border-color: #ddd;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 5%);;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default>.panel-heading {
  color: #FFF;
  background-color: #134484;
  border-color: #134484;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid trrgb(0 0 0 / 5%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body {
  padding: 15px;
}
/**********Mouse animate*****/
.field {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 300px;
}

.field .mouse {
  width: 40px;
  height: 70px;
	border: 3px solid #FFF;
	border-radius: 60px;
	position: relative;
}
.field .mouse::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}
@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}
/******Header***************/
.header-5-bg {
  background: #134484;
  position: relative;
  background-size: cover;
  height: 250px;
  background-position: center center;
}
.header {
  position: relative;
}
.header-5-title{
  font-size: 2rem;
}
.header-5-content {
  z-index: 1;
  position: relative;
}
.bg-overlay {
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header-center {
  display: table;
  width: 100%;
  height: 100%;
}
.header-desc-center {
  display: table-cell;
  vertical-align: middle;
}
.header-5-content {
  z-index: 1;
  position: relative;
}
.text-white-70 {
  color: rgba(255, 255, 255, 0.8);
}
.f-15 {
  font-size: 15px;
}
.header-5-bg #particles-js {
  z-index: 1!important;
  position: absolute;
  width: 100%;
  height: 100%;
}
/*******Footer**************/
footer {
  padding: 60px 0;
}
footer .section-title {
  text-align: center;
  color: #134484;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#footer {
  background: #134484 !important;
}
#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer ul.quick-links li a{
  color:#ffffff;
}
#footer ul.quick-links li{
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
  font-size: 0.85em;
}
#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;
  font-weight:700;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
}
/***************************/
/*******Calculator************/
#calculator {
  width: 500px;
  margin: 4% auto;
  letter-spacing: 5px;
  font-size: 1.8rem;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#calculator .calculator {
  padding: 20px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}
#calculator .input {
  border: 1px solid #ddd;
  border-radius: 1px;
  height: 60px;
  padding-right: 15px;
  padding-top: 10px;
  text-align: right;
  margin-right: 6px;
  font-size: 2.5rem;
  overflow-x: auto;
  transition: all .2s ease-in-out;
}
#calculator .input:hover {
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
#calculator .operators div {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 1px;
  width: 80px;
  text-align: center;
  padding: 10px;
  margin: 20px 4px 10px 0;
  cursor: pointer;
  background-color: #ddd;
  transition: border-color .2s ease-in-out, background-color .2s, box-shadow .2s;
}
#calculator .operators div:hover {
  background-color: #ddd;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-color: #aaa;
}
.operators div:active {
  font-weight: bold;
}

.leftPanel {
  display: inline-block;
}
#calculator .numbers div {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 1px;
  width: 80px;
  text-align: center;
  padding: 10px;
  margin: 10px 4px 10px 0;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: border-color .2s ease-in-out, background-color .2s, box-shadow .2s;
}
#calculator .numbers div:hover {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-color: #bbb;
}
#calculator .numbers div:active {
  font-weight: bold;
}
#calculator div.equal {
  display: inline-block;
  border: 1px solid #134484;
  border-radius: 1px;
  width: 17%;
  text-align: center;
  padding: 127px 10px;
  margin: 10px 6px 10px 0;
  vertical-align: top;
  cursor: pointer;
  color: #FFF;
  background-color: #134484;
  transition: all .2s ease-in-out;
}
#calculator div.equal:hover {
  background-color: #134484;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-color: #134484;
}
#calculator div.equal:active {
  font-weight: bold;
}
/******************************/