@charset "UTF-8";

body  {
	margin:0px;
    padding:0px;	  	
}

.responsive {
    width: 100%;
    height: auto;
}

.maintxt {
	font-family: arial;
	font-size: 16px;
	color: #696969;
	line-height: 24px;
	text-align: justify;
}

.txtheadingsmall {
	font-family: arial;
	font-size: 18px;
	color: #444444;
	l2ine-height: 0px;
	line-height: 24px;
}

.txtheading {
	font-family: arial;
	font-size: 26px;
	color: #444444;
	font-weight: bold;
}

.uxquotes {
	font-family: arial;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

.pageheading {
	font-family: arial;
	font-size: 30px;
	color: #ffffff;
	margin: 0;
	padding: 10px;
	font-weight: bold;
}

a:link {
	color: #444444;
	text-decoration: none;
}

a:visited {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #05abaf;
	text-decoration: none;
}
a:active {
	color: #444444;
	text-decoration: none;
}
 

.fields {
	height: 25px;
	line-height: 18px;
	color: #696969;
	width: 200px;
	font-family: verdana;
	font-size: 16px;
	padding: 5px;
	
}
.fields-txtarea {
	line-height: 18px;
	color: #696969;
	width: 270px;
	font-family: verdana;
	font-size: 16px;
	padding: 5px;
}



/* Make sure that padding behaves as expected */
* {box-sizing:border-box}


/* Container for skill bars */
.container {
    width: 100%; /* Full width */
    background-color: #ddd; /* Grey background */
}

.skills {
    text-align: left; /* Right-align text */
    padding: 3px; /* Add some padding */
    color: white; /* White text color */
}

.ux {width: 95%; background-color: #05abaf;} /* Green */
.vd {width: 93%; background-color: #05abaf;} /* Blue */
.ia {width: 85%; background-color: #05abaf;} /* Red */
.id {width: 80%; background-color: #05abaf;} /* Dark Grey */
.code {width: 90%; background-color: #05abaf;} /* Dark Grey */
.xd {width: 70%; background-color: #05abaf;}
.ind {width: 75%; background-color: #05abaf;}





/*Menu begins*/
.solidblockmenu{
	margin: 0;
	position: 0;
	float: left;
	width: 100%;
	font-family: arial;
	font-size: 17px;
	color: #333333;
	background-color: #ffffff;
	
}


.solidblockmenu li{
	display: inline;
	text-decoration: none;

}


.solidblockmenu li a{
	float: left;
	display: block;
	text-align: center;
	padding:10px 30px;
	text-decoration: none;

}

.solidblockmenu li a:visited{
	text-decoration: none;

}

.solidblockmenu li a:hover{
	background-color: #e7e7e7;
	text-decoration: none;
	color: #333333;
	
}
.solidblockmenu li .current{
	background-color: #05abaf;
	color: #ffffff;
	
	
}


/*subMenu begins*/
.solidblocksubmenu{
	margin: 0;
	position: 0;
	float: left;
	width: 100%;
	font-family: arial;
	font-size: 15px;
	color: #696969;
	background-color: #ffffff;
	
}


.solidblocksubmenu li{
	display: inline;
	text-decoration: none;
	
}

.solidblocksubmenu li a{
	float: left;
	display: block;
	text-align: center;
	padding:14px 25px;
	text-decoration: none;	

}

.solidblocksubmenu li a:visited{
	text-decoration: none;

}

.solidblocksubmenu li a:hover{
	background-color: #e7e7e7;
	text-decoration: none;
	
}
.solidblocksubmenu li .current{
	color: #ab1114;
	text-decoration: none;
	
}






img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




* {box-sizing: border-box}
.mySlides1, .mySlides2, .myslides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 900px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides1, .myslides2{
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  background-color: #e7e7e7;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-family: arial;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #696969;
	font-family: arial;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
