/*
* HilDes V1.2
* Copyright 2011, HilDes
* http://hildes.info
* 07/03/2017 (M/D/Y)
*/
@font-face
{
    font-family: likhaie;
    src: url('fonts/UniNeue-Light.otf'),
    url('fonts/UniNeue-Light.eot');
}
*{
    position: relative;
    font-size: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none !important;
    -webkit-transition: all 1s ease; /* Fade to color for Chrome and Safari */
    font: inherit;
    vertical-align: baseline;
    /*font-family: likhaie;*/
    font-family: 'Lato', sans-serif;
}
body{
    background: #fff;
}
.clear { clear: both; }
.margin { margin: 20px 0; }
div.theatre-cover{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.9);
	z-index: 4000;
	display: none;
	-webkit-transition: all 0s ease; /* Fade to color for Chrome and Safari */
}
div.theatre-cover img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
div.theatre-cover a.theatre-cover-close{
	color: #FB4F00;
	position: absolute;
	z-index: 4500;
	right: 10px;
	top: 10px;
	font-size: 100px;
	opacity: .7;
	cursor: pointer;
}
div.theatre-cover a.theatre-cover-close:hover{
	opacity: 1;
}
.waqfa{
	height: 50px;
	display: none;
}
/* HEADER */
.top{
	background: #293758;
	padding: 5px 0;
}
.top .left nav {
	margin-top: 5px;
}
.top .left nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	padding: 0 5px;
	line-height: 16px;
	border-right: 1px solid #f1592a;
}
.top .left nav ul li:last-child{
	border-right: none;
}
.top .left nav ul li span{
	color: #f1592a;
	font-size: 15px;
	font-weight: normal;
}
.top .left nav ul li a{
	color: rgba(255, 255, 255, 0.68);
	font-size: 17px;
	font-weight: bold;
}
.top .right nav ul {
	text-align: right;
	margin-top: 5px;
}
.top .right nav ul li{
	display: inline-block;
	padding: 0 12px;
	border-right: 1px solid #dddddd;
	line-height: 12px;
}
.top .right nav ul li a{
	color: #dddddd;
	font-size: 15px;
}
header{
	top: 0;
	width: 100%;
	z-index: 2000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: #f8f8f8;
    padding: 0;
    margin: 0;
}
header .logo{
	padding: 3px 0;
}
header .logo img{
	width: 200px;
}
header nav ul{
	text-align: right;
	margin: 0;
	padding: 0;
}
header nav ul li{
	padding: 20px 10px;
	display: inline-block;
	cursor: pointer;
}
header nav ul li a,header nav ul li span{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
header nav ul li:hover > a{
	color: #f1592a;
}
header.header-fix{
	position: fixed;
}
/* MOBILE HEADER */
.mobile-header{
	height: 50px;
	position: fixed;
	display: inline-block;
	width: 100%;
	z-index: 4000;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background: #f8f8f8;
	display: none;
}
.mobile-header .logo{
	width: 170px;
	margin: 4px auto;
}
.mobile-header .logo img{
	width: 100%;
}
.mobile-header .open-mobile-nav{
	position: absolute;
	color: #000;
	font-size: 25px;
	left: 10px;
	top: 7px;
	z-index: 6000;
	cursor: pointer;
}
/* MOBILE NAV */
.mobile-nav{
	-webkit-transition: all 0s ease; /* Fade to color for Chrome and Safari */
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f1592a;
	z-index: 5000;
	display: none;
}
.mobile-nav .mobile-nav-menu {
	padding: 20px 0;
}
.mobile-nav .mobile-nav-menu ul li a.mobile-menu-close {
	font-size: 22px;
	cursor: pointer;
}
.mobile-nav .mobile-nav-menu ul{
	text-align: center;
}
.mobile-nav .mobile-nav-menu ul li{
	margin-bottom: 10px;
}
.mobile-nav .mobile-nav-menu ul li a{
	color: #fff;
	font-size: 20px;
}
.mobile-industry-in,.mobile-box-in{
	-webkit-transition: all 0s ease; /* Fade to color for Chrome and Safari */
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 5100;
	display: none;
	overflow-y: auto;
}
.mobile-sub-menu{
	padding: 20px 0;
}
.mobile-sub-menu ul li a.mobile-industry-out-close {
	font-size: 22px;
	cursor: pointer;
}
.mobile-sub-menu ul{
	text-align: center;
}
.mobile-sub-menu ul li{
	margin-bottom: 10px;
}
.mobile-sub-menu ul li a{
	color: #000;
	font-size: 20px;
}
/* MEGA MENU */
#industry-show-button,#box-show-button{
	position: static;
}
#industry-show-button:hover > #industry-show-data, #box-show-button:hover > #box-show-data{
	display: block;
}
#box-show-data{
	display: none;
	position: fixed;
	width: 280px;
	background: #f8f8f8;
	margin-top: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#box-show-data ul{
	padding: 0;
	margin: 0;
	margin-top: 10px;
	padding: 0 10px;
	text-align: left;
}
#box-show-data ul li{
	padding: 0;
	margin: 0;
	float: none;
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: list-item;
	cursor: default;
}
#box-show-data ul li:last-child{
	border-bottom: none !important;
}
#box-show-data ul li a{
	font-weight: 100;
	font-size: 15px;
	display: block;
	color: #333;
}
#box-show-data ul li a:hover{
	color: #f1592a;
}
#industry-show-data{
	display: none;
	position: fixed;
	margin-top: 20px;
	right: 0;
	left: 0;
	padding: 20px 0;
	background: #f8f8f8;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.industry-out .box {
	text-align: left;
}
.industry-out .box h1{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: 100;
	font-size: 17px;
	padding: 15px 0;
}
.industry-out .box ul{
	padding: 0;
	margin: 0;
	text-align: left;
}
.industry-out .box ul li{
	padding: 0;
	margin: 0;
	margin: 5px 0;
	display: list-item;
}
.industry-out .box ul li a{
	font-weight: 100;
	font-size: 15px;
}
/* SLIDER */
.control-down-1{
	position:  absolute;
	top: 50%;
	left: 50%;
	/*margin-left:-25px !important;*/
	width: 60px !important;
	height: 60px !important;
	background: url(img/navi-arrow-left1.png) no-repeat;
	opacity: 0.5;
}
.control-down-1:hover{
	background: url('img/navi-arrow-left.png') no-repeat;
	
}
.control-down-2{
	position:  absolute;
	top: 50%;
	left: 50%;
	/*margin-left:-25px !important;*/
	width: 60px !important;
	height: 60px !important;
	background: url('img/navi-arrow-right1.png') no-repeat;
	opacity: 0.5;
}
.control-down-2:hover{
	background: url('img/navi-arrow-right.png') no-repeat;
}
.control-down-right{
	margin: 0 -30px 0;
}
.carousel-control{
	opacity: 1 !important;
	background-image: none !important;
}
.carousel-control:hover{
	opacity: 1 !important;
}
/* AFTER SLIDER */
.after-slider{
	padding: 15px;
	background: #003162;
	text-align: center;
	color: #fff;
}
.after-slider h1{
	width: 80%;
	margin: 5px auto;
	font-size: 40px;
	line-height: 50px;
}
.after-slider span{
	color: #f1592a;
}


/* HOME PAGE STEPS */
.home-page-steps{
	text-align: center;
	padding: 40px 0;
	border-bottom: 1px solid #777;
}
.home-page-steps h3{
	font-size: 20px;
	line-height: 22px;
	color: #777;
}

/* HOME PAGE PRODUCTS BLOCKS */
.home-products{
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0s ease; /* Fade to color for Chrome and Safari */
}
.home-products .heading {
	text-align: center;
	margin-bottom: 20px;
}
.home-products .heading h1{
	text-align: center;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #777;
}
/* HOME PAGE ORANGE BLOCK */
.orange-block{
	background-image: url(img/orange.jpg);
	text-align: center;
	padding: 50px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -khtml-background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    margin-top: 50px;
}
.orange-block h1{
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 50px;
}
.orange-block h1 span{
	color: #ddd;
}
.orange-block a{
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
    padding: 1em 2em;
    background: #0054a6;
    color: #ffffff !important;
    border: 1px solid #188df4;
    border-width: 1px 0;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    text-shadow: 0 1px 0 rgba(0,0,0,0.05)
}
.orange-block a:hover{
	background: #2196F3;    
}




.btn-read{
	padding: 5px 10px;
	background: #fff;
	color: #725f4a;
	border: none;
	outline: none;
}
.btn-read:hover{
	background:  #ea1b04;
	color: #fff;
}
.text-holder1{
	padding: 70px 0 90px;
}
.text-holder1 a{
	text-decoration: none;
	color: #333333;
}
.text-holder1 a h1{
	font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}
.text-holder1 a:hover{
	color:  #ea1b04;
}
.text-holder1 h2{
	font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
    color: #725f4a;
}
.text-holder1 p{
	margin:0 0 25px;
	font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #555;
}
.btn-read-1{
	border-radius: 0;
	padding: 14px 35px;
	background:  #04b6e8;
	color: #fff;
	border-color:  #04b6e8;
	margin-bottom: 20px;
}
.btn-read-1:hover{
	background: #ea1b04;
	color: #fff;
	border-color: #ea1b04;
}
.choose-us-text{
    background: url("img/choose-us.jpg") center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    overflow: hidden;
}
.choose-us-text .side-1{
	width: 50%;
	float: left;
	padding: 100px 65px;
}
.choose-us-text .side-1 h1{
	color: #fff;
	
}
.choose-us-text .choose-text-1{
	width: 50%;
	float: left;
	background: rgb(28,29,33);
	padding: 100px 15px;
}
.choose-us-text .block{
	margin-bottom: 20px;
}
.choose-us-text .block .left{
	width: 15%;
	text-align: center;
	float: left;
}
.choose-us-text .block .left div{
	width: 50px;
	margin: 10px auto;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-0-border-radius: 50%;
	background: #fff;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 22px;
}
.choose-us-text .block .right{
	width: 85%;
	float: left;
	display: inline-block;
	line-height: 25px;
	font-size: 15px;
	color: #fff;
}

.resident{
	border-bottom: 1px dashed #725f4a;
	margin-bottom: 40px;
}
.resident h1{
	text-align: center;
	margin: 70px 0;
	font-size: 32px;
	font-weight: bold;
	color: #725f4a;
}
.resident p{
	text-align: center;
	font-size: 17px;
	margin: 0 0 60px;
	color: #725f4a;
}
.content-images{
	margin: 0px 0 50px 5px;
	overflow: hidden !important;
}
.content-images img{
	width: 100%;
	overflow: hidden !important;
}
.content-images img:hover{
	/*opacity: .7;*/
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
}
/* TESTMONIAL */
.testmonial{
	background: #fff;
	padding: 50px 0;
}
.testmonial .title{
	text-align: center;
}
.testmonial .title h1{
	font-weight: 100;
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.testmonial .title h1 span{
	font-weight: bold;
}
.testmonial .dot-line{
	text-align: center;
	margin-bottom: 50px;
}
.testmonial .block.center{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.testmonial .block .img{
	width: 70%;
	margin: 10px auto;
}
.testmonial .block .img img{
	width: 100%;
}
.testmonial .block p.content{
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.testmonial .block h2{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
.testmonial .block h3{
	text-align: center;
	font-size: 16px;
}

/* STORY BLOCK */
.footer-form{
	background: #f1f1e6 no-repeat;
	padding-bottom: 100px;
}
.footer-form .home-video {
	margin: 80px 0 60px;
}
.footer-form .home-video iframe{
	width: 100%;
}
.footer-our-policy h1{
	font-weight: bold;
	margin: 80px 0 60px;
}
.footer-our-policy p{
	font-size: 22px;
	line-height: 40px;
}

/* FOOTER */
footer{
	background: #363839;
}
footer .other-links{
	padding: 50px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
footer .other-links ul{
	text-align: center;
}
footer .other-links ul li {
	display: inline-block;
	margin: 0 10px;
}
footer .other-links ul li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #927548;
}
footer .other-links ul li a:hover{
	color: #fb4f00;
}
footer .footer-second-section{
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}
footer .widget .heading{
	margin-bottom: 40px;
}
footer .widget .heading h1{
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
}
footer .widget .menu ul li{
	margin-bottom: 10px;
}

footer .widget .menu ul li a {
}
footer .widget .menu ul li span.link{
	font-size: 16px;
	color: #dddddd;
}
footer .widget .menu ul li:hover > span.link{
	padding-left: 10px;
}
footer .widget .menu ul li:hover > span.link a{
	color: #fb4f00;
}
footer .widget .menu ul li:hover > span.fa{
	color: #fb4f00;
}
footer .widget .menu ul li span.fa{
	color: #dddddd;
}
footer .widget .menu ul li a {
	color: #dddddd;
}
footer .widget .menu ul li a span.link{
	font-size: 16px;
}
footer .widget .menu ul li a:hover > span.link{
	color: #fb4f00;
	padding-left: 10px;
}
footer .widget .menu ul li a:hover > span.fa-square{
	color: #fb4f00;
}
footer .widget .menu ul li a span.fa-square{
	font-size: 6px;
}
footer .footer-bottom{
	padding: 30px 0;
	background: #494949;
	color: #aaa;
	text-align: center;
	font-size: 14px;
}

/* SINGLE PAGE */
.single{
	padding: 30px 0;
}
.single .detail-content h1{
	display: inline-block;
	padding: 0px 0px 15px 0;
	border-bottom: 1px solid #fb4f00;
	letter-spacing: 1px;
}
.single .detail-content p{
	font-size: 16px;
	line-height: 22px;
}
.related{
	margin: 40px 0;
}
.related-box{
	padding-bottom: 10px;
	border-bottom: 1px solid #fb4f00;
}
.related-box .img{
	width: 100%;
	border: 1px solid #fb4f00;
}
.related .related-box .img img{
	width: 100% !important;
}
.related .related-box .title h2{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	color: #000;
}
.single .photos{
	margin: 40px 0;
}
.single .photos .photo-box{
	margin-bottom: 20px;
}
.single .photos .photo-box .code{
	text-align: center;
	color: #000;
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
}
.single .photos .photo-img-box{
	border: 1px solid #ccc;
	height: 250px;
	
	white-space: nowrap;

	overflow: hidden;
	text-align: center;

	object-fit: none;
	-webkit-object-fit: none;
	-moz-object-fit: none;
	-o-object-fit: none;
	-ms-object-fit: none;

	object-position: center;
	-webkit-object-position: center;
	-moz-object-position: center;
	-o-object-position: center;
	-ms-object-position: center;
}
.single .photos .photo-img-box:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.single .photos .photo-img-box img{

	cursor: pointer;
	max-width: 100%;
	max-height: 100%;

	transition: all 0.65s;
	-webkit-transition: all 0.65s;
	-moz-transition: all 0.65s;
	-o-transition:  all 0.65s;
	-ms-transition:  all 0.65s;

	opacity: 1;
}
.single .photos .photo-img-box img:hover{
	opacity: .7;
	transition: all 0.65s;
	-webkit-transition: all 0.65s;
	-moz-transition: all 0.65s;
	-o-transition:  all 0.65s;
	-ms-transition:  all 0.65s;
}
/* QUOTE FORM */
.quote-form{
	border: 1px solid #fb4f00;
}
.quote-form h1{
	background: #fb4f00;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 25px;
	margin: 0;
}
.quote-form .form{
	padding: 20px 10px;
}

/* PRODUCTS PAGE */
.products {
	padding: 30px 0;
}
.products .heading {
	margin-bottom: 20px;
}
.products .heading h1{
	font-size: 20px;
	display: inline-block;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fb4f00;
}
.products .side-bar .sidebar-menu ul li{
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding: 7px;
}
.products .side-bar .sidebar-menu ul li a{
	font-size: 18px;
	color: #000;
}
.products .side-bar .sidebar-menu ul li a:hover{
	color: #fb4f00;
}
.products .title h1{
	font-size: 30px;
	display: inline-block;
	padding-bottom: 10px;
	padding-right: 20px;
	font-weight: bold;
	border-bottom: 1px solid #fb4f00;
}
.products .pro-box{
	border-bottom: 1px solid #eee;
	margin: 20px 0;
	padding-bottom: 20px;
}
.products .pro-box .img{
	border: 1px solid #eee;
	width: 100%;
}
.products .pro-box .img img{
	width: 100%;
}
.products .pro-box .name{
	margin: 10px 0 7px 0;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.products .pro-box .code{
	color: #000;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
/* PAGE */
.page{
	padding: 50px 0;
}
.page .title{
	padding: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.page .title h1{
	text-transform: capitalize;
	letter-spacing: 1px;
}





























