
.body
{
    background-color:#00CCCC;
}

 



.logobox
{
    margin-top:15px
}
/*  navigation bar*/

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;

    border-radius: 5px; 

}

.navbar 
{
    margin-bottom: 13px;
    margin-top: 13px;
}

.navbar-nav {
    margin: 10px;
}

/*  navigation bar*/

.carousel-indicators {
    bottom: -8px;
}

.input-group {
    margin-top: 14px;
}

.imglogo
{
    padding-right:5px;
}

.navbar-nav > li 
{
    float: left;
    padding-left: 10px;
	font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover 
{
 background:linear-gradient(rgb(110, 151, 203),rgb(50, 93, 122),rgb(100, 140, 191));;
 border-radius: 7px;
 color: #FFF;

}

#sobox
{
    
 width: 60px;   
}

/*contact font*/
.header {
    color: #5B7F9F;
    font-size: 27px;
    padding: 10px;
    float: left;
}

.bigicon {
    font-size: 55px;
    color: #36A0FF;
}

.contbox
{
    width: 241px;
    height: 219px;
    color: #337AB7;

}
/*contact font*/

.footer
{
    background: linear-gradient(rgb(181, 204, 233),rgb(116, 148, 169),rgb(191, 213, 241));
    margin-left:auto;
    margin-right:auto;
    height: 68px;


}

#social_icon
{
    float:right;   
}

#foterfont
{
    text-align: center;
    color:azure;
    margin: 25px;
	text-shadow: 2px 2px 1px rgb(108, 107, 107);
}


/*portfolio*/

.well {
    margin-bottom: 4px;
}

#portfolio ul li
{
    list-style: none;
    margin-right: 25px;
}


#portfolio ul, ol {
    margin-top: 24px;
    
}
#portfolio h4
{
text-align: center;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 0px;
    line-height: 1.42857;
    background-color: #F0F0F0;
    border: 2px solid #C2BFBF;
    border-radius: 9px;
    transition: border 0.2s;
	width: 98%;
    
}

#portfolio ul li :hover
{
 background-color: #3EBDE0;  
}



/*portfolio end*/

#portfolio ul li a
{
    text-decoration: none;
}



#abus p
{
    text-align: justify;
    font-size: 16px;
}


#fntwork
{
text-align:center;
font-size:20px;
}






.instuction {
	font-family: sans-serif, Arial;
	display: block;
	margin: 0 auto;
	max-width: 820px;
	width: 100%;
	padding: 0 70px;
	color: #222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.instuction h1 img {
	max-width: 170px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.instuction h1 {
	color: #2F98B3;
	text-align: center;
}
.instuction h2 {
	position: relative;
	font-size: 1.1em;
	color: #2F98B3;
	margin-bottom: 20px;
	margin-top: 40px;
}
.instuction h2 span.num {
	position: absolute;
	left: -70px;
	top: -18px;
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	font-size: 1.1em;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #2F98B3;
	color: #fff;
	border-radius: 50%;
}
.instuction .mono {
	color: #000;
	font-family: monospace;
	font-size: 1.3em;
	font-weight: normal;
}
.instuction li.mono {
	font-size: 1.5em;
}

.instuction ul {
	font-size: 0.9em;
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}
.instuction .note {
	color: #A3A3B2;
	font-style: italic;
	padding-top: 10px;
}
.instuction p.note {
	text-align: center;
	padding-top: 0;
	margin-top: 4px;
}
.instuction textarea {
	font-size: 0.9em;
	min-height: 60px;
	padding: 10px;
	margin: 0;
	overflow: auto;
	max-width: 100%;
	width: 100%;
}
.instuction a,
.instuction a:visited {
	color: #2F98B3;
}

#indextex p
{
    text-align: justify;
}

#indextex h3
{
    margin-top: 36px;
    font-size: 23px;
}
.container
{
    width: 1200px
}

@media all and (max-width: 1200px) {
    .container {
        width: 100%;
    }

}