﻿
.nav navbar-nav {
	color: blue;
margin-top: 10%;
	}
.navbar navbar-inverse {
	margin-top: 10%;
	}
body {
	background-color: blue;
}
.top-brand {
	padding: 10px;
	}
.content {
  
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 90%;
margin: auto;
  padding: 10px;
}
.fimg{
	margin: auto;
	width: 100%;
}
.top-brand1  {
	float: right;
	padding-top: 5px;
	paddig-bottom: 5px;
	font-size: 15px;
	color: white;
	 background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.2); /* Black background with 0.5 opacity */
}

img {
  vertical-align: middle;
}

.about {
	 background: rgba(0, 0, 0, 0.5); 
	color: #afb1b5;
	padding: 10px;
	margin-top: 20px;
	}
.about a {
	color: white;
	}




/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
	margin-left: 25%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  margin-right: 5%;

  padding: 10px;
  
  color: white;
  font-weight: bold;
  font-size: 10px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
	
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
	display: none;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;

}

/* Six columns side by side */
.column {
  float: left;
  width: 10%;
padding-left: 10px;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.servicesl {
	width: 100%;
	background-image: url("img/TserviceB.jpg");
	}



.column1 {
    float: left;
    width: 33.3%;
    padding: 0px;
margin-left: auto;
margin-right: auto;
}

.row1 {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	padding: 50px;
	color: #afb1b5;
	background: rgba(0.5, 0, 0.8, 0.7);
}


/* Clearfix (clear floats) */
.row1::after {
    content: "";
    clear: both;
    display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
    .column1 {
        width: 100%;
    }
}





.icon-bar {


bottom:1%;
right: 1%;
}
.icon-bar P{
	color:#00fff2;
	font-size: 12px;
	}
.icon-bar a {
  display: block;
  text-align: center;
  margin: 5px;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  float: right;
}

.icon-bar a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.facebook {
  background: #007bb5;
  color: white;
}

.twitter {
  background: rgba(0, 0, 0, 0.2);
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}