/*
Template Name: HTML Construction Template
Author: yaminncco

Colors:
	Body 		: #64728A
	Headers 	: #004
	Primary 	: #00b6f0
	Dark     	: #001232
	Grey 		: #F8F8F8 #EEE

Fonts: Poppins

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Home
5 > About
6 > Numbers
7 > Portfolio
8 > Services
9 > Pricing
10 > Testimonial
11 > Partners
12 > Blog
13 > Blog post
14 > Blog sidebar
15 > Footer
16 > Responsive
17 > Accordion
18 > Owl theme
19 > Preloader
------------------------------------*/
/*------------------------------------*\
	General
\*------------------------------------*/
/* --- typography --- */
 
input[type="file"] { width:100%;}
 

  
/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea  {
outline: none;
font-size: 1em;
font-weight: 400;
color: #000;
padding: 10px;
border: 2px solid #ccc;
width: 98%;
margin: 0.5em 0em 1.2em 0em;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-appearance: none;
 }

input[type="text"]:hover , input[type="email"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="url"]:hover, input[type="tel"], textarea:hover {
  border:2px solid #f65100;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
select {
 
font-size: 1em;
font-weight: 400;
color: #000;
padding: 7px;
border: 2px solid #ccc;
width: 98%;
margin: 0.5em 0em 1.2em 0em;
border-radius: 5px;
/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-appearance: none;*/
 }
/*textarea {
    padding: 10px 15px;
    min-height: 90px;
    resize: vertical;
}*/
input, textarea {
    display: block;
    clear: left;
}
/*------------------------------------*\
	Logo
\*------------------------------------*/

   