/* ------------------------------------------------------------------------------ 
Project Name : IPMS 
Description : Main Style Sheet 
Author : Imran Rovan 
Created On : 12 Oct 2018 
--------------------------------------------------------------------------------*/

/** Google Fonts **/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:400,600');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:-webkit-any-link {
	text-decoration: none;
}
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
	line-height: 1;
	color: #535758;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;
}
h1,h2,h3,h4 {
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
}

#video_background {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
#vidLand {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#vidLand:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../images/pattern.png) repeat;
}
header {
	position: fixed;
	width: 100%;
	height: 100px;
	padding: 10px 0; 
	z-index: 9999;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5ms ease;
	-moz-transition: all 0.5ms ease;
	-ms-transition: all 0.5ms ease;
	-o-transition: all 0.5ms ease;
	transition: all 0.5ms ease;
}
header .logo {
	float: left;
	margin-left: 25px;
}
header .logo img {
	height: 80px;
	-webkit-transition: all 0.5ms ease;
	-moz-transition: all 0.5ms ease;
	-ms-transition: all 0.5ms ease;
	-o-transition: all 0.5ms ease;
	transition: all 0.5ms ease;
}
.header-fixed {
	height: 80px;
	padding: 10px 0;
	background-color: rgba(255,255,255,0.9);
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	box-shadow: 0 3px 8px rgba(50, 50, 50, 0.2);
}
.header-fixed .logo img {
	height: 65px;
}
.social {
	float: right;
	margin-right: 25px;
	margin-top: 35px;
	position:relative;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.5ms ease;
	-moz-transition: all 0.5ms ease;
	-ms-transition: all 0.5ms ease;
	-o-transition: all 0.5ms ease;
	transition: all 0.5ms ease;
}
.social:after {
	content:'An ISO 9001: 2008 Certified Company';
	position:absolute;
	width: 285px;
	height:20px;
	text-align: right;
	top: -33px;
	right:0;
	color:#fff;
	font-weight: 500;
	font-size:15px;
	text-transform: uppercase;
	-webkit-transition: all 0.5ms ease;
	-moz-transition: all 0.5ms ease;
	-ms-transition: all 0.5ms ease;
	-o-transition: all 0.5ms ease;
	transition: all 0.5ms ease;
}
header.header-fixed .social {
	float: right;
	margin-right: 25px;
	margin-top: 35px;
	border-left: 1px solid rgba(0, 0, 0, 0.4);
}
header.header-fixed .social:after {
	color:#333;
}
.social a {
	float: left;
	margin-left: 15px;
	display: inline-block;
	height: 28px;
}
.lang {
	float: right;
	margin-right: 15px;
	margin-top: 35px;
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.lang a {
	color:#fff;
	background: url(../images/arabic-txt.png) no-repeat center center;
	width:50px;
	font-size: 0;
	display: block;
}
.header-fixed .lang {
	margin-top: 35px;
	border-left: 1px solid rgba(0, 0, 0, 0.4)
}
.header-fixed .lang a {
	background: url(../images/arabic-bl.png) no-repeat center center;
}
.pagewrap {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.hmeserv {
	margin-top: 100vh;
}
.introVid {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 99;
	display: table;
}
.introVid .txtHme {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.introVid .txtHme h1 {
	padding: 0 22%;
	margin: auto;
	line-height: 1.13;
	color: #fff;
	font-size: 50px;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 700;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.introVid .txtHme h3 {
	padding: 0 18%;
	margin: auto;
	font-size: 38px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
	color: #f77e29;
	text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
}
.introVid .txtHme h4 {
	font-family: 'Poppins', sans-serif;
	padding: 0 25%;
	margin: auto;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 40px;
	text-align: center;
	font-weight:normal;
	color:#f8f8f8;
}
.explore-btn {
	color:#fff;
	letter-spacing: 2px;
	font-size: 18px;
	border:2px solid #f2f2f2;
	padding:10px 20px;
	text-align: center;
	cursor:pointer;
	display: inline-block;
	text-decoration: none;
}
.explore-btn:hover{
	color:#F48232;
	border:2px solid #F48232;	
	cursor:pointer;
}
.section {
	padding:60px 0;
	width: 100%;
	height:auto;
	background-color: #fff; 
	color: #000;
}
ul.servList {
	margin: 30px 0;
}
.servList li {
	width: 33.3333%;
	float: left;
	overflow: hidden;
}
.servList .list {
	height: 300px;
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
}
.servList .list:hover {
	background-color: #fcfcfc;
}
.servList .list:before{content:''; display:block; position:absolute; bottom:0; left:0; width:1px; height:0; background:#ccc; transition:all 0.5s ease}
.servList .list:hover:before{height:410px;}
.servList .list:after{content:''; display:block; position:absolute; top:0; right:0; width:1px; height:0; background:#ccc; transition:all 0.5s ease}
.servList .list:hover:after{height:410px;}
.servList .list > div:before{content:''; display:block; position:absolute; top:0; left:0; width:0px; height:1px; background:#ccc; transition:all 0.5s ease}
.servList .list:hover > div:before{width:100%;}
.servList .list > div:after{content:''; display:block; position:absolute; bottom:0; right:0; width:0px; height:1px; background:#ccc; transition:all 0.5s ease}
.servList .list:hover > div:after{width:100%}
.servList .list .off {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 10;
	padding-top: 50px;
	transform: translate(0, 0%);
	transition: transform .5s ease-out;
}
.servList .list:hover .off {
	transform: translate(0, -100%);
}
.servList .list .off img {
	margin-bottom:25px;
}
.servList .list h6 {
	color:#333;
	font-weight:700;
	font-size:20px;
	padding:0 20px;
	text-transform:uppercase;
}
.servList .list .on {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 5;
	padding:50px 20px 0; 
	transform: translate(0, 100%);
	transition: transform .5s ease-out;
}
.servList .list:hover .on {
	opacity: 1;
	transform: translate(0, 0%);
}
.servList .list .on p {
	color: #333;
	margin: 20px 0; 
	padding-bottom: 30px;
	background: url(../images/list_arrow.png) no-repeat center bottom; 
}
.hmeclient {
	padding: 0;
	position: relative;
	background: #f3f5f9;
}
.clientlist {
	background: #f3f5f9;
	padding: 30px 0;
}
.tab-content .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	height: 80px;
}
.clientlist .nav-tabs {
	margin: 0 0 30px 0;
	border: 0;
	text-align: center;
}
.clientlist .nav-tabs li {
	float:none;
	display:inline-block;
}
.clientlist .nav-tabs li a {
	padding:10px 30px;
	text-align:center;
	border-radius:40px;
	border: 1px solid trasnparent;
	color: #333;
}
.clientlist .nav-tabs li.active a {
	border: 1px solid #ddd;
	color: #f48232;
}
.owl-carousel .owl-nav {
	text-align: center;
	padding-top: 30px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	font-size: 35px !important;
	padding: 0 10px !important;
	display: inline-block;
	outline: 0;
}
.prodHme {
	margin-top: 20px;
	padding-bottom: 80px;
}
.prodHme h2 {
	text-align: center;
	margin-bottom: 15px;
}
.prodHme p.intro {
	color: #666;
	font-size: 22px;
	margin-bottom: 40px;
	text-align:center;
}
.btn-more {
	display: block;
	float: left;
	padding: 10px 35px;
	border: 2px solid #000;
	font-size: 20px;
	color: #000;
	text-align: center;
	float: right;
}
.btn-more:after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 15px;
	margin-left: 10px;
	background: url(../images/ico_arrow.png) no-repeat 0 0;
	vertical-align: middle;
}
.prodHme img {
	width: 100%;
}
.prodHme .prodDtl {
	position: relative;
	padding-left: 30px;
}
.prodHme .prodDtl:before {
	content: '';
	width: 1px;
	height: 150%;
	display: block;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 10px;
}
.prodHme .prodDtl h6 {
	color: #666;
	font-size: 14px;
	margin-bottom: 3px; 
}
.prodHme .prodDtl h5 {
	color: #000;
	font-size: 22px;
	margin-bottom: 0px; 
}
.prodHme .reves .prodDtl {
	margin-bottom: 10px;
}
.prodHme .reves .prodDtl:before {
	top: 0;
	bottom: inherit;
}
footer {
	background-color: #393939;
	padding: 15px 0;
}
footer ul li {
	padding: 0 0 15px 0;
}
footer ul li:first-child {
	float: left;
}
footer ul li:last-child {
	float: right;
}
footer ul {
	border-bottom: 1px solid rgba(255,255,255, 0.15);
}
footer ul li:first-child a {
	margin-right: 30px;
	color: #fff;
	position: relative;
}
footer ul li:first-child a:after {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: -18px;
	background: #d4d4d4;
	margin-top: -1.5px;
}
footer ul li:first-child a:last-child:after {
	display: none;
}
footer ul li:last-child span {
	color: #9c9c9c;
	margin-left: 15px;
	display: inline-block;
}
footer ul li:last-child span strong {
	font-weight: 700;
	margin-right: 10px;
	color: #c3c3c3;
}
footer ul li:last-child span {
	padding-left: 15px;
	border-left: 1px solid rgba(255,255,255, 0.3);
}
footer ul li:last-child span:first-child {
	padding-left:0px;
	border-left: 0px solid rgba(255,255,255, 0.3);
}
footer h6 {
	text-align: center;
	padding-top: 20px;
	color: #fff;
}

/* About Us */
.innerban img {
	width: 100%;
}
.innerban .container {
	position: relative;
}
.innerbanDtl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	text-align: center;
	padding-top: 10%;
}
.innerbanDtl h3 {
	padding: 0;
	margin: auto;
	line-height: 1.13;
	font-size: 50px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.innerbanDtl h4 {
	padding: 0 18%;
	margin: auto;
	font-size: 30px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 700;
	color: #0a090c;
	text-shadow: 0px 2px 2px rgba(249, 210, 183,0.7);
}
.content {
	padding: 50px 0;
}

.content h6 {
	font-weight: 400;
	font-size: 22px;
	color: #262e34;
	line-height: 35px;
	letter-spacing: 1;
	margin: 0 0 60px;
	position: relative;
}
.content h6:after {
	position: absolute;
	content: "";
	left: -25px;
	top: 12px;
	width: 4px;
	height: 30px;
	background: #0091fa;
}

.content h5 {
	font-size: 22px;
	font-weight: 500;
	color: #a05382;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.visionBlk .col-md-6.visBlk {
	padding-left: 80px;
	background: url(../images/vision.png) no-repeat left center;
	padding-right: 12px;
	border-right: 1px #eee solid;
	margin-bottom: 40px;
}
.visionBlk .col-md-6.misBlk {
	background: url(../images/mission.png) no-repeat left 30px center;
	margin-bottom: 40px;
	padding-left: 110px;
}
.visionBlk .col-md-6.qtyBlk {
	padding-left: 80px;
	background: url(../images/quality.png) no-repeat left center;
	padding-right: 20px;
	border-right: 1px #eee solid;
}
.visionBlk .col-md-6.hseBlk {
	background: url(../images/hse.png) no-repeat left 30px center;
	padding-left: 110px;
}
.abtTable {
	margin-top: 50px;
}
.abtTable table {
	margin-top: 20px;
	margin-bottom: 20px;
}
.abtTable table tr td {
	padding: 15px;
	border: 1px #ccc solid;
}
.abtTable table tr:nth-child(odd) td {
	background: #fafafa;
}
.abtTable .owl-carousel .owl-item {
	padding: 15px;
}
.abtTable .owl-carousel .item {
	background-color: #fafafa;
	padding: 15px;
	transition: all .3s ease-in-out;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: 170px;
} 
.abtTable  .owl-carousel .owl-nav {
    padding-top: 0;
}
.abtTable .owl-carousel .item h4 {
    font-size: 18px;
        line-height: 24px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700;
}
	.abtTable .owl-carousel .item h5 {
	    font-size: 13px;
	    line-height: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #f48232;
	}
.sidebar {
	position: relative;
	padding: 25px 20px 30px;
	background-color: #f4f4f4;
}
.sidebar ul {
	position: relative;
	padding: 0;
	margin-bottom: 25px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	-webkit-box-shadow: -2px 2px 12px 0px rgba(233,233,233,1);
	-moz-box-shadow: -2px 2px 12px 0px rgba(233,233,233,1);
	box-shadow: -2px 2px 12px 0px rgba(233,233,233,1);
}
.sidebar ul li {
	position: relative;
	border-bottom: 1px solid #eeeeee;
}
.sidebar ul li a {
	position:relative;
	font-size:16px;
	font-weight:400;
	display:block;
	color:#848484;
	padding: 10px 15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.sidebar ul li a i {
	margin-right: 8px;
}
.sidebar ul li:last-child {
	margin-bottom:0px;
	border:none;
}
.sidebar ul li.active a, .sidebar ul li a:hover {
	color:#ffffff;
	padding-left:25px;
	background-color:#f55b14;
}

.sidebar ul li.active a:before, .sidebar ul li a:hover::before {
	left:10px;
	border-color:rgba(255,255,255,0.50);
} 
.servDtls h3 {
	color: #f48232;
	font-weight: 700;
	font-size: 25px;
	padding: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.servDtls h4 {
	color: #6f7577;
	font-weight: 700;
	font-size: 18px;
	padding: 0px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.servDtls > ul > li {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.servDtls > ul > li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	width: 10px;
	height: 6px;
	border: 2px solid #f69500;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-47deg);
	-ms-transform: rotate(-47deg);
	-moz-transform: rotate(-47deg);
	transform: rotate(-47deg);
}
.servDtls > ul > li > ul {
	margin-left: 20px;
}
.servDtls > ul > li > ul > li {
	font-size: 14px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
	color: #666;
	background: url(../images/list.png) no-repeat center left;
}
.sidebar h5 {
	font-size: 20px;
	color: #6f7577;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}
.sidebar .brochure {
	position: relative;
	color: #0f1341;
	font-weight: 400;
	font-size: 16px;
	padding: 5px 20px;
	display: block;
	padding-left: 70px;
	background-color: #ffffff;
	border: 1px solid #f2f2f2;
	border-bottom: none;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.sidebar .brochure .icon {
	position: absolute;
	width: 54px;
	left: 0px;
	top: 0px;
	height: 65px;
	font-size: 30px;
	margin-right: 8px;
	text-align: center;
	font-weight: 400;
	line-height: 65px;
	color: #0f1341;
	border-right: 1px solid #f2f2f2;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.servDtls img  {
	margin: 15px 0;
}
.content .servDtls h5 {
	margin-top: 30px;
}
.content .servDtls h5 {
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: 2px #a05382 solid;
	display: inline-block;
}
.servDtls p {
	margin-top: 25px;
}
.addressinfo {
	background: #6f7577;
	width: 100%;
	display: block;
	position: relative;
}
.address-dtl {
	vertical-align: top;
	padding: 25px 40px 25px 40px;
	display: block;
	float: left;
	width: 38%;
}
.address-dtl .sub-title {
	color: #fff;
	text-align: left;
	font-size: 25px;
	margin-bottom: 35px;
	position: relative;
}
.address-dtl .sub-title:before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: #c2d1d6;
}
.address-dtl h5 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	position: relative;
	color: #d4e9f1;
}
.address-dtl p {
	font-size: 18px;
	margin-bottom: 25px;
	color: #fff;
}
.address-dtl p a {
	color: #fff;
}
.office {
	width: 60%;
	display: block;
	padding: 15px;
	border: 3px #6f7577 solid;
	border-right: 0;
	background-color: #fff;
	float: right;
	margin-right: 3px;
}

/*

.project-tab {
    padding: 10%;
    margin-top: -8%;
}

.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

*/
.tab-pane .table  thead {
	background: #6f7577;
	color: #fff;
}
.tab-pane .table  thead th:first-child {
	width: 60px;
}
.project-tab nav {
	margin-bottom: 25px;
}
.nav-tabs a {
	padding: 15px;
	display: inline-block;
}

.mrgtop0 {
	margin-top: 0;
}
.tab-pane table {
	font-size: 15px;
	margin-top: 0;
}
.tab-pane table ul li {
	line-height: 22px;
	margin-bottom: 6px;
	position: relative;
	padding-left: 18px;
}
.tab-pane table ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 10px;
	height: 6px;
	border: 2px solid #f69500;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-47deg);
	-ms-transform: rotate(-47deg);
	-moz-transform: rotate(-47deg);
	transform: rotate(-47deg);
}