@import url(http://fonts.googleapis.com/css?family=roboto:400,400italic,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Arvo|Lato|Open+Sans|Oswald|Raleway|Roboto');

.serviceHeading
{
    position: relative;
    padding-top:0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    top:0px;
    bottom: 0px;
    height: 300px;
    background-color: rgba(17, 17, 17, 0.856);
}

.serImageTxt1
{
    color: white; 
    position: relative;
    top:135px;
    
    font-weight:100;
    font-size: 35px;
    font-family: 'Raleway';
}


.workLine 
{
    position: absolute;
    width: 5px;
    background-color: red;
}  


.solutionsVideos
{
    display: inline;
    visibility: visible;
    /* user-select: none; */
    /* object-fit: contain; */
    /* margin-top: 30px; */
    /* margin-bottom: 25px; */
    height: 250px;
    width: 350px;
    min-width: 350px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-radius: 3%;
    background-color: rgb(0 0 0);
}



.serImageTxt2
{
    color: white;
    position: relative;
    top:160px;
}


.solutionParagraph
{
    color: black;
    font-size: 17px;
    font-weight: 200;
}


.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
}
.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.flex-img{
    max-height:100%;
    max-width:100%;
}

.mobileService
{
  /* background: url(../images/grey.png); */
  background-repeat: no-repeat;
  background-attachment: relative;
  /*background-position: -0px 202px; /*left & down*/
  /*background-size: 0px 440px; /* width & height*/
  background-position: 100% 100%; /*left & down*/
  background-size: 100% ; /* width & height*/
  z-index: -1;
  
  -webkit-transition: 1.4s ease-in-out;
  transition: 1.4s ease-in-out;

/*  background: rgb(255,196,0);
background: -moz-radial-gradient(circle, rgba(255,196,0,1) 65%, rgba(255,152,0,1) 100%);
background: -webkit-radial-gradient(circle, rgba(255,196,0,1) 65%, rgba(255,152,0,1) 100%);
background: radial-gradient(circle, rgba(255,196,0,1) 65%, rgba(255,152,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc400",endColorstr="#ff9800",GradientType=1);*/
  /*background-color: #397b997a;*/
  /*background-color: rgba(226, 226, 226, 0.521);*/
}


.mobileService > div > div > div > h4,  .mobileService > div > div > div > p 
{
    color: rgb(0, 0, 0) !important;
    animation: 3.0s ease 0s 1 normal none running flash;
}




.mobileService:hover 
{
	background-position: 100% 100%; /*left & down*/
	background-size: 100% 100%; /* width & height*/
	/*background-position: 550px 202px; /*left & down*/
	/*background-size: 100% 440px; /* width & height*/
}	


.mobileService:hover > div > div > div > h4,  .mobileService:hover > div > div > div > p 
{
    color: rgb(0, 0, 0) !important;
    animation: 3.0s ease 0s 1 normal none running flash;
}	
	


.textHeading
{
	-webkit-transition: 1.4s ease-in-out;
	transition: 1.4s ease-in-out;
}

.mobileService:hover .textHeading
{
	color: white;
}

.aboutBack
{
    background: url(../images/blue.png);
    background-repeat: no-repeat;
    background-attachment: relative;
    /*background-position: -0px 202px; /*left & down*/
    /*background-size: 0px 440px; /* width & height*/
    background-position: 100% 100%; /*left & down*/
    background-size: 100% 100%; /* width & height*/
}

.imgStn2
{
  position: relative;
  text-align: center;
  height:80px;
  width:80px;
  top: 20px;
  margin-bottom: 40px;
}




#box5 > h4 
{color: rgb(1, 88, 160);}
#box6 > h4 ,#box7 > h4
{color:rgb(1, 88, 160);}

#box5{background-color: rgb(163, 163, 163);}
#box6{background-color: rgb(100, 100, 100);}
#box7
{
  background-color: rgb(61, 61, 61);
  border-bottom-right-radius: 50px;
}

.serMoText
{
    position: relative;
    display: inline-black;
    color: rgb(255, 255, 255);
    font-weight: 100;
    font-size: 18px; 
    font-family: 'Lato';
}

.bg-black
{
    background-color: black;
}

.e-comImg
{
   
  /*  border-radius: 10px;*/
    border-style: solid;
    border-width: 1pt;
    border: none;
    /*border-color: rgb(187, 187, 187);*/
    border-bottom-right-radius: 45px;
    border-top-left-radius: 45px;
}

.iconBack
{
    position: relative;
    /*background-color: rgb(160, 220, 224);*/
    padding-right: 10px;
    padding-left: 10px;

    /*width: 100px;
    height: 100px;*/

    border-radius: 5px;
    border-style: solid;
    border-width: 1pt;
    border: none;
}

/* .imgStn
{
    left: 5px;
    top: 17px;
    height: 70px;
    width: 70px; 
} */

.content-center
{
    position: relative;
    text-align: center;
}

col, row
{
    position: relative;
}

.customColor
{
    color: rgb(10, 134, 172);
    font-size: 25px;
}

/*.upCase > hr
{
    color: rgb(10, 134, 172);
    height: 1px;
    color:   rgb(51, 139, 180);
    border-color:  #338bb4;
    background-color: rgb(51, 139, 180);
    border: none;border-color: rgb(10, 134, 172); 
}*/


.aboutSection
{
}