#modal{
  position: fixed;  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.81);
  z-index: 5;  
  display: none;
}

#form{
  position: absolute;
  top: 50%;
  left: 40%;
  padding: 20px;
  width: 500px;
  height: 260px;
  background: #fff;
  margin: -110px -110px; 
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9); 
}

@media (max-width: 480px) {
  #form {
  width: 310px;
  height: 280px;
  }
}

.inline {
  display: inline;
}

.marb10 {
  margin-bottom: 10px;
  text-align: justify;
}
.marb25 {
  margin-bottom: 25px;
  text-align: justify;
}
.fweight {
  font-weight: 600;
  text-align: center;
}
.logo_small {
  width: 40%;
}
@media (max-width: 480px) {
  .logo_small {
  width: 40%;
  margin-left: 5%;
  }
}
.number_small {
  width: 30%;
}
@media (max-width: 480px) {
  .number_small {
  width: 50%;
  margin-right: 3%;
  float: right;
  }
}
.ico_small {
  width: 30%;
}
@media (max-width: 480px) {
  .ico_small {
  width: 100%;
  float: right;
  margin-top: 6%;
  margin-right: 7%;
  }
}
.numbertext {
  display: inline;
  font-size: large;
}
.numberlogo {
  display: inline;
  font-size: large;
  color: #e3e1e1;
  margin-right: 3%;
}
@media (max-width: 480px) {
  .numberlogo {
  margin-right: 4%;
  }
}
.logo_number {
  background-image: url("assets/img/ico/a1.png");
  background-repeat: no-repeat;
  display: inline;
}
.logo_center {
text-align: center;
}
.logo_transf {
text-transform: initial;
}
.logo_p {
font-weight: 600;
font-size: 30px;
color: #e56d6d;
}
.transf {
text-transform: initial;
}
.marg-top15 {
margin-top: 15px;
}
.marg-bottom15 {
margin-bottom: 15px;
}
.marg-top25 {
margin-top: 25px;
}
.marg-bottom25 {
margin-bottom: 25px;
}
.pad-bottom25 {
padding-bottom: 25px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.feature-item {
	text-align: center;
	height: 320px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 100px 15px 15px;
	position: relative;
}

.feature-item:hover:before {
	opacity: 1;
}

.feature-item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #e56d6d;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.feature-item h3 {
	color: #ffffff;
	font-weight: 500;
	text-transform: initial;
	margin-bottom: 14px;
}

.feature-item p {
	color: #ffffff;
	margin-bottom: 22px;
}

.feature-item .primary-btn.f-btn:hover:after {
	opacity: 1;
}
.primary-btn {
	display: inline-block;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 160px;
	height: 46px;
	border-left: 0.5px solid #ffffff;
	border-right: 0.5px solid #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: linear-gradient(to right, #ffffff 100%, #ffffff 100%), linear-gradient(to right, #ffffff 0%, #ffffff 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 45px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.primary-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #ffffff;
	background: linear-gradient(to right, #e4381C, #ffffff);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}

.site-btn {
	display: inline-block;
	font-size: 12px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	padding: 0 12px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: none;
	width: 127px;
	height: 40px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-top: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-image: linear-gradient(to right, #e4381C 100%, #e4381C 0%), linear-gradient(to right, #e4381C 0%, #e4381C 0%);
	-webkit-transition-duration: 1000ms;
	-o-transition-duration: 1000ms;
	transition-duration: 1000ms;
	line-height: 38px;
	position: relative;
	z-index: 1;
	border-radius: 4px;
}

.site-btn:after {
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	background: #e16521;
	background: linear-gradient(to right, #e16521, #e4381C);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
	opacity: 0;
}
.text_color {
	color: #515769;
        font-weight: 600;
}
.text_jus {
	text-align: justify;
}
.marb20 {
	margin-bottom: 20px;
}
.marb25 {
	margin-bottom: 25px;
}
.text_ind {
	text-indent: 10px;
}
.marg-bottom10 {
margin-bottom: 10px;
}