body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
input[type="button"], input[type="submit"], button.btn, button.btn:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

img {
	width: 100%;
}

a:focus, a:hover {
	text-decoration: none;
	outline: none;
}

/*-- //Reset-Code --*/





/*-- Index-Page-Styling --*/





/*-- Navigation --*/

.navbar {
	background-color: transparent;
	border: none;
	margin: 0;
	height: 100px;
}

.navbar-header {
	height: 100px;
}

a.navbar-brand {
	font-family: 'Baloo Bhai', cursive;
	/*--w3layouts--*/
	/*--agileits--*/
	font-size: 45px;
	padding: 30px 20px;
	height: 100%;
	line-height: 1;
	background-color: #4072b9;
}

.navbar-inverse .navbar-brand {
	color: #EEE;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: #4072b9;
}

div#navbar {
	padding: 0;
	padding-top: 40px;
}

.navbar-nav>li {
	margin: 0 20px;
}

.navbar-inverse .navbar-nav>li>a {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	padding: 0;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #4072b9;
    font-weight: 700;
}

/*-- //Navigation --*/



/*-- Video --*/

.video {
	height: 700px;
}

/*--w3layouts--*/
/*--agileits--*/
h1 {
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
	width: 73%;
	margin: 0 auto;
	padding: 100px 0;
	font-size: 100px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.22);
	border: 1px solid #FFF;
}

h2 {
	position: absolute;
	top: 69.5%;
	left: 0;
	right: 0;
	width: 30%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #4072b9;
	background-color: #FFF;
	border-top: 5px solid #4072b9;
}

/*-- //Video --*/



/*-- About --*/

.about {
	padding: 100px 0;
}

.about h3, .stats h3 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

/*--w3layouts--*/
/*--agileits--*/
.about p.p1 {
	color: #9E9E9E;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.about-grids {
	padding-top: 50px;
}

.about-grid {
	text-align: center;
	padding: 0;
}

.about-grid-1, .about-grid-2, .about-grid-3 {
	margin-bottom: 50px;
}

.about-image {
	padding-bottom: 10px;
}

.about-image img {
	width: 100px;
}

.about-info h4 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-info p {
	color: #A0A0A0;
	line-height: 30px;
	padding: 0 20px;
	font-weight: 400;
}

/*-- //About --*/



/*-- Stats --*/

.stats {
	/*--w3layouts--*/
	/*--agileits--*/
	background: url("../images/stats.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 100px 0;
}

.stats h3 {
	color: #FFF;
	margin-bottom: 50px;
}

.stats-info {
	text-align: center;
}

.stats-img img {
	width: 100px;
}

.stats-img {
	margin-bottom: 30px;
}

.numscroller {
	font-size: 50px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.stats-info p {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #EEE;
}

/*-- //Stats --*/



/*-- Why --*/

/*--w3layouts--*/
/*--agileits--*/
.why {
	padding: 100px 0;
}

.why h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
}

.why-grid {
	text-align: center;
}

.why-effect img {
	width: 100px;
}

.why-effect a::before, .why-effect a::after {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 150px;
	height: 150px;
	border: 2px solid #FFEB3B;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.why-effect a::after {
	width: 140px;
	height: 140px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.why-effect a:hover::before, .why-effect a:hover::after, .why-effect a:focus::before, .why-effect a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	/*--w3layouts--*/
	/*--agileits--*/
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.why-grid h4 {
	font-size: 30px;
	font-weight: 700;
	margin: 35px 0 20px;
}

.why-grid p {
	color: #000;
	padding: 0 5px;
	line-height: 30px;
}

/*-- //Why --*/



/*-- Details --*/

.details {
	padding: 100px 0;
	background-color: #EEE;
}

.details h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
}

.details-info {
	background-color: #FFF;
}

.details-info-1 {
	padding: 30px;
	padding-right: 0;
}

.details-info-2 {
	padding: 0;
}

.details h4 {
	font-size: 30px;
	/*--w3layouts--*/
	/*--agileits--*/
	font-weight: 700;
	text-align: left;
	color: #000;
	margin-bottom: 25px;
}

.details li {
	display: block;
	color: #777;
	line-height: 30px;
	font-size: 15px;
	padding-left: 40px;
	background: url("../images/arrow.png") no-repeat 0px 0px;
	margin-bottom: 6px;
}

/*-- //Details --*/



/*-- Portfolio --*/

.portfolio {
	padding: 100px 0;
}

.portfolio h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
}

.filtr-item {
	padding: 0;
	width: 33.3335%;
	float: left;
}

.filtr-container {
	width: 100%;
}

.item-desc {
	background-color: rgba(0,0,0,0.5);
	color: white;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	/*--w3layouts--*/
	/*--agileits--*/
	z-index: 1;
}

.simplefilter li, .multifilter li, .sortandshuffle li {
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.1em;
	margin: 0 0.4em;
	letter-spacing: 1px;
}

.simplefilter li {
	border: 2px solid #333;
}

.simplefilter li.active {
	border: 2px solid #000;
	color: #E91E63;
	font-weight: 700;
}

select {
	padding: 1rem 1rem;
	text-transform: uppercase;
}

.sortandshuffle .shuffle-btn {
	background-color: #dec800;
}

.sortandshuffle .sort-btn {
	background-color: #de0000;
}

.sortandshuffle .sort-btn.active {
	background-color: #9d0000;
}

.filtr-item {
	transform: scale(1) translate3d(0px, 0px, 0px);
	-o-transform: scale(1) translate3d(0px, 0px, 0px);
	transition: all 0.5s ease-out 0ms;
	-o-transition: all 0.5s ease-out 0ms;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
/*--w3layouts--*/
/*--agileits--*/
ul.simplefilter {
	text-align: center;
	margin-bottom: 3em;
}

@media screen and (max-width:991px) {
	.filtr-item {
		float: left;
		width: 33.33%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 13px;
		font-size: 1em;
	}
}

@media screen and (max-width:768px) {
	.filtr-item {
		float: left;
		width: 50%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 8px 10px;
		font-size: 0.9em;
		letter-spacing: 0px;
	}
}

@media screen and (max-width:600px) {
	.filtr-item {
		padding: 0em;
	}
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin-bottom: 1em;
	}
}

@media screen and (max-width:414px) {
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.filtr-item {
		width: 100%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
	/*--w3layouts--*/
	/*--agileits--*/
		padding: 4px 4px;
		font-size: 0.8em;
		letter-spacing: 0px;
		margin-bottom: 1em;
	}
}

.portfolio figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

.portfolio figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
}

.portfolio figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
	/*--w3layouts--*/
	/*--agileits--*/
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.portfolio figcaption h3 {
	font-weight: 700;
	font-size: 30px;
	color: #FFF;
	margin-bottom: 0;
	position: relative;
	margin-top: 105px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
}

.portfolio figure:hover h3 {
	left: 0;
}

.portfolio figcaption a {
	color: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}

.portfolio figcaption a:hover {
	color: #4f5856;
	background: #fff;
}

/*-- //Portfolio --*/



/*-- Clients --*/

/*--w3layouts--*/
/*--agileits--*/
.clients {
	background: url("../images/clients.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 100px 0;
}

.clients h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #FFF;
}

.flexslider ol.flex-control-nav {
	display: none;
}

.flexslider ul.flex-direction-nav {
	display: none;
}

.flexslider {
	position: relative;
}

.flex-viewport {
	height: 410px;
}

.client-info h4 {
	font-size: 35px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
}

.client-info p {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 100;
	line-height: 30px;
	text-align: center;
	/*--w3layouts--*/
	/*--agileits--*/
	color: #FFF;
}

.client-image {
	text-align: center;
	margin-top: 30px;
}

.client-image img {
	width: 175px;
	border-radius: 50%;
	border: 3px solid  #F4F4F4;
}

.client-image h5 {
	font-size: 30px;
	color: #FFF;
	margin-top: 20px;
}

/*-- //Clients --*/



/*-- Contact --*/

.contact {
	padding: 100px 0;
}

.contact h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
}

.contact .c1 {
	padding-left: 0;
}

.contact .c2 {
	padding-right: 0;
}

input.text, textarea {
	padding: 10px 0 5px;
	width: 100%;
	border: none;
	border-bottom: 2px solid #333;
	color: #000;
	font-size: 13px;
	outline: none;
}

input.text.email {
	margin: 20px 0;
}

textarea {
	height: 100px;
}

input.more_btn {
	float: right;
	margin-top: 6px;
	padding: 8px 30px;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	background-color: #333;
	color: #EEE;
}

input.more_btn:hover {
	background-color: #000;
	color: #FFF;	
}

/*-- //Contact --*/



/*-- Footer --*/

.footer {
	background-color: #000;
	padding: 50px 0;
}

.footer-grid ul li {
	display: block;
	font-size: 13px;
	line-height: 25px;
	color: #999;
}

.footer-grid ul li a.scroll {
	color: #999;
}

.footer-grid ul li a.scroll:hover {
	color: #FFF;
}

.footer-grid p {
	color: #999;
	line-height: 25px;
	/*--w3layouts--*/
	/*--agileits--*/
	margin-bottom: 15px;
}

.footer-grid input[type="text"] {
	width: 70%;
	padding: 10px 0;
	background-color: transparent;
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-bottom: 2px solid #777;
	outline: none;
}

.footer-grid input[type="submit"] {
	padding: 7px 40px;
	font-size: 14px;
	background-color: #0c3b47;
	border: none;
	color: #FFF;
	float: right;
	margin-top: 10px;
	outline: none;
}

.copyright {
	margin-top: 50px;
	text-align: center;
}

.copyright p {
	color: #999;
	line-height: 25px;
}

.copyright p a {
	color: #CCC;
}

.copyright p a:hover {
	color: #FFF;
}

/*-- //Footer --*/



/*-- Placeholder-Styling --*/

::-webkit-input-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
}

::-ms-input-placeholder {
	color: #333;
}

/*-- //Placeholder-Styling --*/



/*-- Go-To-Top-Button --*/
/*--w3layouts--*/
/*--agileits--*/

#toTop {
	z-index: 99999;
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top.png") no-repeat 0px 0px;
}

/*-- //Go-To-Top-Button --*/





/*-- //Index-Page-Styling --*/










/*-- Responsive-Code --*/





@media screen and (max-width: 1920px) {
	h1 {
		width: 61%;
	}
}

@media screen and (max-width: 1680px) {
	h1 {
		width: 70%;
	}
}

@media screen and (max-width: 1600px) {
	h1 {
		width: 73%;
	}
	h2 {
		width: 30%;
	}
}

@media screen and (max-width: 1440px) {
	h1 {
		width: 81%;
	}
	h2 {
		width: 35%;
	}
}

@media screen and (max-width: 1366px) {
	h1 {
		width: 85%;
	}
}

@media screen and (max-width: 1280px) {
	h1 {
		width: 91%;
	}
}

@media screen and (max-width: 1080px) {
	h1 {
		width: 85%;
		font-size: 80px;
		padding: 75px 0;
	}
	h2 {
		width: 45%;
		top: 59.5%;
	}
	/*--w3layouts--*/
	/*--agileits--*/
	.about, .stats, .why, .details, .portfolio, .clients, .contact {
		padding: 75px 0;
	}
	.about-grid-1, .about-grid-2, .about-grid-3 {
		margin-bottom: 35px;
	}
	.about-info h4 {
		font-size: 25px;
	}
	.details-info-1 {
		padding: 15px 5px 5px 10px;
	}
	.about-info h4 {
		margin-bottom: 15px;
	}
	.details h4 {
		font-size: 29px;
		margin-bottom: 15px;
	}
	.details li {
		line-height: 28px;
		font-size: 13px;
		margin-bottom: 6px;
	}
	.why-grid h4 {
		font-size: 25px;
	}
	.portfolio figcaption h3 {
		margin-top: 90px;
	}
	.footer-grid input[type="text"] {
		width: 65%;
	}
}

@media screen and (max-width: 991px) {
	h2 {
		width: 50%;
	}
	.container {
		width: 100%;
	}
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .clients h3, .contact h3 {
		font-size: 45px;
	}
	.about-image img {
		width: 80px;
	}
	.stats-img img {
		width: 80px;
	}
	.numscroller {
		font-size: 40px;
		margin-bottom: 0;
	}
	.c1, .c2 {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 966px) {
	.video {
		height: 500px;
	}
	h1 {
		top: 20%;
	}
	h2 {
		top: 75%;
	}
}

@media screen and (max-width: 900px) {
	.details h4 {
		font-size: 27px;
	}
	.flex-viewport {
		height: 100%;
	}
	.footer-grid-1, .footer-grid-2 {
		width: 20%;
		float: left;
	}
	.footer-grid-3 {
		width: 60%;
		/*--w3layouts--*/
		/*--agileits--*/
		float: left;
	}
}

@media screen and (max-width: 853px) {
	h2 {
		width: 55%;
	}
	.details h4 {
		font-size: 25px;
	}
	.portfolio figcaption h3 {
		margin-top: 75px;
	}
}

@media screen and (max-width: 800px) {
	a.navbar-brand {
		font-size: 40px;
		padding: 35px 20px;
	}
	h2 {
		width: 60%;
	}
	.why-effect a::before, .why-effect a::after {
		top: 11%;
		/*--w3layouts--*/
		/*--agileits--*/
	}
	.details h4 {
		font-size: 23px;
	}
	.details li {
		line-height: 25px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 768px) {
	.navbar {
		height: 85px;
	}
	.navbar-header {
		height: 85px;
	}
	a.navbar-brand {
		font-size: 35px;
		padding: 30px 15px;
	}
	div#navbar {
		padding-top: 35px;
	}
	h1 {
		font-size: 75px;
		top: 27%;
	}
	h2 {
		top: 67%;
	}
	.about, .stats, .why, .details, .portfolio, .clients, .contact {
		padding: 50px 0;
	}
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .clients h3, .contact h3 {
		font-size: 40px;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
	.about p.p1 {
		font-size: 16px;
	}
	.about-grids {
		padding-top: 35px;
	}
	.about-image img {
		width: 75px;
	}
	/*--w3layouts--*/
	/*--agileits--*/
	.about-info h4 {
		margin-bottom: 10px;
	}
	.about-info p {
		line-height: 27px;
		padding: 0 9px;
	}
	.stats-img img {
		width: 75px;
	}
	.numscroller {
		font-size: 35px;
		margin-bottom: 0;
	}
	.stats-info p {
		font-size: 20px;
	}
	.why-effect img {
		width: 75px;
	}
	.why-effect a::before {
		width: 125px;
		height: 125px;
	}
	.why-effect a::after {
		width: 110px;
		height: 110px;
	}
	.why-effect a::before, .why-effect a::after {
		top: 9%;
	}
	.why-grid p {
		padding: 0;
		line-height: 27px;
	}
	.details-info {
		width: 100%;
	}
	.details-info-1 {
		padding: 40px 40px 20px 40px;
	}
	.details h4 {
		font-size: 27px;
	}
	.details li {
		line-height: 30px;
		font-size: 14px;
		margin-bottom: 10px;
		padding-left: 50px;
	}
	/*--w3layouts--*/
	/*--agileits--*/
	.portfolio figcaption h3 {
		margin-top: 100px;
	}
	.client-info h4 {
		font-size: 30px;
	}
	.client-info p {
		font-size: 16px;
	}
	.client-image img {
		width: 150px;
	}
	.client-image h5 {
		font-size: 27px;
	}
	.footer-grid input[type="text"] {
		width: 62%;
	}
	.footer-grid p {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-toggle {
		border-color: #000;
		background-color: #333;
		margin: 25px;
	}
	div#navbar {
		padding-top: 0;
	}
	ul.navbar-nav {
		margin: 0;
		text-align: center;
		background-color: #000;
	}
	.navbar-nav>li {
		margin: 0;
		z-index: 9;
		padding: 20px;
		display: inline-block;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #FFF;
	}
	.video {
		z-index: -9;
		/*--w3layouts--*/
		/*--agileits--*/
	}
	.about-grid {
		width: 50%;
		float: left;
	}
	.about-grid-1, .about-grid-2, .about-grid-3, .about-grid-4 {
		margin-bottom: 35px;
	}
	.stats-grid {
		width: 25%;
		float: left;
	}
	.why-grid-1, .why-grid-2 {
		margin-bottom: 50px;
	}
	.why-effect a::before, .why-effect a::after {
		top: 16%;
	}
	.why-grid h4 {
		margin: 30px 0 15px;
	}
	.why-grid p {
		padding: 0 75px;
		line-height: 30px;
	}
	.footer-grid input[type="text"] {
		width: 61%;
	}
}

@media screen and (max-width: 736px) {
	.video {
		height: 325px;
	}
	h1 {
		padding: 50px 0;
		font-size: 60px;
		top: 25%;
	}
	h2 {
		top: 68%;
		width: 50%;
		padding: 15px 0;
		font-size: 18px;
	}
	.about-grid-1, .about-grid-2, .about-grid-3, .about-grid-4 {
		margin-bottom: 20px;
	}
	.about-info p {
		/*--w3layouts--*/
		/*--agileits--*/
		padding: 0 20px;
	}
	.why-grid p {
		padding: 0 60px;
	}
	.client-info p {
		font-size: 15px;
	}
	.footer-grid input[type="text"] {
		width: 60%;
	}
}

@media screen and (max-width: 667px) {
	h2 {
		width: 55%;
	}
	.why-grid p {
		padding: 0 30px;
	}
	.footer-grid input[type="submit"] {
		padding: 8px 34px;
		font-size: 13px;
	}
}

@media screen and (max-width: 640px) {
	.video {
		height: 275px;
	}
	h1 {
		top: 20%;
	}
	h2 {
		top: 70%;
	}
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .clients h3, .contact h3 {
		font-size: 35px;
		/*--w3layouts--*/
		/*--agileits--*/
		margin-bottom: 25px;
	}
	.about p.p1 {
		font-size: 15px;
	}
	.about-image img {
		width: 65px;
	}
	.about-info h4 {
		font-size: 25px;
	}
	.about-info p {
		font-size: 13px;
		padding: 0 10px;
		line-height: 25px;
	}
	.stats-img img {
		width: 65px;
	}
	.numscroller {
		font-size: 40px;
	}
	.stats-info p {
		font-size: 20px;
	}
	.why-grid h4 {
		margin: 30px 0 10px;
	}
	.why-grid p {
		padding: 0;
		font-size: 13px;
		line-height: 25px;
	}
	.portfolio figcaption h3 {
		margin-top: 85px;
	}
	.footer-grid-1, .footer-grid-2 {
		width: 50%;
	}
	.footer-grid-3 {
		width: 100%;
		margin-top: 20px;
	}
	.footer-grid input[type="text"] {
		width: 75%;
	}
}

@media screen and (max-width: 603px) {
	h2 {
		width: 60%;
		top: 71%;
	}
	.details-info-1 {
		padding: 30px 30px 15px 30px;
	}
	.client-info p {
		font-size: 14px;
	}
	.footer-grid p {
		font-size: 13px;
		line-height: 20px;
	}
	.footer-grid input[type="text"] {
		width: 74%;
	}
}

@media screen and (max-width: 568px) {
	.navbar-nav>li {
		display: block;
		padding: 10px;
	}
	.video {
		height: 225px;
	}
	h1 {
		padding: 40px 0;
		font-size: 50px;
		top: 20%;
	}
	h2 {
		width: 56%;
		top: 69%;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.about, .stats, .why, .details, .portfolio, .clients, .contact {
		padding: 35px 0;
	}
	.about-info p {
		padding: 0;
	}
	.why-grid-1, .why-grid-2 {
		margin-bottom: 30px;
	}
	.details li {
		line-height: 25px;
		font-size: 13px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		/*--w3layouts--*/
		/*--agileits--*/
		margin: 0 3px 20px 3px;
	}
	.portfolio figcaption h3 {
		margin-top: 75px;
	}
	.client-info p {
		line-height: 28px;
	}
	.client-image {
		margin-top: 20px;
	}
	.client-image img {
		width: 125px;
	}
	.client-image h5 {
		font-size: 25px;
		margin-top: 15px;
	}
	.c1, .c2 {
		width: 100%;
		padding: 0 15px!important;
	}
	.c1 {		
		margin-bottom: 20px;
	}
	.footer {
		padding-bottom: 30px;
	}
	.footer-grid input[type="text"] {
		width: 70%;
	}
	.copyright {
		margin-top: 30px;
	}
	.copyright p {
		font-size: 13px;
	}
}

@media screen and (max-width: 533px) {
	h2 {
		width: 60%;
	}
	.about p.p1 {
		font-size: 14px;
	}
	.why-grid {
		padding: 0;
	}
	.details-info-1 {
		padding: 30px 20px 15px 30px;
		/*--w3layouts--*/
		/*--agileits--*/
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 0 20px 1px;
	}
	.portfolio figcaption h3 {
		margin-top: 65px;
	}
	.footer-grid input[type="text"] {
		width: 70%;
	}
}

@media screen and (max-width: 480px) {
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .clients h3, .contact h3 {
		font-size: 33px;
	}
	.about p.p1 {
		line-height: 22px;
		padding: 0;
		font-size: 13px;
	}
	.about-grid {
		width: 100%;
		margin-bottom: 20px;
	}
	.about-info h4, .why-grid h4 {
		font-weight: 500;
	}
	.about-grid-6 {
		margin-bottom: 0;
	}
	.about-info p {
		padding: 0 10px;
	}
	.stats-img {
		margin-bottom: 5px;
	}
	.numscroller {
		font-size: 35px;
	}
	.stats-info p {
		font-size: 18px;
	}
	.details-info-1 {
		padding: 25px 5px 15px 15px;
	}
	.details h4 {
		font-size: 25px;
	}
	.details li {
		padding-left: 40px;
		/*--w3layouts--*/
		/*--agileits--*/
	}
	.portfolio figcaption h3 {
		margin-top: 60px;
		font-size: 25px;
	}
	.client-info h4 {
		margin-bottom: 10px;
	}
	.client-info p {
		line-height: 25px;
		font-size: 13px;
	}
	.footer-grid input[type="text"] {
		width: 66%;
	}
}

@media screen and (max-width: 414px) {
	.video {
		height: 250px;
	}
	h1 {
		font-size: 45px;
		top: 25%;
	}
	h2 {
		top: 67%;
		width: 71%;
		font-size: 15px;
	}
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .clients h3, .contact h3 {
		margin-bottom: 20px;
	}
	.about p.p1 {
		padding: 0;
	}
	.about-grid {
		margin-bottom: 10px;
	}
	.stats-grid {
		width: 50%;
		padding: 0;
	}
	.stats-grid-1, .stats-grid-2 {
		margin-bottom: 35px;
	}
	.details h4 {
		font-size: 22px;
		/*--w3layouts--*/
		/*--agileits--*/
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 0 10px 1px;
	}
	.portfolio figcaption h3 {
		margin-top: 110px;
	}
	.footer-grid input[type="text"] {
		width: 100%;
	}
}

@media screen and (max-width: 384px) {
	.clients h3 {
		font-size: 33px;
	}
	.about-info h4 {
		margin-bottom: 5px;
	}
	.why-effect a::before, .why-effect a::after {
		top: 14%;
	}
	.details h4 {
		font-size: 20px;
	}
	.portfolio figcaption h3 {
		margin-top: 100px;
	}
	.clients h3 {
		font-size: 34px;
	}
	.client-info p {
		line-height: 28px;
		font-size: 14px;
	}
}

@media screen and (max-width: 375px) {
	h2 {
		width: 79%;
	}
	.details-info-1 {
		padding: 20px;
	}
	.details h4 {
		/*--w3layouts--*/
		/*--agileits--*/
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width: 360px) {
	h2 {
		width: 83%;
		padding: 10px 0;
		top: 69%;
	}
	.portfolio figcaption h3 {
		margin-top: 90px;
	}
	.clients h3 {
		font-size: 32px;
	}
}

@media screen and (max-width: 320px) {
	.navbar {
		height: 65px;
	}
	.navbar-header {
		height: 65px;
	}
	a.navbar-brand {
		font-size: 30px;
		padding: 20px;
	}
	.navbar-inverse .navbar-toggle {
		margin: 15px;
	}
	.navbar-nav>li {
		padding: 15px;
	}
	h1 {
		width: 95%;
		font-size: 40px;
		top: 30%;
		padding: 25px 0;
		letter-spacing: 0;
	}
	h2 {
		top: 60%;
		font-size: 14px;
	}
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .clients h3, .contact h3 {
		font-size: 30px;
	}
	.about p.p1 {
		line-height: 20px;
		font-weight: 500;
		color: #333;
	}
	.about-info h4 {
		font-size: 23px;
	}
	.why-effect a::before, .why-effect a::after {
		top: 13%;
	}
	.details h4 {
		font-size: 18px;
		line-height: 25px;
	}
	.details-info-1 {
		padding: 15px;
	}
	.stats-img img {
		width: 55px;
	}
	.numscroller {
		font-size: 30px;
	}
	.stats-info p {
		font-size: 16px;
	}
	.portfolio figcaption h3 {
		margin-top: 80px;
	}
	.clients h3 {
		font-size: 28px;
	}
	.client-info h4 {
		font-size: 25px;
	}
	.client-image h5 {
		font-size: 22px;
	}
}





/*-- //Responsive-Code --*/