/*--banner-starts--*/
.banner{
	background:url(../img/1.jpg) no-repeat;
	
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	position:relative;
}
.banner-text p {
    font-size: 1.2em;
    color: #190608;
    margin: 1em 0;
    line-height:1.8em;
    font-weight: 400;
}
.banner-text h2 {
    font-size: 2.5em;
    margin: 20px 0 0 0;
    color: #190608;
}
.banner-text {
    padding: 11em 2em;
    width: 59%;
    background-color:rgba(255, 255, 255, 0.64);
}
/*--banner-end--*/
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #50393A;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    padding: 0.4em 0.8em;
    font-size: 0.85em;
    color: #fff;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#2C5DAB;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
  text-decoration: none;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*--clients--*/
.banner-1{
	background:url(../images/1.jpg) center fixed;
	min-height:300px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	position:relative;
}


/*--responsive--*/
@media(max-width:1024px){

.banner-text p {
    font-size: 1em;
}

.banner-text h2 {
    font-size: 2em;
}
.banner {
    min-height: 500px;
}
}

/*--responsive--*/
@media(max-width:768px){



.banner-text {
    padding: 6.4em 2em;
}
.banner {
    min-height: 450px;
}
.banner-text h2 {
    font-size: 1.5em;
}
.banner-1 {
    min-height: 200px;
}

}
}
/*--responsive--*/

/*--responsive--*/

 /*--responsive--*/
@media(max-width:640px){

.banner-text {
    width: 60%;
	padding: 5em 2em;
}
.banner-text h2{
    font-size: 1.4em;
}
.banner-text h1 {
    font-size: 1.2em;
}
}
/*--responsive--*/
@media(max-width:480px){
	.head-main {
    width: 30%;
}
.navbar-toggle {
    margin-right: 197px;
}
.banner-text p {
    font-size: 0.875em;
}
.banner-text {
    width: 60%;
    padding: 2em 2em;
}
.banner {
    min-height: 352px;
}
}
/*--responsive--*/
@media(max-width:414px){

.banner-text {
    width: 72%;
    padding: 2em 1em;
}
}


/*--responsive--*/
@media(max-width:320px){

.banner-text {
    width: 80%;
    padding: 1em 1em 2em;
}
.banner-text h2 {
    font-size: 0.9em;
    line-height: 1.5em;
	margin:0;
}
.banner-text p {
    font-size: 0.85em;
}
.hvr-shutter-in-horizontal {
    padding: 0.3em 0.8em;
    font-size: 0.8em;
}
.banner {
    min-height: 307px;
}
.banner-1 {
    min-height: 140px;
}


}