* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-top: 50px;
	font-family: sans-serif;
}

html {
	scroll-behavior: smooth;
}

.heading {
	font-size: 42px;
	font-weight: bold;
}



.nav-item {
	padding-left: 50px;
}


/*SVG Animation*/

#Screen1 {
	animation-name: slide1;
	animation-duration: 3s;
	animation-delay: 3.5s;
}

#Screen2 {
	animation-name: slide1;
	animation-duration: 3s;
	animation-delay: 4.5s;
}

#Screen3 {
	animation-name: slide1;
	animation-duration: 3s;
	animation-delay: 5.5s;
}

#Screens {
	animation: ease-in;
	animation-name: bloomin;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-delay: 7s;
}

#Person {
	animation-name: slide;
	animation-duration: 4.5s;
}

@keyframes bloomin {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes slide {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	from {
		transform: translate(2500px);
	}
	to {
		transform: translate(0px);
	}
}

@keyframes slide1 {
	0% {
		opacity: 0;
	}
}
@keyframes NAVBAR {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	/* from {
		transform: translateX(1000px);
	}
	to {
		transform: translateX(0px);
	} */
}

@keyframes HEADING {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	 from {
		transform: translateY(300px);
	}
	to {
		transform: translateY(0px);
	} 
}



.navbar {
	animation: ease-in;
	animation-name: NAVBAR;
	animation-duration: .5s;
	/* animation-delay: 4s; */
}

#showcase-heading {
	animation: ease-in;
	animation-name: HEADING;
	animation-duration: 1.5s;
  /* animation-delay: 4s;  */
}
#showcase-subheading {
	animation: ease-in;
	animation-name: HEADING;
	animation-duration: 2s;
  /* animation-delay: 4s;  */
}




/*End of SVG Animation*/


/*About*/

#about-us-anim-cl1 {
	margin-top: 120px;
}

#about-us-anim-cl2 {
	margin-top: 120px;
}

.cover {
	width: 200px;
	height: 200px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #ccc;
	float: left;
	margin: 5px;
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari and Chrome */
	-o-transition: all 1s;
	/* Opera */
}

.cover:hover {
	border-color: #00bbe3;
}

.box3d {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 1s;
	-webkit-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1);
	/* older webkit */
	-webkit-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	/* easeOutBack */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.box3d:first-child {
	text-align: right;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	/* Safari and Chrome */
	-moz-transform: rotateY(180deg);
}

.cover:hover .box3d {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	/* Safari and Chrome */
	-moz-transform: rotateY(180deg);
	/* Firefox */
	;
}

.cover:hover .box3d:first-child {
	z-index: 1;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	/* Safari and Chrome */
	-moz-transform: rotateY(0deg);
}

.pic1 {
	background: url('images/Budget-Friendly.jpg') no-repeat center center;
}

.pic11 {
	background: url('images/affordabletext.jpg') no-repeat center center;
}

.pic2 {
	background: url('images/solution.jpg') no-repeat center center;
}

.pic22 {
	background: url('images/solutionstext.jpg') no-repeat center center;
}

.pic3 {
	background: url('https://dribbble.s3.amazonaws.com/users/5253/screenshots/922045/tony_rlv_drib_1x.jpg') no-repeat center center;
}

.pic4 {
	background: url('https://dribbble.s3.amazonaws.com/users/167877/screenshots/921482/1.jpg') no-repeat center center;
}


/*End of About*/


/*Our Process*/

.circle-with-text {
	background: linear-gradient( #0072ff, #00c6ff);
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-align: center;
	margin: 5px 35px;
	font-size: 15px;
	padding: 15px;
	display: flex;
	height: 180px;
	width: 180px;
	color: #fff;
	cursor: pointer;
	/* transition: height 1s;
  -webkit-transition: height 1s; */
	;
}

.multi-line-text {
	font-size: 20px;
}

.circle-with-text:hover {
	/* height:100%; */
	/* box-shadow: 0px 0px 150px #000000; */
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.3);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.3);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.3);
	transition: all 200ms ease-in;
	transform: scale(1.3);
}

.circle1:after {
	content: "Idea";
}

.circle1:hover:after {
	content: 'To analyze the requirement through in depth research with the help of brilliant tools.';
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(.7);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(.7);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(.7);
	transition: all 200ms ease-in;
	transform: scale(.7);
}

.circle2:after {
	content: "Sketch";
}

.circle2:hover:after {
	content: 'To draft the design that is  related to the research in order to check the feasibility.';
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(.7);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(.7);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(.7);
	transition: all 200ms ease-in;
	transform: scale(.7);
}

.circle3:after {
	content: "Design";
}

.circle3:hover:after {
	content: 'After completing feasibility test, a final design is prepared by using smart tools';
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(.7);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(.7);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(.7);
	transition: all 200ms ease-in;
	transform: scale(.7);
}

.circle4:after {
	content: "Develop";
}

.circle4:hover:after {
	content: 'Now, our the development team starts developing the solution according to design.';
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(.7);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(.7);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(.7);
	transition: all 200ms ease-in;
	transform: scale(.7);
}

.circle5:after {
	content: "Test";
}

.circle5:hover:after {
	content: 'In testing phase, we test every component to make sure that our solution fits the requirement.';
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(.7);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(.7);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(.7);
	transition: all 200ms ease-in;
	transform: scale(.7);
}

.circle6:after {
	content: "Celebrate";
}

.circle6:hover:after {
	content: 'We make delivery for the solution and assist our clients to control and administer solution.';
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(.7);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(.7);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(.7);
	transition: all 200ms ease-in;
	transform: scale(.7);
}


/*End of Our Process*/


/*Testimonial*/

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #60676e;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
	text-align: center;
	padding: 50px;
	margin-bottom: 80px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3190E7;
	-webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #3190E7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	-webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}


/*End of Testimonial*/


/*Footer*/

#footer {
	font-size: 15px;
	background: #fff;
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #f5f8fd;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	color: #413e66;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#footer .footer-top .footer-info p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
	color: #535074;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #1bb1dc;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #0a98c0;
	color: #fff;
}

#footer .footer-top h4 {
	font-size: 14px;
	font-weight: bold;
	color: #413e66;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul li {
	padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #696592;
}

#footer .footer-top .footer-links ul a:hover {
	color: #1bb1dc;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
	line-height: 26px;
}

#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
	border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #1bb1dc;
	border: 1px solid #1bb1dc;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #0a98c0;
}

#footer .footer-top .form .form-group {
	margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
	color: #fff;
	background: #1bb1dc;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
	color: #fff;
	display: none;
	background: red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
	display: block;
}

#footer .footer-top .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#footer .footer-top .form label {
	color: #413e66;
	font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #dce1ec;
	font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
	color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
	color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
	color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
	color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
	background: #1bb1dc;
	border: 0;
	border-radius: 3px;
	padding: 8px 30px;
	color: #fff;
	transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
	background: #0a98c0;
	cursor: pointer;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
	color: #535074;
	font-size: 15px;
}

#footer .credits {
	text-align: center;
	font-size: 14px;
	padding-top: 4px;
	color: #8582a8;
}

#footer .credits a {
	color: #1bb1dc;
}

#footer .credits a:hover {
	color: #0a98c0;
}


/*End of Footer*/


/*Mobile Footer*/

@media (max-width: 575px) {
	#mobfooter {
		margin-left: 87px;
	}
	.navbar-toggler {
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: #3190E7;
		border: 1px solid transparent;
		border-radius: .25rem;
	}
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.navbar-brand {
		float: left;
		height: 55px !important;
		padding: 15px 15px;
		font-size: 18px;
		line-height: 20px;
	}
	img.navbar-brand {
		position: fixed;
		top: 1px;
	}
	.navbar-toggler-icon {
		width: 2.5em !important;
		height: 2.5em !important;
	}
	.button.navbar-toggler {
		position: fixed;
		top: 6px;
		right: 0px;
		margin-right: 30px;
	}
	.Gmap {
		margin-top: 20px;
		margin-left: 0px !important;
	}
	.msg {
		margin-top: 20px;
	}
	.footer-top {
		padding-top: 0px !important;
	}
}


/*End of Mobile Footer*/


/* MOBILE VIEW*/

@media(max-width:765px) {
	#about-us-anim-cl2 {
		margin-top: 0px;
	}
	.circle-with-text {
		margin: 6px 35%;
	}
}

 @media(max-width:414px) {
	.paragraph {
		font-size: 20px;
		font-weight: 500;
	}
/*	@keyframes BCARD {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	#bcard0{
	  animation:ease-in;
	  animation-name: BCARD ;
	  animation-duration: 1s;
	} 
	#bcard1{
		animation:ease-in;
	  animation-name: BCARD ;
	  animation-duration: 1s;
	  } 
	  #bcard2{
		animation:ease-in;
	  animation-name: BCARD ;
	  animation-duration: 1s;
	  } 
	  #bcard3{
		animation:ease-in;
	  animation-name: BCARD ;
	  animation-duration: 1s;
	  } 
	  #bcard4{
		animation:ease-in;
	  animation-name: BCARD ;
	  animation-duration: 1s;
	  } 
	  #bcard5{
		animation:ease-in;
	  animation-name: BCARD ;
	  animation-duration: 1s;
	  } 
	 */
	@keyframes SVG {
		0% {
			opacity: 0;
		}
	}
	#svg{
		animation: ease-in;
		animation-name: SVG;
		animation-duration: 7.5s;
		} 
	.img {
		margin-right: 230px;
	}
	#svg-title {
		margin-top: 43px;
	}
	#svg {
		margin-top: 50px;
	}
	.circle-with-text {
		margin: 6px 109px;
	}
	#Our-Process-Heading {
		margin-left: 95px;
	}
	#project-row-heading {
		margin-left: auto;
	}
	#project-row2 {
		margin: 0px 0px 50px 0px;
	}
	#services-heading {
		margin: 90px 0px 20px 25px;
	}
	#business-heading {
		margin-top: 90px;
	}
}
@media(max-width:412px) {
	.img {
		margin-right: 240px;
	}
	#svg {
		margin-top: 50px;
	}
	.circle-with-text {
		margin: 6px 117px;
	}
}

@media(max-width:375px) {
	.img {
		margin-right: 190px;
	}
	.circle-with-text {
		margin: 6px 90px;
	}
	#Our-Process-Heading {
		margin-left: 75px;
	}
}

@media(max-width:360px) {
	.img {
		margin-right: 185px;
	}
	#svg {
		height: 275px;
		margin-top: 50px;
	}
	.circle-with-text {
		margin: 6px 84px;
	}
}

@media(max-width:320px) {
	.img {
		margin-right: 150px;
	}
}


/* DESKTOP VIEW*/

@media(min-width:994px) {
	.paragraph {
		font-size: 20px;
		font-weight: 500;
		line-height: 32px;
	}
	@keyframes SVG {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
		 from {
			transform: translateY(-300px);
		}
		to {
			transform: translateY(0px);
		} 
	}
	#svg{
		animation: ease-in;
		animation-name: SVG;
		animation-duration: 1.7s;
		} 
	#svg {
		margin-top: 49px;
	}
	/* #showcase-subheading {
		font-size: 17px !important;
	} */
	#both-svg-title {
		margin-top: 90px;
	}
	#about-section {
		margin: 0px 0px 130px 0px;
	}
	#about-us-text {
		margin-top: 160px;
	}
	/* #services-section{margin:0px 20px 250px 20px;}
  #services-container{margin: 40px 0px 60px 190px;} */
	#business-card {
		width: 18rem;
		height: 18rem !important;
	}
	#business-card-heading {
		font-kerning: normal;
		color: rgb(8, 8, 8);
		text-align: start;
	}
	#Our-Process-Heading {
		margin-top: 90px;
		margin-left: 65px;
		margin-bottom: 90px;
		text-align: center;
	}
	#project-row1 {
		margin: 90px 0px 50px 0px;
	}
	#project-row2 {
		margin: 90px 0px 190px 0px;
	}
}