@charset "utf-8";

/* menu start */
#navbar-menu {
 top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
	background-color:#101410cc;
    z-index: 1001;
}
#nav-menu-btn {
  cursor: pointer;
  position: fixed;
  top: 0%;
  left: 85%;
  background-color: white;
  color: #777;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 1em;
  font-size: 1.5rem;
  line-height: 0.7em;
  z-index: 10002;
  transition: transform 300ms;
}
#nav-menu-btn:hover {
  transform: scale(1.1);
}
.nav-links {
	display:inline-block; 
 z-index: 10;
  list-style: none;
  text-align: center;
}
.nav-link {
 display:inline-block; 
  margin: 0.5em;
  padding: 0.5em;
  font-size: 2rem;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  transition: all 200ms;
}
.nav-link:hover {
   text-decoration: none;
  color:#00B2CE;
  transform: translate(10%, 0);
}
.hide {
  display: none;
}
#navbar-menu ul li {
	display:inline-block;
		padding-right:80px;}
#navbar-menu ul li a {
	text-decoration:none;
}		
#navbar-menu ul{
	padding-top:10px;
	padding-left:100px;}
#nav-sub{
	width:100%;	
	padding:10px;
	position:relative; 
	top:0px;

	}
#nav-sub:before{
  position:absolute;
  content:'';
  width: 0; 
  height: 0; 
 width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;  
  border-bottom: 20px solid #fff;
  left:48%;
  top:-20px;
	
	}
		
.sub-menu-div{
	background-color:#333;
	width:60%;
	padding:10px;
	margin-bottom:25px;
	    box-shadow: 0px 0px 10px 0px #333;
	
	}
.sub-menu-div a{
	text-decoration:none;}	
.sub-menu-div a img{
	margin-left:36%;
	}
.sub-menu-div a p{
	font-size:16px;
	color:#fff;
	text-align:center;
	padding-top:10px;

	}
.sub-menu-space{
	margin-top:-10px;
	background-color:#fff;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:50px;
	width:80%;		
	}
.menu-desktopview{display:block;}
.menu-mobileview{display:none;}		
/* menu end */

/* testimonial start */
/* 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;
}
.header-span{color:#00b2ce;}

.testimonial-slider {
   display: block;
   width: 100%;
   height: auto;
  }

.#table_content{
	
	 width:95%;
	}
	  #table_content tr{
	}
	 #table_content tr th{
	
	 background-color:#ccc;
	 font-size:16px;
	 padding-top:5px;
	 padding-bottom:5px;
	 text-align:center;}
	 #table_content tr td{
	
	 background-color:#eff7ff;
	 font-size:14px;
	 padding-top:5px;
	 padding-bottom:5px;
	 text-align:center;}
.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 */
.page-content{width:90%; border-top:1px solid #ccc; padding-bottom:40px; padding-top:30px;}
.page-content-h1 {
	font-size: 20px;
	color: #00b2ce;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	}
.animatable {
  
  visibility: hidden;
    -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.large-header {
   position:absolute;
   width: 100%;
   background-image:url(../img/bg/web-development.jpg);
   background-repeat:no-repeat;
 
   overflow: hidden;
   background-size: cover;
   background-position: center center;
  
}
.large-header_1 {
   position:absolute;
   width: 100%;
   background-image:url(../img/bg/web-design.jpg);
   background-repeat:no-repeat;
 
   overflow: hidden;
   background-size: cover;
   background-position: center center;
  
}
.large-header_2 {
   position:absolute;
   width: 100%;
   background-image:url(../img/bg/digital-marketing.jpg);
   background-repeat:no-repeat;
 
   overflow: hidden;
   background-size: cover;
   background-position: center center;
  
}
.large-header_3 {
   position:absolute;
   width: 100%;
   background-image:url(../img/bg/mobile-app.png);
   background-repeat:no-repeat;
 
   overflow: hidden;
   background-size: cover;
   background-position: center center;
  
}
.large-header_4 {
   position:absolute;
   width: 100%;
   background-image:url(../img/bg/ecommerce-website-design.jpg);
   background-repeat:no-repeat;
 
   overflow: hidden;
   background-size: cover;
   background-position: center center;
  
}
.large-header_5 {
   position:absolute;
   width: 100%;
   background-image:url(../img/bg/branding.jpg);
   background-repeat:no-repeat;
 
   overflow: hidden;
   background-size: cover;
   background-position: center center;
  
}
.content-even{
	padding-top:30px;
	padding-bottom:30px;}
.content-even h2{
	color:#333; font-weight:bold; text-transform:uppercase;
	font-size:24px;
	margin-top:0px;
	  font-family: 'Poppins', sans-serif}
.content-even p{
	text-align:justify;

	line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 400;}	
.content-even:nth-child(odd){
	background-color:#fff;
	width:90%;}
.content-even:nth-child(even){
	background-color:#6bdbff;
	width:90%;}

/* CSS Document */
.text-rotate{
	position: absolute;
	top:25%;
	left: 9%;
	
}
.text-rotate h1{
	color: #00b2ce;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
	}
.text-rotate h2{
	color: #fff;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
	margin-left:-5px;
	padding:5px;
	}	
.text-rotate p{
	padding:5px;
	
	color: #fff;
	font-size: 16px;
	

}

.sub_heading{font-size:16px; color:#000; font-weight:600;}
.content-ul{
	padding-left:20px;
	
	}
.content-ul li{
	
	list-style:url(../img/star-icon.png);
		padding-top:5px;
	line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333333;
       font-weight: 400;
	   padding-right:6%;
	   text-align:justify;
	  
	}
#side-bar {
	width: 11%;
	color: #fff;
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	    z-index: 1000;
		background-color:#212429;
}
#menu-side {
}
#menu-side li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #212429;
	transition: all ease .5s
}
#menu-side li:hover{
	background-color: #00b2ce;
}
#menu-side li:nth-child(6) {
	border-bottom: none;
}
#menu-side li a {
	text-decoration: none;
}
#menu-side li a p {
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding-top: 5px;
}
.header-top {
	width: 100%;
	background-color: #101410;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-top .logo img {
	width: 60%;
}
.header-top .phone-cls {
	font-size: 16px;
	position: absolute;
	overflow: hidden;
	top: 10px;
}
.header-top .phone-cls span {
	font-size: 20px;
}
#get-in-touch {
	overflow: hidden;
	position: absolute;
	top: 0%;
}
/* 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: 8px 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%);
}
}
/**/

#footer {
	width: 100%;
	background-image: url(../img/footer.jpg);
	overflow: hidden;
	height: 100vh;
}
/* 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;
	right: 10%;
	top: 80px;
}
.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;
	left: 35%;
}
#copy-wrt {
	position: relative;
	top: -90px;
}
#portfolio-p {
	padding-top: 8px;
}
input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
 font-size: 0.75em;
 color: #6bddff;
 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: 90%;
	font-size: 1.6rem;
	border-bottom: #ccc solid 1px;
	background-color: transparent;
	cursor: pointer;
}
textarea {
	padding: 1rem 1rem;
	border: 0;
	width: 90%;
	font-size: 1.6rem;
	border-bottom: #ccc solid 1px;
	background-color: transparent !important;
	resize: none;
	cursor: pointer;
}
input ~ span {
	display: block;
	width: 0;
	height: 2px;
	background: #6bddff;
	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: #6bddff;
	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: 90%;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
textarea:focus ~ span {
	width: 80%;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
textarea {
	width: 80%;
	min-height: 2em;
}
#submit-form {
	border: none;
	background-color:#00b2ce;
	width: 22%;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
		margin-left: 35%;
	margin-top: 2%;
}
/* footer end */	

/**/
#banner_1 {
	width: 100%;
	position: relative;
	display:none;
	
}
#banner {
	width: 100%;
	position: relative;
	display:block;	
}
#content {
	width: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top:32%;
}
#content h1 {
	position: relative;
		font-size: 30px;
	color: #333;
	font-weight: 700;
	padding-bottom:20px;
	line-height:40px;
	text-align:center;
	padding-right:7%;
}

#content p {
	
	padding-top: 5px;
		text-align: justify;
	margin:0px 0px 0px 0px;	
	line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333333;
       font-weight: 400;
	padding-right:7%;
}

/**/	
/**/

#service {
	width: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
#service h1 {
	position: relative;

	font-size: 30px;
    color: #333;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 36px;
    text-align: center;
}
.web-service {
	margin: 5px;
	
	cursor: pointer;
}
.web-service .circle {
	width: 120px;
	height: 120px;
	position: relative;
	background-color: #00b2ce;
	border-radius: 50%;
	left: 20%;
}
.web-service .circle img {
	position: absolute;
	top: 12px;
	left: 15px;
}
.web-service_1 .circle img {
	position: absolute;
	top: 12px;
	left: 15px;
}
.web-service .circle:after {
	position: absolute;
	content: "";
	width: 300px;
	height: 1px;
	top: 55px;
	left: 121px;
	border: 2px #00b2ce dotted;
}
.web-service_1 {
	cursor: pointer;
	margin: 5px;
	padding: 5px;
}
.web-service_1 .circle {
	width: 120px;
	height: 120px;
	position: relative;
	background-color: #00b2ce;
	border-radius: 50%;
	left: 20%;
}
.web-service .content-service h2 {
	font-size: 16px;
	text-align: center;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
}
.web-service .content-service p {
	font-size: 14px;
	color: #000;
	text-align: justify;
}
.web-service_1 .content-service h2 {
	font-size: 17px;
	text-align: center;
	color: #000;
	font-weight: 700;
	padding-right: 0%;
	text-transform: uppercase;
}
.web-service_1 .content-service p {
	font-size: 14px;
	color: #000;
	text-align: justify;
}

/**/
#footer1 {
	padding-top:30px;
	}
/* contact code start */
#contact-p1{  text-align:center; padding-top:20px; 
padding-bottom:20px;
font-size:13px;}
#contact-h2 {
	color: #000;
	font-weight: 600;
	font-size: 22px;
	text-transform:uppercase;
}
#contact-h3 {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	text-align: start;
	margin-top:10px;
	margin-bottom:0px;
}
#contact-p {
	color: #333;
	font-weight: 400;
	font-size: 14px;
	text-align: start;
	padding-top:20px;
}
#contact-i {
	font-size: 18px;
	color: #00b2ce;
	display:inline-block;
	margin-top:0px;
}
#contact {
	width: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contact h1 {
	position: relative;
	text-align: center;
	font-size: 26px;
	color: #000;
	font-weight: 700;
}
#contact h1:before {
	content: "";
	background-color: #333;
	width: 80px;
	height: 2px;
	top: 37px;
	position: absolute;
	left: 46%;
}
#contact h1:after {
	content: "";
	background-color: #00b2ce;
	border: 2px solid #333;
	width: 12px;
	height: 12px;
	position: absolute;
	transform: rotate(45deg);
	top: 32px;
	left: 49%;
}

	
/* form start */
.form-input input:focus ~ label,.form-input textarea:focus ~ label,.form-input input:valid ~ label,.form-input textarea:valid ~ label {
 font-size: 0.75em;
 color: #00b2ce;
 top: -2.25rem;
 transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.form-input {
	float: none;
	width: 90%;
	margin: 2rem 0 1rem;
	position: relative;
	background-color: transparent !important;
}
.form-input label {
	color: #000;
	padding: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
	pointer-events: none;
}
.form-input.wide {
	width: 100%;
}
.form-input input {
	padding: 1rem 1rem;
	border: 0;
	width: 90%;
	font-size: 1.6rem;
	border-bottom: #ccc solid 1px;
	background-color: transparent;
	cursor: pointer;
}
.form-input textarea {
	padding: 1rem 1rem;
	border: 0;
	width: 90%;
	font-size: 1.6rem;
	border-bottom: #ccc solid 1px;
	background-color: transparent !important;
	resize: none;
	cursor: pointer;
}
.form-input input ~ span {
	display: block;
	width: 0;
	height: 2px;
	background: #00b2ce;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.form-input textarea ~ span {
	display: block;
	width: 0;
	height: 2px;
	background: #00b2ce;
	position: absolute;
	bottom: 4px;
	left: 0;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.form-input input:focus,.form-input textarea:focus {
	outline: 0;
}
.form-input input:focus ~ span {
	width: 90%;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.form-input textarea:focus ~ span {
	width: 80%;
	transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.form-input textarea {
	width: 80%;
	min-height: 2em;
}
#submit-form_1 {
	border: none;
	background-color: #00b2ce;
	width: 22%;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 25px;
	margin-left: 30%;
	}

/* form end */	
#our-map{
	overflow:hidden;
	padding:20px;
	border:1px solid #000;
	width:100%;
	display:none;}

	
/* contact code end */	
/* about */
#about-banner {
	position:relative;
	width: 100%;
	 background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/bg/about.png");
	
	
	padding-top:40px;
	padding-bottom:20px;
}
#about-banner:after {
	position:absolute;
	content:"";
	width:130px;
	height:130px;
	border-radius:50%;
	background-color:#fff;	
	left:39.7%;

	
}
#about-banner h1 {
	margin-top: 0px;
	text-align: center;
	font-size:32px;
	color:#fff;
	text-transform:uppercase;
	margin-left:-10%
	
	
	
}
#about-banner p {
	margin-top: 0px;
	text-align: center;
	font-size:20px;
	padding-right:15%;
	padding-left:5%;
	line-height:30px;
	color:#fff;
	
}
#content-about {
	width: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
#found-year{
	width:50%;
	padding-left:35%;
	position:relative;
	
	}
#found-year:before{
		position:absolute;
		width:2px;
		height:400px;
		content:"";
		border:1px dotted #ccc;
		left:88.5%;
	
	}	
#logo-img{
	position:absolute;
	content:"";
	width:100px;
	height:100px;
	border-radius:50%;
	background-color:#00b2ce;	
	left: 81.5%;
    top: -80px;}
#logo-img img{
	padding-left:10px;
	padding-top:20px;
	
	
	}
#found-date{
	position:relative;
		top:80px;
		left:155px;
	}
#found-date:before{
	position:absolute;
	content:"";
	background-color:#00b2ce;
	width:18px;
	height:18px;
	border-radius:50%;
	left:-38px;	
	}	
#found-date h2{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	}	
#found-date span{
		font-size:20px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:5px;
	}

/**/	
#found-city{
	position:relative;
		top:80px;
		left:35px;
	}
#found-city:before{
	position:absolute;
	content:"";
	background-color:#00b2ce;
	width:18px;
	height:18px;
	border-radius:50%;
	left:82px;	
	}	
#found-city h2{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	}	
#found-city span{
		font-size:20px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:5px;
	}
/**/
#found-projct{
	position:relative;
		top:80px;
		left:155px;
	}
#found-projct:before{
	position:absolute;
	content:"";
	background-color:#00b2ce;
	width:18px;
	height:18px;
	border-radius:50%;
	left:-38px;	
	}	
#found-projct h2{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	}	
#found-projct span{
		font-size:20px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:5px;
	}	
#about-content{
	position:relative;
		width: 100%;
	background-color: #00b2ce;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top:-2.2%;}
#about-content:before{
	position:absolute;
	content:"";
	width:65px;
	height:65px;
	border-radius:50%;
	background-color:#00b2ce;	
	left:41.9%;
	top:-40px;
	}
#about-content:after{
	position:absolute;
	content:"";
	width:50px;
	height:50px;
	background-image:url(../img/ashok-chakra.png);
	background-repeat:no-repeat;	
	left:42.4%;
	top:-40px;
	}			
.text-title h1{
	font-size:24px;
	text-align:center;
	font-weight:900;
	margin-left:-11%;
	color:#fff;
	text-transform:uppercase;
	}
#webinvent-delhi{margin-left:13.3%; padding-top:30px;}	
#about-p{
	padding-top:10px;}	
.about-p p{
	padding-top:10px;
		padding-right:60px;
		    text-align: justify;
	
    	    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
	
	}	
#vision{
	position:relative;
		width: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	}
.text-title1 h1{
		margin-left:-11%;
	
	
	font-size: 30px;
    color: #333;
    font-weight: 700;
   
    line-height: 40px;
    text-align: center;
	}
.text-title1 h1:before{
	    content: "";
    background-color: #00b2ce;
    width: 80px;
    height: 3px;
    top: 70px;
    position: absolute;
    left: 40%;
	}
	

.about-q{
	padding-top:30px;
	}	
.about-q p{
	    text-align: justify;
	padding-top:10px;
		padding-right:60px;	 
	
	 line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 400;}																		

/**/
#content-space{
	}

@media (max-width:1610px){
.sub-menu-div a img{
	margin-left:40%;
	}
.sub-menu-div {
    background-color: #333;
    margin-left: 10%;
    width: 60%;
    padding: 10px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 0px #333;
}	
#navbar-menu ul li{
display:inline-block;
padding-right:80px;
}	
}	
@media (max-width:1400px){
.sub-menu-div a img{
	margin-left:36%;
	}
	.sub-menu-div {
 
    margin-left: 10%;

  
}
#navbar-menu ul li{
padding-right: 73px;
}	
}
	
@media(max-width:1050px) {
#contact-number .col-md-10 a{
		font-size:16px;	
	}
	#content p {
		padding-right: 8%;
	
}
	#content-space{
		padding-right:5%;
	}
	#content {
        margin-top: 42%;
}
	.about-p p {
     padding-right: 10%;
  
}
.about-q p {
       padding-right: 10%;
   
}
	#found-city {  
      left: 12px;
}
	#found-projct {
       left: 133px;
}
	#found-date {
  
    left: 133px;
}
	#found-year:before {
      left: 90%;
}
	#about-content:after {
       left: 42.6%;
    
}
	#webinvent-delhi {
    margin-left: 4%;
  
}
#about-content {
        margin-top: -2.9%;
}
	
	.header-top .logo img {
    width: 60%;
}
	
	input {
        width: 85%;
    }
	textarea {
	
	width: 75%;
	
}

input:focus ~ span {
	width: 85%;
	
}
textarea:focus ~ span {
	width: 75%;
	
}

#nav-menu-btn {
   
    top: -1%;
    left: 82%;
    
}
#navbar-menu ul li {
   
    padding-right: 40px;
}
.sub-menu-div {
       width: 100%;
    }
.sub-menu-div a img {
    margin-left: 40%;
}	
	}			  
@media(max-width:810px) {
	/* menu start */
	.menu-desktopview{display:none;}
.menu-mobileview{display:block;
}
#navbar-menu ul li {
	padding-right: 0px; 
	display:block;
			}
.nav-link{
	text-align:center;
	font-size:14px;}
#navbar-menu ul {
    padding-top: 10px;
   
}				
	/* menu end */
.footer-desktop{ display:none;}
.footer-mobile{ display:block;}
#mobile-view-number a .fa{
		float:left;
	
	}
#mobile-view-number{
	padding-left:20%;
	padding-right:15%;
	}

.our-services li {
   
    text-align: center;
}
.footer-h1 {
  
    text-align: center;
}
.testmonail-img {
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left:35%;
}
.model-7 li {
	margin: 0 6px;
}
	.footer-img {
    width: 60%;
    margin-left: 18%;
}
#table_content{
	
	 width:100%;
	}
	#content p {
    padding-right: 0%;
}
	.space-div{
		margin-top:20px;}
	.page-content {
    width: 100%;
   }
	.content-even:nth-child(even) {
       width: 100%;
}
.content-even:nth-child(odd){
	width:100%;}
	#content {
        margin-top: 56%;
}
	.about-q p {
    padding-right: 0.5%;
}
	.about-p p {
    padding-right: 0.5%;
}
	#about-banner:after {
      left: 39%;
}
	#about-content {
    margin-top: -3.8%;
}
	#webinvent-delhi img {
  margin-left: -5.5%;
    width: 100%;
}
	#found-city {
    left: -11%;
}
	#found-projct {
    left: 91%;
}
	#found-date {
    left: 91%;
}
	.header-top .logo img {
    width: 30%;
}
.menu-nav {
	background-color: #333;
}
.menu-drop {
	left: 0%;
	margin-top: -0%;
}
.menu-drop li {
	display: block;
	padding-left: 0px;
	padding-top: 10px;
	text-transform: capitalize;
}
.menu-drop li a {
	font-size: 16px;
}
#side-bar {
	display: none;
}
.web-service .circle:after {
	display: none;
}
.header {
        top: -30px;
    
}
.header-top .phone-cls {
	display:none;
   }
 #get-in-touch {
    
    top: -50px;
}
.web-service .circle {
   
    left: 40%;
} 
.web-service_1 .circle  {
    left: 40%;
} 
.web-service {
       padding: 8px;
       border: #ccc 1px solid;
}
.web-service_1 {
       padding: 8px;
    border: 1px #ccc solid;
}
.footer-font {
    margin-left: 0%; 
    
   
}
.footer-font2 {
    margin-left: 0%;
   
}
#footer {
    height: auto;
    width: 100%;
    background: #181c18;
}
#submit-form {
 
    margin-top: 5%;
    margin-bottom: 5%;
}
input {
        width: 100%;
    }
	textarea {
	
	width: 90%;
	
}

input:focus ~ span {
	width: 100%;
	
}
textarea:focus ~ span {
	width: 90%;
	
}
#copy-wrt {
    
     top: -50px; 
}
#socail-icon {
    position: absolute;
    left: 0%;
    top: 30px;
}
#copywright {
    font-size: 14px;
    color: #009580;
     position:static; 
    left: 0%; 
    text-align: center;
}
.col-xs-offset-3 {
    margin-left: 0%;
}

}
@media(max-width:650px) {
#footer1 {
    padding-top: 30px;
    padding-bottom: 80px;
}
	#service h1 {
        padding-bottom: 20px;
}
	.text-title1 h1 {
     margin-left: 0%; 
    font-size: 24px;
 
    line-height: 32px;
}
	#content {
    margin-top: 70%;
}

/*mobile responsive end */
#banner {
	width: 100%;
	position: relative;
	display:none;
	
}
#banner_1 {
	width: 100%;
	position: relative;
	display:block;
	
}
.large-header_mb {
    height: 450px;
    position: absolute;
    width: 100%;
    background-image: url(../img/bg/digital-marketing.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
	
}
.large-header_mb_1 {
    height: 450px;
    position: absolute;
    width: 100%;
    background-image: url(../img/bg/branding.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
	
}
.large-header_mb_2 {
    height: 450px;
    position: absolute;
    width: 100%;
    background-image: url(../img/bg/ecommerce-website-design.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
	
}
.large-header_mb_3 {
    height: 450px;
    position: absolute;
    width: 100%;
    background-image: url(../img/bg/mobile-app.png);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
	
}
.large-header_mb_4 {
    height: 450px;
    position: absolute;
    width: 100%;
    background-image: url(../img/bg/web-development.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
	
}
.large-header_mb_5 {
    height: 450px;
    position: absolute;
    width: 100%;
    background-image: url(../img/bg/web-design.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
	
}	
}
/*mobile responsive end */
	
@media(max-width:540px) {
	#service h1:before {
      top: 38px;
        left: 42%;
}
 #contact h1:before { display:none;}
  #contact h1:after { display:none;}
  .text-title1 h1:before{ display:none;}

	#content h1:before {
      top: 38px;
        left: 42%;
}
	#content-space {
    padding-right: 0%;
}
	.col-xs-offset-3 {
    margin-left: 0%;
}
	#content h1 {
      font-size: 20px;
   
}
	#service h1 {
      font-size: 20px;
	      padding-bottom: 30px;
  
}
	#content {
    margin-top: 100%;
}
	#found-city {
    left: -23%;
}
	#found-projct {
    left: 141%;
}
	#found-date {
    left: 141%;
}
	#found-year:before {
    left: 100%;
}
	#about-content:after {
    left: 44%;
}
	#about-content:before {
    width: 50px;
    height: 50px;
        left: 44%;
   }
	#about-content {
    margin-top: -6.2%;
}
	#about-banner p {
        font-size: 16px;
    padding-right: 2%;
    padding-left: 2%;
    line-height: 24px;
}
	#about-banner:after {
    width: 110px;
    height: 110px;
     left: 40%;
    top: 80%;
}
	#logo-img img {
    padding-left: 1px;
    padding-top: 10px;
}
	#logo-img {
    left: 86.2%;
    top: -80px;
    width: 80px;
    height: 80px;
}
	
	#webinvent-delhi img {
    margin-left: -16%;
    width: 100%;
}
	#get-in-touch {
		display:none;
    }
	.menu-button {
    right: 10px;
    top: 15px;
}
#get-in-touch {
    top: -40px;
	 display:none;
}
#footer {
    height: auto;
    width: 100%;
    background: #181c18;
}
#content p {
    font-size: 14px;
        padding-right: 0%;
		text-align:justify;
}
#submit-form {
      width: 50%;   
    margin-left: 25%;

}	
#copywright {
    font-size: 12px;
  
}
.web-service_1 .circle {
    left: 35%;
}
.header-top .logo img {
    width: 60%;
}
.content-even p {
   padding-right:4%;
}
	}
@media(max-width:400px) {
	#content {
    margin-top: 120%;
}
	#about-banner:after {
    width: 100px;
    height: 100px;
    left: 37.3%;
   }
	#about-content {
    margin-top: -8.2%;
}
	#webinvent-delhi img {
    margin-left: -35%;
  }
	#found-city {
    left: -65%;
}
	
	#logo-img {
    left: 80%;
 
}
	
	#found-projct {
    left: 155%;
}
	#found-date {
    left: 155%;
}
	.web-service .circle {
    left: 35%;
}
	#service h1 {
       font-size: 16px;   
}
#content h1 {
      font-size: 16px;
    }
.content-even h2 {
   
    font-size: 16px;
    
}
	}	
@media(max-width:325px) {
	
	.header-top .logo img {
    width: 60%;
}
.web-service .circle {
    left: 30%;
}
.web-service_1 .circle {
    left: 30%;
}
#found-city {
    left: -80%;
}
#about-content {
    margin-top: -9.5%;
}
#webinvent-delhi img {
    margin-left: -44.5%;
}
	}		