
/* CSS Style sheet auto-generated by WEEcommunicate.com APP */

.layout {
	margin: 0!important;
}

/* create form field design within form */
.mw_formCF7F1 {
 width: 100%;
 margin: 0px!important;
}

.heroimage {
	width: 100%;
}	

/* start loader */

/* Center the loader */

.loader {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
  }

@-webkit-keyframes spinner { /* For Safari */
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spin-it {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
	-webkit-animation: spinner 1s linear infinite; /* Safari */
   animation: spinner 1s linear infinite;
}

.fa-spinner {
    font-size: 4em;
    color: #ffffff;
}

.fa-circle-o-notch {
    font-size: 4em;
    color: #ffffff;
}

.fa-refresh {
    font-size: 4em;
    color: #ffffff;
}
/* end loader */


.input-group  { /* Targets the input element inside the input-group class */
  width: 100%!important; /* Makes the input take up the full width of the group */
}
.antispam {
	/* border: #D70040 1px solid!important; */
	
}

.captcha1 {
  display: inline-block!important;
  margin-left: 25px;
}
.error , textarea.error {
  border: #D70040 1px solid!important;
  background: #ffffff!important;
  z-index:99999;
 }
 
label.error , legend.error  {
  margin: 10px 10px 10px 20px;
  padding: 5px 10px 5px 10px;
  font-weight: normal;
  border: 1px white!important;
  border-radius: 5px;
  color: #ffffff!important;
   background: #D70040!important;
 }
 

.alert   {
 clear: both;
  }
 
.w_100 {
 width: 100%;
}
.mt-20 {
margin-top: 20px;
}
.mb-20 {
margin-bottom: 20px;
}
.mt-50 {
margin-top: 50px;
}
.mb-50 {
margin-bottom: 50px;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #333333;
}

.float-right {
    float: right!important;
}
.float-left {
     float: left!important;
}

legend, label {
	font-weight: bold;
}

.btn {
	margin: 20px 20px 20px 20px!important;
}

.checkbox, .radio {
	font-weight: normal!important;
}

.numberCircle {
  display: inline-block;
  line-height: 0px;
  border-radius: 50%;
  border: 2px solid;
  font-size: 15px;
}

.numberCircle span {
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 8px;
  margin-right: 8px;
}


#mw_successmessageCF7F1 {
width: 100%;
padding: 20px 20px 20px 20px;
color: #000000;
text-align: center;
font-size: 20px;
}



	
/* Custom style sheet for landing page user defined */


.page-section {
	position: relative;
	width: 100%;
	margin: 0px!important;
	padding: 0px!important;
}
 
@media screen and (min-width: 768px) {
	.container_mwo {
		
			margin-top: 0%!important;
			margin-right: 0%!important;
			margin-bottom: 0%!important;
			margin-left: 0%!important;
			padding-top: 0px!important;
			padding-right: 0px!important;
			padding-bottom: 0px!important;
			padding-left: 0px!important;
		
}
}
@media screen and (max-width: 768px) {
	.container_mwo {
		margin: 0px 0px 0px 0px!important;
		padding: 0px 0px 0px 0px!important;
	
}
}



/* Custom style sheet for form itself user defined */
.canvasCF7F1 {
	position: relative;
	margin: 50px 50px 50px 50px!important; 
	padding: 25px 25px 25px 25px!important; 
	 background-color: #ffffff!important;  border: 1px solid  #cccccc!important;  border-radius: 10px!important; 
}

label {
  color: #000000!important;
}

input , textarea , select   {
  color: #000000!important;
}

h2, p    {
  color: #000000!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000!important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder  {  /* Internet Explorer 10-11 */
  color: #000000!important;
}
::-ms-input-placeholder  { /* Microsoft Edge */
  color: #000000!important;
}



/* button */
#submitformbtnCF7F1  {
	 border: none !important; 
	padding: 10px 20px 10px 20px; 
}

/* button:hover */
 #submitformbtnCF7F1:hover  {
	 border: none !important; 
	padding: 10px 20px 10px 20px; 
}




