@import url("https://fonts.googleapis.com/css?family=Arvo:700|Open+Sans");
html {
  overflow-x: hidden;
}

body{
	font-family:'Open Sans', sans-serif; 
	font-size:12px;
/* background-image: linear-gradient(-90deg, #FDC830,#F37335) */
 /* background: url(images/1.jpg)repeat center center #ffffff;  */
}

a img {
    float: left;
    margin: -13px -17px -54px -9px;
}

p, h1, form, button{border:0; margin:0; padding:0;}

.spacer{clear:both; height:1px;}
.section-header {
  margin-bottom: 20px;
}

.btn {
  font-size: 14px;
  padding: 10px 120px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #007bff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin:20px 20px 20px 20px;
  
}

.btn-common:hover {
  color: #F63854;
  background: transparent;
  border: 1px dotted #F63854;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #F63854;
  background-color: transparent;
  border: 1px solid #F63854;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-border:focus {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #F63854;
  text-transform: capitalize;
}

.btn-rm:hover {
  color: #F63854;
}

button:focus {
  outline: none !important;
}
.w3-input{
	
}
.w3-section{
	
}
.w3-content{
	
}
.w3-light-grey{
	width: 50%;
}
/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

#hero-area h2 {
	text-align: center;
	padding: 100px 0 1px;
	font-weight: 600;
	margin-left: 160px;
}

.hero-area .intro-img {
  padding: 148px 0px;
}

.intro-img img {
  height: auto;
  max-width: 80%;
  margin-top: 5px;
  margin-left:120px;
}

/* ----------- My Form ----------- */
.myform{
	margin:10px auto;
	width:350px;
	padding:5px;
	margin-right:10px;
	margin-top:150px;
	
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;	
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}

	/* ----------- stylized ----------- */
	#stylized{
		border:solid 1px #b7ddf2;
	
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:150px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:14px;
		padding:4px 10px;
		border:solid 1px #aacfe4;
		width:300px;
		margin:10px 0px 5px 20px;
		border-radius: 5px;
		
	}	
	select {
        float:left;
		font-size:14px;
		padding:4px 10px;
		border:solid 1px #aacfe4;
		width:300px;
		margin:5px 0px 5px 20px;
		border-radius: 5px;
		
		}
	
	textarea{
		float:left;
		font-size:14px;
		padding:4px 10px;
		border:solid 1px #aacfe4;
		width:300px;
		margin:5px 0px 5px 20px;
		border-radius: 5px;	
	}




.footer-contact {
  margin-bottom: 30px;
}

.footer-contact p {
  line-height: 28px;
  color: #37474f;
  font-size: 14px;
  /* font-weight: 700; */
  margin-left: 20px;
  margin-bottom: 2px;

}

.footer-social {
	display: flex;
	align-items: center;
}

.footer-social a {
	background-image: linear-gradient(0deg, #1293c8 0%, #1fe4f2 51%, #1293c8 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	background-size: auto 200%;
	transition: all 500ms ease;
}

.footer-social a:hover {
	background-position: bottom;
}

.footer-social a:nth-child(2) {
	background-image: linear-gradient(0deg, #ff5f5e 0%, #ffc52f 51%, #ff5f5e 100%);
}

.footer-social a:nth-child(3) {
	background-image: linear-gradient(0deg, #7b22b0 0%, #e867ff 51%, #7b22b0 100%);
}

.footer-social a:nth-child(4) {
	background-image: linear-gradient(0deg, #388e3c 0%, #b6e66d 51%, #388e3c 100%);
}

.footer-social a+a {
	margin-left: 10px;
}


