@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900|Open+Sans:400,700&display=swap');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;*/

body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#747b7f;
	line-height:18px;
}

.mt96{
	margin-top:96px;
}

.mt150{
	margin-top:150px;
}

.mb-mt-54{
	margin-bottom:54px;
	margin-top:54px;
}
.mb30{
	margin-bottom:30px;
}
.mt0{
	margin-top:0 !important;
}



p{
	font-size:16px;
	line-height:22px;
	color:#747b7f;
	margin-bottom:20px;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size:36px;
	line-height:36px;
	color:#514e4e;
	font-weight:900;
	margin-bottom:28px;
	margin-top:0;
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-size:32px;
	line-height:36px;
	color:#514e4e;
	font-weight:900;
	margin-bottom:45px;
	margin-top:0;
}
.heading1 h2{
position:relative;
}
h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background-color: #b76548;
    bottom: -15px;
    left: 0;
    right: 0;
}

h4{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	line-height:26px;
	color:#c29562;
	margin-bottom:0px;
	margin-top:0;
	
}

h5{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	line-height:24px;
	color:#c29562;
	margin-bottom:15px;
	margin-top:0;
	
}

.mb108{
	margin-bottom:105px;
}
.pr-0{
	padding-right:0 !important;
}
.pl-0{
	padding-left:0 !important;
}


.animated {
   -webkit-animation-duration: 5s;
   animation-duration: 5s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}


.more-link{
	float:left;
	width:100%;
	text-align:right;
}

a{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:22px;
	color:#bc8b52;
	text-decoration:none;
}

a:after{
	content:'\f178';
	font-family:FontAwesome;
	display:inline-block;
	font-size:16px;
	margin-left:5px;
	color:#bc8b52;
}

a:hover, a.active, a:focus, a.active:focus{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:22px;
	color:#514e4e;
	text-decoration:none;
}

a:hover:after{
	content:'\f178';
	font-family:FontAwesome;
	display:inline-block;
	font-size:16px;
	margin-left:5px;
	color:#514e4e;
}

.more-button{
	background:#bc8b52;
	padding:12px;
	text-align:center;
	color:#fff;
}


.navik-header a:after{
	content:none;
}
.navik-header a:hover:after{
	content:none;
}



.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
padding:5px;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}


.pdf-download{
	width:100%;
	padding:25px 15px;
	background:#e2e2e2;
	color:#fa8703;
	font-weight:bold;
	text-align:right;
	border-bottom:2px solid #fa8703;
}

.pdf-download span{
	float:left;
}



.pdf-download a{
	color:#fff;
	background:#fa8703;
	padding:10px 15px;
}
.pdf-download a:after{
	content:none;
}







.who-we-are-sec{
	background:#f5f5f5;
	padding-top:105px;
	padding-bottom:105px;
	margin-bottom:105px;

}

.our-products-sec, .bursa-ann-sec, .map-sec{
	margin-bottom:105px;
}

.bursa-ann-sec{
	background:#f5f5f5;
}



.prd-left{
	padding-left:45px;
}



.hmpsldr .slick-prev, .hmpsldr .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index:5;
	display: block;
	width: 30px;
	height: 60px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fbebd9 !important;
	

}
.hmpsldr .slick-next {
    right:15px !important;
}
.hmpsldr .slick-prev {
    left:0px !important;
}

.hmpsldr .slick-prev:hover, .hmpsldr .slick-prev:focus, .hmpsldr .slick-next:hover, .hmpsldr .slick-next:focus{
	border: none;
	outline: none;
	background: #fbebd9;
}




.map-title{
	padding-top:200px;
}
.map-title h1{
	font-size:60px;
}

.footer-sec{
	background:#b8854a;
}
.foot-cont{
	padding:32px 0;
}
.foot-left p{
	color:#fff;
	margin-bottom:0;
}
.foot-right{
	text-align:right;
}

.foot-right ul{
	padding:0;
	margin:0;
}

.foot-right li{
	list-style:none;
	display:inline-block
}
.foot-right li a{
	color:#fff;
	text-decoration:none;
}
/*.foot-right li:first-child{
	border-right:2px solid #fff;
	padding-right:10px;
	margin-right:10px;
	height:16px;
	
}*/
.tou:after{
	content: "|";
	font-size:16px;
	display:inline-block;
	color:#fff;
	margin-left:10px;
	margin-right:10px;
	
}

.foot-right li a:hover{
	color:#fff;
	text-decoration:none;
}
.foot-right li a:after{
	display:none;
}

.foot-right li a:hover:after{
	display:none;
}






.pagination__controls {
	text-align: center;
	clear: both;
} 
.pagination__controls a:after{
	content: 'none';
	display: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #b8854a;
    border-color: #b8854a;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b8854a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #b8854a;
    background-color: #eee;
    border-color: #ddd;
}


/*======================================
BANNERS
=======================================*/
.inner-banner{
	background:#999;
	min-height:332px;
}
.banner1{
	background:url(../images/sample-banner.jpg) no-repeat;
	
}
.cp-banner{
	background:url(../images/aboutus.jpg) no-repeat;
	background-position:center center;
}
.bod-banner{
	background:url(../images/bod-banner.jpg) no-repeat;
	background-position:center center;
}
.award-banner{
	background:url(../images/award-banner.jpg) no-repeat;
	background-position:center center;
}
.product-banner{
	background:url(../images/ourproducts.jpg) no-repeat;
	background-position:center center;
}
.product-banner1{
	background:url(../images/ourproducts1.jpg) no-repeat;
	background-position:center center;
}
.ph-banner{
	background:url(../images/projecthighlights1.jpg) no-repeat;
	background-position:center center;
}
.banner1{
	background:url(../images/sample-banner.jpg) no-repeat;
	
}
.ir-banner{
		background:url(../images/irhome.jpg) no-repeat;
		background-position:center center;
}

.csr-banner{
		background:url(../images/csr.jpg) no-repeat;
		background-position:center center;
}
.careers-banner{
	background:url(../images/careers.jpg) no-repeat;
		background-position:center center;
}
.contact-banner{
	background:url(../images/contactus.jpg) no-repeat;
		background-position:center center;
}

/*========================================================================
INNER PAGE CSS STARTS HERE
==========================================================================*/



.page-title{
	padding:13% 0;
	color:#fff;
	
}
.page-title h1{
	font-family: 'Open Sans', sans-serif;
	font-size:55px;
	margin-bottom:0;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 2px 9px #000;
}
.inner-content-section{
	padding-top:105px;
	background:#f9f9f9;
	padding-bottom:105px;
}





.inner-content-section2{
	background:#fff8f0;
	padding-top:105px;
	padding-bottom:105px;
}
ul.factory{
	
	margin:0;
	padding:0;
}
ul.factory li{
	font-size: 16px;
    margin-bottom: 30px;
    list-style: none;
    position: relative;
    padding-left: 45px;
	
}

ul.factory li span{
	background: #b78248;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 30px;
    position: absolute;
    left:0px;
	top:-4px;
   text-align: center;
}


/*========================================================
	CORPORATE PROFILE SECTION CSS STARTS HERE
==========================================================*/

.corp-prosec1{
	padding-top:105px;
	padding-bottom:105px;
	background:#f4f4f4;
}

table.cp-tbl thead{
	background-color: #b78248;
    color: #fff;
    font-weight: bold;

}

.corp-mapsec{
	padding-top:105px;
	padding-bottom:105px;
	background:#ececec;
}

.cp-tbl td a:after{
	content:none;
}
.cp-tbl td a{
	margin: 0 auto;
    max-width: 50px;
    display: block;
}


/*========================================================
	BOD SECTION CSS STARTS HERE
==========================================================*/
.bod-item-section {
    padding-top: 105px;
    background: #f9f9f9;
    padding-bottom: 105px;
}


.light-brown{
	background-color:#bf9a6e;
}
.dark-brown{
	background-color:#bc8c55;
}

.bod-item-bg{

	width:100%;
	padding:30px 5px; 
	min-height:266px;
	margin-bottom:30px;
}
.bod-item-bg:hover{
	/*
	-moz-box-shadow: 0 0 10px #ccc;
      -webkit-box-shadow: 0 0 10px #ccc;
      box-shadow: 0 0 10px #ccc;*/
	  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14);
    transform: scale(1.08);
	transition: all .5s;
}

.profile-pic{
	/*width:231px;
	height:273px;*/
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}
.profile-title{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
}
.profile-pos{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:center;
}

a.bod-item-link{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;

}

a.bod-item-link:after{
	content:none;

}
.bod-popup h4{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:2px;
}

.bod-popup h5{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.bod-popup p, .bod-popup ul {
    font-size: 14px;
    margin-bottom: 16px;
}

.bod-popup ul li{
	margin-left:25px;
}


/*========================================================
	award/certificates page CSS STARTS HERE
==========================================================*/

.award-item-bg{

	width:100%;
	padding:30px 5px; 
	min-height:266px;
	margin-bottom:30px;
	position:relative;
	
}
.award-badge{
	background:url(../images/awards/award-badge.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	width:85px;
	height:111px;
}
.award-item-bg:hover{
	/*
	-moz-box-shadow: 0 0 10px #ccc;
      -webkit-box-shadow: 0 0 10px #ccc;
      box-shadow: 0 0 10px #ccc;*/
	  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14);
    transform: scale(1.08);
	transition: all .5s;
}

.award-pic{
	/*width:231px;
	height:273px;*/
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}
.frame{
	border: 5px solid #cebb16;

}

.award-title{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
}
.award-pos{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-align:center;
}

a.award-item-link{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;

}

a.award-item-link:after{
	content:none;

}


/*===========================================================
CEPCO POLICY CSS STARTS HERE
=============================================================*/
ul.policy{
	
	margin:0;
	padding:0;
}
ul.policy li{
	font-size: 16px;
    margin-bottom: 30px;
    list-style: none;
    position: relative;
	padding-left:40px;


	
}

ul.policy li i{
	color: #b78248;
    border: 2px solid #b78248;
   width: 25px;
    height: 25px;
    text-align: center;
	position:absolute;
	left:0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

ul.policy li strong{
	font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
    color: #b78248;
}

ul.policy li p{
	color: #000;
    margin-bottom:10px;
    font-size: 15px;
    line-height: 22px;
}

.pdf-download-policy{
	width:100%;
	padding:25px 15px;
	background:#e2e2e2;
	color:#fa8703;
	font-weight:bold;
	text-align:right;
	border-bottom:2px solid #b76548;
}

.pdf-download-policy span{
	float:left;
	color:#b76548;
}



.pdf-download-policy a{
	color:#fff;
	background:#b76548;
	padding:10px 15px;
}
.pdf-download-policy a:after{
	content:none;
}


/*========================================================
	CEPCO PHC Piles Application page CSS STARTS HERE
==========================================================*/

.application h4, .sfam-main h4{
	font-size:24px;
	font-weight:bold;
	color: #c29562;
	margin-bottom:20px;
	border-left: 3px solid #c29562;
    padding-left: 15px;
}

ul.application{
	
	margin:0;
	padding:0;
}
ul.application li{
	font-size: 16px;
    margin-bottom: 30px;
    list-style: none;
    position: relative;
    padding:20px 20px 20px 85px;
-webkit-box-shadow: 2px 2px 14px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 14px -7px rgba(0,0,0,0.75);
box-shadow: 2px 2px 14px -7px rgba(0,0,0,0.75);

	
}
ul.application li:nth-child(odd){
	background-color:#b79d48;
	color:#fff;
}
ul.application li:nth-child(even){
	background-color:#b76548;
	color:#fff;
}

ul.application li span{
	background: #ffffff;
    color: #b76548;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    position: absolute;
    left:20px;
   text-align: center;
   font-weight:bold;
}
ul.application li strong{
	font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
    color: #fff;
}

ul.application li p{
	color: #000;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
}

 
.app-slider .slick-prev, .app-slider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index:5;
	display: block;
	width: 30px;
	height: 60px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fff;
	

}
.app-slider .slick-next {
    right:0;
}
.app-slider .slick-prev {
    left:0;
}

.app-slider .slick-prev:hover, .app-slider .slick-prev:focus, .app-slider .slick-next:hover, .app-slider .slick-next:focus{
	border: none;
	outline: none;
	background: #fff;
	
	
}

/*========================================================
	CEPCO PC Poles  Application page CSS STARTS HERE
==========================================================*/
.inner-content-section-poles{
	padding-top: 105px;
    background: #f9f9f9;
    padding-bottom: 105px;
}

.pole-left{
	margin-bottom:-3px;
}

.bg-color-1{
	background-color:#f9f1d8;
}

.hero-sec{
	font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    font-style: italic;
    text-align: justify;
    color: #42403e;
    border-left: 6px solid #b79d48;
    padding-left: 15px;
	
}



ul.pc-poles-application{
	
	margin:0;
	padding:0;
}
ul.pc-poles-application li{
	font-size: 16px;
    margin-bottom: 30px;
    list-style: none;
    position: relative;
	padding-left:40px;


	
}
ul.pc-poles-application li:nth-child(odd){
	
	color:#8548b7;
}
ul.pc-poles-application li:nth-child(even){
	
	color:#8548b7;
}

ul.pc-poles-application li span{
	border:2px solid #000;
    color: #b76548;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    position: absolute;
    left:20px;
   text-align: center;
   font-weight:bold;
}

ul.pc-poles-application li i{
	color: #8548b7;
    border: 2px solid #8548b7;
   width: 25px;
    height: 25px;
    text-align: center;
	position:absolute;
	left:0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

ul.pc-poles-application li strong{
	font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
    color: #fff;
}

ul.pc-poles-application li p{
	color: #000;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
}

.pcpls-app-cnt{
	
	padding:37px 25px;
}

.pcpls-ftr-cnt{
	
	padding:121px 25px;
}


/*===================================================
PROJECT HIGHLIGHTS PAGE CSS STARTS HERE
=====================================================*/

.project-item figcaption{
	text-align:center;
	
}
.project-item figcaption h5{
	display:table-cell;
	vertical-align:middle;
	height:354px;
	font-weight:600;
}
[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
   background-color:rgba(88, 56, 20, 0.8) !important;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    /* opacity: .9; */
}

.ph-sec{
	margin-bottom:30px;
}

/*==============================================
PHC PILES STRUCTURAL DETAILS
================================================*/
.inner-content-section-sd{
	padding-top: 105px;
    background: #f9f9f9;
    padding-bottom: 105px;
}
.ppsd1{
	background: #f9f9f9;
}

.ppsd2{
	background: #f5f5f5;
}

table.dpj tr td{
	text-align:center;
}

table.dpj thead{
	background-color:#b78248;
	color:#fff;
	font-weight:bold;
}
.tnotes p{
	margin-bottom:5px;
}
.tnotes ul li{
	list-style:none;
	margin-bottom:10px;
}
.img-header{
	width:100%;
	height:30px;
	background:#ebb013;
	font-size:16px;
	line-height:30px;
	font-weight:600;
	text-align:center;
	color:#fff;
}
.bg-item1{
	background:#CCC;
	
	
}
.bg-item1:hover{
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14);
	transform: scale(1.08);
    transition: all .5s;
}

.bg-item1 a:after{
	content:none;
}
/*==============================================
PHC PILES STRUCTURAL PROPERTIES DETAILS 
================================================*/
.inner-content-section-sp{
	padding-top: 105px;
    background: #f9f9f9;
    padding-bottom: 105px;
}
table.sp tr td{
	text-align:center;
}

table.sp thead{
	background-color:#b78248;
	color:#fff;
	font-weight:bold;
}
.tnotes p{
	margin-bottom:5px;
}
.tnotes ul li{
	list-style:none;
	margin-bottom:10px;
}


/*==============================================
PHC PILES MANUFACTURING PAGE CSS STARTS HERE
================================================*/
.inner-content-section-mf{
	padding-top: 105px;
    background: #fffcf8;
    padding-bottom: 105px;
}

table.mf-table{
	text-align:left;
}


.inner-content-section-mf1{
	padding-top: 105px;
    background: #f4f4f4;
    padding-bottom: 105px;
}

ul.mf-meterials{
	
	margin:0;
	padding:0;
}
ul.mf-meterials li{
	font-size: 16px;
    margin-bottom: 30px;
    list-style: none;
    position: relative;
	padding-left:40px;


	
}

ul.mf-meterials li i{
	color: #b78248;
    border: 2px solid #b78248;
   width: 25px;
    height: 25px;
    text-align: center;
	position:absolute;
	left:0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

ul.mf-meterials li strong{
	font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
    color: #b78248;
}

ul.mf-meterials li p{
	color: #000;
    margin-bottom:10px;
    font-size: 15px;
    line-height: 22px;
}


.inner-content-section-mf2{
	padding-top: 105px;
    background: #fff8f0;
    padding-bottom: 105px;
}


/*==============================================
CAREERS PAGE CSS STARTS HERE
================================================*/

.inner-content-section-careers{
	padding-top: 105px;
    background: #f9f9f9;
    padding-bottom: 105px;
}
.careers:after, .careers:hover:after{
	content:none;
}


/*==============================================
CSR PAGE CSS STARTS HERE
================================================*/

.csr-item{
	margin-bottom:35px;
}
.evnt-img-slider{
	float:left;
	width:100%;
	height:auto;
	border-bottom: 4px solid #faa61b;
}
.carousel-inner a:after, .carousel-inner a:hover:after{
	content:none;
}
.csr-title{
	float:left;
	width:100%;
	font-size: 22px;
	line-height:24px;
	text-align:left;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
    color: #b78248;
	margin-top:22px;
	margin-bottom:22px;
}
.csr-date{
	float:left;
	width:100%;
	margin-bottom:20px;
	color:#b7b7b7;
}
.csr-date i{
	margin-right:5px;
}


.evnt-desc{
	float:left;
	width:100%;
	min-height:489px;
	padding-bottom:20px;
	background:#f7f7f7;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
}


/*==============================================
CONTACT PAGE CSS STARTS HERE
================================================*/

.left-map{
	padding-right:0;
}

.add-right-sec{
	padding-left:0;
}
.right-address{
	/*background-color:#f59b32;*/
	background-color:#ececec;
    height: 100%;
    color: #222 !important;
    padding: 35px 30px;
   	background-repeat: no-repeat;
    background-position: right bottom;
	min-height:395px;
	background-image:url(../images/address-bg-line.png);
	background-repeat:no-repeat;
	border-bottom:5px solid #f59b32;
	
}

.right-address ul {
    margin: 0;
    padding-left: 0px;
}
.right-address ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px 30px;
    word-wrap: break-word;
}
.right-address ul li .icon {
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
}
.right-address .address_wrapper {
    color: #222 !important;
	font-size:14px;
	line-height:18px;
}

.right-address ul li::after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    position: absolute;
    left: -30px;
    bottom: 0;
}

.contact-add h4{
    font-size: 24px;
    font-weight: bold;
    color: #c29562;
    margin-bottom: 20px;
    border-left: 3px solid #c29562;
    padding-left: 15px;
	margin-bottom:30px;
}

/*Contact Us New Design Css Starts Here*/


/* Get in touch ---------------------------------------------------------------------- */


.contactinfo-box ul{margin:0;padding-left: 0px;}
.contactinfo-box ul li{margin:0;list-style:none;position:relative;padding:13px 0 13px 30px;word-wrap:break-word}
.contactinfo-box ul li:after{content:"";display:block;width:70px;border-width:0 0 1px;border-style:solid;border-color:rgba(255,255,255,.7);position:absolute;left:-30px;bottom:0}
.contactinfo-box ul li p{margin:0}
.contactinfo-box ul li .icon{position:absolute;left:0;display:block;width:30px;height:30px;line-height:20px;font-size:20px;}
/*.get_in_touch ul li:last-child:after{display:none};*/
.contactinfo-box ul li::after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.2);
    position: absolute;
    left: -30px;
    bottom: 0;
}
.form-wrapper .form-desc
{
	background-color:#2d5ca3;padding:35px 30px;
	min-height:500px;display:table;width:100%;
}
.form-wrapper .form-desc div
{
	display:table-cell; vertical-align:middle;text-align:center;
	 color:#fff;
}
.contact-form
{
	background-color:#f5f5f5;height:100%;padding:35px 30px;
}
/*input, select, textarea {
  width: 100%;
  padding: 12px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 16px;
  resize: vertical;
}*/



.feedback-form{	
    
    overflow: hidden;
    position: relative;margin:0 auto;
}

.form-header
{	
	background-image: url(../images/enquiry-bg.jpg);
	padding: 64px 15px; position: relative;
    z-index: 1; caption-side:#fff; text-align:center;
}
.form-header::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(213,129,86,.84);
}
.contact100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54,84,99,.7);
}
.form-header-title-1 {
    font-family: 'Avenir Next Bold'; 
    font-size: 28px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    padding-bottom: 2px;display:block;
}
.form-header-title-2 {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}
.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
}

.wrap-input100 {
    width:48%;
	padding-right:2%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 13px;
    margin-bottom: 27px;
}
.label-input100 {    
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    padding-left: 5px;
}
input.input100 {
    height: 40px;
}
.label-input100 span
{
	color:red;
}
.input100 {
    display: block;
    width: 100%;
    background: 0 0;    
    font-size: 18px;
    color: #222;
    line-height: 1.2;
    padding: 0 5px;
}
input, textarea {
    outline: none;
    border: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #7f7f7f;
}
textarea.input100 {
    
    padding-top: 9px;
    padding-bottom: 13px;
}
.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

input:focus::-webkit-input-placeholder
{
	color:transparent
}
input:focus:-moz-placeholder
{
	color:transparent
}
input:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder{color:transparent}textarea:focus::-webkit-input-placeholder{color:transparent}textarea:focus:-moz-placeholder{color:transparent}textarea:focus::-moz-placeholder{color:transparent}textarea:focus:-ms-input-placeholder{color:transparent}input::-webkit-input-placeholder{color:#b0b0b0}input:-moz-placeholder{color:#b0b0b0}input::-moz-placeholder{color:#b0b0b0}input:-ms-input-placeholder{color:#b0b0b0}textarea::-webkit-input-placeholder{color:#b0b0b0}textarea:-moz-placeholder{color:#b0b0b0}textarea::-moz-placeholder{color:#b0b0b0}textarea:-ms-input-placeholder{color:#222}








/*======================================================
TERMS OF USE AND PRIVACY POLICY PAGE CSS STARTS HERE
========================================================*/
a.z-link:after, .address a:after{
	content:none;
}

.tou p strong, .pdpa p strong {
    color: #b78248;
}

.privacy-policy td {
    vertical-align: top !important;
    text-align: justify;
}
.privacy-policy h3, .list-num {
    color: #bc8b52;
    font-weight: 500;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    text-align: left;
    padding-top: 20px;
}

.privacy-policy ul {
    list-style-type: none;
    padding-left: 5px;
}

.privacy-policy li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    text-align: justify;
}

.privacy-policy li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f0a9";
    color: #bc8b52;
    font-size: 16px;
}






/*========================================
		Mobile First Method
==========================================*/
/* Large desktops and laptops */
@media (min-width: 1200px){
	
 }
 
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){
	
.navik-menu ul li {
    position: relative;
    list-style: none;
}	
	
/*home page section*/
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #514e4e;
    font-weight: 900;
    margin-bottom: 28px;
    margin-top: 0;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 28px;
    color: #514e4e;
    font-weight: 900;
    margin-bottom: 45px;
    margin-top: 0;
}



.map-title h1 {
    font-size: 42px;
}
.tinyslide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
}	
	
/*inner page section*/

.page-title h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}
	
.banner1 {
    background: url(../images/sample-banner.jpg) no-repeat;
	background-size: cover;
    background-position: center center;
	
}
.inner-banner {
   min-height: 281px;
}

.hero-sec {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    font-style: italic;
    text-align: justify;
    color: #42403e;
    border-left: 6px solid #b79d48;
    padding-left: 15px;
}
.pcpls-app-cnt {
    padding: 0px 25px;
}	

ul.pc-poles-application li {
    font-size: 16px;
    margin-bottom: 23px;
    list-style: none;
    position: relative;
    padding-left: 40px;
}	
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){

.navik-menu ul li {
    position: relative;
    list-style: none;
}	
	
/*home page section*/
	h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 28px;
    color: #514e4e;
    font-weight: 900;
    margin-bottom: 28px;
    margin-top: 0;
}
.map-title h1 {
    font-size: 36px;
}

/*inner page section*/
	
.banner1 {
    background: url(../images/sample-banner.jpg) no-repeat;
	background-size: cover;
    background-position: center center;
	
}
.inner-banner {
   
    min-height: 217px;
}	
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px){

.mob-mrg-btm-30{
	margin-bottom:30px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #c29562;
    margin-bottom: 0px;
    margin-top: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #514e4e;
    font-weight: 900;
    margin-bottom: 28px;
    margin-top: 0;
}
.map-title h1 {
    font-size: 34px;
}


.who-we-are-sec {
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.our-products-sec, .bursa-ann-sec, .map-sec {
    margin-bottom: 50px;
}



	
	.navik-menu ul li {
    position: relative;
    list-style: none;
}
.tinyslide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top:0 !important;
}



.hmpsldr .slick-prev {
    left: 15px !important;
}
.map-title {
    padding-top: 0px;
}	

.foot-right {
    text-align: left;
	margin-top:15px;
}
	
}

/* Portrait phones and smaller */
@media (max-width: 480px){
	
.mb108{
	margin-bottom:50px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #514e4e;
    font-weight: 900;
    margin-bottom: 28px;
    margin-top: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #514e4e;
    font-weight: 900;
    margin-bottom: 45px;
    margin-top: 0;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #c29562;
    margin-bottom: 0px;
    margin-top: 0;
}

.hmpsldr .more-link{
	text-align:center;
}



/*Inner pages*/

.page-title h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
	line-height:28px;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.inner-banner {
    background: #999;
    min-height: 141px;
}

.page-title {
    padding: 18% 0;
    color: #fff;
}
.banner1 {
    background: url(../images/sample-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.corp-prosec1 {
    padding-top:50px;
    padding-bottom:50px;
    background: #f4f4f4;
}
.inner-content-section {
    padding-top: 50px;
    background: #f9f9f9;
    padding-bottom: 50px;
}
.cp-left{
	margin-bottom:45px;
}
ul.application li strong {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
    color: #fff;
}
.application h4, .sfam-main h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #c29562;
    margin-bottom: 20px;
    border-left: 3px solid #c29562;
    padding-left: 15px;
}

.inner-content-section-poles {
    padding-top:50px;
    background: #f9f9f9;
    padding-bottom:50px;
}
.hero-sec {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    font-style: italic;
    text-align: justify;
    color: #42403e;
    border-left: 6px solid #b79d48;
    padding-left: 15px;
}
.pcpls-ftr-cnt {
    padding: 50px 25px;
}
	
	
}

/* Portrait phones and smaller */
@media (max-width: 360px){

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #514e4e;
    font-weight: 900;
    margin-bottom: 28px;
    margin-top: 0;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #c29562;
    margin-bottom: 0px;
    margin-top: 0;
}
	
	
}



/* Portrait i phones and smaller */
@media (max-width: 320px){
	
	
}








