@font-face {
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?2h4ajg');
	src:url('../fonts/feathericons/feathericons.eot?#iefix2h4ajg') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?2h4ajg') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?2h4ajg') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?2h4ajg#feathericons') format('svg');
	font-weight: normal;
	font-style: normal;
}


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

#footer_tagline{
	color: white;
    font-family: 'roboto',serif;
    font-weight: 500;
}
#footer_caption{
	color: white;
    font-family: 'roboto',serif;
    font-weight: 100;
    letter-spacing: 3px;
}

.navbar-nav>li>.dropdown-menu {
	background-color: #252525;
}



.dropdown-menu>li>a {
	padding: 10px;
    padding-left: 24px;
	color: #b2b2b2;
	font-family: 'roboto',serif;
	font-weight: 500;
}

.dropdown-menu>li>a:hover {
	background-color: #252525;
	color: #b2b2b2;
}

html, 
body,
 {
	height: 100%;
	background-color:#141414;
}

body{
	background-color: #141414 !important;
	background:url("../img/bg.jpg") no-repeat;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: orange;
}

::selection {
    color: white; 
    background: orange;
}

a:hover{
	text-decoration: none;
}

.bg-dark {
	background-color: #141414;
}
#Shayaan{
	font-size: 23px;
	font-family:  'Merriweather', serif;
	color: white;
	padding-left: 7vw;
    padding-top: 3vh;
    height: 10vh;
}
.navbar-right{
	margin-top: 2vh;
	margin-bottom: 2vh;
}

#myNavbar{
	border: none;
}
#period{
	font-size: 30px;
	color: orange;
}
#period_large{
	font-size: 100px;
	color:orange;
}

.navbar li{
	font-family: "roboto",serif;
	font-weight: 500;
	padding-right: 4vw;
}

.navbar-header{
	margin-top: 1vh;
	border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: white; /* <—– change your color here*/
background-color: transparent;
}

.navbar-default{
	border: 0;
}
.card{

	height: 20vh;
}

.card2{
	height: 20vh;
}

#landing{
	color:white;
	margin-top: 25vh;
    line-height: 103px;
    margin-left: 4vw;
	font-size: 110px;
	font-family: 'roboto',serif;
	font-weight: 100;
}

#companyA{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 12px;
	background:url("../img/Palawan.jpg") no-repeat;
	/*background-size: contain;*/
	background-position: 50% 50%; 
}
#companyB{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 12px;
	background:url("../img/Shayas.jpg");
	/*background-size: contain;*/
	background-position: 50% 50%; 
}
#companyC{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 12px;
	background:url("../img/Serviq.jpg");
	/*background-size: contain;*/
	background-position: 50% 50%; 
}
#companyD{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 12px;
	background:url("../img/Palace kitchen.jpg");
	/*background-size: contain;*/
	background-position: 50% 50%; 
}

#companyE{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 12px;
	background:url("../img/Abaadbg.jpg");
	/*background-size: contain;*/
	background-position: 50% 50%; 
}

#serviceA{
	background:url("../img/trading.png") no-repeat;
	background-position: 50% 50%; 
	background-size: 14vh;

}
#serviceB{
	background:url("../img/restaurant.png") no-repeat;
	background-position: 50% 50%; 
	background-size: 14vh;

}
#serviceC{
	background:url("../img/supermarket.png") no-repeat;
	background-position: 50% 50%; 
	background-size: 14vh;

}
#serviceD{
	background:url("../img/industrial.png") no-repeat;
	background-position: 50% 50%; 
	background-size: 14vh;

}

#serviceE{
	background:url("../img/abaad.png") no-repeat;
	background-position: 50% 50%; 
	background-size: 14vh;

}


hr{
	border-color:#141414;
}

#About{
	    padding-top: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
	margin-bottom: 10vh;
}
#About h1{
	text-align: center;
	color:white;
	font-family: 'roboto',serif;
	font-weight: 500; 
	font-size: 50px;
	padding-bottom: 2vh;
}
#About p{
	text-align: center;
	color:white;
	font-family: 'roboto',serif;
	font-weight: 100; 
	font-size: 21px;
	line-height: 1.3;
	
}

.navbar-toggle{
	margin-top: 2vh;
}

#ham{
	background-color: #141414;
	border:none;
}
#ham:hover{
	background-color: black;
}


#Services{
	background:url("../img/serv.jpg") no-repeat;
	background-position: 50% 50%; 

	    padding-top: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
	padding-bottom: 10vh;
}
#Services h1{
	text-align: center;
	color:white;
	font-family: 'roboto',serif;
	font-weight: 500; 
	font-size: 50px;
	padding-bottom: 2vh;
}
#Services p{
	text-align: center;
	color:white;
	font-family: 'roboto',serif;
	font-size: 20px;
	font-weight: 200;
	padding-top: 21vh;
}

.card p{
	text-align: center;
	color:white;
	font-family: 'roboto',serif;
	font-size: 23px;
	font-weight: 500;
	padding-top: 8vh;
	transition: color 0.25s;


}
.card p:hover{
	color:orange;
	text-decoration: none;
}

/*::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
*/


/*Latest footer code*/
 footer{
     background-color: #141414;
     padding:30px 0px;
     font-family: "roboto",serif;
}


.logo{
    color:#FFF;
	font-family:  'Merriweather', serif;
    
}

.address span , .footMenu span{
   color: #FFF; 
   font-weight: bold; 
   border-bottom: 1px solid #c7c7c7; 
   padding:10px 0px;
   display: block;
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: 3px;
}
 
.address li a , .footMenu li a{
    color:#FFF;
    letter-spacing: 0px;
    text-decoration:none;
    font-size:14px;
}

.address li, .footMenu li{
    margin:14px 0px;
    list-style: none;
}


.address .fa{
    color: orange;
    margin-right: 10px;
    font-size:18px;
}

.alpha{
	color: white;
	position: relative;
	padding-top: 10px;
    width: 100%;
    color: #fff;
    line-height: 40px;
    font-size:12px;
    text-align: center;
    bottom:0;
    margin-bottom: 0px;	
}




@media screen and (max-width: 63.125em) {
	.card{
	margin-top: 3.5vh;
}

}

@media screen and (max-width: 650px) {
	#About h1{
	font-size: 25px;
}
.logo{
	margin-top: 0px;
}
#Services h1{
	font-size: 30px;
}
#About p{
	font-size: 17px;
	
}
#landing{
	font-size: 60px;
	line-height: 72px;
}

.card{
	margin-top: 3.5vh;
}
.navbar li{
	padding-left: 4vw;
}

#serviceA{
	background-size: 11vh;
}

#serviceB{
	background-size: 11vh;
}

#serviceC{
	background-size: 11vh;
}

#serviceD{
	background-size: 11vh;
}

#Services p{
	padding-top: 18vh;
	font-size: 15px;
}
#period_large{
	font-size: 60px;
}

}

