/*-----------------------------------------------------------------------------
 *     Copyright (c) 2016 All Rights Reserved
 *
 *     Website:        Kurdi Software Solutions
 *     File:           style.css
 *     Description:    Custom styles
 *     Company:        KURDI
 *     Author:         Zsombor Kurdi
 *     Date:           03/03/2016
 *-----------------------------------------------------------------------------
 *     Revision History:
 *     Version:    Date:       Description:
 *     1.0         03/03/2016  Initial version
 *-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
 * BASIC TYPOGRAPHY
 *-----------------------------------------------------------------------------*/
html {
	overflow-x:hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden !important;
}

a {
	color: #2f2f2f;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

h1, h2 {
	font-family: 'Montserrat', sans-serif;
}

h2 {
	color: #313338;
	font-size: 72px;
	font-weight: 700;
	line-height: 57px;
	margin: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h3, h4, h5, h6 {
	font-family: 'Varela', sans-serif;
}

img {
	border: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*-----------------------------------------------------------------------------
 * PRELOADER
 *-----------------------------------------------------------------------------*/
#preloader {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

#status {
	background-image: url(../image/status.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}


/*-----------------------------------------------------------------------------
 * SCROLL TO TOP
 *-----------------------------------------------------------------------------*/
.scrollToTop {
	background-color: #2da2c8;
	bottom: 60px;
	color: #fff;
	display: none;
	font-size: 32px;
	font-weight: bold;
	height: 50px;
	position: fixed;
	right: 50px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 9999;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus {
	background-color: #fff;
	border: 1px solid #2da2c8;
	color: #2da2c8;
	outline: none;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------
 * HEADER
 *-----------------------------------------------------------------------------*/
#header {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#navbar {
	overflow-x: hidden;
}

.menu_area {
	left:0;
	position: absolute;
	right: 0;
	top: 0;
}

.navbar-brand  {
	color: #fff !important;
	font-family: 'Varela', sans-serif;
	font-size: 35px;
	font-weight: bolder;
}

.navbar-brand > span {
	color: #2da2c8;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-top: 20px;
	padding: 12px 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus  {
	background-color: transparent;
	color: #2da2c8;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #2da2c8;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus  {
	background-color: transparent;
	color: #fff;
}

.past-main {
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 0px;
	padding: 6px 0px;

	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.slider_area {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.slider_btn {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin-top: 30px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.slider_btn:hover,
.slider_btn:focus {
	border-color:#2da2c8;
	color: #2da2c8;
	text-decoration: none;
}

.slider_caption {
	position: relative;
	text-align: center;
	top: 50%;
	z-index: 999;

	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slider_caption > h2 {
	color: #ffffff;
	font-size: 65px;
	font-weight: 700;
	line-height: 76px;
	margin: 0 auto 10px;
	padding-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
}

.slider_caption > p {
	color: #ffffff;
	font-size: 20px;
}

.slider_overlay  {
	background: none repeat scroll 0 0 #242434;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;

	opacity: 0.8;
}

.slides-navigation a {
	height: 100px;
	width: 100px;
}

.slides-navigation a.prev h3 {
	left: 100%;

    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
	right: 100%;
	text-align: right;

    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
	height: 50%;
}

.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    -moz-transform: translateX(-50%) rotate(-125deg);
    -ms-transform: translateX(-50%) rotate(-125deg);
	-o-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    -moz-transform: translateX(-50%) rotate(125deg);
    -ms-transform: translateX(-50%) rotate(125deg);
	-o-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    -moz-transform: translateX(-50%) rotate(-55deg);
    -ms-transform: translateX(-50%) rotate(-55deg);
	-o-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    -moz-transform: translateX(-50%) rotate(55deg);
    -ms-transform: translateX(-50%) rotate(55deg);
	-o-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
	opacity: 1;

    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
	-o-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.slides-navigation h3 {
	color: #ffffff;
	font-size: 0.85em;
	font-weight: 300;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	top: 50%;

	opacity: 0;

    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	background: #2da2c8;
	content: '';
	height: 50%;
	left: 50%;
	position: absolute;
	width: 3px;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	background: #fff;
	height: 0;
	z-index: 100;

    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, -moz-transform 0.3s;
    -ms-transition: height 0.3s, -ms-transform 0.3s;
	-o-transition: height 0.3s, -o-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
	top: 50%;

    -webkit-transform: translateX(-50%) rotate(-135deg);
    -moz-transform: translateX(-50%) rotate(-135deg);
    -ms-transform: translateX(-50%) rotate(-135deg);
	-o-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);

	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    -moz-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
	-o-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);

	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
	top: 50%;

    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);

	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.slides-navigation a.next::after,
.slides-navigation a.next .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);

	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.slides-pagination a {
	border: 2px solid #2da2c8;
}


/*-----------------------------------------------------------------------------
 * ABOUT
 *-----------------------------------------------------------------------------*/
#about {
	display: inline;
	float: left;
	padding: 80px 0px;
	width: 100%;
}

.about_area {
	display: inline;
	min-height: 200px;
	float: left;
	width: 100%;
}

.about_content{
	display: inline;
	float: left;
	padding: 50px 0;
	width: 100%;
}

.about_featured {
	display: inline;
	float: left;
	width: 100%;
}

.about_slider {
	display: inline;
	float: left;
	height: 350px;
	width: 100%;
}

.about_slider .slick-dots li button:before {
	content: "•";
	font-size: 28px;
}

.about_slider .slick-dots li.slick-active button:before {
	opacity: 0.75;
}

.heading {
	display: inline;
	float: left;
	width: 100%;
}

.heading h2 {
	border-bottom: 11px solid #2da2c8;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 35px;
	padding-bottom: 15px;
	padding-right: 50px;
}

.heading p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}

.panel-body {
	border-top-color: transparent !important;
	margin: 10px 0px;
	padding: 0px 15px;
}

.panel-default {
	border-color: transparent;
}

.panel-default > .panel-heading {
	background-color: transparent;
	border: 0 none !important;
	color: #333;
	padding: 5px 15px;
}

.panel-default .in{
	border-color: #2da2c8;
	border-left: 5px solid #2da2c8;
	margin-left: 20px;
	padding-left:10px;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0px;
}

.panel-title {
	border-bottom: 1px solid #ccc;
	color: #222;
	font-family: 'Varela', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.panel-title a {
	display: block;
	padding-bottom: 10px;
	text-decoration: none;
}

.panel-title a:hover {
	color: #2da2c8;
}

.panel-title a span {
	color: #2da2c8;
	margin-right: 5px;
}

.single_item {
	display: inline;
	float: left;
	height: 100%;
	width: 100%;
}
.single_item img {
	max-width: 100%;
}


/*-----------------------------------------------------------------------------
 * PRODUCTS
 *-----------------------------------------------------------------------------*/
#products {
	background-color: #4f535e;
	display: inline;
	float: left;
	padding: 0 0 80px;
	width: 100%;
}

.og-grid li a figure span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-weight: normal;
	margin: 40% 20px 20px;
	padding: 10px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}

.products_area {
	background: none repeat scroll 0 0 #4f535e;
	color: #fff;
	display: inline;
	float: left;
	padding-top: 30px;
	width: 100%;
}

.products_area h2 {
	color: #fff;
}

.products_content {
	float: left;
	display: inline;
	width: 100%;
}

.wagwep-container ul#portfolio-filter {
	border-bottom: medium none;
	margin-top: 25px;
	text-align: center;
}

.wagwep-container ul#portfolio-filter a {
	background: none repeat scroll 0 center rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	margin: 0 10px 10px 0;
	padding: 6px 12px;
	text-decoration: none;
	text-transform: uppercase;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.wagwep-container ul#portfolio-filter a:hover {
	background-color: #2da2c8;
	color: #fff;
}

.wagwep-container ul#portfolio-filter li {
	display: inline-block;
	float: none;
}

.wagwep-container ul#portfolio-filter li.current a {
	background:#2da2c8;
}


/*-----------------------------------------------------------------------------
 * SERVICES
 *-----------------------------------------------------------------------------*/
#services {
	display: inline;
	float: left;
	padding: 80px 0 70px;
	width: 100%;
}

.services_area {
	float: left;
	display: inline;
	width: 100%;
	margin-top: 30px;
}

.service_icon {
	background-color: #2da2c8;
	color: #fff;
	font-size: 72px;
	height: 150px;
	line-height: 120px;
	padding: 15px 0;
	width: 150px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.service_iconarea {
	text-align: center;
	margin-bottom: 10px;
}

.single_service {
	display: inline;
	float: left;
	margin-bottom: 40px;
	padding: 0px 35px;
	width: 100%;
}

.single_service > .service_title:after {
	background-color: #2da2c8;
	bottom: 0;
	content: "";
	height: 3px;
	left: 40%;
	position: absolute;
	width: 100px;
}

.single_service .service_title {
	margin: 20px 0 20px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.single_service:hover .service_icon {	
	border: 2px solid #2da2c8;
	background-color: #fff;
	color: #2da2c8;
}

.single_service:hover .service_title {
	color: #2da2c8;
}


/*-----------------------------------------------------------------------------
 * CLIENTS
 *-----------------------------------------------------------------------------*/
#clients {
	background-color: #4f535e;
	display: inline;
	float: left;
	padding: 0 0 80px;
	width: 100%;
}

.clients_area {
	background: none repeat scroll 0 0 #4f535e;
	color: #fff;
	display: inline;
	float: left;
	padding-top: 30px;
	width: 100%;	
}

.clients_area h2 {
	color: #fff;
}

.clients_content {
	display: inline;
	float: left;
	margin-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.clients_slider {
	display: inline;	
	float: left;	
	width: 100%;	
}

.clients_slider > li {
	margin: 0 auto;
	width: 380px;
}

.clients_slider .slick-dots li {
	border: 1px solid #e6e6e6;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	line-height: 102px;
	margin: 0 5px;
	padding: 7px 5px;
	position: relative;
	width: 34px;
}

.clients_slider .slick-dots li button {
	background: none repeat scroll 0 0 #e6e6e6;
	height: 4px;
	padding: 0px;
	width: 20px;
}

.clients_slider .slick-dots li button:before {
	content:none;  
}

.clients_slider .slick-dots li.slick-active button{
	background: none repeat scroll 0 0 #2da2c8;  
}

.media-heading {  
	font-size: 20px;
}

.testimonial_content {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #000;
	margin: 40px auto 0;
	padding: 10px;
	position: relative;
	width: 100%;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.testimonial_content:before {
	background-image: url("../image/testimonial-arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	height: 22px;
	left: 30%;
	position: absolute;
	top: -22px;
	width: 32px;
}

.testimonial-image img {
	height: 100px;
	width: 100px;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.testimonial_media {
	margin: 0 auto !important;
	width: 250px;
}

.testimonial_media .media-body {  
	vertical-align: middle;
}

.testimonial_media .media-body span {
	color: #2da2c8;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.testimonial_media .media-left {
	padding-right: 20px;
}


/*-----------------------------------------------------------------------------
 * CONTACTS
 *-----------------------------------------------------------------------------*/
#contacts {
	background: none repeat scroll 0 0 #f8f8f8;
	display: inline;
	float: left;
	padding: 80px 0px 0px;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#map_canvas {
	display: inline;
	float: left;
	height: 404px;
	width: 100%;
}

.contact_content {
	display: inline;
	float: left;
	margin-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.contact_form {
	display: inline;
	float: left;
	width: 100%;
}

.contact_form input[type="text"],
.contact_form input[type="email"] {
	margin-bottom: 30px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.contact_map {
	border: 1px solid #ccc;
	display: inline;
	float: left;
	width: 100%;
}

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	padding: 6px 12px;
	width: 100%;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #2da2c8;
	outline: 0;

 	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.submit_btn {
	background-color: #2da2c8;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
	padding: 10px 20px;
	text-transform: uppercase;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.submit_btn:hover {
	background-color: #fff;
	border-color: #2da2c8;
	color: #2da2c8;
}


/*-----------------------------------------------------------------------------
 * CONTACT FEATURES
 *-----------------------------------------------------------------------------*/
#contactFeatures {
	background-image: url("../image/contact-feature-bg.jpg");
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 50px 0px;
	position: relative;
	width: 100%;
	
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.contact_feature_area {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
	z-index: 999;
}

.single_contact_feaure {
	border: 1px solid #ccc;
	display: inline;
	float: left;
	padding: 20px 10px;
	text-align: center;
	width: 100%;
}

.single_contact_feaure > h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}

.single_contact_feaure > i {
	color: #2da2c8;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 5px;
}

.single_contact_feaure > p {
	color: #3f3f3f;
}


/*-----------------------------------------------------------------------------
 * FOOTER
 *-----------------------------------------------------------------------------*/
#footer {
	background-color: #000;
	display: inline;
	float: left;
	padding: 20px;
	width: 100%;
}

.footer_left {
	display: inline;
	float: left;
	width: 100%;
}

.footer_left > p {
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 5px;
}

.footer_right {
	display: inline;
	float: left;
	width: 100%;
}

.social_nav {
	text-align: right;
}

.social_nav li {
	display: inline-block;
}
.social_nav li a {
	border: 1px solid #fff;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	height: 30px;
	line-height: 28px;
	margin-left: 5px;
	text-align: center;
	width: 35px;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.social_nav li a:hover {
	border-color: #2da2c8; 
	color: #2da2c8;
}



/*-----------------------------------------------------------------------------
 * RESPONSIVE STYLE
 *-----------------------------------------------------------------------------*/
@media(max-width: 1199px) {
  #map_canvas { height: 404px; }
  .slider_caption > h2 { width: 100%; }
}

@media(max-width: 991px) {
  #slides { height: 600px !important; }
  .about_slider { margin-top: 30px; }
  .navbar-brand { font-size: 28px; }
  .navbar-default .navbar-nav > li > a { font-size: 13px; padding: 15px 6px; }
  .single_contact_feaure { margin-bottom: 30px; }
  .single_service .service_title { font-size: 18px; }
  .single_service > .service_title:after { left: 33%; }
  .slider_caption > h2 { font-size: 48px; line-height: 48px; }
  .slider_caption > p { font-size: 18px; }
  .testimonial_content { width: 100%; }
}

@media(max-width:767px) {
	#about { padding: 50px 0; }
	#clients {padding: 50px 0;}
	#contactFeatures {background-size: cover;}	
	#contacts {padding: 50px 0 0;}
	#services { padding: 50px 0 50px; }
	#slides { height: 360px !important; }
	#products { padding: 0 0 50px; }
	.contact_map { margin-top: 30px; }
	.footer_left { text-align: center; }
	.heading h2 { font-size: 30px;line-height: 30px; }
	.main_nav { text-align: center; }
	.navbar-collapse { background-color: rgba(0,0,0,0.8); }
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: rgba(0,0,0,0.5); }
	.og-close { z-index: 999; }
	.products_area { padding: 60px 15px 0; }
	.single_service > .service_title:after { left: 41%; }
	.slider_btn { font-size: 18px; }
	.slider_caption > h2 { font-size: 25px;line-height: 26px; }
	.slider_caption > p { font-size: 15px; }
	.social_nav { margin-top: 20px; text-align: center; }
	.testimonial_content:before  { left: 35%; }
	.wagwep-container ul#portfolio-filter a { font-size: 12px; margin: 0 5px 5px 0; padding: 6px 10px; text-indent: 0; }
	.wagwep-container ul#portfolio-filter li { width: auto; }
}

@media(max-width:480px) {
	#slides { height: 320px !important; }
	.footer_left { text-align: center; }
	.footer_right { margin-top: 20px; }
	.single_service > .service_title:after { left: 38%; }
	.slider_caption > a { font-size: 15px; margin-top: 20px; padding: 8px 10px;}
	.slider_caption > h2 { font-size: 20px; line-height: 22px; margin-bottom: 0px;}
	.slider_caption > p { font-size: 14px; }
	.social_nav { text-align: center; }
	.testimonial_content:before { left: 30%; }
	.wagwep-container ul#portfolio-filter { padding: 0 3%; }
	.wagwep-container ul#portfolio-filter li { width: auto; }
	.wagwep-container ul#portfolio-filter a { font-size: 10px; margin: 0 0 2px; padding: 5px; text-align: center; text-indent: 0; }
}

@media(max-width:360px){
	.about_area { padding-bottom: 0px; }
	.about_slider { height: auto; }
	.heading h2 { font-size: 25px; line-height: 30px; }
	.panel-title { font-size: 17px; }
	.single_service > .service_title:after { left: 32%; }
	.slider_caption > a { margin-top: 10px; }
	.slider_caption > h2 { font-size: 18px; line-height: 20px; }
	.slides-navigation {display: none;}
}

@media(max-width:320px ){
	.single_service > .service_title:after { left: 29%; }
	.slider_caption > h2 { font-size: 15px; line-height: 18px; }
}
