@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;800&display=swap');


html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #415a5c;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.4em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#1590d4;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#fcb215;
}


::-moz-selection { background: #fcb215; color: #fff; }
::selection { background: #fcb215; color: #fff; }

.yellow-col{color: #fcb215;}
.yellow-bg{background: #fcb215;}
.dyellow-col{color: #d68a29;}

a.readmore{
	display: inline-block;
	padding: 15px 25px;
	background: #fcb215;
	color: #000;
}

.duotone{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f9f9f9",GradientType=1);
}

.logo{
	float: left;
	width: 300px;
}

.logo img{
	width: 100%;
	height: auto;
}

.tophd{
	background: #415a5c;
	color: #fff;
	padding: 5px 0;
}

.tophd .row div *{
	vertical-align: middle;
}

.tophd .row a{
	color: #fff;
}

.txt-edit.ar{
	text-align: right;
	direction: rtl;
	font-family: 'Almarai', sans-serif !important;
}

menu{
	margin: 0;
	float: right
}

header{
	width: 100%;
	position: fixed;
	z-index: 999;
	padding: 0;
    background: #fff;
    min-height: 80px !important;
}

header nav{
}



header ul{
	float: left;
}

header ul li{
	float: left;
	position: relative;
}

header menu{
	margin-top: 5px;
}


header ul li a{
	display: block;
	padding: 5px 25px;
	line-height: 48px;
	text-align: center;
	font-weight: 200;
    cursor: pointer;
	text-transform: uppercase;
	color: #415a5c;
}

header ul li a.active{
	background: #fcb215;
	color: #415a5c;
	font-weight: 900;
}

.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	min-width: 180px;
	display: none;
}

.ddm li a{
	padding: 5px 0;
	line-height: 30px;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}




/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#fcb215;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}

.hptxt{
	position: absolute;
	width: 36vw;
	height: 100%;
	background: rgba(65,90,92,.7);
	color: #fff;
	padding: 200px 100px 100px;
	box-sizing: border-box;
	z-index: 550;
    top: 0;
    left: 0;
}

.mainimg{
	position: relative;
}

.mainimg .img-bg{
	width: 100%;
	padding: 13% 0;
}

.mainimg .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
}

.keyword{
	padding: 5px 10px;
	background: #fff;
	display: inline-block;
	font-weight: 800;
}

/* PARALLAX SECTION IS HERE */
#prlx{
	background: url(../img/prlx-bg.jpg) 50% 0 no-repeat fixed;
	min-height: 70vh;
	color: white;
	margin: 0 auto;
	position:relative;
	background-size: cover;
}

.busline .img-bg{
	width: 100%;
	padding: 35% 0;
}

.busline .overlay{
	width: 100%;
	height: 100%;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
}

.busline .colw-50:nth-child(odd) .overlay{
	background: rgba(255,255,255,.8);
	color: #272727;
}

.contactdetails{
	font-size: 1.5rem;
	font-weight: 800;
	text-align: center;
}

.contactdetails span{
	display: inline-block;
	vertical-align: middle;
}

.contactdetails span a{
	color: #415a5c;
}

.productcateg{
	cursor: pointer;
}

.productcateg .img-bg{
	width: 100%;
	padding: 50% 0;
}

.productcateg .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	color: #fff;
	text-align: center;
}

.categories li{
	display: none;
}

.productlist a{
	position: relative;
	display: block;
}

.productlist a .img-bg{
	width: 100%;
	padding: 50% 0;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
}

.productlist a .overlay{
	position: absolute;
	width: 100%;
	padding: 20px;
	color: #fff;
	bottom: 0;
	left: 0;
}

.productlist a .overlay h5{
	margin: 0;
	text-shadow: 1px 1px 0 #000;
}

.companyprofile{
	position: fixed;
	top: 50%;
	right: -40px;
	z-index: 500;
	transform: rotate(-90deg);
	transform-origin: top 50%;
}

.show-mob{
	display: none;
}

.backtotop{
	position: fixed;
	bottom: 40px;
	left: 50%;
	transform: translate(600px, 0);
}

footer{
	text-align: center;
	background: #415a5c;
	color: #fff;
	padding: 5px 0;
	font-size: .8rem;
}

footer a{
	color: #fff;
}