header {
    background-image: url(../img/bg1.jpg);
	}
	header .blurring {
	    background: rgba(30,48,60,.7);
	}
aside.clients img {
filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  }
section#services{
  background-color: #902064; 
	 /*  background-color: rgb(174, 92, 142); */
	/* background-color: #dff0d8;   */
}

/*--//gallery--*//*-- stats --*/

.w3layouts_stats_left {
    text-align: center;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.w3layouts_stats_left p {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0.1em 0 0.1em 0;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.w3layouts_stats_left h3 {
    font-size: 1em;
    color: #000000;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.w3layouts_stats_left span {
    font-size: 2.5em;
    color: #fff;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.w3l_stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats {
    text-align: center;
    background: #902064;;
    padding: 4em 0;
}

.agile_inner_info_stats {
    margin-top: 2em;
}


/*-- //stats --*/
section#contact h2{

    color: #902064 !important;
}
section#services h2{

    color: #fff;
}
section#services h4{
    color: #fff;
}
section#contact-us {
    background-color: #222 !important;
	background-image:none;
	}
/* section#contact {
    background-image: url(../img/header-bg.jpg);
    background-size: cover;
	} */
.navbar-custom .navbar-nav>.active>a {
    
    background-color: #8cc63f !important;
}

.navbar-custom .nav li a.active,.navbar-custom .nav li a:focus,.navbar-custom .nav li a:hover{color:#902064 !important}
.btn-xl {
    
    background-color: #a9d46f ;
    border-color: #a9d46f ;
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary {
background-color::#8cc63f !important;
}
.btn-xl.active, .btn-xl:active, .btn-xl:focus, .btn-xl:hover, .open .dropdown-toggle.btn-xl {
    
    background-color: #8cc63f;
    border-color: #8cc63f;
}
.text-primary, a {
    color: #b0d87b;
}
section#clients h2 {
color: #8cc63f;
}
.text-muted {
    color: #bdb6b6;
}
.navbar-custom .navbar-toggle {
    background-color:  #a9d46f;
    border-color:  #a9d46f;
    
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
    background-color: #8cc63f;
	border-color:  #8cc63f;
}
#portfolio .portfolio-item .portfolio-caption p, section h3.section-subheading {
    
    line-height: 21px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
        background: rgba(140, 198, 63, 0.7);
	}
	
	.btn-primary {
    color: #fff;
    background-color: #8cc63f;
    border-color: #8cc63f;
}
.img-responsive {
    display:initial;
	}
input::-webkit-input-placeholder {
color: #fff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;

}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;

}
 
input:-ms-input-placeholder {  
color: #fff !important;

}


textarea::-webkit-input-placeholder {
color: #fff !important;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
color: #fff !important;

}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;

}
 
textarea:-ms-input-placeholder {  
color: #fff !important;

}
.img-modules {
width: 101px;
    height: 95px;
}
.txt-modules {
	font-size: 13.5px;
    line-height: 20px;
}
/*=================================================================
	Contact
==================================================================*/

#contact-us {
    padding: 70px 0 0;
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #4e595f;
	height: 38px;
}

.contact-form input:hover, 
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #6CB670;
}

#contact-submit {
	border: 1px solid #4e595f;
	padding: 12px 0;
	width: 100%;
	margin: 0;
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}

.contact-info p {
	margin-bottom: 25px;
}

.con-info {
    margin-bottom: 11px;
   
}

.con-info i,
.con-info span {
    font-size: 17px;
    float: left;
}

.con-info span {
font-size: 12px;
	margin: -5px 0 0 15px;
}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #6cb670;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}

#map-canvas {
    height: 370px;
    width: 100%;
}
.border {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
	margin-bottom: 33px;
}

.border:before {
    background-color: #fff;
    border: 1px ridge #fff;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
	
}
.img-logo {
width: 262px; 
/*width: 224px;*/
}
@media (max-width: 766px) {

.img-logo {
    width: 166px;
    height: 59px;
}
.timeline>li .timeline-image { 
  
    margin-left: 0px !important;
	  height: 789px !important;
	}  
	.timeline:before {
  display:none;
	}
}

video::-internal-media-controls-download-button {
    display:none;
   }

   video::-webkit-media-controls-enclosure {
        overflow:hidden;
   }

   video::-webkit-media-controls-panel {
        width: calc(100% + 30px); /* Adjust as needed */
   }
.timeline>li .timeline-image { 
   width: 81px !important;
    height: 81px !important;
    margin-left: -42px ;
	}  
	.timeline>li {
    margin-bottom: 10px !important;
	}
	.timeline:before {
    height: 974px !important;
	    background-color: #ccc ! important;
	}
.backnew {
background-image: url(../img/news.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.label-red {
    background-color: red;
    color: white;
    padding: 2px 4px;
    /* margin-top: 5px; */
    font-size: 11px;
}
/* effect-7 css end */
/*-- gallery --*/
.gallery_gds{
	margin-top:60px;
}
.gallery {
    text-align:center;
}
.item {
	text-align:center;
	position:relative;			
}
.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-info {
	width: 100%;
	    height: 291px;					
}
.item-hover,
.item-hover .mask,
.item-img { 
	position:absolute;
	top:0;
	left:0;			
}
.item-info {
    padding-top: 70px;
}			
.item-type-double .item-hover {	
	z-index:5;	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	cursor:pointer;			
	display:block;
	text-decoration:none;
	text-align:center;							
}
.item-type-double .item-info {
    z-index: 10;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;				 					
}
.item-type-double .item-info .headline {
	font-size:15px;			
	width:90%;
	margin:0 auto;		
}
.item-type-double .item-info .line {
	height:2px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;					 
}				
.item-type-double .item-info .date {
    font-size: 35px;
    color: #8e2265;
    font-weight: bold;
    text-transform: uppercase;
}
.item-type-double .item-hover .mask {
	
	z-index:0;
}
.item-type-double .item-hover:hover .line {
	width:90%;
}
.item-type-double .item-hover:hover {
	opacity:1;
}							
.item-img {			
	z-index:0;			
}
.filtr-item {
    padding-top: 30px;
}
/*-- //gallery --*/.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding:9px 23px;
    font-size: 14px;
    margin: 0 0.4em;
    letter-spacing: 1px;
    background: #444;
}
.simplefilter li {
}
.simplefilter li.active {
    color: #FFFFFF;
    background: #8f2164;
}
.item-img img {
    width: 100%;
}
.navbar-custom .nav li a {
	font-size:13px;
	}
	@media(max-width:1080px){
	.view {
	    width: 200px;
	    height: 200px;
		margin: 10px 5px 25px 5px;
	}
	.view .mask, .view .content {
   			width: 200px;
			height: 200px;
	}
	
	.banner-bottom,.gallery{
		 padding:5em 0;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height:236px;
	}
	.item-info {
		padding-top:35px;
	}
	.item-type-double .item-info .date {
       font-size: 29px;
	}
	
}
@media(max-width:991px){
	
	
	.v-w3 {
		padding: 9em 0 0 0;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 182px;
	}
	.banner-w3-info p {
		font-size: 1em;
		margin: 1em auto;
		width: 80%;
	}
	
	.banner-w3-info {
		margin: 5em auto 0;
	}
	
	.filtr-item {
		width: 33.333%;
		float: left;
	    padding: 30px 10px 0px;
	}
	ul.simplefilter {
		text-align: center;
		margin-bottom: 0em;
	}
	
}
@media(max-width:800px){
		
	
	.banner-w3-info {
		margin: 9em auto 0;
	}
}
@media(max-width:768px){
	.banner-w3-info {
    margin: 9em auto 0;
}
	
}
@media(max-width:736px){
	.hover-effect {
      width: 100px;
	}
		#home {
		min-height: 474px;
	}
	.view {
		width: 235px;
		height: 235px;
		margin: 10px 26px 20px 26px;
	}

	.filtr-item {
		padding:2px 4px 0px;
	}
	.item-type-double .item-info .headline {
		font-size: 13px;
		width: 90%;
		margin: 0 auto;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		    height: 175px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 17px;
		font-size: 14px;
		margin: 0 0 1.5em;
	}
	.item-type-double .item-info .date {
		font-size: 20px;
	}
	.hover-effect {
		position: relative;
		box-sizing: border-box;
		padding: 0;
		border-style: none;
		height: 58px;
		display: block;
	}
	
	a.hover-effect {
		    margin:2px auto;
			display:block;
	}
	
	.banner-w3-info {
		margin: 6em auto 0;
	}
	a.hover-effect.two {
		margin: 0;
		display: inline-block!important;
	}
	
	
	.filtr-item {
		width: 33.333%;
		float: left;
		padding: 30px 10px 0px;
	}
}
@media(max-width:667px){
	
	
	.filtr-item {
		    padding: 2px 15px 0px;
	}
	.item-type-double .item-info .headline {
		font-size: 13px;
		width: 90%;
		margin: 0 auto;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
	      height: 151px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 17px;
		font-size: 14px;
		margin: 0 0 1.5em;
	}
	.item-type-double .item-info .date {
		font-size: 20px;
	}
	.hover-effect {
		position: relative;
		box-sizing: border-box;
		padding: 0;
		border-style: none;
		height: 58px;
		display: block;
	}
	
	.filtr-item {
		padding: 2px 13px 0px;
	}
	
}
@media(max-width:640px){

	
	.view {
		width: 235px;
		height: 235px;
		margin: 10px 6px 20px 10px;
	}
	
	.filtr-item {
		padding:2px 4px 0px;
	}
	.item-type-double .item-info .headline {
		font-size: 13px;
		width:100%;
		margin: 0 auto;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 141px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 17px;
		font-size: 14px;
		margin: 0 0 1.5em;
	}
	.item-type-double .item-info .date {
		font-size: 20px;
	}
	.hover-effect {
		position: relative;
		box-sizing: border-box;
		padding: 0;
		border-style: none;
		height: 58px;
		display: block;
	}
	
	.filtr-item {
		padding: 2px 15px 0px;
	}

	
}
@media(max-width:600px){
	.item-type-double .item-info .headline {
		font-size: 12px;
		width: 90%;
		margin: 0 auto;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 138px;
	}
	
}
@media(max-width:568px){
	
	.banner-w3-info p {
		font-size: 0.88em;
		margin: 0em auto 1em;
		width: 93%;
	}
	
	.banner-bottom, .gallery {
		padding: 3em 0;
	}
	
	.view {
		width: 250px;
		height: 250px;
		margin: 10px 98px 32px 103px;
	}
	
	
	.sap_tabs, .adt_grids, .services-gds, .gallery_gds {
		margin-top: 32px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 152px;
	}
	.filtr-item {
		width: 50%;
		float: left;
	}
	.banner-bottom, .gallery {
		padding: 3em 0;
	}
	
}
@media(max-width:480px){
	.filtr-item {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 0 !important;
	}

	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height:178px;
	}
	
	.filtr-item {
		padding: 25px 110px 0 !important;
	}
	#gallery {
		padding: 3em 0 4em 0;
	}
	
	h3.title span {
		width:48%;
		height:4px;
		margin:15px auto 0px;
	}
	
}
@media(max-width:414px){
	.view {
		width: 250px;
		height: 250px;
		margin: 10px 43px 32px 44px;
	}
	.filtr-item {
		padding: 25px 70px 0 !important;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 191px;
	}

	.view {
		width: 250px;
		height: 250px;
		margin: 10px 30px 32px 30px;
	}
	
	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 17px;
		font-size: 13px;
		margin: 0 0 1em;
	}
}
@media(max-width:384px){
	.filtr-item {
		padding: 25px 37px 0 !important;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		    height: 220px;
	}
	
	.banner-w3-info {
		margin: 4em auto 0;
	}
	.banner-w3-info p {
		font-size: 0.85em;
		margin: 0em auto 1em;
		width: 96%;
	}
	
}
@media(max-width:375px){
	.view {
		width: 250px;
		height: 250px;
		margin: 10px 23px 32px 24px;
	}
	
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 230px;
	}
	.banner-w3-info {
		margin: 4em auto 0;
	}
	
	.filtr-item {
		padding: 25px 26px 0 !important;
	}
	
	
	#gallery {
		padding: 2em 0 2em 0;
	}

	.simplefilter li, .multifilter li, .sortandshuffle li {
		display: inline-block;
		padding: 9px 12px;
		font-size: 12px;
		margin: 0 0 0.5em;
	}
	
	
}
@media(max-width:320px){
.filtr-item {
		padding:25px 38px 0 !important;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 163px;
	}
	
	.view {
		width: 220px;
		height: 220px;
		margin: 10px 3px 32px 10px;
	}

	.banner-w3-info p {
		font-size: 0.85em;
		margin: 0em auto 0.3em;
		width: 96%;
	}
	ul.social-icons {
		display: block;
		padding: 0;
		margin-top: 1em;
	}
	
	.banner-w3-info {
		margin: 3em auto 0;
	}
	
}