@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 
/*-------- banner ---------------------*/

.servicediv-content{
    background-color: #32323c;
    display: none;
    font-size: 2em;
}
.servicediv-content-text{
  color: #fff;
}
.header-image
{
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-color: #fff;
    background-repeat: repeat-x;
    height: 500px;

}
.intellyze-products-header-title { color: #fff; padding: 15% 0px 2%; }
.intellyze-products-header-title h1
{
    font-size: 52px;
    font-weight: bold;
}
.intellyze-products-header-title h2
{
    font-weight: 300;
    font-size: 35px;
    max-width: 24em
}

/*-----------slider caption Services--------------*/
.slider-caption-service{
    padding-top: 10%;
    position: absolute;
    text-align: left;
}
.slider-caption-service h2{
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    line-height: 35px;
}

.slider-caption-service h1 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 35px;
    
}
.Title-Services {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.Descr-Services {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
/*-----------slider caption--------------*/ 

.serviceGrid_wrapper {
    padding-left: 7%;
    padding-top: 7%;
    color: black !important;
    margin-top: 3%;
}
.serviceGrid_wrapper img {
    display: block;
    width: 25%;
}

#serviceGrid_wrapp{
       margin-top: 0px;
    margin-bottom: 30px;
    width: auto;
    height: 100%;
    text-align: left;
    color: #32323a;
    box-shadow: 0 3px 4px 0px rgba(0,0,0,.32);
}

.Service-Content-Container{
    /* padding-bottom: 10%; */
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (max-width: 375px)
{
    .Service-Content-Container{
        /* padding-bottom: 10%; */
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

.serviceGrid_Content{
    padding-bottom: 4%;
}
.ServiceGrid_Container{
    height: 350px;
}
.serviceGrid_Content-bottom{
    padding-bottom: 4%;
    padding-left: 4%;
}
.serviceGrid_Content-textHead{
    padding-bottom: 4%;
    padding-left: 4%;
    color:#32323a !important;
    /* height:150px; */
}
.serviceGrid_Content-textHead a {
    color: #5a595f;
    font-size:1.1em;
    font-weight: 600;
}
.ServiceContent{
    padding: 3em;
}
.ServicesForms{
    padding-bottom: 1em;
}
.ServicesForms input[type="text"]{
        line-height: 30px;
        outline: 0px;
        border: none;
        width:300px;
        border-radius: 7px;
        padding: 5px;
        text-align: left;
        color: #0c0909;
        font-size: 16px;
        background: transparent;
        border: 2px solid #6ee133;
}

.ServicesForms ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6ee133;
    opacity: 1; /* Firefox */
    padding: 5px;
}
.ServicesForms :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6ee133;
    padding: 5px;
}

.ServicesForms ::-ms-input-placeholder { /* Microsoft Edge */
    color: #6ee133;
    padding: 5px;
}
.normalGreenText{
    color: #6ee133;
    font-size: 1.8em;
    font-weight: 500;
}
.normalText{
    font-size: 3.1em;
    font-weight: 300;
    line-height: 45px;
}
.serviceGrid_Content-text{
    padding-bottom: 4%;
    padding-left: 4%;
    color:#32323a !important;
}
.serviceGrid_Content-text a {
    color: #5a595f;
    font-size:1.1em;
    font-weight: 600;
}
.textHead-Service{
    font-weight: 600;
    font-size: 4.1em;
    color: #6ee132 !important;
}
.greenText {
 color:#6ee132 !important;
 font-weight: 600;
}
  
.blog2 img {
    width: 90%;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding-top: 50px;
}
 
.sectionServices {
background-color: #f7f7f7;

}
.servicediv {
    background-color: white;  
    height: 410px;
    /* box-shadow: 1px 1px 2px #888888; */
    color: black;
    border-radius: 5px;
}
.serviceGrid_Lower{
    background-image: url(./img/slider.jpg);
}

.about-header {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-color: #fff;
    background-repeat: repeat-x;
    height: 40em;
}
.banner-mask {
    background: rgba(122, 106, 97,0.56);
    height: 100%;
}

h1.header-title {
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0px 0px 0px;
    position: relative;
}

.Service-overlay {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #32323c;
    color:white;
  }
  
  .servicediv:hover .Service-overlay {
    opacity: 1;
  }
/* anuja */
.letsdo {
    border: none;
    background: transparent;
}
.ServiceContent .form-control
{
	width: 300px;
    border-radius: 7px;
    padding: 5px;
    text-align: left;
    color: #0c0909;
    font-size: 16px;
    background: transparent;
    border: 2px solid #6ee133;
    line-height: 30px;
    outline: 0px;
}
.letsdo:focus
{
	outline:none;
	box-shadow: none;
}
.ServicesForms 
{
	padding-left:0px;
	padding-right:0px;
}
.lpd, .letsdo { padding-left:0px; }
@media(max-width:1024px)
{
.ServicesForms 
{
  padding-right:15px;
}
}
@media(max-width:991px)
{
	
.ServicesForms input[type="text"], .ServiceContent .form-control { width:100% ; }
}
@media(max-width:768px)
{
	
.ServicesForms 
{
  padding-right:15px;
}
}
@media(max-width: 480px)
{
    .intellyze-products-header-title h1 { font-size: 35px; }
    .intellyze-products-header-title h2 { font-size: 24px; }
    .intellyze-products-header-title { padding: 42% 0px 2%; }
    .textHead-Service { font-size: 35px; }
    .normalText { font-size: 2.1em; }
	/* anuja */
	
	.ServicesForms { padding-left:0px; padding-right:0px; }
}