body
{
font-family: "sans-serif,Arial";
}
header.fix {
    background-image: url("images/Header.jpg");
    background-color: black;
    background-size: cover;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'PT Sans', sans-serif;
    margin-top: 2%;
    padding-top: 1%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    transition: all 0.4s ease;
}

header.sticky {
    background-image: url("images/Header.jpg");
    background-color: black;
    background-size: cover;
    position: fixed;
    z-index: 555;
    width: 100%;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

header.fix .logosmall {
    display: none;
}

header.sticky .logo {
    display: none;
}


.logo {
    width: 103px;
    height: auto;
}
.logosmall {
    width: 50px;
    height: auto;
}


ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol li {
    color: white;
    font-size: 23px;
	line-height:35px;
}

.form1 input[type='text']
{
	width: 100%;
    border: solid 2px white;
    background-color: black;
    color: white;    
	padding: 5px;
	outline:orange;
}
.form1 input[type='text']:not(:last-child)
{
	margin-bottom: 4px;
}

.form1 textarea
{
    border: 2px solid white;
    width: 100%;
    height: 109px;
    color: white;
    padding: 7px;
    outline: orange;
    margin: 0px;
    background-color: black;
}
input[type='button']
{
    width: 100%;
    border: solid 2px white;
    font-size: 20px;
    background-color: rgb(242, 103, 34);
    color: black;
	transition:all 1s;
}
input[type='button']:hover
{
border: solid 2px #F26722;
background-color: black;
color:white;
letter-spacing:5px;
}
.footp
{
    text-align: center;
    color: white;
}


.navbar-nav {
    width: 100%;
    text-align: center;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

.navbar-nav > li:not(:first-child):not(:last-child) {
    border-right: 1px solid white;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}


.intro, .whyus, .objective p {
    font-size: 19px;
    line-height: inherit;
    padding-left: 4%;
    padding-right: 4%;
}
.intro, .objective {
    background-image: url("images/Introduction.jpg");
    background-color: black;
    background-size: cover;
    padding-top: 2%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}


h1 {
    color: rgb(242, 103, 34);
    font-weight: 700;
	margin-top:4px !important;
}


.viewbtn {
    background-color: rgb(242, 103, 34);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: black;
    font-size: 16px;
    border: none;
    padding: 5px 10px;
}


.intro, .objective {
    background-image: url("images/Introduction.jpg");
    background-color: black;
    background-size: cover;
    padding-top: 2%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}


.work {
    background-image: url("images/texture_view.png");
    background-color: black;
    background-size: cover;
    text-align: center;
    margin-top: 6%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding: 2%;
}


img {
    width: 100%;
    height: auto;
}


figcaption {
    color: white;
    font-size: 23px;
    height: 72px;
}


.objective {
    background-image: url("images/Introduction.jpg");
    background-color: black;
    background-size: cover;
    padding-top: 2%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
.intro, .objective {
    background-image: url("images/Introduction.jpg");
    background-color: black;
    background-size: cover;
    padding-top: 2%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}


.whyus {
    background-image: url("images/Why us.jpg");
    background-color: black;
    background-size: cover;
    padding-top: 2%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}


.footerp {
    background-image: url("images/Footer Texture.png");
    background-color: black;
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 2%;
    margin-top: 3%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}



@media screen and (max-width: 480px) and (min-width: 120px){

h1 {
    color: rgb(242, 103, 34);
    font-weight: 700;
    font-size: 18px !important;
	margin-top:4px !important;
}

.intro, .whyus, .objective p {
    font-size: 14px;
    line-height: inherit;
    padding-left: 4%;
    padding-right: 4%;
}

ol li {
    color: white;
    font-size: 14px;
	line-height:23px;
}

}