/**
Theme Name:
Devolap by:
Author:
Author URI:
Description:
Version: 1.0.0
**/

.floatleft {
    float: left
}
.floatright {
    float: right
}
a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
    outline: 0px solid
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	max-width: 100%;
	text-align: center;
}
.fix:after {
    content: "";
    display: table;
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0 0 15px;
}
.column {
    width: 795px;
    margin: 0 auto;
    display: block;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    color: #303030;
}
/*Header*/

.header-area {
    padding-top: 22px;
    padding-bottom: 35px;
}
.slicknav_menu {
    display: none;
}
.menu ul {
    text-align: right;
}
.menu ul li {
    display: inline
}
.menu ul li a {
    border-right: 1px solid #d1d0d3;
    color: #4a4949;
    display: inline-block;
    font-size: 20px;
    padding: 0 10px;
}
.menu ul li a:hover {
    color: #67bd54;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.menu ul li a.active {
    color: #67bd54;
}
.menu ul li:last-child a {
    margin-right: 0px;
    border-right: 0px solid #d1d0d3;
}
.menu-area {
    background: rgba(0, 0, 0, 0) url("images/header-background.png") no-repeat scroll 0 0;
    margin-left: -1px;
    min-height: 93px;
    padding-top: 22px;
    width: 532px;
}
.logo-area {
    width: 264px;
}
/*Header*/
/*Footer*/

.footer-area {
    background: #696969 none repeat scroll 0 0;
    padding-bottom: 10px;
    padding-top: 20px;
}
.copy-right .social-links {
    width: 50%
}
.copy-right p {
	color: #000000;
	font-size: 13px;
	margin: 12px 0 0;
}
.social-links ul {} .social-links ul li {
    display: inline
}
.social-links ul li a {
    display: inline-block;
    margin-left: 15px;
}
/*Footer*/

.main-area {
    background: #eceded none repeat scroll 0 0;
    min-height: 660px;
    padding: 20px 0;
}
h2.page-heading {
    border-bottom: 2px solid #939398;
    color: #303030;
    font-size: 20px;
    font-weight: bold;
}
.leftsite-image {
    width: 25%;
}
.right-text {
    width: 75%;
}
.page-text {
    margin-top: 10px;
}
.about-us-text {
    margin-bottom: 60px;
    padding-left: 25%;
}
.singel-work {
    float: left;
    margin-left: 3%;
    position: relative;
    width: 22%;
}
.work-image img {
    width: 100%;
}
.work-text h2 {
    background: #8c8c8c none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    line-height: 55px;
    margin-bottom: 0;
    min-height: 72px;
    padding: 5px;
    vertical-align: middle;
    width: 100%;
	border:0px;
	cursor:pointer
}
.work-text h2.chat-color{
    background: #BFBFBF none repeat scroll 0 0;
}
.work-text h2.design-color{
    background: #8c8c8c none repeat scroll 0 0;
}
.singel-work:hover .work-text h2{
    background: #67bd54;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.work-text img {
    vertical-align: middle;
}
.work-text {
    bottom: 50px;
    left: 0;
    position: absolute;
    width: 100%;
}
.our-work-area {
    margin-left: -3%;
}
.singel-work button{
	background: transparent none repeat scroll 0 0;
border: 0 none;
cursor: pointer;
padding: 0;
width: 100%;
}
