@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
	margin: 0;
	padding: 0;
	color:#000;
}
html, body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway';
}
p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height:22px;
	font-family: 'Poppins';
}
.margin-10 {
	margin-top: 10px;
}
.margin-20 {
	margin-top: 20px;
}
.margin-30 {
	margin-top: 30px;
}
.margin-40 {
	margin-top: 40px;
}
.margin-50 {
	margin-top: 50px;
}
.margin-70 {
	margin-top: 70px;
}
.margin-100 {
	margin-top: 100px;
}
.margin-150 {
	margin-top: 150px;
}
.margin-250 {
	margin-top: 250px;
}
.padding-top-bottom {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-10-2{
	padding:50px 15px;
}
.padding-10-2 a{
	text-decoration:none;
	color:#fff;
}
.text-align-right{
	text-align:right;
}
.black {
	color:#000;
}
.white {
	color: #fff;
}
.blue {
	color: #0254a6;
}
.bg-blue {
	background-color: #0254a6;
}
.bg-offiwhite {
	background-color: #f3f6fa;
}
.bg-off-black{
	background-color: #555;
}
.box-shadow {
	box-shadow: 0px 0px 8px #ccc;
}
.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position:center center;
}
.background-image-2 {
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
	overflow: hidden;
	background-position:center center;
}
#header-4 .menu .navbar-default {
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding-bottom: 10px;
}
#header-4 .menu .navbar .navbar-collapse {
	padding: 0;
}
#header-4 .navbar-collapse.collapse {
	margin-left: -16px;
	margin-top: 30px;
}
#header-4 .menu .navbar {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
#header-4 .menu .navbar-brand {
	padding: 0px;
	height: 90px;
}
#header-4 .menu .navbar-brand>img {
	height: 100%;
	padding: 10px;
	width: auto;
	padding: 7px 10px;
}
#header-4 .menu .nav li a {
	text-decoration: none;
	color: #000;
	transition: all 0.4s ease-out;
	font-family: 'Poppins';
	padding: 7px 15px;
	letter-spacing: 1px;
	text-transform:capitalize;
	border:2px solid #fff;
}
#header-4 .menu .nav li a.active {
	color: #0254a6;
	border:2px solid #0254a6;
}
#header-4 .menu .nav > li > a:hover {
	color: #0254a6;
	border:2px solid #0254a6;
	transition: all 0.4s ease-out;
}
#header-4 .menu .navbar-toggle{
	margin-top:25px;
}
#header-4 .menu .navbar-toggle .icon-bar {
	background: #0254a6;
	height: 3px;
}
#header-4 #myslide .carousel-caption {
	top: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
#header-4 #myslide .carousel-caption h1 {
	font-family: "Raleway";
}
.botton a {
	width: 300px;
	text-decoration: none;
	border: 3px solid #0254a6;
	background-color:transparent;
	color: #0254a6;
	font-size: 14px;
	transition: all 0.5s ease;
	padding: 10px 30px;
	font-family: 'Poppins';
}
.botton a:hover {
	color: #fff;
	background-color: #0254a6;
	border: 3px solid #0254a6;
	transition: all 0.5s ease;
}
.social a {
	color: #fff;
	text-decoration:none;
	margin-right:25px;
	transition: all ease 0.6s;
}
.social i {
	color: #fff;
	transition: all ease 0.6s;
}
.top-bar{
	background-color:#ffcb05;
}
.image-width-75 img{
	width:75%;
}
.image-width-100 img{
	width:100%;
}
.image-width-10 img{
	width:35%;
	transition:all ease 1s;
}
.image-width-10 img:hover{
	transform:rotate(360deg);
	transition:all ease 1s;
}
.copyright{
	background-color:#000;
}
.copyright a{
	color:#fff;
	text-decoration:none;
}
.form-control{
	border-radius:0px;
}
.footer{
	padding-bottom:100px;
	padding-top:100px;
	background-image:url(../images/footer.jpg);
	background-position:top center;
	background-size:cover;
}
.footer img{
	width:50%;
}
.footer ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.footer ul li{
    margin-bottom:15px;
	font-family: 'Poppins';
}
.footer ul li a{
    text-decoration:none;
	color:#fff;
}
ul.job-list{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.job-list li{
	margin-top:10px;
	background-color:#EEE;
	padding:10px;
	font-size:16px;
}
ul.job-list li img{
	margin-right:10px;
}
.marqee{
	padding-bottom:10px;
	padding-top:10px;
	background-color:#ffcb05;
}
.marqee li{
	margin-right:25px;
	display:inline-block;
	font-family: 'Poppins';
}
@media only screen and (min-width:992px) and (max-width:1200px) {


}
/*tablet layout 760px*/
@media only screen and (min-width:768px) and (max-width:991px) {

.image-width-75 img{
	width:50%;
}
.text-align{
	text-align:center;
}
.text-align-right{
	text-align:center;
}
}
@media only screen and (min-width:481px) and (max-width:767px) {

.image-width-75 img{
	width:50%;
}
.image-width-100 img{
	width:100%;
}
.text-align{
	text-align:center;
}
.text-align-right{
	text-align:center;
}
}
/*mobile portrate size to mobile landscape size (devices and browser)*/
@media (max-width:480px) {


.image-width-75 img{
	width:75%;
}
.image-width-100 img{
	width:100%;
}
.text-align{
	text-align:center;
}
.text-align-right{
	text-align:center;
}
.top-bar p{
	font-size:12px;
}
#header-4 .menu .nav li a {
	margin-left:20px;
}
}
