@import url('https://fonts.googleapis.com/css?family=Space+Mono');

body {
	font-family: 'Space Mono', monospace;
	margin:0;
	padding:0;
}

/*--header--*/
.header {
	padding:20px 0;
	border-top:2px solid #ef6000;
}
.header_right {
	margin:0 0 0 0;
}
.w3ls-social-icons{
	margin-top:7px;
	float:right;
}
.w3ls-social-icons i {
	font-size: 15px;
	border:1px solid #212121;
    padding: 8px 10px;
    color: #212121;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.w3ls-social-icons i:hover {
	background: transparent;
	background:#ef6000;
	border:1px solid #ef6000;
	color:#fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.agileits-contact-info {
    margin-top: 9px;
    float: right;
    margin-right: 15px;
}
.agileits-contact-info ul li {
    display: inline-block;
    font-size: 17px;
	color:#000;
}
.agileits-contact-info ul li span {
    left: -.5em;
    color: #ef6000;
}
.agileits-contact-info ul li:nth-child(2) {
    margin-left: 25px;
}
.agileits-contact-info ul li a {
    color: #000;
    vertical-align: text-bottom;
}
.agileits-contact-info ul li a:hover {
    color: #ef6000;
}
/*--//header--*/

/*--menu-*/
.menu {
	background:#212121;
}
.navbar {
	margin-bottom:0px !important;
	background:inherit !important;
	border:0px !important;
}
.navbar-default .navbar-nav > li > a {
    color: #b5b5b5 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: bold !important;
    padding: 15px 30px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ef6000 !important;
    background-color: inherit !important;
	transition: 0.5s all ease-in-out !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ef6000 !important;
    background-color: transparent !important;
    transition: 0.5s all ease-in-out !important;
}
/*--//menu-*/

/*--welcome--*/
.welcome {
	padding:50px 0;
}
.circle {
	height:100px;
	width:100px;
	border-radius:50%;
	background:#262626;
	margin:0 auto;
	padding:20px 0;
	
}
.fa-3x {
    font-size: 4em !important;
    color: #fff !important;
}
.know {
	padding:10px 25px;
	background:#262626;
	border-bottom:2px solid #000;
	transition:0.5s all ease-in-out;
	color:#fff;
}
.know:hover {
	background:#ef6000;
	color:#fff;
	text-decoration:none;
	transition:0.5s all ease-in-out;
}
.prof_grid{
	margin:0 0 30px 0;
	transition:0.5s all ease-in-out;
}
.prof_grid .cirle {
	margin:10px 0;
}
.prof_grid h4 {
	margin:10px 0;
}
.prof_grid p {
	margin:10px 0 20px 0;
}
.prof_grid:hover .circle {
	background:#ef6000;
	transition:0.5s all ease-in-out;
}
/*--//welcome--*/

/*--gallery--*/
.gallery {
	margin:50px 0;
}

.head h2 {
	text-align:center;
	font-family: 'Space Mono', monospace;
	position:relative;
}
.head h2::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 46%;
    height: 2px;
    width: 100px;
    background: #333;
}
.bor_grid {
	margin:40px 0 0 0;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #5a5a5a !important;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*--//gallery--*/

/*-- contain2 --*/
.contain2 {
	padding:50px 0;
	background:#272d33;
}
.icons20 {
	float:left;
	width:30%;
}
.icons40 {
	float:right;
	margin:0 20px 0 0;
	width:63%;
}
.icons40 p {
	font-family: 'Roboto', sans-serif;
	line-height:28px;
	font-size:17px;
	color:#fff;
}
.icons40 h3 {
	font-family: 'Oswald', sans-serif;
	color:#fff;
}
.circle2 {
	height:100px;
	width:100px;
	border-radius:50%;
	background:#ff6600;
}
.fa-5x {
    font-size: 3em !important;
    margin: 30px 0 0 0 !important;
	color:#fff !important;
	transition: all .5s ease-in-out;
}
.box2:hover .fa-5x {
	font-size: 4em !important;
	margin: 20px 0 0 0 !important;
    transition: all .5s ease-in-out;
	transform: rotate(360deg) !important;
}
/*-- //contain2 --*/


/*--footer--*/
.footer {
	background:#000;
	padding:20px 0;
}
.foot_grid {
	text-align:center;
}
.foot_grid p {
	text-align:center;
	color:#ccc;
	padding:0px;
}
.foot_grid p a {
	text-align:center;
	color:#ff6600;
	padding:0px;
}
/*--//footer--*/


/*---other pages---*/
.about_grid {
	margin:100px 0 0 0;
}
.margint {
	margin:30px 0 0 0;
	text-align:justify;
	line-height:25px;
}