
/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	color:#797a7c;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4{font-family: 'Roboto Condensed', sans-serif; color:#333;}
h2{
	color:#333333;
	font-size:31px;	
	font-family: 'Roboto Condensed', sans-serif;
	margin:0;
	margin-bottom:20px;
}
p{
	line-height:26px;
	}

a{color:#0096df; transition: all 0.4s ease-in-out 0s;}
a:hover{color:#000; text-decoration:none; transition: all 0.4s ease-in-out 0s;}

img{
	/*width:100%;*/
	}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}	
.common{
	padding:50px 0;
	}
.page-title{
	margin-bottom:50px;	
}


/*main css*/

/*header_toppart*/

.header_toppart{
	background:#fafafa;
	padding:10px 0;
	}

.header_toppart ul{
	
	padding:0;
	margin:0;
	}

.header_toppart ul li{
	display:inline-block;
	margin:0 15px;
	}
.header_toppart ul span{
	color:#353535;
	}	
.header_toppart ul li a{
	color:#353535;
	}
.header_toppart ul li a:hover{
	color:#59ad51 ;
	}
.header_toppart ul li.social a{
	margin-right:10px;
	}	
.header_toppart ul li i.fa {
    background: #00a9f1 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 25px;
}
.header_toppart ul li i.fa:hover{
	background:#4da85b;
	}



/*nav*/

.navbar {
    border-radius: 0;
    box-shadow: 0 6px 4px -9px #888888;
}
.navbar-toggle{
	background:#333;
	margin-top: 28px;	
}
.navbar-toggle:hover{
	background:#0096df;	
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
	color:#0096df;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #ededed;
	border:none;
}
.navbar-brand{
	height:auto;
	padding: 6px 0;	
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-left:0;	
}
.navbar-right {
    margin-right: 15px;
    margin-top: 4px;
}

.navbar-brand > img {
    width: 250px;
}

/*showcase*/

.carousel-control {
    background-color: transparent;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 4%;
}
.carousel-control.right{
    background-image: none;
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-control.left{
    background-image: none;
}







/*welcome_site*/


.welcome_site{
	text-align:center;
	padding:65px 0;
	}
.welcome_site h2{
	text-transform:uppercase;
	}
.welcome_site img{
	margin:0 auto;
	padding-bottom:20px;
	}


/*project*/

.project{
	background:#f6f6f6;
	}
.project h2{
	font-size:44px;
	}
.project p{
	padding-bottom:44px;
	}
.project img{
	margin-bottom:15px;
	}

/*pratners*/

.pratners{
	background:#59ad51;
	padding:25px 0;
	}
.pratners h2 {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    line-height: 44px;
    margin: 0;
    padding-right: 36px;
}
.pratners img{
	display:inline-block;
	margin:0 15px;
	width:120px;
	}

/*clients*/

.clients{
	background:#f6f6f6;
	padding:100px 0;
	}
.clients h2{
	font-size:44px;
	text-align:center;
	}
.clients p{
	padding-bottom:44px;
	text-align:center;
	}
.box{
	background:#FFF;
	padding:25px;
	position:relative;
	margin-bottom:30px;
	}
.box h3 {
    font-size: 19px;
    margin: 15px 0;
}
.box p{
	text-align:left;
	padding-bottom:15px;
	}
.box hr{
	margin:0;
	margin-bottom:25px;
	}
.box span img {
    display: inline;
    margin-right: 10px;
}
.box span.mark {
    background: #59ad51 none repeat scroll 0 0;
    padding: 10px 14px;
    position: absolute;
    top: -24px;
}
.box span.mark img{
	margin-right:0;
	}

/*contact_information*/

.contact_information{
	padding:70px 0;
	}
label{
	font-weight:normal;
	}
.contact_information input{
    background-color: rgba(0, 0, 0, 0.06);
    background-position: right 16px top 50%;
    background-repeat: no-repeat;
    border: 0 none ;
    border-radius: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
    padding: 0 12px ;
    width: 100%;
}
.contact_information textarea {
    background-color: rgba(0, 0, 0, 0.06);
    background-position: right 16px top 50%;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset ;
    box-sizing: border-box;
    height: 120px ;
    margin: 0 0 10px;
    padding: 8px 12px;
    width: 100%;
}
.contact_information button{
    background-color: #58b366;
    background-image: linear-gradient(to bottom, #4fad5d, #4aa258);
    border: 0 none;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
    padding: 0 26px;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.contact_information button:hover{
background-image: linear-gradient(to top, #4fad5d, #4aa258);
    color: #fff;
}



/* Footer Styles */

.footer {
	background:#59ad51;
	text-align:center;
	padding:25px 0;
}
.footer img{
	display:block;
	margin:0 auto;
	}
.footer p{
	color:#FFF;
	padding-top:20px;
	}




/*Contact Us Page Css*/
.google-map {
    border-top: 5px solid #59ad51;
	border-bottom: 5px solid #ededed;
    position: relative;
	margin:60px 0 0;
}
/*Contact Us page End Template */












/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	.another-why{
		height: auto;
    	margin-top: 0;	
		padding-bottom:30px;
	}
	.why-below {
		top: 0;
	}
	.why-below > div:nth-child(2) > .my-table > div {
		position: relative;
		top: 0;
	}
	.clients img {
		margin-top: 0;
	}
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	footer  p{
		text-align:center;
		margin-bottom:30px;
	}
	footer > div > div:last-child p{
		text-align:center;
		margin-bottom:0;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
		margin-left:15px;	
	}
	.top-contact{display:none;
			
	}
	.home-mainblock h1{
		font-size:25px;	
		line-height:normal;
	}
	.step-abs{
		width:80%;	
	}
	
	
	
	.top-left, .social{display:none !important;}
	.top-right{text-align:center; float:none !important;}
	.header_toppart ul li {
    		margin: 0 4px;
	}
	.top-right span:nth-child(4){
		display:none;
	}
	
}