/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 

1. section_1 css
2. section_2 css
3. section_3 css
4. section_4 css
5. section_5 css

*/


/* custom css */

input:focus, textarea:focus, select:focus {
    outline:none;
}
.close_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	background:#f7f7f7;
}
#footer_1_section, #footer_2_section, #footer_3_section,
#footer_4_section , #footer_5_section{
	float:left;
	width:100%;
}

/* custom css end*/



/* section_4 css*/

.section_4{
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.section4_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background: #000000;
    opacity: 0.9;
}
.section_4 h4{
	color:#fff;
	text-align:center;
}
.section_4 p{
	font-size:15px;
	color:#a5a5a5;
}
.section4_wrapper{
	float:left;
	width:100%;
}
.section4_bottom_wrapper{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	border-top: 1px solid #393737;
    opacity: 0.9;
}
.section4_copyright p{
	font-family: 'Lato';
    color: #a5a5a5;
	margin:0;
}
.section4_footer_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.section4_footer_menu ul li{
	float:left;
	margin-left:25px;
}
.section4_footer_menu ul li:first-child{
	margin-left:0px;
}
.section4_footer_menu ul li a{
	float:left;
	font-size:14px;
	font-family: 'Lato';
    color: #a5a5a5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section4_footer_menu ul li a:hover{
    color: #4285f4;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_social, .wrapper_quote, .wrapper_email{
	float:left;
	width:100%;
	padding:52px;
}
.wrapper_social, .wrapper_quote{
	border-right:1px solid #393737;
}
.wrapper_social_image, .wrapper_social_text, .wrapper_social_media{

	display:inline-block;
}
.wrapper_social_icons{
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper_social_icons li{
	float:left;
	margin-left:10px;
}
.wrapper_social_icons li:first-child{
	margin-left:0px;
}
.wrapper_social_icons li a{
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#8b8b8b;
	background: #353535;
	border-radius:50%;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_social_icons li a:hover{
	background:#4285f4;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_social_image{
	padding-bottom:30px;
}
.wrapper_social_text{
	padding-bottom:45px;
	text-align:center;
}
.wrapper_quote{
	text-align:center;
}
.wrapper_quote h4{
	padding-bottom:9px;
}
.wrapper_quote_text{
	padding-bottom:40px;
}
.wrapper_quote_button a{
	float:left;
	color:#a5a5a5;
	border:1px solid #383838;
	border-radius:35px;
	padding:10px 12px;
	width:146px;
}
.wrapper_quote_button a:hover{
	background:#4285f4;
	color:#fff;
	border:1px solid #4285f4;
}
.wrapper_email h4{
	padding-bottom:52px;
}
.wrapper_email_text{
	padding-bottom:40px;
}
.wrapper_email_button input {
	height: 46px;
    background: #353535;
    border: 1px solid #353535;
	border-radius:35px;
     padding: 17px 45px 17px 13px;
    color: #656565;
    font-size: 13px;
}
.wrapper_email_button i {
    margin-left: -45px;
    background: #4285f4;
	border-radius:50%;
	color:#fff;
	width:35px;
	height:35px;
	line-height:35px;
}
.wrapper_quote_text{
	float:left;
	width:100%;
	display:inline-block;
}
 .wrapper_quote_button{
	display:inline-block;
}
.wrapper_email{
	text-align:center;
}
.wrapper_email_text{
	float:left;
	width:100%;
	display:inline-block;
}
.wrapper_email_button{
	display:inline-block;
}
.wrapper_email_text a{
	color:#4285f4;
}

/* section_4 css end*/

/* footer css*/
footer{
	width:100%;
	float:left;
	background:#f7f7f7;
	padding-top: 100px;
    padding-bottom: 100px;
	
}
.copyright p{
	font-size:20px;
	color:#111111;
	font-weight:300;
	margin:0;
}
.copyright a{
	color:#4285f4;
}

/* footer css end*/


/* media  query css for ipad */

@media (min-width: 992px) and (max-width: 1199px) {
	
	.copyright_icons li a i {
		font-size: 26px;
	}
	.section2_footer_menu ul li {
		margin-left: 30px;
	}

}

/* media  query css for ipad */

@media(min-width: 767px) and (max-width: 991px) {
	
.section2_footer_menu ul li:first-child {
    margin-left: 80px;
}
.wrapper_social, .wrapper_quote{
	border-right:0;
	border-bottom: 1px solid #393737;
}
.hidden{
	display:none;
}
.visible{
	display:block;
}
}

/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
.section5_footer_menu{
	padding-top:20px;
}
.section5_footer_menu ul{
	float:none;
}	
.copyright_icons li a i {
    font-size: 26px;
}
.widget_1{
	padding-bottom: 30px;
}
.widget_2, .widget_3, .widget_4 {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.section2_footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}
.section2_footer_menu {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.section2_footer_menu ul li {
	margin-left: 4px;
    margin-bottom: 10px;
}
.section2_footer_menu ul li:first-child {
    margin-left: 4px;
}
.wrapper_first_icon {
    padding-top: 20px;
}
.wrapper_second_about, .wrapper_second_useful, .wrapper_second_blog, .wrapper_second_contact {
    padding-top: 20px;
}
.wrapper_social_icons li {
    margin-left: 8px;
}
.section4_footer_menu ul li {
    margin-left: 10px;
}
.section4_footer_menu ul {
    float: none;
}
.section4_footer_menu{
	padding-top: 20px;
}
.copyright_icons {
    float: none;
}
.copyright_icon_wrapper {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.wrapper_social, .wrapper_quote{
	border-right:0;
	border-bottom: 1px solid #393737;
}

}
@media(max-width: 360px){
	
.copyright_icons li a i {
    font-size: 18px;
}

}