/* Default CSS */


/* home content */

#content_container {
 margin: 0 auto;
 width: 100%;
background-color: #ffffff;
}
.content_center {
max-width: 1440px;
margin: 0 auto;
left: 0;
right 0;
 }


.get_in_touch_text {
margin-top: 24px;
   }
   
.get_in_touch_text_sml {

 margin: 0 auto;
 background-color: #ffffff;
 padding-bottom: 40px;
   }
   
 .orange_line {
 height: 4px;  
 width: 40px;  
 border-radius: 3.5px;  
 background-color: #FF4929; 
 margin-bottom:  -10px;
 margin-left: -16px;
 
  }
   
 .form_section_container {
 margin: 0 auto;
 width: 100%;
 background-color: #F3F3F3;
   }
   
 .form_section_center {
 max-width: 1440px;
 margin: 0 auto;
 padding: 110px 0 120px 0;
 
  }
  
.enquiry {
 }

 .creative_thinkers_text {
margin-top: -16px; 
  }
  

.spacer {
margin-top: 50px;
 padding: 12px 20px;

 }
.smaller_spacer {
margin-top: 40px;
 padding: 12px 0;
 }
 
 

 
.form_field_tags {
margin-top: 40px;
 padding: 20px; 

 }
.text_box_tag {
 padding: 20px ;

 }

 
/* category select */

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  height: 45px;
  border: 1px solid #B2B4B2;
   margin-top:50px;
  background-color: #ffffff;
  
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #ffffff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 5%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000000 transparent;
  top: 14px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #000000;
  padding: 1px 10px;
  border: none;
  height: 30px;
  line-height: 25px;
  cursor: pointer;
}

   @media only screen 
and (min-device-width : 801px) 
and (max-device-width : 978px) { 
.select-items div,.select-selected {
height: 30px;

 }

}

/* Style items (options): */
.select-items {

  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #B2B4B2;
  background-color: #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #FF4929;
}



/* end category select */

/* name input */
#fname {

  width: 98%;
  height: 45px;
   border: 1px solid #B2B4B2;
   
   float: left;
   padding: 10px;
  
 }
#fname:placeholder {
color: red;

 }
 
#lname {
  width: 98%;
  height: 45px;
  border: 1px solid #B2B4B2;
  float: right;
  padding: 10px;
 }

 .bname {


  width: 100%;
  height: 45px;
   border: 1px solid #B2B4B2;
   float: right;
    padding: 10px;
 }
 
.textarea-styled {
	width: 100%;
	height: 180px;
    color: #000000;
   font-family:  Montserrat, Helvetica, sans-serif;
   font-size: 14px;
   letter-spacing: 0;
   line-height: 16px;
   padding: 10px;
   margin:-10px;
   float:right;
}

.privacy {
    color: #B2B4B2;
   font-family:  Montserrat, Helvetica, sans-serif;
   font-size: 12px;
   padding: 20px;

 }

 .privacy a {
 color: #FF4929;
 
  }
  
 .privacy a:visited {
 color: #FF4929;
 
  }
  
 .submit {
  box-sizing: border-box;
  height: 50px;
  width: 160px;
  border: 2px solid #FF4929;
  border-radius: 41.5px;
  color:  #FF4929;
  transition: 0.4s;
  font-family: "Proxima Nova", Montserrat, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding: 10px;
  margin: 20px;
}

.submit:hover {
background-color:  #FF4929;
color: white;

 }
 
 .contact_directly_container {
 width: 100%;
 background-color: #ffffff;
 margin: 0 auto;
 left:0;
 right: 0;
   }
   
.contact_directly_center {
 max-width: 1440px;
 margin: 0 auto;
padding: 110px 0 120px 0;
 left: 0;
 right:0;
 
  }
.directly {
margin-top: -26px;
 }
 
.contact_details {margin-top: 0px; }

 
.contact_details a {
color:#FF4929;
 }
 
.contact_details a:hover {
color:#FF4929;
 }
 
 
 /*mobile */
 
   @media only screen 
and (min-device-width : 300px) 
and (max-device-width : 801px) { 
.content_center {
max-width: 90%;

 }

.get_in_touch_text {
margin-top: 45px;
   }
   
.get_in_touch_text_sml {

 margin: 0 auto;
 background-color: #ffffff;
 padding-bottom: 70px;
   }
   
   
 .form_section_center {
 max-width: 90%;
 margin: 0 auto;
 padding: 100px 0 80px 0;
 
  } 
 .enquiry {
   margin: 0 0 0 16px;
  } 
  
.creative_thinkers_text {
  margin-top: 40px; 
  }  
  

.spacer {
margin-top: 35px;
 padding: 0;
 line-height: 35px;

 }
 
.custom-select {
  position: relative;
  height: 40px;
  margin-top:4px;
  } 
  
.select-items div,.select-selected {
  padding: 5px 10px;
  border: none;
  height: 30px;
  line-height: 25px;
  cursor: pointer;
}

.smaller_spacer {
 margin: 4px 0 4px 0;
 line-height: 25px;
 padding: 0;
 }
 
.form_field_tags {
 margin-top: 4px;
 line-height: 25px;
 padding: 0; 

 }
.text_box_tag {
 padding: 0px ;
 line-height: 35px;
 }
 
#fname {

  width: 100%;
  height: 45px;
   border: 1px solid #B2B4B2;
   float: left;
   padding: 10px;
  
 }

 
#lname {

    width: 100%;
    height: 45px;
     float: left;
    padding: 10px;
 }

.textarea-styled {

   line-height: 16px;
   padding: 10px;
   margin: 0 auto;
   float:left;
}

 .submit {
  box-sizing: border-box;
  height: 50px;
  width: 285px;
  border: 2px solid #FF4929;
  border-radius: 41.5px;
  color:  #FF4929;
  transition: 0.4s;
  font-family: "Proxima Nova", Montserrat, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding: 10px;
  margin: 20px auto 0 auto;
}



   
.contact_directly_center {
 max-width: 90%;
padding: 108px 0 70px 0;
 left: 0;
 right:0;
 
  }
.directly {
margin-top: 43px;
 }
 
.contact_details {margin-top: 44px; }

 
.contact_details a {
color:#FF4929;
 }
 
.contact_details a:hover {
color:#FF4929;
 }
 

}

/* file upload */





.span-field {
    font: Arial;
    font-size: small;
    text-decoration: none;
}


.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}

.attach {
margin-bottom: -20px;
margin-left: 5px;

 } 