@charset "utf-8";
/* CSS Document */
/* Css protfolio*/
.portflio-container{margin-top:-50px;}
.portflio-container-a{background-color:#00B2CE; color:#fff; padding:10px; border-radius:25px; display:block; margin-left:auto; margin-right:auto; overflow:hidden; width:12%; text-align:center; text-decoration:none;}
.portflio-container-a:hover{ text-decoration:none; color:#fff;}
.portfolio-item{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;}

.flip-box {
	box-shadow: 0px 0px 10px 0px #ccc;
  background-color: transparent;
  width:100%;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  	margin-left:2px;
	margin-bottom:20px;
  
 
}
.flip-box img{
	width:100%;
	height: 200px;

 
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
	border:10px #fff solid;
  background-color: #5A96EF;
  color: white;
  transform: rotateY(180deg);
  padding-top:20px;
}
.flip-box-back h2 a {
	font-size:22px;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	
}
.flip-box-back p {
	font-size:14px;
	color:#fff;
		
}
/*css porfilo end*/
/* sticky footer start  */
.footer-desktop{ display:block;}
.footer-mobile{ display:none;}
.footer-right-border{border-right:#fff solid 1px;}

#mobile-view-number{
	padding-left:35%;
	padding-right:35%;
	}
	
#mobile-view-number1 p{
	font-size:14px;
	line-height:24px;
	color:#fff;
	margin-top:-20px;

	}
#mobile-view-number a .fa{
	position:relative;
	color:#000;
	font-size:18px;
		width:35px;
	height:35px;
	border-radius:50%;
	background-color:#fff;
	line-height:35px;
	top:-50px;
	text-decoration:none;
	float:left;
	margin-left:10px;
	border:1px solid #212429;
	
	
	}
#mobile-view-number a{
	text-decoration:none;}	
#contact-number{	
	}
	
#contact-number .col-md-10 a{
	overflow:hidden;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	
	}
	
#contact-number .fa{
	position:relative;
	color:#000;
	font-size:22px;
	margin-top:10px;
	width:35px;
	height:35px;
	border-radius:50%;
	background-color:#fff;
	line-height:35px;
	
	}
	
#contact-number:hover .fa{
	background-color:#6bdbff;
	transition:all 0.6s ease-in-out;}

#footer-nav {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: #212429;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #000;
    text-align: center;
    cursor: pointer;
	padding:10px;
}
.show, #footer-nav:hover {
    display: block;
}
/* sticky footer end */
.testmonail-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-left: 25%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.testimonial-slider {
	display: block;
	width: 100%;
	height: auto;
}
.testimonial-slider ul.slider {
	display: block;
	list-style: none;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: 0 auto;
}
.testimonial-slider ul.slider li {
	position: absolute;
	display: block;
	width: 100%;
	opacity: 0;
	margin: 0 auto;
}
.testimonial-slider ul.slider li:nth-child(1) {
	opacity: 1;
	-webkit-animation: fade-animation-1 25s infinite;
	animation: fade-animation-1 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
	-webkit-animation: fade-animation-2 25s infinite;
	animation: fade-animation-2 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
	-webkit-animation: fade-animation-3 25s infinite;
	animation: fade-animation-3 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
	-webkit-animation: fade-animation-4 25s infinite;
	animation: fade-animation-4 25s infinite;
}
.testimonial-slider q {
	display: inline-block;
	font: normal 700 14px / 1.25 "Raleway", Helvetica, Arial, Verdana, sans-serif;
	max-width: 35ch;
	color: #768696;
	line-height: 24px;
	text-align: justify;
}
.testimonial-slider .source {
	margin-top: 25px;
	color: #d9e0f9;
	font: italic 400 20px / 1.35 "Raleway", Helvetica, Arial, Verdana, sans-serif;
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
 0%, 25%, 100% {
 opacity:0
}
 3%, 22% {
 opacity: 1;
}
}
@keyframes fade-animation-2 {
 0%, 25%, 50%, 100% {
 opacity:0
}
 28%, 47% {
 opacity: 1;
}
}
@keyframes fade-animation-3 {
 0%, 50%, 75%, 100% {
 opacity:0
}
 53%, 72% {
 opacity: 1;
}
}
@keyframes fade-animation-4 {
 0%, 75%, 100% {
 opacity:0
}
 78%, 97% {
 opacity: 1;
}
}
 @-webkit-keyframes fade-animation-1 {
 0%, 25%, 100% {
 opacity:0
}
 3%, 22% {
 opacity: 1;
}
}
@-webkit-keyframes fade-animation-2 {
 0%, 25%, 50%, 100% {
 opacity:0
}
 28%, 47% {
 opacity: 1;
}
}
@-webkit-keyframes fade-animation-3 {
 0%, 50%, 75%, 100% {
 opacity:0
}
 53%, 72% {
 opacity: 1;
}
}
@-webkit-keyframes fade-animation-4 {
 0%, 75%, 100% {
 opacity:0
}
 78%, 97% {
 opacity: 1;
}
}
/* testimonial end */


#nice_scroll {
	overflow: hidden;
	overflow-y: scroll;
}
.header {
	width: 100%;
	height: 100vh;
}
.header-content {
	width: 100%;
	height: 100vh;
	padding-top: 60px;
	padding-bottom: 40px;
}
.top-header {
	width: 100%;
}
.top-header ul {
}
.top-header ul li {
	float: right;
	width: 25%;
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.top-header ul li i {
	float: left;
}
.top-header ul li span {
	float: left;
	padding-top: 10%;
	padding-left: 3%;
}
.logo img {
	width: 70%;
	padding-top: 10%;
}
#menu-header {
	z-index: 100;
	position: absolute;
	width: 100%;
}
/* menu bar start */
		

#mainnav {
	position: absolute;
	font-family: 'Montserrat Alternates', sans-serif;
	z-index: 1;
	left: 8%;
}
#mainnav li {
	margin: 40px 0;
	left: -100%;
	position: relative;
	display: none;
}
#mainnav a {
	color: #fff;
	text-shadow: 2px 2px 0 #000;
	text-decoration: none;
	font-size: 2.5em;
}
#mainnav a i {
	display: inline;
}
.hamb-menu {
	position: absolute;
	top: 0px;
	right: 13%;
	font-size: 2.5em;
	z-index: 1;
	margin-top: -3%;
}
.hamb-menu a {
	color: #000;
	text-decoration: none;
}
#bubble {
	width: 100%;
	height: 100%;
	opacity: .9;
	position: fixed;
	display: none;
	z-index: 1;
	top: 0px;
	background-color: #000;
}
/*socail icon start*/
.web-social-link {
	position: absolute;
	width: 6em;
	height: 7em;
	top: 50%;
	left: 50%;
	margin: -6.5em 0 0 -5em;
	-webkit-backface-visibility: hidden;
	font-family: 'Ubuntu', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-align: center;
}
.web-social-link li {
	list-style: none;
}
.deck__item {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: .3em;
	border: 0.1em solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3), inset 0 6em 6em rgba(255, 255, 255, 0.1);
	transform-origin: 90% 92%;
	transition: .3s;
}
.deck__item:hover ~ .deck__item {
	transform: rotate(120deg);
}
.deck__item:last-of-type:after {
	content: "";
	position: absolute;
	left: 90%;
	top: 92%;
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	background: white;
	margin: -.6em 0 0 -.6em;
	box-shadow: inset 0 1px 1px white, inset 0 -0.3em 0.2em #dddcdb, 0 0 0.6em rgba(0, 0, 0, 0.2);
}
.deck__item:last-of-type:before {
	content: "";
	position: absolute;
	right: .4em;
	bottom: .9em;
	width: 1.1em;
	height: .15em;
	background: silver;
	background: rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.deck__link {
	text-decoration: none;
	display: block;
	color: white;
	color: rgba(255, 255, 255, 0.8);
}
.deck__link:hover, .deck__link:visited, .deck__link:focus {
	text-decoration: none;
	color: #fff;
}
.deck__icon {
	font-family: 'FontAwesome', sans-serif;
	font-size: 1.8em;
	color: #fff;
	display: block;
	margin: .5em auto;
}
.deck__item--facebook {
	background: #3b5998;
	transform: rotate(-20deg);
}
.deck__item--github {
	background: #4183c4;
	transform: rotate(-10deg);
}
.deck__item--twitter {
	background: #00a0d1;
	transform: rotate(0deg);
}
.deck__item--linkedin {
	background: #0e76a8;
	transform: rotate(10deg);
}
.deck__item--pinterest {
	background: #910101;
	transform: rotate(20deg);
}
.deck__item--googleplus {
	background: #db4a39;
	transform: rotate(30deg);
}
#web-socail-icon {
	position: absolute;
	right: 16%;
	bottom: 12%;
}
/*socail icon end*/
		/* menu bar end */
/*animation*/
#star {
	position: absolute;
	bottom: 10%;
	right: 40%;
	animation: starin ease 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forward
}
#star1 {
	position: absolute;
	top: 10%;
	right: 50%;
	animation: starin ease 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forward
}
#star2 {
	position: absolute;
	bottom: 30%;
	right: 20%;
	animation: starin ease 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forward
}
#star3 {
	position: absolute;
	bottom: 50%;
	right: 90%;
	animation: starin ease 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forward
}
#star4 {
	position: absolute;
	bottom: 10%;
	right: 80%;
	animation: starin ease 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forward
}
#animation {
}
@keyframes starin {
0% {
opacity:0;
transform:scale(0.8)
}
100% {
opacity:1;
transform:scale(1)
}
}
#img-profile {
	width: 400px;
}
#img-profile1 {
	width: 450px;
}
#img-profile2 {
	width: 400px;
	padding-top: 3%;
}
#img-profile3 {
	width: 400px;
	padding-top: 5%;
}
/*animation*/

/* button plusig*/
#start-ordering {
	background-color: #277127;
	cursor: pointer;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
	padding: 7px 12px;
	border: 0px solid #000;
	margin: 50px auto;
}
#start-ordering.pulse-button-hover {
	animation: colorShift 10000ms infinite ease-in;
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}
/* Declate color shifting animation */
@keyframes colorShift {
 0%, 100% {
 background: #5a96ef;
}
 33% {
 background: #18f7b5;
}
 66% {
 background: #f79663;
}
}

/* Declare border pulse animation */
@keyframes borderPulse {
 0% {
 box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
}
 100% {
 box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
}
}

/* Declare shine on hover animation */
@keyframes hoverShine {
 0% {
 background-image: linear-gradient(135deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
 50% {
 background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%);
}
 100% {
 background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4) 100%);
}
}
/**/	
/*about*/
.about-h1 {
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ef7921;
	letter-spacing: 2px;
	font-family: 'Roboto Condensed', sans-serif;
}
.about-h2 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.about-p {
	font-size: 15px;
	color: #000;
	line-height: 24px;
	text-align: justify;
}
/*about /*/	
/* services*/
.services-h1 {
	position: relative;
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.services-h1:before {
	content: "";
	background-color: #333;
	width: 80px;
	height: 2px;
	top: 37px;
	position: absolute;
	left: 46%;
}
.services-h1:after {
	content: "";
	background-color: #fff;
	border: 2px solid #333;
	width: 12px;
	height: 12px;
	top: 0px;
	position: absolute;
	transform: rotate(45deg);
	top: 32px;
	left: 49%;
}
.services-p {
	font-size: 14px;
	text-align: center;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.services-h2 {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
/* flip end*/
/* services / */
/* Process start */
.process {
	padding-top: 40px;
	padding-left: 5%;
}
/* process end */
/*potfolio start*/
.thumbnail {
	max-width : 500px;
	margin-left: auto;
	margin-right: auto;
}
.shadow {
	box-shadow: 7px 7px 7px #666;
	position : relative;
	transition : all 0.2s;
	top : 0;
}
.cust-caption {
	display: none;
	position: absolute;
	background-color: rgba(30,30,30,0.8);
	padding : 10px;
	color: #ddd;
	margin: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	height : 60%;
	margin: 5px;
	overflow-y : auto;
}
.stm-font {
	font-family: inherit;
	color: #fff;
	font-weight: 700;
}
.color-hover:hover {
	color : #337AB7;
}
.up-hover:hover {
	top : -5px;
	box-shadow: 15px 15px 15px #777;
}
.cust-caption a {
	color: white;
	text-shadow: 1px 1px 2px black;
}
.head h1 {
	color : white;
}
.heading {
	text-align : center;
	padding : 10px;
}
#portfolio {
	margin: 10px;
}
/* slide potfolio */
	/* client count start*/
	
.counter {
	padding: 20px 0;
	border-radius: 5px;
}
.count-title {
	font-size: 22px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #000;
}
.count-text {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #000;
}
.fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: #000;
	font-size: 36px;
}
/* client count end */	
	

/* potfolio end */
/* footer start*/
.footer-margin {
}
.footer-icon {
	font-size: 28px;
	color: #009580;
}
.footer-font {
	margin-left: 3%;
	color: #768696;
	font-size: 14px;
	line-height: 20px;
	padding-top: 5%;
}
.footer-font2 {
	margin-left: 3%;
	color: #768696;
	font-size: 16px;
	line-height: 20px;
	padding-top: 8%;
}
.footer-h1 {
	font-size: 20px;
	color: #009580;
	text-transform: uppercase;
	font-weight: bold;
}
.footer-row {
	padding-top: 20px;
}
.footer-img {
	width: 60%;
}
.our-services {
}
.our-services li {
	padding-top: 5px;
}
.our-services li a {
	color: #768696;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}
.our-services li a:hover {
	color: #f79663;
}
/* socail icon start */
#socail-icon {
	position: absolute;
	bottom: 5%;
	right: 15%;
}
.social-nav {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 10px auto;
}
.social-nav li {
	display: inline-block;
}
.social-nav a {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	background: #000;
	position: relative;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.model-7 li {
	margin: 0 10px;
}
.model-7 a {
	background: none;
	-moz-box-shadow: 0 0 4px 3px;
	-webkit-box-shadow: 0 0 4px 3px;
	box-shadow: 0 0 4px 3px;
	text-shadow: 0 0 1px #333;
	-moz-transition: -moz-transform 0.4s, background 0.4s;
	-o-transition: -o-transform 0.4s, background 0.4s;
	-webkit-transition: -webkit-transform 0.4s, background 0.4s;
	transition: transform 0.4s, background 0.4s;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.model-7 a .fa {
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	margin-top: 10px;
}
.model-7 a:hover {
	background: #fff;
}
.model-7 a:hover .fa {
	-moz-transform: rotate(-10deg) scale(3);
	-ms-transform: rotate(-10deg) scale(3);
	-webkit-transform: rotate(-10deg) scale(3);
	transform: rotate(-10deg) scale(3);
}
.model-7 .twitter {
	color: #00ACED;
}
.model-7 .facebook {
	color: #3B579D;
}
.model-7 .google-plus {
	color: #DD4A3A;
}
.model-7 .linkedin {
	color: #007BB6;
}
.model-7 .pinterest {
	color: #CB2026;
}
.model-7-h1 {
	font-size: 22px;
	color: #fff;
	padding-left: 10px;
	font-weight: bold;
}
/* socail icon end */	
#copywright {
	font-size: 14px;
	color: #009580;
	position: absolute;
	bottom: 28%;
	left: 35%;
}
#portfolio-p {
	padding-top: 8px;
}
/* footer end */
/* background color */
.recently-work {
	background-color: #eaeaea;
}
.process-bg {
	background-color: #fff;
}
.services-bg {
	background-color: #eaeaea;
}
.about-bg {
	background-color: #fff;
}
.divider-top {
	border-bottom: 1px solid #ccc;
}
#get-in-touch {
	position: absolute;
	right: 18%;
	top: 20%;
}
.span-green {
	color: #009580;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
/* Media queries */
.third-read:hover, .third :focus {
	color: #000;
	outline: none;
	text-decoration: none;
}
.third {
	padding: 10px 15px;
	border-color: #000;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 40px 40px #ef7921 inset, 0 0 0 0 #ef7921;
	transition: all 150ms ease-in-out;
	border: 2px solid ##ef7921;
	border-radius: 0.6em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.third:hover {
	box-shadow: 0 0 10px 0 #ef7921 inset, 0 0 10px 4px #ef7921;
	color: #ef7921;
	text-decoration: none;
}
.read-more {
	margin-top: 40px;
}
.third-read:hover, .fourth :focus {
	color: #000;
	outline: none;
	text-decoration: none;
}
.fourth {
	padding: 10px 15px;
	border-color: #ef79210;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 40px 40px #ef7921 inset, 0 0 0 0 #ef7921;
	transition: all 150ms ease-in-out;
	border: 2px solid #ef7921;
	border-radius: 0.6em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.fourth:hover {
	box-shadow: 0 0 10px 0 #ef7921 inset, 0 0 10px 4px #ef7921;
	color: #ef7921;
	text-decoration: none;
}
.read-more1 {
	margin-top: 60px;
}
.services-h {
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 700;
	color: #009684;
	position: relative;
}
.services-h:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 5px;
	background-color: #000;
	top: 40px;
	left: 47%;
}
.single-about h2 {
	text-transform: uppercase;
	font-family: 'Calibri';
	color: #000;
	font-size: 24px;
	font-weight: 600;
	text-align: start;
	position: relative;
}
.single-about h2:before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 30px;
	height: 2px;
	top: 32px;
}
.single-about h2:after {
	position: absolute;
	content: "";
	background-color: #fff;
	border: 1px solid #000;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	top: 30px;
	left: 30px;
}
#about .blue-color {
	background-color: #5a96ef;
	padding: 10px;
}
#about .red-color {
	background-color: #ef6d7b;
	padding: 10px;
}
#about .orange-color {
	background-color: #ffae73;
	padding: 10px;
}
#about .green-color {
	background-color: #6bdfc6;
	padding: 10px;
}
#about .steel-color {
	background-color: #8c8eff;
	padding: 10px;
}
#about .about-p {
	font-family: 'Calibri';
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-align: start;
}
#about .col-md-4 {
	margin-bottom: 20px;
}
.Hover-about {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	top: 0%;
	transition: 1s;
	border: #5a96ef 2px solid;
	left: -100%;
}
.Hover-about h2 {
	text-transform: uppercase;
	font-family: 'Calibri';
	color: #294e94;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: -10px;
}
.Hover-about #color {
	color: #294e94;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}
.Hover-about a {
	background-color: #5a96ef;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-left: 35%;
}
.about-main {
	position: relative;
	overflow: hidden;
}
.about-main:hover .Hover-about {
	left: 0%;
}
/* web Design*/	

/* web Development*/
.Hover-red {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	top: 0%;
	transition: 1s;
	border: #ef6d7b 2px solid;
	left: -100%;
}
.Hover-red h2 {
	text-transform: uppercase;
	font-family: 'Calibri';
	color: #ef6d7b;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: -10px;
}
.Hover-red #color {
	color: #EE163A;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}
.Hover-red a {
	background-color: #ef6d7b;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-left: 35%;
}
.about-main {
	position: relative;
	overflow: hidden;
}
.about-main:hover .Hover-red {
	left: 0%;
}
/* web Development*/

/* Software*/
.Hover-orange {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	top: 0%;
	transition: 1s;
	border: #ffae73 2px solid;
	left: -100%;
}
.Hover-orange h2 {
	text-transform: uppercase;
	font-family: 'Calibri';
	color: #EA760A;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: -10px;
}
.Hover-orange #color {
	color: #EA760A;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}
.Hover-orange a {
	background-color: #ffae73;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-left: 35%;
}
.about-main {
	position: relative;
	overflow: hidden;
}
.about-main:hover .Hover-orange {
	left: 0%;
}
/* software*/
/* app*/
.Hover-green {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	top: 0%;
	transition: 1s;
	border: #6bdfc6 2px solid;
	left: -100%;
}
.Hover-green h2 {
	text-transform: uppercase;
	font-family: 'Calibri';
	color: #21b575;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: -10px;
}
.Hover-green #color {
	color: #21b575;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}
.Hover-green a {
	background-color: #6bdfc6;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-left: 35%;
}
.about-main {
	position: relative;
	overflow: hidden;
}
.about-main:hover .Hover-green {
	left: 0%;
}
/* App*/

/* app*/
.Hover-steel {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	top: 0%;
	transition: 1s;
	border: #8c8eff 2px solid;
	left: -100%;
}
.Hover-steel h2 {
	text-transform: uppercase;
	font-family: 'Calibri';
	color: #8c8eff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: -10px;
}
.Hover-steel #color {
	color: #404d6d;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}
.Hover-steel a {
	background-color: #8c8eff;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-left: 35%;
}
.about-main {
	position: relative;
	overflow: hidden;
}
.about-main:hover .Hover-steel {
	left: 0%;
}
/* App*/
.about-icon {
	color: #fff;
	font-size: 45px;
	margin-bottom: 20px;
}
@keyframes rotate-icon {
0% {
 transform:scale(1);
}
100% {
transform:scale(2);
}
}
/* background color / */

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
 font-size: 0.75em;
 color: #009684;
 top: -2.25rem;
 transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.styled-input {
	float: none;
	width: 90%;
	margin: 2rem 0 1rem;
	position: relative;
	background-color: transparent !important;
}
.styled-input label {
	color: #999;
	padding: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
	pointer-events: none;
}
.styled-input.wide {
	width: 100%;
}
input {
	padding: 1rem 1rem;
	border: 0;
	width: 100%;
	font-size: 1rem;
	border-bottom: #ccc solid 1px;
	background-color: transparent;
	cursor: pointer;
}
textarea {
	padding: 1rem 1rem;
	border: 0;
	width: 100%;
	font-size: 1rem;
	border-bottom: #ccc solid 1px;
	background-color: transparent !important;
	resize: none;
	cursor: pointer;
}
input ~ span {
	display: block;
	width: 0;
	height: 2px;
	background: #009684;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
textarea ~ span {
	display: block;
	width: 0;
	height: 2px;
	background: #009684;
	position: absolute;
	bottom: 4px;
	left: 0;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
input:focus, textarea:focus {
	outline: 0;
}
input:focus ~ span {
	width: 100%;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
textarea:focus ~ span {
	width: 90%;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
textarea {
	width: 90%;
	min-height: 2em;
}
#submit-form {
	border: none;
	background-color: #009684;
	width: 22%;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 25px;
	margin-left: 35%;
	margin-top: 10%;
}
#about-img {
	padding-left: 26%;
}
#about-img img {
	width: 120px;
}
/* Hover Image start */


.box {
	overflow: hidden;
	position: relative;
}
.box img {
	width: 100%;
	height: auto;
	border: 10px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.box .box-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0.5s;
}
.box:before, .box:after, .box .box-content:before, .box .box-content:after, .box .box-overlay {
	content: "";
	width: 20%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.2);
	transition: all 0.3s ease 0.1s;
}
.box:after {
	left: 20%;
	transition-delay: 0.2s;
}
.box .box-content:before {
	left: 40%;
	transition-delay: 0.3s;
}
.box .box-content:after {
	left: 60%;
	transition-delay: 0.4s;
}
.box .box-overlay {
	left: 80%;
	transition-delay: 0.5s;
}
.box:hover:before, .box:hover:after, .box:hover .box-content:before, .box:hover .box-content:after, .box:hover .box-overlay {
	opacity: 1;
	transform: scale(1);
}
.box .inner-content {
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 1;
	transform: translate(-50%, -50%) scale(1.5);
	transition: all 0.3s ease 0.5s;
}
.box:hover .inner-content {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.box .title {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.box .post {
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 5px 0 20px 0;
}
.box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
}
.box .icon li {
	display: inline-block;
	margin: 0 5px;
}
.box .icon li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50% 0;
	background: #ef7921;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.5), 0 0 0 4px rgba(255,255,255,0.8);
	transition: all 0.3s ease 0s;
}
.box .icon li a i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50% 0;
	background: #ef7921;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.5), 0 0 0 4px rgba(255,255,255,0.8);
	transition: all 0.3s ease 0s;
}
.box .icon li a i:hover {
	background: #fff;
	color: #ef7921;
	box-shadow: 0 0 15px rgba(0,0,0,0.5) inset, 0 0 10px #fff;
}
@media(max-width:1610px) {
#footer1 {
	background-color: #181c18;
}
}
@media(max-width:1400px) {
#footer1 {
	background-image: url(../img/footer.jpg);
}
}
/*responsive code */
@media(max-width:1050px) {
.top-header ul li {
		width: 35%;
	
}
#contact-number .col-md-10 a{
		font-size:16px;	
	}
#footer1 {
	height: 700px;
	width: 100%;
}
.col-md-12 {
	width: 100%;
}
.single-about h2 {
	font-size: 18px;
}
#about .about-p {
	font-size: 13px;
}
#copywright {
	position: relative;
}
#socail-icon {
	position: relative;
	right: 0px;
}
}
@media(max-width:810px) {
.footer-desktop{ display:none;}
.footer-mobile{ display:block;}
#mobile-view-number a .fa{
		float:left;
	
	}
#mobile-view-number{
	padding-left:20%;
	padding-right:15%;
	}
.testmonail-img {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 35%;
}
.about-main:hover .Hover-red {
	left: 0%;
	padding-top: 30px;
}
.about-main:hover .Hover-orange {
	padding-top: 30px;
}
.about-main:hover .Hover-about {
	padding-top: 30px;
}
.about-main:hover .Hover-green {
	padding-top: 30px;
}
.about-main:hover .Hover-steel {
	padding-top: 30px;
}
.Hover-steel a {
	color: #fff;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	margin-left: 30%;
}
.Hover-green a {
	color: #fff;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	margin-left: 30%;
}
.Hover-about a {
	color: #fff;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	margin-left: 30%;
}
.Hover-red a {
	color: #fff;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	margin-left: 30%;
}
.Hover-orange a {
	color: #fff;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	margin-left: 30%;
}
.img-space {
	padding-top: 20px;
	padding-bottom: 20px;
}
.about-h1 {
	text-align: center;
}
.logo img {
	width: 40%;
	padding-top: 5%;
}
.top-header ul {
	margin-top: -10%;
}
.hamb-menu {
	margin-top: 0%;
}
#get-in-touch {
	top: 60%;
}
#img-profile {
	display: none;
}
#img-profile1 {
	display: none;
}
#img-profile2 {
	display: none;
}
#img-profile3 {
	display: none;
}
.header-content {
	height: auto;
	padding-top: 0px;
}
#about-img {
	padding-left: 30%;
}
.counter {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-left: 10px;
}
.about-icon {
	text-align: center;
}
.single-about h2 {
	text-align: center;
}
.single-about h2:after {
	left: 100px;
}
#about .about-p {
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}
.footer-font {
	margin-left: 0%;
}
.footer-font2 {
	margin-left: 0%;
}
#footer1 {
	height: 900px;
	width: 100%;
	background: #181c18;
}
#submit-form {
	margin-top: 5%;
	margin-bottom: 5%;
}
}
@media(max-width:520px) {
.footer-img {
   
    padding-top: 20px;
   
    margin-left: 18%;
}
#copy-wrt {
	top: -150px;
}
.single-about h2:after {
	display: none;
}
.top-header ul {
	margin-top: 0%;
	display: none;
}
.hamb-menu {
	margin-top: -13%;
}
.logo img {
	width: 70%;
}
#footer1 {
	height: auto;
	background: #181c18;
}
#submit-form {
	width: 50%;
	margin-left: 25%;
}
#copywright {
	font-size: 12px;
	left:0%;
}
.footer-h1 {
        text-align: center;
}
.our-services li {
    
    text-align: center;
}
}
