html,body {
	height:100%;
	width: 100%;
		/*background:url("contact1.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: transparent;*/
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body {
	overflow-x: hidden;
}


.navbar .navbar-right .fa-phone {
	color:white;
	font-size:30px;
	padding-top: 10px;
	margin-right:100px;
	/*padding-top: 10px;
	padding-right: 70px;
	padding-left: 2%;
	padding-bottom: 55px;
width:3%;
*/
margin-right: 30px;
}

.navbar .navbar-right .fa-facebook {
	color:white;
	font-size:30px;
	padding-top: 10px;
	/*padding-right: 70px;*/
	margin-right: 25px;
	margin-left: 1px;
	float:left;

	/*	padding-bottom: 55px;*/

}
.navbar .navbar-right .fa-envelope {
	color:white;
	font-size:30px;
	padding-top:8px;
	/*padding-right: 70px;*/
	margin-right: 40px;
	float: left;

	/*	padding-bottom: 55px;*/

}

.navbar-right {
	margin:auto;
	padding-bottom: 5px;
}


.navbar {
	background: #2c3e50;
	border: none;
}

.navbar .navbar-nav > li > a {
	color:white;
}

.navbar .navbar-nav > li > a:hover {
	color:white;
}
.navbar .navbar-nav > li > a:onclick {
	color:white;
}

/*brand color*/
.navbar .navbar-header > a{
	color:white;

}
/*brand modifies (color+size)*/
.navbar .navbar-header > a{
	color:white;
	font-size:2em;
}
.navbar .navbar-header > a:hover{
	color:white;
}
/*animations for navbar content*/
.navbar .navbar-nav > li > a:not {
	/*	display: inline-block;*/
}

.navbar .navbar-nav > li > a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: transparent;
	transition: width .9s ease, background-color .5s ease;
}

.navbar .navbar-nav > li > a:hover:after {
	width: 100%;
	background: white;
}
/*animation ends here*/

/*#img {
	margin-bottom: 50px;
	text-align: center;
	padding-top: 30px;


}*/

h2 {
	font-size: 30px;
	color: white;
}

p {
	font-size: 20px;
	width:50%;
	margin-left: 25%;
	color: white;
}

}

.wel {
	text-align: center;
	color: white;
/*	background: #2c3e50;*/
	/*border: none;
	border-width: 1px 0 0;
	clear: both;
	margin: 30px 0 30px 0;
	height: 0*/
}


.container > hr {
	width: 75%;
	margin-top: 150px;

}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    /*background: rgba(0, 0, 0, 0.7);*/
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: white;
    top: 5px;
}

.bs-example-navbar-collapse-1 {
	background: red;
}

/*making the navbar transparent*/
.navbar {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

/*and ends here*/
/*brand edits*/
.activee {
	border-right-color: white;
	border-right-style:solid;
	border-right-width: 2px;
	border-bottom:white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.contact h1 {
	color:black;
	text-align:center;
	/*margin-left: 17.5%;*/
	margin-top: 10%;
	font-size: 80px;
	width: 100%;
/*	display: inline-block;*/
}

.contact hr {
	color: black;
	background: black;
	height: 1px;
}

/*content for mobile*/
@media only screen
and (min-device-width: 340px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	.contact h1 {
	color:black;
	margin-left:0%;
	margin-top: 14%;
	font-size: 50px;
}
	#footer {
	margin-top: 41%;
}

}
/*ends here*/

 img {
	width:100%;
	margin-left: 0px;
}
#ima {
	display: block;   /* doesn't let content overlap*/
	position: relative;
}
.container {
	display: block;
}

.container .row .col-md-12 >i {
	color: black;
	font-size: 450%;
	margin-top: 10%;
	margin-left: 10%;
	padding-bottom: 5%;
}

/*.text {
	display: inline-block;
	text-align: center;
	vertical-align: text-bottom;
	color: white;
	padding-right: 30px;
}*/

.text1 {
	color: black;
	display: inline-block;
	vertical-align: center;
	font-size: 80%;
}

/*footer starts here*/
footer .row {
	height: 100px;
	background:#3c3d41;

}

}

footer .row .col-md-12 > h2 {
	color:white;
	padding-left: 5%;
}

footer .row > a {
	color:white;
	padding-left: 4%;
	display: inline-block;
	border-right-color: white;
	border-right-style:solid;
	border-right-width: 1px;
	padding-right: 20px;
	padding-bottom: 20px;
}
/*and ends here*/

#greytainer {
	background:rgb(239, 239, 239);;
	margin-top: 5%;
	margin-bottom: 5%;
	border-radius: 5px;
}


.carouselbackground {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.35);
	z-index: 1;
}
footer #copyright {
	background:#3c3d41;
 color:white;
 text-align: center;
	padding: 10px 0;
	font-size: 1em;
}

.navbar-collapse.collapse.in,
.navbar-collapse.collapsing {
	background: rgba(0, 0, 0, 0.7)
}
