body{
	height: 100%;
	/*background: #3a6186; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #ff6600, #8c8c8c); /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #ff6600, #8c8c8c);*/
    background: #e6e6e6;
    text-align: center;
    display: block;
}
.contact{
	padding: 10px;
	height: 400px;
}
.col-md-3{
	background: #f7d5cd;
	padding: 4%;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.contact-info{
	margin-top:10%;
}
.contact-info img{
	margin-bottom: 15%;
}
.contact-info h2{
	margin-bottom: 10%;
}
.col-md-9{
	background: #fff;
	padding: 3%;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.contact-form label{
	font-weight:500;
    flex: 0 0 16.666667%;
    max-width: 100.666667%;
    text-align: justify;
    font-size: 14px;
}
.contact-form button{
	background: #ff4700;
	color: #fff;
	font-weight: 600;
	width: 25%;
}

.contact-form button:hover{
    background: #be520a;
    color: #fff;
}
.contact-form button:focus{
	box-shadow:none;
}
.help-block {
	color:#f1160a;
}
label{
  font-size:14px;

}

input[type="radio"]{
    display: block;
  margin-left: auto;
  margin-right: auto;
  -ms-transform: scale(1.5); /* IE 9 */
-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    width: 20%;
  
}

.container {
    max-width: 100%;
}

.bg-dark {
    background: #e6e6e6;
    background-color: #e6e6e6!important;
  /*background: #3a6186; /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to right, #ff6600, #8c8c8c); /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to right, #ff6600, #8c8c8c);*/
  padding-top: 60px;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  text-align: center;
  display:flex;
  align-items: center;

}
.h3, h3 {
    font-size: 1.75rem;
	color:rgb(0, 0, 0)
}
hr {
  /* display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #ccc;
    margin: 1em 0;
    padding: 0;*/
    border: 0;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin: 1em 0;
    padding: 0;
    display: block;
}

select{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 20px;

}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 80px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 80px;
}

p{
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 15px;
    padding-right: 80px;
}

.h4, h4 {
	padding-left: 15px;
    padding-right: 80px;
	color:#066279;
    font-family: 'Dongle', sans-serif;
    font-size: 40px;
}

label[for=noeu]{
 font-weight: 600;
}

input[for=itotmesi]{
    width: 15%;
    font-weight: 1000;
    font-size: 20px;
}

.bg-light {
    background-color: mediumspringgreen;
}

.navbar {
    position: relative;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

form {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left; display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


.title h2 {
    position:relative; font-size:30px; font-weight:700;  letter-spacing:0px; text-transform:uppercase; width:510px; text-align:center; margin:auto; white-space:nowrap; border:2px solid #222;padding:5px 11px 3px 11px;
  }
  .title h2:before, .title h2:after {
      background-color: #c50000;
      position:absolute; 
      content: '';
      height: 7px;
  
      width: 7px; border-radius:50%;
      bottom: 12px;
  }
  .title h2:before {
     left:-20px;
  }
  .title h2:after {
     right:-20px;
  }

  h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Courier New', monospace;
    font-weight: 400;
    font-size: 100px;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  .help-block {
    color: #e01818;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 24px;
    font-family: 'Dongle', sans-serif;
}

.text-white {
    color: #066279!important;
    font-family: 'Baloo Chettan 2', cursive;
    
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



a {
    color: #ff4700;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.alert-danger {
    color: #000000;
    background-color: #1ac903;
    border-color: #037c0d;
    opacity: 0.8;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color:#ff4700;
}

.btn-secondary:hover {
    background: #be520a;
    color: #fff;
}


.btn-secondary{
    background: #ff4700;
	color: #fff;
	font-weight: 600;
	width: 25%;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    font-size: 20px;
}

