/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */


/*end reset*/


.w3_frm {
    justify-content: center;
    align-items: center;
    max-width:700px;
    margin: 95px auto;
	display:flex;
	flex-wrap:wrap;
	background-color: rgb(17, 17, 17);
	padding:2em;
}

.w3l_nm {
    display: flex;
}
.agile_fx {
    flex-basis: 40%;
}

select.dropdown, input#datepicker, input#datepicker1, input#datepicker2 {
    width: 100%;
    padding: 10px 15px;
    margin-top: 12px;
    margin-bottom: 18px;
    outline: none;
    border: none;
    color: #000;
    background-color: transparent;
	border:1px solid #000;
}
.wthree_fl {
    flex-basis: 60%;
}
.wthree_loc {
    display: flex;
}
.w3ls_ad {
    flex-basis: 40%;
}

.w3ls-name1 {
    display: flex;
}
.w3_sd3 {
    flex-basis: 47%;
    margin-right: 20px;
}
.w3_sd4 {
    flex-basis: 47%;
   }
.w3_sd4 select{
	font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    outline: none;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
}
option {
    background-color: #fff;
}
input#timepicker {
    color: #000;
}

h3 {
    font-size: 50px;
    color: #333;
    letter-spacing: 2px;
    padding:0 0 30px ;
	text-align:center;
}
label.w3ls-opt {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 0;
	color: #fff;
	
}
textarea#message {
    height: 150px;
    padding: 7px;
    border: none;
    font-size: 15px;
    outline: none;
    color: #000;
    background-color: #fff;
    margin-top: 12px;
    margin-bottom: 18px;
    width: 96%;
	resize:none;
	font-family: 'Open Sans', sans-serif;
	text-transform:capitalize;
	font-weight: 500;
	letter-spacing:1px;
	border:1px solid #000;
}
.copy-wthree {
    text-align: center;
    padding: 20px 0;
    color: #fff;
	letter-spacing:2px;
	line-height:1.8em;
	
}
.copy-wthree a {
	color:#ff4f81;
}
.copy-wthree p {
	font-size:15px;
}
span.w3ls-star {
    font-size: 28px;
    vertical-align: -5px;
    color: #0088cc;
}
label.w3ls-opt1 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 2px;
    color: #fff;	
	
}
input[type="text"] {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    outline: none;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
    
}
input[type="email"] {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
	letter-spacing: 1px;
    width: 100%;
    padding: 10px;
	margin: 10px 0;
    outline: none;
	border: 1px solid #000;
	color: #000;
    box-sizing: border-box;
	
}
input#datepicker2 {
	background: url(../images/date-icon.png) no-repeat 95.5% 45% #fff;
	cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}


input[type="submit"] {
	font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
	display: block;
    padding: 10px;
	width: 30%;
    margin: 10px auto 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	outline:none;
	background: #0088cc;
    color: #fff;
	cursor: pointer;
	
}
span.w3ls-text.w3ls-name select {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    outline: none;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    
}
span.w3ls-text.w3ls-name select option {
    color: #000;
}
.input {
    margin: 20px 0;
}

/** Responsive **/
@media screen and (max-width: 991px){
h1 {
    font-size: 45px;
	letter-spacing:2px;

}
h3 {
    font-size: 45px;
}	
}
@media screen and (max-width: 800px){
h1 {
    font-size: 40px;
    letter-spacing: 1px;
}
h3 {
    font-size: 40px;
}
.w3_frm {
    margin: 0px 3vw;
}	
}
@media screen and (max-width: 768px){
	h1 {
    font-size: 35px;
}
h3 {
    font-size: 35px;
}
}
@media screen and (max-width: 667px){
.w3_frm {
    margin: 0px 3vw;
}
	h1 {
    font-size: 30px;
}
h3 {
    font-size: 30px;
}
}
@media screen and (max-width: 568px){
.agile_fx {
    flex-basis: 50%;
}
.w3ls_ad {
    flex-basis: 50%;
}
	h1 {
	margin: 20px 0 20px 0;
}	
}
@media screen and (max-width: 480px){
.w3l_nm {
    display: flex;
    flex-direction: column;
}
.wthree_loc {
    display: flex;
    flex-direction: column;
}
h1 {
    letter-spacing: 0px;
}	
}  
@media screen and (max-width: 414px){

h3 {
    font-size: 25px;
}
.copy-wthree p {
    font-size: 14px;
}	
}
@media screen and (max-width: 320px){
input[type="submit"] {
    width: 50%;
}
h1 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
	letter-spacing:1px;
}	
}  
/** /Responsive**/