/*
Theme Name: Smart_Solutions
Theme URI: http://s-s-it.com/
Author: Ahmed El-sersy
Author URI: http://s-s-it.com/
Description: Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smart_solutions
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Smart_Solutions is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#theme specific styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* main style */


/******* main *******/


/*@import url('https://fonts.googleapis.com/css?family=Delicious');*/


/*@font-face{
	font-family:'Delicious';
	src:url('fonts/Delicious.ttf');*/
	/* src: local('Droid Arabic Kufi Bold'), local('DroidArabicKufi-Bold'), url(http://fonts.gstatic.com/s/droidarabickufi/v9/JSVlVlpguPpvHBckVrsaRsiFKQ2MRv9r-g9iNe0atLQ.woff2) format('woff2');*/
   /* src:url('<link href="//db.onlinewebfonts.com/c/d0dcae141abe3c0489f4de49a039aa51?family=Simply+Delicious"');*/
/*}*/
/*
@font-face {
	font-family: "Simply Delicious";
	src: url("http://db.onlinewebfonts.com/t/d0dcae141abe3c0489f4de49a039aa51.eot");
	src: url("http://db.onlinewebfonts.com/t/d0dcae141abe3c0489f4de49a039aa51.eot?#iefix") format("embedded-opentype"), url("http://db.onlinewebfonts.com/t/d0dcae141abe3c0489f4de49a039aa51.woff2") format("woff2"), url("http://db.onlinewebfonts.com/t/d0dcae141abe3c0489f4de49a039aa51.woff") format("woff"), url("http://db.onlinewebfonts.com/t/d0dcae141abe3c0489f4de49a039aa51.ttf") format("truetype"), url("http://db.onlinewebfonts.com/t/d0dcae141abe3c0489f4de49a039aa51.svg#Simply Delicious") format("svg");
}
*/
/*@import url('https://fonts.googleapis.com/css?family=Delicious');*/


@font-face {
	font-family: "Droid Arabic Kufi";
}
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body {
/*	padding-top: 85px;*/
	position: relative;
	padding-left: 25px !important;
	padding-right: 25px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
/*
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
    perspective: 1000px;
*/
	overflow: hidden;
	/*overflow-x: hidden;*/
	overflow-y: auto;
	/*font-family: 'Delicious', serif;*/
}
.about .mainback .pre_img
{
	margin-top: 8%;
}
.navbar-default {
	background-color: #FFFFFF;
	/*-webkit-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.50);*/
}

#team:focus,
#contact-us:focus,
#price-order:focus,
#our-clients:focus,
#our-services:focus,
#about-us:focus,


#myslide:focus {
	outline: -webkit-focus-ring-color auto 0px;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 0px;
}

.team:focus,
.contact-us:focus,
.price-order:focus,
.our-clients:focus,
.our-services:focus,
.about-us:focus,
.myslide:focus {
	outline: -webkit-focus-ring-color 0px 0px;
	outline-color: -webkit-focus-ring-color;
	outline-style: 0px;
	outline-width: 0px;
}


/*********** start overriding bootstrap********/

#wpadminbar {
	position: fixed;
}
.logged-in .navbar-fixed-top {
	top: 32px;
}
/* main navbar */
.navbar {
	min-height: 85px;
    overflow: hidden;
    left: 25px;
    right: 25px;
}
/* navbar-toggle */

.navbar-toggle {
	margin-top: 18px;
}
/* active link*/

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #29A6DF;
	border-bottom: 10px solid;
	border-color: #2A6A86;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
/* navbar link*/
.navbar-default .navbar-nav > li > a {
	color: #000;
	padding-top: 34px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 16px;
	margin-left: 1px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
/* nav bar position */

.navbar-right {
	float: left !important;
	padding-left: 5%;
}
/* Start brand name*/
.navbar-default .navbar-brand {
	font-size: 30px;
	line-height: 40px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
    padding: 5px 5px;
}

.navbar-default .navbar-brand span,
.services .design .fa-3x,
.services .network .fa-3x,
.services .software .fa-3x {
	color: #29A6DF;
}
/* End brand name*/

.about .z_1
{
	float: left;
}

/************************************************/

.view {
  overflow: hidden;
  width: 100%;
  position: relative;

}
.view > .content {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.view > .content.border-bottom {
  border-bottom: 4px solid;
}
.view > .content.border-top {
  border-top: 4px solid;
}
.view > .content.skew-top-right,
.view > .content.skew-top-left {
  padding-top: 130px;
}
.view > .content.skew-bottom-right,
.view > .content.skew-bottom-left {
  padding-bottom: 130px;
}
.view > .content.small-top-padding {
  padding-top: 40px;
}
.view > .content.small-bottom-padding {
  padding-bottom: 50px;
}
.view.section-header .content {
  padding-top: 60px;
  padding-bottom: 20px;
}
.view.section-header .content.skew-top-right,
.view.section-header .content.skew-top-left {
  padding-top: 60px;
}
.view.section-header .content.skew-bottom-right,
.view.section-header .content.skew-bottom-left {
  padding-bottom: 60px;
}
body > section:first-of-type > .view:first-of-type > .content {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  body > section:first-of-type > .view:first-of-type > .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
*/



/*************************************************/
/*==================================================================
13. Animated Text / .show-list, .textillate
==================================================================*/
.show-list {
  position: relative;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.show-list .show-item {
  text-align: center;
  position: absolute;
  width: 100%;
  opacity: 0;
  padding: 0px 5px;
  pointer-events: none;
  white-space: nowrap;
}
@-webkit-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-moz-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-ms-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-o-keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@keyframes show-animation {
  0% {
    opacity: 0;
    transform: scale(0.67, 0.67) translateX(-150px);
    -webkit-transform: scale(0.67, 0.67) translateX(-150px);
    -moz-transform: scale(0.67, 0.67) translateX(-150px);
    -ms-transform: scale(0.67, 0.67) translateX(-150px);
    -o-transform: scale(0.67, 0.67) translateX(-150px);
  }
  30% {
    opacity: 0.5;
    transform: scale(0.83, 0.83) translateX(0px);
    -webkit-transform: scale(0.83, 0.83) translateX(0px);
    -moz-transform: scale(0.83, 0.83) translateX(0px);
    -ms-transform: scale(0.83, 0.83) translateX(0px);
    -o-transform: scale(0.83, 0.83) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
.show-animation {
  -webkit-animation-name: show-animation;
  -moz-animation-name: show-animation;
  -ms-animation-name: show-animation;
  -o-animation-name: show-animation;
  animation-name: show-animation;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -ms-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .show-animation {
  animation: none;
  -webkit-animation: none;
}
@-webkit-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@-moz-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@-ms-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@-o-keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
@keyframes hide-animation {
  0% {
    opacity: 1;
    transform: rotate(0deg) translateY(0px);
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
  }
  100% {
    opacity: 0;
    transform: rotate(20deg) translateY(100px);
    -webkit-transform: rotate(20deg) translateY(100px);
    -moz-transform: rotate(20deg) translateY(100px);
    -ms-transform: rotate(20deg) translateY(100px);
    -o-transform: rotate(20deg) translateY(100px);
  }
}
.hide-animation {
  -webkit-animation-name: hide-animation;
  -moz-animation-name: hide-animation;
  -ms-animation-name: hide-animation;
  -o-animation-name: hide-animation;
  animation-name: hide-animation;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .hide-animation {
  animation: none;
  -webkit-animation: none;
}
@-webkit-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-animation-2 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
.mode-2 .show-animation {
  -webkit-animation-name: show-animation-2;
  -moz-animation-name: show-animation-2;
  -ms-animation-name: show-animation-2;
  -o-animation-name: show-animation-2;
  animation-name: show-animation-2;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .mode-2 .show-animation {
  animation: none;
  -webkit-animation: none;
}
@-webkit-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@-moz-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@-ms-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@-o-keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
@keyframes hide-animation-2 {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
  }
}
.mode-2 .hide-animation {
  -webkit-animation-name: hide-animation-2;
  -moz-animation-name: hide-animation-2;
  -ms-animation-name: hide-animation-2;
  -o-animation-name: hide-animation-2;
  animation-name: hide-animation-2;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.android-browser-4_3minus .mode-2 .hide-animation {
  animation: none;
  -webkit-animation: none;
}
.textillate .texts {
  display: none;
}

/***************************************************/



/*==================================================================
28. Home Variants / .home-angie, .home-lynda, .home-lucy, .home-alice, .home-mary, .home-suzi
==================================================================*/
.home-angie .full-size {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .home-angie .full-size {
    padding-top: 90px !important;
    padding-bottom: 75px !important;
  }
}
.home-angie h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 400;
}
.home-angie h1 span {
  font-weight: 800;
}
@media (max-width: 1199px) {
  .home-angie h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .home-angie h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-angie h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.home-angie .textillate {
  font-size: 34px;
  line-height: 41px;
  font-weight: 400;
}
.home-angie .header-details {
  margin-bottom: 15px;
  margin-top: -10px;
}
.home-angie .box {
  padding: 60px 20px !important;
}
.home-angie .simple {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-lynda .textillate,
.home-lucy .textillate {
  font-size: 20px;
  line-height: 35px;
  text-align:right;
}
@media (max-width: 991px) {
  .home-lynda .textillate,
  .home-lucy .textillate {
    font-size: 24px;
    line-height: 24px;
  }
}
.home-lynda h1,
.home-lucy h1 {
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 11px;
  font-size: 60px;
  line-height: 86px;
	text-align: right;
}
@media (max-width: 991px) {
  .home-lynda h1,
  .home-lucy h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .home-lynda h1,
  .home-lucy h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.home-alice .full-size,
.home-mary .full-size,
.home-suzi .full-size {
  padding-top: 80px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .home-alice .full-size,
  .home-mary .full-size,
  .home-suzi .full-size {
    padding-top: 90px !important;
    padding-bottom: 75px !important;
  }
}
.home-alice h1,
.home-mary h1,
.home-suzi h1 {
  font-size: 90px;
  line-height: 90px;
  margin-top: 0px;
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  .home-alice h1,
  .home-mary h1,
  .home-suzi h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .home-alice h1,
  .home-mary h1,
  .home-suzi h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-alice h1,
  .home-mary h1,
  .home-suzi h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .home-alice p,
  .home-mary p,
  .home-suzi p {
    text-align: center !important;
  }
}
.home-alice .textillate,
.home-mary .textillate,
.home-suzi .textillate {
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .home-alice .textillate,
  .home-mary .textillate,
  .home-suzi .textillate {
    font-size: 24px;
    line-height: 24px;
  }
}
.home-alice ul,
.home-mary ul,
.home-suzi ul {
  font-weight: 700;
  letter-spacing: 1px;
}
.home-mary h1,
.home-suzi h1 {
  font-size: 70px;
  line-height: 84px;
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  .home-mary h1,
  .home-suzi h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 991px) {
  .home-mary h1,
  .home-suzi h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .home-mary h1,
  .home-suzi h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.home-mary .lead,
.home-suzi .lead {
  margin-bottom: 30px;
}
.home-mary .textillate,
.home-suzi .textillate {
  font-size: 28px;
  line-height: 34px;
}
.home-suzi h1 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  .home-suzi h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .home-suzi h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .home-suzi h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.home-suzi h2 {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .home-suzi h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .home-suzi h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .home-suzi h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.home-suzi .title {
  font-weight: 500;
  margin-bottom: 20px;
}


/**************************************************/
.bg {
  /*position: absolute;*/
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
}
body > .bg {
  /*position: fixed;*/
}
.bg.sleep {
  visibility: hidden !important;
  transform: matrix(0, 0, 0, 0, 0, 0) !important;
}
.force3d .bg {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.force3d .bg.static {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}



/*********************************************************/
/* Start carousel */
.carousel-caption {
	bottom: 100px;
	/* background:rgba(3,3,3,0.3);*/
	padding-right: 20px;
	padding-left: 20px;
	top: 25%;
}
.carousel-caption p {
	background: rgba(3, 3, 3, 0.3);
	padding: 40px 45px;
}
.carousel-caption p {
	font-size: 21px;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-indicators li {
	height: 15px;
	width: 15px;
	border: 1px solid #EEE;
}
.carousel-indicators .active {
	background-color: #29A6DF;
}
.carousel-indicators .active {
	width: 17px;
	height: 17px;
}
.carousel-inner > .item {
	background-color: #000;
}
.carousel-inner > .item > img {
	width: 100%;
	opacity: .9;
}
/* End carousel */
/* start section services*/
.services,
.about,
.our-clients {
	color: #000;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background:url("images/hand2.jpg") no-repeat center center fixed;*/
}

.services .mainback,
.about .mainback,
.our-clients .mainback {
	/*	background:rgba(9,9,9,0.2);*/
	background-color: #F6F6F6;
	min-height: 300px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.about .mainback {
	padding-top: 100px;
}
.services .design .fa-3x:hover,
.services .network .fa-3x:hover,
.services .software .fa-3x:hover {
	/*backface-visibility: hidden;*/
	transform-style: preserve-3d;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.design .btn-prim,
.network .btn-prim,
.software .btn-prim,
.design .btn-prim:hover,
.network .btn-prim:hover,
.software .btn-prim:hover,
.design .btn-prim:focus,
.network .btn-prim:focus,
.software .btn-prim:focus,
.modal-footer .btn-prim,
.modal-footer .btn-prim:active:hover {
	color: #FFF;
	background-color: #29A6DF;
	border-color: #29A6DF;
	outline-color: #29A6DF;
	margin-bottom: 1%;
}
/*model*/
.modal-title,
.design-content h3,
.content-tab .nav-tabs > li > a {
	color: #29A6DF;
}

.design-content h3 {
	text-align: left;
}

.design-content .lead {
	color: #000;
	text-align: justify;
	font-size: 16px;
}

.content-tab .nav-tabs > li > a:focus {
	outline-offset: -2px;
	outline-color: -moz-use-text-color;
	outline: none;
}

.content-tab .nav-tabs > li > a {
	text-decoration: none;
}

.modal-content {
	background-color: rgb(245, 244, 244);
}

.modal-footer {
	padding: 15px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

.modal-header .button.close {
	float: right;
}
/* End section services*/
/* Start section about */

/*
.about
{
	color: #DDD;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background:url("images/hand.jpg") no-repeat center center fixed;
}
.about .mainback
{
	background:rgba(9,9,9,0.7);
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 30px
	
}
*/
.about h4 {
	color: #29A6DF;
}
.about .h_2 {
	text-align: right;
	    /* margin-right: 5%; */
}
.about .h_22 {
    background-color: #29a6df;
    height: 4px;
    width: 5%;
    float: right;
    /* margin-right: 5%; */
}
.about .us {
	margin-top: 2%;
}
.about .us .lead {
	margin: 0 auto;
	line-height: 1.7;
	width: 90%;
	font-size: 17px;
	text-align: right !important;
}
.about .Cont p {
	
}





.about h4 {
	color: #29A6DF;
}

.about .us .lead {
	margin: 0 auto;
	line-height: 1.7;
	width: 90%;
	font-size: 17px;
	text-align: center;
}
.about .solutions .fa-3x
{
	color: #29A6DF;
}

.about .solutions
{
	margin: 25px auto;
	width: 100%;
	height: 300px;
	position: relative;
	transform-style: preserve-3d;
	transition: all 2s ease-in-out;
}

.about .solutions > div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background-color: #303738;*/
	background-color: #EEE;
	border-radius: 10px;
/*	font-family: 'Delicious', serif;*/
	text-align: center;
	z-index: 1;
	backface-visibility: hidden;
}

.about .solutions .sol header
{
	margin-bottom: 35px;
    background: #29a6df;
    width: 100%;
    height: 12%;
    /* margin-bottom: 55px; */
    border-radius: 10px 10px 0 0;
}

.about .solutions .sol header img{
  width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.about .solutions .sol .fa-3x
{
	position: relative;
	top: 25px;
	margin: 0 auto;
}

.about .solutions .sol h3
{
	margin-bottom: 1px;
    color: #000;
}

.about .solutions .sol p
{
	margin: 0 auto;
    line-height: 1.7;
    width: 90%;
    color: #000;
    padding-top: 10px;
}

.about .solutions .sol .btn
{
	color: #FFF;
	margin-top: 3%;
	background-color: #29A6DF;
	border-color: #29A6DF;
	outline-color: #29A6DF;
}


.about .btn-prim {
	color: #DDD;
	background-color: rgba(41, 166, 223, 0.66);
	border-color: #29A6DF;
	margin: 0px auto;
/*	width: 10%;*/
}
.about .btn-prim {
	color: #FFF !important;
	margin-top: 5%;
	margin-bottom: 1%;
}
.about .btn-prim:hover,
.about .btn-prim:hover{
	color: #fff;
	background-color: #29A6DF;
	border-color: #29A6DF;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.about .btn:focus,
.about .btn:active:focus,
.about .btn .active:focus,
.about .btn .focus,
.about .btn:active .focus,
.about .btn .active .focus,

.about .btn-prim:focus,
.about .btn-prim:active:focus,
.about .btn-prim .active:focus,
.about .btn .focus,
.about .btn-prim:active .focus,
.about .btn-prim .active .focus,
{
	outline: 0px auto -webkit-focus-ring-color;
	outline-color: #29A6DF;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


.sty_ul {
    margin-top: 5%;
    list-style: none;
    text-align: right;
    font-size: 17px;
}
.sty_ul a {
    text-decoration: none;
}
.sty_ul a:hover,
.sty_ul a:active,
.sty_ul a:focus {
    color: #2A6A86;
/*    text-decoration: none;*/
}
.back_link {
	text-decoration: none;
    list-style: none;
}
.back_link li {
	float: right;
    display: inline-block;
    margin-top: 2%;
    padding: 0px 5px;
}
.about .exp_p,
.about .exp {
	text-align: right;
}
.about .exp_p {
	margin-right: 5%;
	margin-top: 2%;
	
}
.about .exp {
	margin-top: 5%;
	margin-right: 2%;
}


/* End section about */
/* Start section our-services */

.our-services {
	color: #FFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background: url("images/hand2.jpg") no-repeat center center fixed;
}

.our-services .mainback {
	background: rgba(9, 9, 9, 0.5);
	/*	background-color: #fff;*/
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 30px
}

.our-services h4 {
	color: #FFF;
}

.our-services .fa {
	color: #29A6DF;
}

.our-services .lead {
	margin: 0 auto;
	line-height: 1.7;
	width: 90%;
	font-size: 17px;
	text-align: center;
	margin-bottom: 30px;
}

.our-services .network-solution .fa-3x,
.our-services .design-websites .fa-3x,
.our-services .erp-solution .fa-3x,
.our-services .it-design .fa-3x {
	color: #29A6DF;
}

.our-services .network-solution,
.our-services .design-websites,
.our-services .erp-solution,
.our-services .it-design {
	margin: 25px auto;
	width: 100%;
	height: 300px;
	position: relative;
	transform-style: preserve-3d;
	transition: all 2s ease-in-out;
}

.our-services .network-solution > div,
.our-services .design-websites > div,
.our-services .erp-solution > div,
.our-services .it-design > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #303738;
	border-radius: 10px;
	font-family: 'Delicious', serif;
	text-align: center;
	z-index: 1;
	backface-visibility: hidden;
}

.our-services .network-solution .front header,
.our-services .design-websites .front header,
.our-services .erp-solution .front header,
.our-services .it-design .front header {
	margin-bottom: 40px;
}

.our-services .network-solution .front .fa-3x,
.our-services .design-websites .front .fa-3x,
.our-services .erp-solution .front .fa-3x,
.our-services .it-design .front .fa-3x {
	position: relative;
	top: 25px;
	margin: 0 auto;
}

.our-services .network-solution .front h3,
.our-services .design-websites .front h3,
.our-services .erp-solution .front h3,
.our-services .it-design .front h3 {
	margin-bottom: 5px;
}

.our-services .network-solution .front p,
.our-services .design-websites .front p,
.our-services .erp-solution .front p,
.our-services .it-design .front p {
	margin: 0 auto;
	line-height: 1.7;
	width: 90%;
}

.our-services .network-solution .front .btn,
.our-services .design-websites .front .btn,
.our-services .erp-solution .front .btn,
.our-services .it-design .front .btn,
.our-services .network-solution .back .btn,
.our-services .design-websites .back .btn,
.our-services .erp-solution .back .btn,
.our-services .it-design .back .btn {
	color: #FFF;
	margin-top: 5%;
	background-color: #29A6DF;
	border-color: #29A6DF;
	outline-color: #29A6DF;
}

.our-services .network-solution .back,
.our-services .design-websites .back,
.our-services .erp-solution .back,
.our-services .it-design .back {
	z-index: 2;
	transform: rotateY(180deg);
	backface-visibility: hidden;
}

.our-services .network-solution .back h3,
.our-services .design-websites .back h3,
.our-services .erp-solution .back h3,
.our-services .it-design .back h3 {
	margin-bottom: 25px;
	margin-top: 36px;
}

.our-services .network-solution .back p,
.our-services .design-websites .back p,
.our-services .erp-solution .back p,
.our-services .it-design .back p {
	margin: 0 auto;
	line-height: 1.5;
	width: 90%;
}
/* Start section our-clients */

.our-clients {
	color: #000;
/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background: url("images/black-and-white-city-man-people.jpg") no-repeat center center fixed;
*/
}


.our-clients .mainback {
/*	background: rgba(9, 9, 9, 0.7);*/
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 60px;
}

.our-clients .fa {
	color: #29A6DF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.our-clients img {
    opacity: 1;
    filter: alpha(opacity=40);
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 75% !important;
}

/*.our-clients img:hover {
	opacity: 1;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}*/

/* Start section our-clients */

.price-order {
	color: #DDD;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background: url("images/4.jpg") no-repeat center center fixed;
}
.price-order .mainback {
	background: rgba(9, 9, 9, 0.5);
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.shape {
	text-align: center;
	padding-bottom: 10px;
}

.price-order .fa {
	color: #29A6DF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.price-order h2 {
	text-align: center;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
	font-weight: 500;
	color: #FFF;
}

.accordion {
	margin-bottom: 20px;
}

.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion-heading {
	border-bottom: 0;
	background-color: #29A6DF;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}

.accordion-heading > a {
	text-decoration: none;
	color: #FFF;
	border-top-color: #29A6DF;
}

.accordion-toggle {
	cursor: pointer;
	border-top-color: #29A6DF;
}

.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}

.accordion-body {
	padding: 15px;
	border-top-color: #29A6DF;
}

.panel {
	background-color: #2A6A86;
}

.panel-primary {
	border-color: #29A6DF;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #29A6DF;
}

.panel-primary > .panel-heading {
	color: #DDD;
	background-color: #29A6DF;
	border-color: #222222;
	text-decoration: none;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	text-decoration: none;
	color: #FFF;
	cursor: default;
}

.price-order .panel-body .f_1st,
.price-order .panel-body .f_2st{
	float: left;
}
.price-order textarea {
	height: 34px;
}


.send .btn-prim,
.our-clients .btn-prim {
	color: #DDD;
	background-color: rgba(41, 166, 223, 0.66);
	border-color: #29A6DF;
	margin: 0px 45%;
	width: 10%;
}
.our-clients .btn-prim {
	color: #FFF !important;
	margin-top: 5%;
	margin-bottom: 1%;
}
.send .btn-prim:hover,
.our-clients .btn-prim:hover{
	color: #fff;
	background-color: #29A6DF;
	border-color: #29A6DF;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.send .btn:focus,
.send .btn:active:focus,
.send .btn .active:focus,
.send .btn .focus,
.send .btn:active .focus,
.send .btn .active .focus,

.our-clients .btn-prim:focus,
.our-clients .btn-prim:active:focus,
.our-clients .btn-prim .active:focus,
.send .btn .focus,
.our-clients .btn-prim:active .focus,
.our-clients .btn-prim .active .focus,
{
	outline: 0px auto -webkit-focus-ring-color;
	outline-color: #29A6DF;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.main {
	margin: 0;
	padding: 0;
}

.main .select {
	width: 100%;
}

.main .select .ftable {
	border-width: 0;
	border-spacing: 10px;
}

.ftable span {
	color: #FFF;
}

.ftable .fa {
	color: #29A6DF;
	padding: 5px;
}

.sectable {
	border-width: 0;
	border-spacing: 10px;
}

.sect_div {
	width: 20px;
	height: 1px;
}

.price-order input[type="checkbox"]:checked {
	background-color: #29A6DF;
	display: inline-block;
	visibility: visible;
}

.price-order input[type="text"],
.price-order select,
.price-order input[type="email"],
.price-order textarea {
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	border: none;
}

.price-order .form-control:focus {
	border-color: #29A6DF;
}

.sectable span {
	color: #FFF;
}


/*start section team*/

.team {
	color: #DDD;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background: url("images/21.jpg") no-repeat center center fixed;
}

.team .mainback {
	background: rgba(9, 9, 9, 0.9);
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.team .fa {
	color: #29A6DF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.team .sm {
	width: 100%;
	float: left;
	height: 100%;
	background: none;
	position: relative;
	overflow: hidden;
	margin: 5% auto;
}

.team .sm:nth-child(2) {
	margin-left: 1%;
}

.team .sm:nth-child(3) {
	margin-left: 1%;
	margin-right: 1%;
}

.team .over {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(255, 76, 0, 0.55);
	padding: 30% 0;
	line-height: 1.7;
	text-overflow: ellipsis;
	text-align: center;
	position: absolute;
	opacity: 0;
	top: -160%;
	left: 0;
	right: 0;
	z-index: 5;
	-weblit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease;
}

.team .over a {
	margin-left: 5px;
	margin-top: 20%;
	cursor: pointer;
	-weblit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
}

.team .over .fa {
	color: #FFF;
}

.team .over p {
	color: #FFF;
	padding-top: 25px;
}

.team .sm .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	-weblit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.team .sm .img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	-weblit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.team .sm:hover .over {
	top: 0;
	opacity: 1;
}
/*end section team*/

/*Start section Contact-us*/

.contact-us {
	/*	background: url("images/3.jpg") no-repeat center center fixed;*/
	/*	background: url("images/black-and-white-city-man-people.jpg") no-repeat center center fixed;*/
	background: url("images/coon.jpg") no-repeat center center fixed;
	color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.contact-us .mainback {
	background: rgba(9, 9, 9, 0.3);
	/*	background-color: #F6F6F6;*/
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.contact-us .mainback h2{
	color: #FFF;
}
#contact-map {
	height: 250px;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 2%;
}
.contact-us iframe 
{
	height: 250px;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 2%;
	border: 0px;
	width: 100%;
}
 
.contact-us .fa {
	color: #29A6DF;
	/*padding: 1% 49%;*/
}

.contact-us .contact h4 {
	margin-top: 0;
	margin-left: 0;
	text-align: left;
	margin-bottom: 5px;
	font-size: 20px;
	color: #fff;
}

.contact-us .contact ul li {
	text-align: left;
	color: #fff;
	font-size: 16px;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us textarea {
	/*	background: rgba(44, 44, 44, 0.8);*/
	background: rgb(231, 231, 231);
	color: #000;
	border: none;
	font-size: 15px;
}

.contact-us textarea {
	height: 168px;
}

.contact-us .btn-prim {
	color: #fff;
	background-color: rgba(41, 166, 223, 0.66);
	border-color: #29A6DF;
}

.contact-us .btn-prim:hover,
.contact-us .btn-prim:active,
.contact-us .btn-prim:focus,
.contact-us .btn-prim:visited {
	color: #fff;
	background-color: #29A6DF;
	border-color: #29A6DF;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.contact-us .btn:focus,
.contact-us .btn:active:focus,
.contact-us .btn .active:focus,
.contact-us .btn .focus,
.contact-us .btn:active .focus,
.contact-us .btn .active .focus {
	outline: 0px auto -webkit-focus-ring-color;
	outline-color: #29A6DF;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


/*End section Contact-us*/


/* Start section footer */

.footer {
	/*	background: url("images/services.jpg") no-repeat center center fixed;*/
	color: #FFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.footer .mainback {
	/*	background: rgba(9, 9, 9, 0.9);*/
	background-color: #253542;
	/*	min-height: 300px;*/
	/*
	padding-top: 30px;
	padding-bottom: 40px;
*/
}

.footer .lead {
	color: #BBB;
	font-size: 15px;
	padding-top: 5.5%;
}

.footer h3 {
	color: #BBB;
}

.footer h4 {
	color: #BBB;
}

.footer h3 span {
	color: #29A6DF;
}

.footer a {
	color: #FFF;
	opacity: 0.7;
	text-decoration: none;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.footer a:hover {
	color: #29A6DF;
	opacity: 1;
}

.site-map,
.social {
	overflow: hidden;
}

.map,
.social-link {
	float: left;
}

.map li {
	float: left;
	padding-right: 10px;
}

.social-link li {
	float: left;
	padding-right: 4px;
}

.map li a,
.social-link li a {
	float: left;
	opacity: 0.5;
	filter: alpha(opacity=70);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.wid {
	padding-left: 20%;
}

.copy a {
	color: #29A6DF;
}

.footer ul li a:focus {
	outline: none;
}


/* End section footer */


/* Start scroll up */
/*
#scroll-top {
	width: 35px;
	height: 30px;
	color: #DDD;
	background-color: #000;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 99999;
	display: none;
	cursor: pointer;
	/*overflow: hidden;
}

#scroll-top .fa-chevron-up {
	font-size: 2em;
}

#scroll-top:hover {
	color: #29A6DF;
}
*/
.page-border.bottom {
    bottom: 0;
    right: 25px;
    left: 25px;
    height: 25px;
	z-index: 99999;
    border-top: 1px solid;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 2px;
    font-size: 12px;
    letter-spacing: 1px;
}
.page-border.bottom .to_top {
	width: 3%;
    margin: 0 auto;
    cursor: pointer;
    color: #29a6df;
}
/* End scroll up */


/* Start section loading-overlay */

.load_overlay {
	background: #222;
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.load_overlay .loadh {
	color: #29A6DF;
	position: relative;
	/*padding-left: 40%;*/
	padding-top: 7%;
	padding-bottom: 0%;
}

.spinner {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 300px auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #29A6DF;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/* End section loading-overlay */

.acf-map {
	width: 100%;
	height: 250px;
	border: #ccc solid 1px;
	margin: 20px 0;
}


/* fixes potential theme css conflict */

.acf-map img {
	max-width: inherit !important;
}


/*--------------------------------------------------------------
## Media Query
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	##min-width:320px
	##max-width:360px;
-------------------------------------------------------------*/

@media screen and (min-width:320px) and (max-width:360px) {
	body {
		/*overflow-x: hidden;
		overflow-y: auto;*/
		overflow: auto;
	}
	/*
    body.home.blog.logged-in.admin-bar.hfeed.customize-support
{
   top: 60px; 
} */
	.logged-in .navbar-fixed-top {
		top: 46px;
	}
	.navbar-toggle {
		margin-top: 18px;
		margin-right: 30px;
		float: right;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #29A6DF;
	}
	/* navbar link*/
	.navbar-default .navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 16px;
		margin-left: 1px;
		margin-top: 1px;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	.navbar-default .navbar-brand {
		font-size: 20px;
		margin-bottom: 40px;
	}
	
	.carousel-caption {
		display: none;
	}
	.services .design,
	.services .network,
	.services .software {
		height: 94%;
		padding: 10% 1px;
	}
	.content-tab .nav > li > a {
		padding-right: 5px;
	}
	.design-content .lead {
		font-size: 13px;
	}
	.shape {
		text-align: center;
		padding-bottom: 20px;
	}
	.contact-us .fa {
		padding: 5%;
	}
	/* about */
	.about h2,
	.our-services h2,
	.our-clients h2,
	.price-order h2,
	.contact-us h2 {
		font-size: 25px;
	}
	.footer h3,
	.wid .h3 {
		font-size: 18px;
	}
	.about h4,
	.our-services h4,
	.contact-us .contact h4,
	.footer h4 {
		font-size: 16px;
	}
	.about .us .lead,
	.our-services .lead {
		font-size: 15px;
		margin-bottom: 20px;
	}
	/*    */
	.our-services .network-solution .front h3,
	.our-services .design-websites .front h3,
	.our-services .erp-solution .front h3,
	.our-services .it-design .front h3,
	.our-services .network-solution .back h3,
	.our-services .design-websites .back h3,
	.our-services .erp-solution .back h3,
	.our-services .it-design .back h3 {
		font-size: 18px;
	}
	.our-services .network-solution .front p,
	.our-services .design-websites .front p,
	.our-services .erp-solution .front p,
	.our-services .it-design .front p,
	.our-services .network-solution .back p,
	.our-services .design-websites .back p,
	.our-services .erp-solution .back p,
	.our-services .it-design .back p {
		font-size: 14px;
		width: 84%;
	}
	.send .btn-prim {
		margin: 0 39%;
		width: 21%;
	}
	.wid {
		clear: both;
		padding: 1px 0px;
	}
	.footer .lead {
		color: #BBB;
		font-size: 15px;
		padding-top: 4%;
	}
	.contact {
		padding: 15px 0px;
	}
	/*
	.info 
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}*/
	.social-link {
		padding-top: 15px;
	}
	.social-link li {
		padding-right: 10px;
	}
	/*#scroll-top .fa-chevron-up {
		font-size: 2em;
	}
	#scroll-top {
		width: 35px;
		height: 30px;
		color: #DDD;
		background-color: #000;
		text-align: center;
		position: fixed;
		right: 15px;
		bottom: 10px;
		z-index: 99999;
		display: none;
		cursor: pointer;
	}
	#scroll-top:hover {
		color: #29A6DF;
	}
	.spinner {
		width: 60px;
		height: 60px;
		position: relative;
		margin: 300px auto;
	}*/
	.page-border.bottom .to_top {
    width: 7%;
    margin: 0 auto;
    cursor: pointer;
    color: #29a6df;
    padding-top: 2px;
}
	.load_overlay .loadh {
		color: #29A6DF;
		position: relative;
		/*padding-left: 25%;*/
		padding-top: 15%;
		padding-bottom: 0%;
		font-size: 18px;
	}
}


/*------------------------------------------------------------
	#min-width:361px
	#max-width:519px;
-----------------------------------------------------------*/

@media screen and (min-width:361px) and (max-width:519px) {
	body {
		/*overflow-x: hidden;
		overflow-y: auto;*/
		overflow: auto;
		padding-top: 65px;
	}
	/*
    body.home.blog.logged-in.admin-bar.hfeed.customize-support
{
   top: 60px; 
} */
	.logged-in .navbar-fixed-top {
		top: 42px;
	}
	.navbar-toggle {
		margin-top: 18px;
		margin-right: 30px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #29A6DF;
	}
	/* navbar link*/
	.navbar-default .navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 16px;
		margin-left: 1px;
		margin-top: 1px;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	.navbar-default .navbar-brand {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.carousel-caption {
		display: none;
	}
	.our-services .network-solution,
	.our-services .design-websites,
	.our-services .erp-solution,
	.our-services .it-design {
		width: 80%;
	}
	.services .design,
	.services .network,
	.services .software {
		height: 94%;
		padding: 10% 0px;
	}
	.content-tab .nav > li > a {
		padding-right: 5px;
	}
	.design-content .lead {
		font-size: 13px;
	}
	.contact-us .fa {
		padding: 5%;
	}
	/* about */
	.about h2,
	.our-services h2,
	.our-clients h2,
	.price-order h2,
	.contact-us h2 {
		font-size: 25px;
	}
	.footer h3,
	.wid .h3 {
		font-size: 18px;
	}
	.about h4,
	.our-services h4,
	.contact-us .contact h4,
	.footer h4 {
		font-size: 16px;
	}
	.about .us .lead,
	.our-services .lead {
		font-size: 15px;
		margin-bottom: 20px;
	}
	/*    */
	.our-services .network-solution .front h3,
	.our-services .design-websites .front h3,
	.our-services .erp-solution .front h3,
	.our-services .it-design .front h3,
	.our-services .network-solution .back h3,
	.our-services .design-websites .back h3,
	.our-services .erp-solution .back h3,
	.our-services .it-design .back h3 {
		font-size: 18px;
	}
	.our-services .network-solution .front p,
	.our-services .design-websites .front p,
	.our-services .erp-solution .front p,
	.our-services .it-design .front p,
	.our-services .network-solution .back p,
	.our-services .design-websites .back p,
	.our-services .erp-solution .back p,
	.our-services .it-design .back p {
		font-size: 14px;
		width: 84%;
	}
	.send .btn-prim {
		margin: 0 39%;
		width: 21%;
	}
	.wid {
		clear: both;
		padding: 1px 0px;
	}
	.footer .lead {
		color: #BBB;
		font-size: 15px;
		padding-top: 4%;
	}
	.contact {
		padding: 15px 0px;
	}
	/*
	.info 
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}*/
	.social-link {
		padding-top: 15px;
	}
	.social-link li {
		padding-right: 10px;
	}/*
	#scroll-top .fa-chevron-up {
		font-size: 2em;
	}
	#scroll-top {
		width: 35px;
		height: 30px;
		color: #DDD;
		background-color: #000;
		text-align: center;
		position: fixed;
		right: 15px;
		bottom: 10px;
		z-index: 99999;
		display: none;
		cursor: pointer;
	}
	#scroll-top:hover {
		color: #29A6DF;
	}*/
	.page-border.bottom .to_top {
    width: 7%;
    margin: 0 auto;
    cursor: pointer;
    color: #29a6df;
    padding-top: 2px;
}
	.spinner {
		width: 60px;
		height: 60px;
		position: relative;
		margin: 300px auto;
	}
	.load_overlay .loadh {
		color: #29A6DF;
		position: relative;
		/*padding-left: 30%;*/
		padding-top: 15%;
		padding-bottom: 0%;
		font-size: 18px;
	}
}


/*----------------------------------------------------------
	##min-width:520px
	##max-width:767px;
---------------------------------------------------------*/

@media screen and (min-width:520px) and (max-width:767px) {
	body {
		/*overflow-x: hidden;
		overflow-y: auto;*/
		overflow: auto;
	}
	/*
    body.home.blog.logged-in.admin-bar.hfeed.customize-support
    {
       top: 60px; 
    } */
	.logged-in .navbar-fixed-top {
		top: 46px;
	}
	.navbar-toggle {
		margin-top: 18px;
		margin-right: 30px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #29A6DF;
	}
	/* navbar link*/
	.navbar-default .navbar-nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 13px;
		margin-left: 1px;
		margin-top: 1px;
		/*		padding-right: 30%;*/
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	.navbar-default .navbar-brand {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.carousel-caption {
		display: none;
	}
	.services .design,
	.services .network,
	.services .software {
		height: 94%;
		padding: 5% 20%;
	}
	.content-tab .nav > li > a {
		padding-right: 5px;
	}
	.design-content .lead {
		font-size: 16px;
	}
	.our-services .network-solution,
	.our-services .design-websites,
	.our-services .erp-solution,
	.our-services .it-design {
		width: 50%;
	}
	.shape {
		text-align: center;
		padding-bottom: 20px;
	}
	.price-order .fa {
		color: #29A6DF;
	}
	.contact-us .fa {
		padding: 5%;
	}
	/* about */
	.about h2,
	.our-services h2,
	.our-clients h2,
	.price-order h2,
	.contact-us h2 {
		font-size: 30px;
	}
	.footer h3,
	.wid .h3 {
		font-size: 18px;
	}
	.about h4,
	.our-services h4,
	.contact-us .contact h4,
	.footer h4 {
		font-size: 18px;
	}
	.about .us .lead,
	.our-services .lead {
		font-size: 16px;
		margin-bottom: 20px;
	}
	/*    */
	.our-services .network-solution .front h3,
	.our-services .design-websites .front h3,
	.our-services .erp-solution .front h3,
	.our-services .it-design .front h3,
	.our-services .network-solution .back h3,
	.our-services .design-websites .back h3,
	.our-services .erp-solution .back h3,
	.our-services .it-design .back h3 {
		font-size: 18px;
	}
	.our-services .network-solution .front p,
	.our-services .design-websites .front p,
	.our-services .erp-solution .front p,
	.our-services .it-design .front p,
	.our-services .network-solution .back p,
	.our-services .design-websites .back p,
	.our-services .erp-solution .back p,
	.our-services .it-design .back p {
		font-size: 14px;
		width: 84%;
	}
	.send .btn-prim {
		margin: 0 39%;
		width: 21%;
	}
	.wid {
		clear: both;
		padding: 1px 0px;
	}
	.footer .lead {
		color: #BBB;
		font-size: 15px;
		padding-top: 4%;
	}
	.contact {
		padding: 15px 0px;
	}
	.social-link {
		padding-top: 15px;
	}
	.social-link li {
		padding-right: 10px;
	}/*
	#scroll-top .fa-chevron-up {
		font-size: 2em;
	}
	#scroll-top {
		width: 35px;
		height: 30px;
		color: #DDD;
		background-color: #000;
		text-align: center;
		position: fixed;
		right: 15px;
		bottom: 10px;
		z-index: 99999;
		display: none;
		cursor: pointer;
	}
	#scroll-top:hover {
		color: #29A6DF;
	}*/
	.page-border.bottom .to_top {
    width: 7%;
    margin: 0 auto;
    cursor: pointer;
    color: #29a6df;
    padding-top: 2px;
}
	.spinner {
		width: 60px;
		height: 60px;
		position: relative;
		margin: 300px auto;
	}
	.load_overlay .loadh {
		color: #29A6DF;
		position: relative;
		/*padding-left: 34%;*/
		padding-top: 15%;
		padding-bottom: 0%;
		font-size: 18px;
	}
}


/*-------------------------------------------------------
	##min-width:768px
	##max-width:991px;
------------------------------------------------------*/

@media screen and (min-width:768px) and (max-width:991px) {
	body {
		/*overflow-x: hidden;
		overflow-y: auto;*/
		overflow: auto;
		padding-top: 55px;
	}
	/*
    body.home.blog.logged-in.admin-bar.hfeed.customize-support
    {
       top: 90px; 
    }*/
	.logged-in .navbar-fixed-top {
		top: 32px;
	}
	.navbar-default .navbar-brand {
		color: #BBB;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 23px;
		line-height: 40px;
	}
	.navbar-right {
		float: left !important;
		padding-left: 1%;
	}
	/* navbar link*/
	.navbar-default .navbar-nav > li > a {
		padding-top: 35px;
		padding-bottom: 15px;
		font-size: 11px;
		margin-left: 1px;
		margin-top: 1px;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}
	.carousel-caption {
		display: none;
	}
	.services .design,
	.services .network,
	.services .software {
		height: 94%;
		padding: 5% 20%;
	}
	.services .software {
		margin: 0 auto;
	}
	.content-tab .nav > li > a {
		padding-right: 5px;
	}
	.design-content .lead {
		font-size: 16px;
	}
	.our-services .network-solution,
	.our-services .design-websites,
	.our-services .erp-solution,
	.our-services .it-design {
		width: 80%;
	}
	.shape {
		text-align: center;
		padding-bottom: 20px;
	}
	.price-order .fa {
		color: #29A6DF;
	}
	.contact-us .fa {
		padding: 5%;
	}
	/* about */
	.about h2,
	.our-services h2,
	.our-clients h2,
	.price-order h2,
	.contact-us h2 {
		font-size: 30px;
	}
	.footer h3,
	.wid .h3 {
		font-size: 18px;
	}
	.about h4,
	.our-services h4,
	.contact-us .contact h4,
	.footer h4 {
		font-size: 18px;
	}
	.about .us .lead,
	.our-services .lead {
		font-size: 16px;
		margin-bottom: 20px;
	}
	/*    */
	.our-services .network-solution .front h3,
	.our-services .design-websites .front h3,
	.our-services .erp-solution .front h3,
	.our-services .it-design .front h3,
	.our-services .network-solution .back h3,
	.our-services .design-websites .back h3,
	.our-services .erp-solution .back h3,
	.our-services .it-design .back h3 {
		font-size: 18px;
	}
	.our-services .network-solution .front p,
	.our-services .design-websites .front p,
	.our-services .erp-solution .front p,
	.our-services .it-design .front p,
	.our-services .network-solution .back p,
	.our-services .design-websites .back p,
	.our-services .erp-solution .back p,
	.our-services .it-design .back p {
		font-size: 14px;
		width: 84%;
	}
	.send .btn-prim {
		margin: 0 39%;
		width: 21%;
	}
	.wid {
		clear: both;
		padding: 1px 0px;
	}
	.footer .lead {
		color: #BBB;
		font-size: 15px;
		padding-top: 4%;
	}
	.contact {
		padding: 15px 0px;
	}
	/*
	.info 
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}*/
	.social-link {
		padding-top: 15px;
	}
	.social-link li {
		padding-right: 10px;
	}
	.social-link li a {
		padding-top: 5px;
	}
	.copy {
		padding-top: 25px;
	}/*
	#scroll-top .fa-chevron-up {
		font-size: 2em;
	}
	#scroll-top {
		width: 35px;
		height: 30px;
		color: #DDD;
		background-color: #000;
		text-align: center;
		position: fixed;
		right: 15px;
		bottom: 10px;
		z-index: 99999;
		display: none;
		cursor: pointer;
	}
	#scroll-top:hover {
		color: #29A6DF;
	}*/
	.page-border.bottom .to_top {
    width: 7%;
    margin: 0 auto;
    cursor: pointer;
    color: #29a6df;
    padding-top: 2px;
}
	.spinner {
		width: 60px;
		height: 60px;
		position: relative;
		margin: 300px auto;
	}
	.load_overlay .loadh {
		color: #29A6DF;
		position: relative;
		/*padding-left: 36%;*/
		padding-top: 15%;
		padding-bottom: 0%;
		font-size: 22px;
	}
}


/*-----------------------------------------------------
	##min-width:992px
	##max-width:1195px;
-----------------------------------------------------*/

@media screen and (min-width:992px) and (max-width:1195px) {
	.services .design,
	.services .network,
	.services .software {
		height: 94%;
		padding: 5% 20%;
	}
	/*
    body.home.blog.logged-in.admin-bar.hfeed.customize-support
{
   top: 35px; 
}*/
	.logged-in .navbar-fixed-top {
		top: 32px;
	}
	.content-tab .nav > li > a {
		padding-right: 5px;
	}
	.design-content .lead {
		font-size: 16px;
	}
	.our-services .network-solution,
	.our-services .design-websites,
	.our-services .erp-solution,
	.our-services .it-design {}
	.contact-us .fa {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	/* about */
	.about h2,
	.our-services h2,
	.our-clients h2,
	.price-order h2,
	.contact-us h2 {
		font-size: 30px;
	}
	.footer h3,
	.wid .h3 {
		font-size: 24px;
	}
	.about h4,
	.our-services h4,
	.contact-us .contact h4,
	.footer h4 {
		font-size: 18px;
	}
	.about .us .lead,
	.our-services .lead {
		font-size: 18px;
		margin-bottom: 20px;
	}
	/*    */
	.our-services .network-solution .front h3,
	.our-services .design-websites .front h3,
	.our-services .erp-solution .front h3,
	.our-services .it-design .front h3,
	.our-services .network-solution .back h3,
	.our-services .design-websites .back h3,
	.our-services .erp-solution .back h3,
	.our-services .it-design .back h3 {
		font-size: 18px;
	}
	.our-services .network-solution .front p,
	.our-services .design-websites .front p,
	.our-services .erp-solution .front p,
	.our-services .it-design .front p,
	.our-services .network-solution .back p,
	.our-services .design-websites .back p,
	.our-services .erp-solution .back p,
	.our-services .it-design .back p {
		font-size: 14px;
		width: 96%;
	}
	.our-services .network-solution .front .btn,
	.our-services .design-websites .front .btn,
	.our-services .erp-solution .front .btn,
	.our-services .it-design .front .btn,
	.our-services .network-solution .back .btn,
	.our-services .design-websites .back .btn,
	.our-services .erp-solution .back .btn,
	.our-services .it-design .back .btn {
		margin-top: 2%;
	}
	.send .btn-prim {
		margin: 0 39%;
		width: 21%;
	}
	.wid {
		clear: both;
		padding: 1px 0px;
	}
	.footer .lead {
		color: #BBB;
		font-size: 15px;
		padding-top: 2%;
	}
	.contact {
		padding: 15px 0px;
	}
	.social-link {
		padding-top: 15px;
	}
	.social-link li {
		padding-right: 10px;
	}
	.social-link li a {
		padding-top: 5px;
	}
	.copy {
		padding-top: 25px;
	}
	#scroll-top .fa-chevron-up {
		font-size: 2em;
	}
	#scroll-top {
		width: 35px;
		height: 30px;
		color: #DDD;
		background-color: #000;
		text-align: center;
		position: fixed;
		right: 15px;
		bottom: 10px;
		z-index: 99999;
		display: none;
		cursor: pointer;
	}
	#scroll-top:hover {
		color: #29A6DF;
	}
}