/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */


html, body {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	color:#333;
	font-size:15px;
}

p {line-height:25px; margin:0; font-weight: 300;}

h1 {font-family: 'Saira', sans-serif; font-size:60px;  padding:0; margin:0; line-height:1.2;}
h2 {font-family: 'Saira', sans-serif; font-size:33px; padding:0; margin:0; line-height:1.4;}
h3 {font-family: 'Montserrat', sans-serif; font-size:24px; padding:0; margin:0; line-height:1.4;}
h4 {font-family: 'Montserrat', sans-serif; font-size:20px; padding:0; margin:0; line-height:1.4;}
.small-text {font-family: 'Montserrat', sans-serif; font-size:13px; letter-spacing:1px; font-weight: 600; color:#ff7929;}

.bold-text {font-weight: 700;}
.light-text {font-weight: 300;}
.white-text {color:#fff;}

.v-pad {padding-top:15px; padding-bottom:15px;}

.btn {
	padding:0 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: transparent;
	color:#133793;
	border:1px solid #133793;
	box-sizing: border-box;
	transition: 0.3s;
	font-size: 13px;
	letter-spacing:1px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
}

.btn:hover {
	color:#fff;
	transition: 0.3s;
	background:#133793;
}

a {color: inherit;}
a:hover {text-decoration:none; color: inherit;}
a:focus {outline: none !important; text-decoration:none;}


section {padding:90px 0; position: relative;}

img {max-width:100%;}

footer {
	padding:50px 0;
}

footer li {line-height: 30px;}

footer i {font-size: 12px; color:#ff7929;}

.footer-bottom {
	height: 85px;
	border-top:1px solid #ddd;
}

.copyright {
	float:left; 
	margin-top: 30px;
}

.copyright p {font-size:12px; font-weight: 300; color:#999;}

ul.social {
	float:right;
	margin:0px; padding:0px;
	margin-top: 25px;
}

ul.social li {
  display: inline-block;
	margin-left:10px;
	margin-right: 10px;
}

ul.social li a {
	font-size: 13px;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	background:#133793;
	color:#fff;
	text-align: center;
}

ul.contact-social {
	text-align: center;
	display: inline-block;
	margin:0px; padding:0px;
}

ul.contact-social li {
  display: inline-block;
	margin-left:15px;
	margin-right: 15px;
}

ul.contact-social li a {
	font-size: 22px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	background:#ff7929;
	color:#fff;
	text-align: center;
	transition: 0.3s;
	border:1px solid #ff7929;
}

ul.contact-social li a:hover {
	background:#fff;
	color:#ff7929;
}

/* ------------------------------------------------------------------
Navigation
------------------------------------------------------------------- */

header {
	z-index:1000;
	width: 100%;
	height: 70px;
	transition:0.8s;
	background: #fff;
	position: fixed;
	box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

#logo {
	width:370px;
	height: 55px;
	transition:0.8s;
	background: url(img/logo.png) no-repeat;
	background-size: contain;
	margin-top:10px;
	float:left;
}


ul#menu {
	margin:0px; padding:0px;
	box-sizing:border-box;
	transition: 0.3s;
	display: inline-block;
	float: right;
	margin-top: 20px;
	
}

ul#menu li {
  display: inline-block;
	margin-left:30px;
}

ul#menu li a {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Saira', sans-serif;
}

ul#menu li a:hover, ul#menu li a.active {
	color:#ff7929;
}



/* ------------------------------------------------------------------
Home
------------------------------------------------------------------- */

#home {
	width:100%; 
	height:100%; 
}

#home .flex-container, #home .flexslider, #home .flexslider > .slides, #home .flexslider > .slides > li, #home .flexslider > .slides > li > div {height:100%;} 

.slide-bg {
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
}

.slide-1 {background-image: url(img/main.jpg);} 
.slide-2 {background-image: url(img/main-2.jpg);} 

.slide-text-wrapper {
	margin: 0;
	text-align: center;
  position: absolute;
  top: 40%;
	width: 100%;
}

.slide-text {width:750px; margin:0 auto;}

.slide-text h1, .slide-text h3 {color:#fff; font-weight: 600;}

.home-products {
	width: 100%;
	height:550px;
	background:#133793;
	padding-top:70px;
	text-align: center;
	z-index:20;
}

.product-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width:100%;	
	height:430px;
	transition: 0.3s;
}

.product-title {
	position: absolute;
	width:100%;
	height:110px;
	padding: 20px;
	bottom:0px;
	text-align: center;
	background-image: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0));
	transition: 0.3s;
}

.product-title h4 {color:#fff; font-weight: 600; position: relative; transition: 0.3s;}

.product-img:hover .product-title {padding-top: 10px;}

.bg-pattern {
	background: url(img/bg-pattern-xy.jpg) repeat;
	position: relative;
}

.cta-sec {
	width:100%;
	height: 450px;
	background: url(img/bg-cta-contact.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}

.cta-col {
	width:50%;
	float:left;
	position: relative;
}

.cta {
	background: #fff;
	height: 350px;
	width: 77%;
	padding:40px;
	position: absolute;
	top:100px;
	left:0;
}



/* ------------------------------------------------------------------
About
------------------------------------------------------------------- */

.inner-banner {
	height:380px;
	width: 100%;
	text-align: center;
	padding-top: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.inner-banner h1 {color:#fff;}

.about-bg {background-image: url(img/bannerpage-about.jpg);}

.visimisi-col {
	width:100%;
	background:#fff;
	padding:30px;
	border-left:3px solid #ff7929;
	min-height: 193px;
}

.about-services {
	background: #133793;
	text-align: center;
}

.about-services h2, .about-services h3, .about-services p, .about-services .small-text {color:#fff;}
.about-services .small-text {margin-bottom: 15px;}

.services-col {
	width:33.333%;
	float:left;
	padding:30px 20px;
	min-height: 330px;
}

.services-title {
	background:#ff7929;
	padding-top: 100px;
}


.services-col img {width:90px; margin-bottom: 10px;}


/* ------------------------------------------------------------------
Product, Client
------------------------------------------------------------------- */

.product-bg {background-image: url(img/bannerpage-product.jpg);}

.testi-wrapper {
	width:730px;
	margin:0 auto;
}

.testi-col {
	width:100%;
	background:#fff;
	padding:40px;
	border-top:3px solid #ff7929;
	text-align: center;
}

.quote {
	width:26px; height: 22px; display: inline-block;
}

ul.list {
	list-style: none; /* Remove default bullets */
	padding-left: 26px;
	line-height: 1.3;
}

ul.list li::before {
	content: "\2022";
    color: #ff7929;
    font-weight: bold;
    font-size: 26px;
    display: inline-block;
    width: 26px;
    position: relative;
    top: 2px;
    margin-left: -1em;
}

.product-banner {
	height:auto;
	padding-top: 150px;
	padding-bottom: 60px;
}

.dropbtn {
  background-color: #fff;
	padding: 15px 20px;
	border: none;
	width: 350px;
	display: inline-block;
	text-align: left;
	background: url(img/dropdown-arrow.jpg) center right 12px;
	background-repeat: no-repeat;
	background-color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
	display: block;
	background:#fff;
}

.dropdown-content a:hover {background-color: #f5f5f5;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #fff;}

.heavy-duty-bg {background-image: url(img/RakGudangHeavyDuty/1.SelectivePalletRack/banner.jpg)}

.product-gallery {
	width:160px; 
	height: 160px;
	background-size: cover;
	background-position: center;
	display: inline-block;
}

.back-product {
	padding:60px 0; 
	background:#ff7929; 
	text-align: center;
}

.back-product h4:hover {color: #1845b8; transition: 0.3s;}

.project-bg {background-image: url(img/bannerpage-project.jpg)}

.client-bg {background-image: url(img/bannerpage-clients.jpg)}

.contact-bg {background-image: url(img/bannerpage-contact.jpg)}