/*--
	Author: Informac
	Author URL: http://Informac.com.ar
	
--*/



/*-- Reset-Code --*/

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;
}

a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}


a:hover, a:focus {
    background-size: 100% 2px;
}

input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.btn-group-justified> .btn{
	
 	border-radius: 50px;
    font-family: 'Raleway', sans-serif;
	border: 1px solid #4072b9;
	font-weight: 700;
	text-align: center;
	color : #fff;
		
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
/*
p {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	text-align: justify;
	margin-bottom: 20px;
}
*/	
ul {
	margin: 0;
	/*padding: 0;*/
}

label {
	margin: 0;
}

img {
    width: 100%;
     border-radius: 60px ;
    border: 2px solid #fff;
}


a:focus, a:hover {
	text-decoration: none;
	outline: none;
}

/*-- //Reset-Code --*/



/*-- Index-Page-Styling --*/


/*-- sentence --*/



.sentence {
	background-color: rgba(64,114,185, 0.2);
	border-bottom: 3px solid #4072b9;


	
}
.sentence li {
	display: block;
	padding: 0 0px;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	/*width: max-content;*/
	color: #2C4F81;
	/*height: 35px;*/

}
.sentence .container {
   
    	margin-left:9%;
}



.flexslider ol.flex-control-nav {
	display: none;
}

.flexslider ul.flex-direction-nav {
	display: none;
}

.flexslider {
	position: relative;
}

.flex-viewport {
	height: 410px;
}


/*-- //sentence --*/



/*-- Navigation --*/

.navbar {
	background-color: transparent;
	border: none;
	margin: 0;
	height: 100px;
}

.navbar-header {
	height: 100px;
}

a.navbar-brand {
	font-family: 'Baloo Bhai', cursive;
	/*--w3layouts--*/
	/*----*/
	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;
	/*background: #000;/*Modific*/

}

.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;
}

.video img{

width: 100%;
display:block;
margin:auto;

}



/*--w3layouts--*/
/*----*/
.video h1 {
	position: absolute;
	top: 30%;
	right: 0;
	left: 0;
	width: 73%;
	margin: 0 auto;
	padding: 100px 0;
	font-size: 45px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #fff;
	background-color: rgba(64,114,185, 0.1);
	border: 1px solid #4072b9;
	border-radius: 50px 50px 50px 50px;

}

/*-- //ver top modificar --*/



/*-- //Video --*/



/*-- About --*/


.about {
	background: url("../images/details33.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: 150px 0px;
	
}

.about h3, .stats h3 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.about p {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	text-align: justify;
	margin-bottom: 20px;
}

.about p.p2 {

	/*font-size: 25px;*/
	font-weight: 700;
	margin-bottom: 50px;
	text-align: justify;
}
/*--w3layouts--*/
/*--
.about p.p1 {

	font-family: 'Raleway', sans-serif;
	line-height: 40px;
	font-size: 18px;
	
	text-align: justify;
}

.about p.p2 {

	font-family: 'Raleway', sans-serif;
	
	font-size: 22px;
	font-weight: 600;
	text-align: justify;
}
.about p.p3 {

	font-family: 'Raleway', sans-serif;
	line-height: 25px;
	font-size: 30px;
	
	text-align: justify;
}
--*/
.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-logo {
	padding-bottom: 10px;
}

.about-logo img {
	padding-top: 10px;
	width: 350px;
	margin-left: 0px;
}

.about-info h4 {
	padding: 50px 0px;
	line-height: 120px;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-info p {

	font-family: 'Raleway', sans-serif;
	line-height: 40px;
	padding: 0 0px;
	font-weight: 600;
}

/*-- //About --*/



/*-- Stats --*/

.stats {
	/*--w3layouts--*/
	/*----*/
	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 images/details.jpg--*/

/*--w3layouts--*/
/*----*/
.why {
	padding: 50px 0;
	background-color: #FFF;

}
.why p.p1 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	text-align: justify;
	margin-bottom: 20px;
}
/*
.why p {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	text-align: justify;
	
}*/

.why h3 {
	font-family: 'Raleway', sans-serif;
	text-shadow: 2px 2px #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 30px;
}

.why-grid {
	text-align: center;
}
.why img {
	width: 100%;
	border-radius: 40px;
    border: 4px solid #4072b9;
}

.why li {
display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	
	padding-left:35px;
	background: url("../images/arrow.png") no-repeat 0px 0px;
}
.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--*/
	/*----*/
	-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 --*/




	


/*-- analysis --*/

.analysis {
	padding: 50px 0;
	/*padding: 100px 0;*/
	background-color: #FFF;
	
}



.analysis .btn-group-justified> .btn{
	
	margin-bottom: 15px;
    width: 25%;
  	height: 70px;
	font-size: 14px;
	
	
}

/*

.analysis .list-group img {
    width: 25%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}
*/

.analysis li p {
	

	font-family: 'Raleway', sans-serif;
	
	font-size: 20px;
	font-weight: 600;
	text-align: center;

}

.analysis p.p1 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	text-align: justify;
	margin-bottom: 20px;
}
/*
.analysis p {
	font-family: 'Raleway', sans-serif;

	font-size: 25px;
	font-weight: 600;
	line-height: 40px;
	text-align: justify;
	margin-bottom: 10%;
}
*/
.analysis h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
}


.analysis-grid {
	background-color:#83b3f7 ;/*#4072b9*/
	text-align: center;

    height: 400px;
    padding: 20px;
    border-radius: 60px ;
    border: 4px solid #fff;


}



.analysis-info h4 {
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
}

.analysis-info p {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	padding: 20px;
/*	font-weight: 100;*/
	line-height: 30px;
	/*text-align: center;*/
	/*--w3layouts--*/
	/*--agileits--*/
	color: #FFF;
}

.analysis-image {
	text-align: center;
	margin-top: 30px;
}

.analysis-image img {
	width: 450px;
	border-radius: 50%;

}

.analysis-image h5 {
	font-size: 30px;
	color: #000;
	margin-top: 20px;
}

/*-- //Clients --*/
.analysis-grid img {
 border-radius: 60px;
border: 2px solid #fff;

}

.analysis img {
	width: 100%;
	
}

.analysis-info button {
	margin-top: 40px ;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    border-radius: 60px;
border: 2px solid #fff;

}
/*-- /analysis --*/

.modal  a {
	color: #FFFFFF;

}


/*-- Portfolio --*/

.portfolio {
	padding: 50px 0;
	background-color: #EEE;
	
}

	
.portfolio .list-group img {
    width: 25%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.portfolio li p {
	

	font-family: 'Raleway', sans-serif;
	
	font-size: 20px;
	font-weight: 600;
	text-align: center;

}

.portfolio p {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	text-align: justify;
	margin-bottom: 20px;
}
/*
.portfolio p {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	text-align: justify;
	
	
}
*/

/*Prueba*/



.portfolio-info h4 {
	font-size: 35px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
}

.portfolio-info p {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	padding: 20px;
/*	font-weight: 100;*/
	line-height: 30px;
	/*text-align: center;*/
	/*--w3layouts--*/
	/*--agileits--*/
	color: #FFF;
}

.portfolio-image {
	text-align: center;
	margin-top: 30px;
}

.portfolio-image img {
	width: 450px;
	border-radius: 50%;

}

.portfolio-image h5 {
	font-size: 30px;
	color: #000;
	margin-top: 20px;
}

/*-- //Clients --*/
.portfolio-grid img {
    width: 25%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  border-radius: 60px ;

}


.portfolio-grid {
	background-color:#83b3f7 ;/*#4072b9*/
	text-align: center;

    height: 460px;
    padding: 20px;
    border-radius: 60px ;
    border: 4px solid #fff;


}



.portfolio img {
	width: 100%;
	
}


.portfolio li {
display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	
	padding-left:35px;
	background: url("../images/arrow.png") no-repeat 0px 0px;
}
.portfolio-grid h4 {
	font-size: 30px;
	font-weight: 700;
	margin: 35px 0 20px;
}

/*/Prueba*/


.portfolio h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
}

.portfolio h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: justify;
}

.filtr-item {
	padding: 10px;
	width: 33.3335%;
	float: left;
	/*aca bordes*/
	border: 1px solid  #0000;
	border-radius: 10px 10px 10px 10px;
}


.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--*/
	/*----*/
	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--*/
/*----*/
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--*/
	/*----*/
		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--*/
	/*----*/
	-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 --*/
/*-- //analysis --*/

.analysis figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

.analysis 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;
	 border-radius: 60px ;
    border: 4px solid #fff;
}

.analysis 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 .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
	/*--w3layouts--*/
	/*----*/
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.analysis figcaption h3 {
	font-weight: 700;
	font-size: 30px;
	color: #FFF;
	margin-bottom: 0;
	position: relative;
	margin-top: 105px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
}

.analysis figure:hover h3 {
	left: 0;
}

.analysis figcaption a {
	color: #fff;
	border: 2px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
}

.analysis figcaption a:hover {
	color: #4f5856;
	background: #fff;
}





/*-- Contact --*/

.contact {
	padding: 100px 0;
	background-color: #EEE;
}

.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;
	background-color: #EEE;
}

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 {
	
	padding: 40px 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--*/
	/*----*/
	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--*/
/*----*/

#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: 100%;
	}
	
}

@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: 100%;
		top: 59.5%;
	}
	/*--w3layouts--*/
	/*----*/
	.about, .stats, .why, .details, .portfolio, .sentence, .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%;
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	
}

@media screen and (max-width: 991px) {
	h2 {
		width: 100%;
	}
	.container {
		width: 100%;
	}
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .sentence h3, .contact h3 {
		font-size: 45px;
	}
	.about-image img {
		width: 80px;
	}
	.about-logo img {
		padding-top: 20px;
		width: 250px;
	}
	.stats-img img {
		width: 80px;
	}
	.numscroller {
		font-size: 40px;
		margin-bottom: 0;
	}
	.c1, .c2 {
		width: 50%;
		float: left;
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	
}

@media screen and (max-width: 966px) {
	/*.video {
		height: 500px;
	}*/
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	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--*/
		/*----*/
		float: left;
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}

}

@media screen and (max-width: 853px) {
	h2 {
		width: 100%;
	}
	.details h4 {
		font-size: 25px;
	}
	.portfolio figcaption h3 {
		margin-top: 75px;
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	
}

@media screen and (max-width: 800px) {
	a.navbar-brand {
		font-size: 40px;
		padding: 35px 20px;
	}
	h2 {
		width: 100%;
	}
	.why-effect a::before, .why-effect a::after {
		top: 11%;
		/*--w3layouts--*/
		/*----*/
	}
	.details h4 {
		font-size: 23px;
	}
	.details li {
		line-height: 25px;
		margin-bottom: 5px;
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}

}

@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, .sentence, .contact {
		padding: 50px 0;
	}
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .sentence 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;
	}
	.about-logo img {
		padding-top: 20px;
		width: 175px;
	}
	/*--w3layouts--*/
	/*----*/
	.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--*/
	/*----*/
	.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;
	}
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}

}

@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;
		background: #000;/*Modific*/
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #FFF;
	}
	.video {
		z-index: -9;
		/*--w3layouts--*/
		/*----*/
	}
	.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%;
	}
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}


}

@media screen and (max-width: 736px) {
	/*.video {
		height: 325px;
	}*/
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	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--*/
		/*----*/
		padding: 0 20px;
	}
	.why-grid p {
		padding: 0 60px;
	}
	.client-info p {
		font-size: 15px;
	}
	.footer-grid input[type="text"] {
		width: 60%;
	}
	.navbar-nav>li { /* para oscurecer nav*/
		display: block;
		padding: 14px;
		background: #000;/*Modific*/
	}
}

@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;
	}
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	.navbar-nav>li { /* para oscurecer nav*/
		display: block;
		padding: 14px;
		background: #000;/*Modific*/
	}
}

@media screen and (max-width: 640px) {
	/*.video {
		height: 275px;
	}*/
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	h1 {
		top: 20%;
	}
	h2 {
		top: 70%;
	}
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .sentence h3, .contact h3 {
		font-size: 35px;
		/*--w3layouts--*/
		/*----*/
		margin-bottom: 25px;
	}
	.about p.p1 {
		font-size: 15px;
	}
	.about-image img {
		width: 65px;
	}
	.about-logo img {
		padding-top: 20px;
		width: 200px;
	}
	.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%;
	}
	.navbar-nav>li { /* para oscurecer nav*/
		display: block;
		padding: 14px;
		background: #000;/*Modific*/
	}
}

@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%;
	}
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	.navbar-nav>li { /* para oscurecer nav*/
		display: block;
		padding: 14px;
		background: #000;/*Modific*/
	}
}

@media screen and (max-width: 568px) {
	.navbar-nav>li { /* para oscurecer nav*/
		display: block;
		padding: 14px;
		background: #000;/*Modific*/
	}
	/*.video {
		height: 225px;
	}*/
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	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, .sentence, .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--*/
		/*----*/
		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--*/
		/*----*/
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 0 20px 1px;
	}
	.portfolio figcaption h3 {
		margin-top: 65px;
	}
	.footer-grid input[type="text"] {
		width: 70%;
	}
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	.navbar-nav>li {
		margin: 0;
		z-index: 9;
		padding: 20px;
		display: inline-block;
		background: #000;/*Modific*/
	}
}

@media screen and (max-width: 480px) {
	.about h3, .stats h3, .why h3, .details h3, .analysis h3, .portfolio h3, .sentence h3, .contact h3 {
		font-size: 33px;
	}
	.about p.p1 {
		line-height: 22px;
		padding: 0;
		font-size: 13px;
	}
	.about p {
    
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 10px;
	}
	.portfolio p.p1 {
		line-height: 22px;
		padding: 0;
		font-size: 13px;
	}
	.portfolio p {
    
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 10px;
	}
	.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--*/
		/*----*/
	}
	.portfolio figcaption h3 {
		margin-top: 60px;
		font-size: 25px;
	}
	.portfolio h2 {
	
		font-size: 16px;
		text-align: justify;
		width: 100%;
	}
	.portfolio li p {
    
    font-size: 16px;
    
	}
	.client-info h4 {
		margin-bottom: 10px;
	}
	.client-info p {
		line-height: 25px;
		font-size: 13px;
	}
	.footer-grid input[type="text"] {
		width: 66%;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 60px;
  		margin: 1px;
		font-size: 10px;
	
	}
	.why p.p1 {
		line-height: 22px;
		padding: 0;
		font-size: 13px;
	}
	.why li {
		display: block;
		font-weight: 600;
		line-height: 40px;
		padding-left:35px;
		background: url("../images/arrow.png") no-repeat 0px 0px;
		font-size: 13px;
	}
	.analysis p.p1 {
		line-height: 22px;
		padding: 0;
		font-size: 13px;
	}
	.video {
	display: none;
	}
	.sentence li {
	height: auto;
	width: 400px;
	padding-right: 150px;

	}
	.navbar-nav>li {
		margin: 0;
		z-index: 9;
		padding: 20px;
		display: inline-block;
		background: #000;/*Modific*/
	}
	
}

@media screen and (max-width: 414px) {
	/*.video {
		height: 250px;
	}*/
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	h1 {
		font-size: 45px;
		top: 25%;
	}
	h2 {
		top: 67%;
		width: 71%;
		font-size: 15px;
	}
	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .sentence 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--*/
		/*----*/
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 0 10px 1px;
	}
	.portfolio figcaption h3 {
		margin-top: 110px;
	}
	.footer-grid input[type="text"] {
		width: 100%;
	}
	.sentence li {
	
	width: auto;
	padding-right: 40px;

	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	.navbar-nav>li {
		margin: 0;
		z-index: 9;
		padding: 20px;
		display: inline-block;
		background: #000;/*Modific*/
	}

}

@media screen and (max-width: 384px) {
	.sentence 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;
	}
	.sentence h3 {
		font-size: 34px;
	}
	.client-info p {
		line-height: 28px;
		font-size: 14px;
	}
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.sentence li {
	
	width: auto;
	padding-right: 50px;

	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	.navbar-nav>li {
		margin: 0;
		z-index: 9;
		padding: 20px;
		display: inline-block;
		background: #000;/*Modific*/
	}
}

@media screen and (max-width: 375px) {
	h2 {
		width: 79%;
	}
	.details-info-1 {
		padding: 20px;
	}
	.details h4 {
		/*--w3layouts--*/
		/*----*/
		font-size: 22px;
		line-height: 30px;
	}
	.sentence li {
	
	width: auto;
	padding-right: 50px;

	}
	.video {
	display: none;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.portfolio .list-group img {
    width: 50%;
    
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	.navbar-nav>li {
		margin: 0;
		z-index: 9;
		padding: 20px;
		display: inline-block;
		background: #000;/*Modific*/
	}

}

@media screen and (max-width: 360px) {
	h2 {
		width: 83%;
		padding: 10px 0;
		top: 69%;
	}
	.portfolio figcaption h3 {
		margin-top: 90px;
	}
	.sentence h3 {
		font-size: 32px;
	}
	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	.navbar-nav>li {
		margin: 0;
		z-index: 9;
		padding: 20px;
		display: inline-block;
		background: #000;/*Modific*/
	}


}
/* para celular */
@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;
		background: #000;/*Modific*/
	}
	h1 {
		width: 95%;
		font-size: 40px;
		top: 30%;
		padding: 25px 0;
		letter-spacing: 0;
	}
	h2 {
		top: 60%;
		font-size: 14px;
	}

	.about p {
		line-height: 20px;
		font-weight: 500;
		color: #333;
	}

	.about h3, .stats h3, .why h3, .details h3, .portfolio h3, .sentence 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;
	}
	.sentence h3 {
		font-size: 28px;
	}
	.client-info h4 {
		font-size: 25px;
	}
	.client-image h5 {
		font-size: 22px;
	}

	.analysis .btn-group-justified> .btn{
	    width: 49%;
  		height: 70px;
		font-size: 10px;
	
	}
	.analysis p.p1 {
    line-height: 22px;
    padding: 0;
    font-size: 13px;
	}
	

	
}



/*-- //Responsive-Code --*/