@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* CSS Document */
/* Common */

body {
  line-height: 1.5;
  word-wrap: break-word;
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
  background:#FFF;
  font-size:16px;
  max-width:100%;
  height:100%;
  -webkit-font-smoothing: antialiased;
}

.rrssb{
	margin-top:20px;
	float:left;
	margin-left:2%;	
}

.rrssb .rrssb-buttons .rrssb-text {
    display: none;
}

.rrssb .rrssb-buttons .rrssb-icon {
    position: relative;
    left: 15%;
}

.rrssb .rrssb-buttons a {
    width: 2.5em;
    height: 2.5em;
}

select{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(../images/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 0px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 150px;
}

.form-text, .form-email, .form-tel{
	 -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
    background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 0px;
    padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 200px;
   position:relative;
   z-index:300;
}

form .form-wrapper .description{
	font-style:italic;
	color:#999;	
}

form #edit-body-0-format{
	display:none;	
}

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
}

p { font-size: 1rem; }             /* 16px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/
/*   CONTENT LIST
/*------------------------------------------*/

ul.content-list {
  list-style: disc;
  margin-left: 15px;
}

ul.content-list li {
  font-size: 1rem;
  margin-bottom: 7px;
}

ul.content-list li p,
ul.content-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   Begin style content
/*------------------------------------------*/
#top_section{
	float:left;
	width:90%;
	height:70px;
	padding:4px 5%;
	background:#FFF;
	margin-top:-81px;
	position:relative;
	z-index:405;
}

.path-frontpage #top_section{
	margin-top:0px;
}



#block-sitebranding{
	max-width:360px;
	float:left;
}

#block-sitebranding div{
	background:none;
	padding:0px;	
}

#block-sitebranding .site-logo img{
	height:auto;
	width:250px;
	border-radius:8px;
	transition:ease-in-out 0.5s;	
}

#top_sub_section{
	display:none;	
}

/* ================================== */
/* menu  */
/* ================================== */


#block-mainnavigation{
	float:right;
	margin-right:100px;
	margin-top:15px;
	width:auto;
}

#block-mainnavigation ul{
	border:0px solid #fff;
	background:#FFF;
	padding:10px 10px;		
}

#block-mainnavigation ul li a{
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	background:none !important;
	color:#028bab;
	text-transform:capitalize;
	font-size:17px;
	padding:0;	
}

#block-mainnavigation ul li span{
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	background:none !important;
	color:#fff;
	text-transform:capitalize;
	font-size:17px;
	padding:0;	
}

#block-mainnavigation ul li{
	margin-right:25px;
	border:none !important;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	background:none !important;
	color:#fff;	
}

#block-mainnavigation ul li ul{
	margin-top:	-15px;
}

#block-mainnavigation ul li ul li{
	margin-top:	20px;
}

#block-mainnavigation ul li ul li:nth-child(1){
	margin-top:	0px;
}

/*********************** Request a quote ******************************************/

#block-requestaquotelink{
	float:right;
	margin-right:0px !important;
	right:10px !important;
	position:absolute;
	margin-top:65px;	
}

#block-requestaquotelink a{
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	background:#008cb1;
	padding:7px 10px;
	border-radius:4px;	
}



/************************************** Slideshow begin *******************************************/

#slideshow{
background:url(../images/page-bg.png) no-repeat;
background-size:cover;
float:left;
width:90%;
padding:100px 5%;
}


.path-frontpage #slideshow{
width:100%;
overflow-x:hidden;
margin-left:0;
padding:0;
position:relative;
z-index:5;
top:0;
margin-top:0;
}

#block-views-block-slideshow-block-1{
	float:left;
	width:100%;
	padding:0 !important;
	background:#fff;
}

#block-views-block-slideshow-block-1 .views-field-field-slide{
    width:100%;
}

#block-views-block-slideshow-block-1 img {
	width:100% !important;
	height:auto;
}

#block-views-block-slideshow-block-1 .views-field-body{
	float:left;
	position:relative;
	margin-top:-250px;
	margin-left:100px;
	border-radius:5px;
	padding:10px;
	border-left:4px;
	z-index:100 !important;
	background:url(../images/trans_blk.png);
	width:60%;
	
}

#block-views-block-slideshow-block-1 .views-field-body p{
	font-size:30px;
	font-weight:bold;
	color:#64daf9;
	text-transform:uppercase;
}

#block-views-block-slideshow-block-1 .views-field-body a{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#6CBDFF;
	padding:4px 7px;
	float:left;
}

#views_slideshow_controls_text_slideshow-block_1{
	float:left;
	position:relative;
	z-index:25;
	width:100%;
	margin-top: -400px;	
}

#views_slideshow_controls_text_pause_slideshow-block_1{
	display:none;	
}

#views_slideshow_controls_text_next_slideshow-block_1 a{
	float:right;
	margin-right:20px;
	position:relative;
	z-index:80;
	width:80px;
	height:120px;
	min-width:30px;
	min-height:50px;
	color:transparent;	
	background:url(../images/right-blu.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

#views_slideshow_controls_text_previous_slideshow-block_1 a{
	float:left;
	margin-left:20px;
	position:relative;
	z-index:80;
	width:80px;
	height:120px;
	min-width:30px;
	min-height:50px;
	color:transparent;
	background:url(../images/left-blu.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

#block-slideshowcover{
	float:left;
	position:relative;
	z-index:300;
	margin-top:-220px;
	width:100%;
	overflow:hidden;
}

#block-slideshowcover img{
	position:relative;
	z-index:400;
}

.path-frontpage #block-basic-content .view-empty{ 
  display:none;	
}
/***************************************************  Slide show end ***********************************************/


#block-b2u-breadcrumbs{
	display: none !important;
}

#content-area #block-b2u-breadcrumbs li{
	display:inline-block;
	color:#FFF;	
}

#content-area #block-b2u-breadcrumbs li a{
	color:#FFF;
}

#content-area #block-b2u-breadcrumbs li::before{
	font-size:20px;
	content: ' »';	
}

#content-area #block-b2u-breadcrumbs li:nth-child(1)::before{
	content: " ";	
}



table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 10px 15px !important;
  border: 0px solid #f4f4f4;
  text-align: left; /* LTR */
}

tr td{
	font-size: 0.875rem;
    line-height: 1.4;
    font-family: "Poppins", Helvetica, sans-serif;
}

tr td a{
	color:#06F;
	font-weight:bold;	
}


 /* table sorter */
 
 .headerSortDown:after,
.headerSortUp:after {
  content: ' ';
  position: relative;
  left: 2px;
  border: 8px solid transparent;
}

.headerSortDown:after {
  top: 10px;
  border-top-color: silver;
}

.headerSortUp:after {
  bottom: 15px;
  border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
  padding-right: 10px;
}


nav.pager{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}




/********************************************************* page footer styling ************************************/


footer {
	float:left;
	width:100%;
	padding: 0px;
	margin:0%;
	background: #fff;
	color:#333;
	margin-top:-20px;
}

footer #foot_1{
	float:left;
	width:35%;
	padding:10px 1.5%;
	margin:0px 1%;
		
}

footer #foot_1 #block-footerlogo{
	font-size:12px;
	text-align:center;
}

footer #foot_1 #block-footerlogo #social img{
    width:auto !important;
    height:40px !important;
    margin:2px 5px;
}

footer #foot_1 #block-footerlogo img:nth-child(1){
	width: 80%;
	height:auto;
	margin:0;
}


footer #foot_1 #block-footerlogo a{
	font-size:12px;
	color: #245066;
	text-decoration:none;
}

footer #foot_1 #block-footerlogo p:nth-child(3){
	text-align:left;	
}

footer #foot_2{
	float:left;
	width:20%;
	padding:10px 1.5%;
	margin:0px 3%;	
}

footer #foot_2 h2{
	background:	#245066;
	color:#FFF;
	padding:2px 6px;
	position:relative;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

footer #foot_2 p{
	font-size:14px;
}

footer #foot_2 p:nth-child(1){
	background: url("../images/blu_0005_tel.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:35px 34px !important;
}

footer #foot_2 p:nth-child(2){
	background: url("../images/blu_0000_fax.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:contain;
}

footer #foot_2 p:nth-child(3){
	background: url("../images/blu_0003_post.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:25px 20px !important;
}

footer #foot_2 p:nth-child(4){
	background: url("../images/blu_0004_gps.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:20px 32px !important;
}

footer #foot_2 p:nth-child(5){
	background: url("../images/blu_0002_email.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:contain;
}



footer #foot_3{
	float:left;
	width:20%;
	padding:10px 1.5%;
	margin:0px 3%;	
}

footer #foot_3 h2{
	background:	#245066;
	color:#FFF;
	padding:2px 6px;
	position:relative;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

footer #foot_3 a{
	font-weight:bold;
	color: #245066;	
}

#foot_bottom{
	position:relative;
	bottom:0px;
	z-index:400;
	background:	#245066;
	color:#FFF;
	float:left;
	width:90%;
	padding:0px 5%;
}

#foot_bottom a{
	color:#FFF;
	font-weight:bold;	
}

#block-copyrightfooter{
	float:left;	
}

#block-bylulucrawnfooter{
	float:right;	
}


/******************************************************* End Footer ****************************************************/

/****************************************************   Content Page ****************************************************/

#block-pagetitle{
	text-align:center;
	color:#FFF;
	margin-bottom: -10px;
	margin-top:80px;
	background:url(../images/titlebg.jpg) no-repeat, #008cb1;
	background-size:cover;
	padding:40px 10px;
}

#block-pagetitle h1{
	color:#FFF;
	font-size:36px;
	border-radius: 8px 8px 0px 0px;
	margin-bottom: 0;
	margin-left:-15px;	
}



/*****************************  Basic input styling    *****************/


#block-basic-content input[type="text"],
#block-basic-content input[type="date"],
#block-basic-content input[type="datetime"],
#block-basic-content input[type="email"],
#block-basic-content input[type="number"],
#block-basic-content input[type="search"],
#block-basic-content input[type="time"],
#block-basic-content input[type="url"],
#block-basic-content input[type="tel"],
#block-basic-content input[type="password"],
#block-basic-content textarea,
#block-basic-content select {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
	transition:ease-in-out 0.4s;
}

#block-basic-content input[type="text"]:focus,
#block-basic-content input[type="date"]:focus,
#block-basic-content input[type="datetime"]:focus,
#block-basic-content input[type="email"]:focus,
#block-basic-content input[type="number"]:focus,
#block-basic-content input[type="search"]:focus,
#block-basic-content input[type="time"]:focus,
#block-basic-content input[type="url"]:focus,
#block-basic-content textarea:focus,
#block-basic-content select:focus{
	background: #d2d9dd;
	transition:ease-in-out 0.4s;
}
#block-basic-content select{
	-webkit-appearance: menulist-button;
	height:35px;
}

 #block-basic-content input[type="submit"],
 #block-basic-content input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #1abc9c;
	background: #245066;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 0px solid transparent;
	border-width: 0px;
	border-radius:5px;
	margin-bottom: 10px;
	transition:ease-in-out 0.4s;
}
#block-basic-content input[type="submit"]:hover,
#block-basic-content input[type="button"]:hover
{
	background: rgb(3,66,103);
background: linear-gradient(90deg, rgba(3,66,103,1) 0%, rgba(14,120,163,1) 35%, rgba(11,208,247,1) 100%);
transition:ease-in-out 0.4s;
cursor:pointer;
}

/*********** end general input *************************/

/***************************************************** Content pages ************************************/


#content-area{
	background:#eee;
	width:90%;
	position:relative;
	text-align:left;
	margin-top:10px;
	float:left;
	z-index:20;
	padding:50px 5%;
}

.path-frontpage #content-area{
	display:none;
}

.path-frontpage #block-basic-content{
	display:none;	
}

#block-basic-content{
	background:#FFF;
	border-radius:0px 8px 8px 8px;
	padding:4%;
	width:92%;
	float:left;	
}


/******************************************  About us *******************************/

.page-node-1 #about-slogan{
    text-align:center;
    color:#028bab;
    font-size:42px;
}

.page-node-1 #about-slogan::before{
    content: '" ' !important;
}

.page-node-1 #about-slogan::after{
    content: ' "' !important;
}


.page-node-1 #about_img1{
	width:340px;
	height:340px;	
}

.page-node-1 #vision, .page-node-1 #mission, .page-node-1 #values{
	max-width:300px;
	width:30%;
	margin-right:15px;
	margin-bottom:40px;
	margin-top:10px;
	padding:20px;
	border-radius:5px;
	width:auto;
	display:inline-block;
	vertical-align:top;
	height:310px;	
}

.page-node-1 #vision h2, .page-node-1 #mission h2, .page-node-1 #values h2{
	color:#028bab;	
}

.page-node-1 #vision h2{
    background:url("../images/vision.png") no-repeat;
    background-position:left;
    background-size:contain;
    padding-top:15px;
    padding-bottom:5px;
    padding-left:65px;
}

.page-node-1 #mission h2{
    background:url("../images/mission.png") no-repeat;
    background-position:left;
    background-size:contain;
    padding-top:15px;
    padding-bottom:5px;
    padding-left:65px;
}

.page-node-1 #values h2{
    background:url("../images/values.png") no-repeat;
    background-position:left;
    background-size:contain;
    padding-top:15px;
    padding-bottom:5px;
    padding-left:65px;
}

.page-node-1 #commitment h2{
    background:url("../images/commitmentblk.png") no-repeat;
    background-position:left;
    background-size:contain;
    padding-top:15px;
    padding-bottom:5px;
    padding-left:65px;
}

.page-node-1 article p:nth-child(4){
	padding-bottom:30px; 
	border-bottom: 1px dotted #000000;	
}

.page-node-1 article ul{
	width:90%;
	margin-left:10%;	
}

.page-node-1 article ul li, .page-node-2 article ul li{
	list-style-type:disc;
	text-indent:hanging;	
}

.page-node-1 #commitment{
	padding:10px;
	border-radius:5px;
	background:#AEE3EE;
}

/********************************************** Our Services **************************/

.page-node-2 article ul{
	width:90%;
	margin-left:3%;	
}



.page-node-2 article .content .field--name-body img:nth-child(1){
    width:320px;
    height:auto;
    float:left;
    padding:10px;
}

.page-node-2 #content-area #our-serv-h3{
    clear:both;
    float:left;
    width:100%;
    margin-top:50px;
}


.page-node-2 article ul li{
	margin-bottom:4px;	
}

.page-node-2 article ul li a{
	color: #028bab;
	font-weight:600;
}

/***************************************************** Front Page *************************************/

.path-frontpage #section_2{
	background:url(../images/front_serv_bg.png) no-repeat, #FFF;
	background-position:top;
	background-size:cover;
	float:left;
	width:100%;
	padding-bottom:30px;
	padding-top:30px;	
}

#block-views-block-our-services-block-1{
	float:left;
	width:100%;
	margin-top: -100px;
	position:relative;
	z-index:302;	
}

#block-views-block-our-services-block-1 h2{
	font-weight:bold;
	text-align:center;
	font-size:36px;	
}

#block-views-block-our-services-block-1 .view-header{
		color: #028bab;
		font-size:18px;
		text-align:center;
		margin-top:-40px;
	float:left;
	width:100%;
	margin-bottom:70px;
}

#block-views-block-our-services-block-1 .view-content{
	clear:both;
	float:left;
	width:90%;
	padding:0px 5%;
}

#block-views-block-our-services-block-1 .view-content .views-row{
	display:inline-block;
	margin:15px auto;
	width:24%;
	text-align:center;
	overflow:hidden;	
}


#block-views-block-our-services-block-1 .view-content .views-row .views-field-field-service-icon img{
	width:90%;
	min-width:250px;
	height:auto;
	border-radius:8px;		
}

#block-views-block-our-services-block-1 .view-content .views-row .views-field-title{
	float:left;
	width:70%;
	margin-left:13%;
	text-align:center;
	margin-top:-200px;
	position:relative;
	background: #fff;
	background-size:cover;
	padding:5px 7px;
	border-radius:5px;
		
}



#block-views-block-our-services-block-1 .view-content .views-row .views-field-title a{
	color: #028bab;
	font-weight:bold;
	
}


/************************************************* front about us *****************************************/

.path-frontpage #section_3{
	background:url(../images/front_market.png) no-repeat, #0088b0;
	background-size:cover;
	float:left;
	width:90%;
	padding:20px 5%;	
}

.path-frontpage #section_3 #block-frontwhoweare #who1, .path-frontpage #section_3 #block-frontwhoweare #who2{
	width:40%;
	text-align:left;
	min-width:340px;
	float:left;
}

.path-frontpage #section_3 #block-frontwhoweare #who1 img{
	width:100%;
	height:auto;	
}

.path-frontpage #section_3 #block-frontwhoweare #who2{
	float:right;
	width:45%;	
}

.path-frontpage #section_3 #block-frontwhoweare #who2 h2{
	color: #ed3aa1;
	font-size:24px;
	font-weight:bold;	
}

.path-frontpage #section_3 #block-frontwhoweare #who2 h3{
	color:#FFF;
	font-size:40px;
	font-weight:bold;
	float:left;
	width:100%;
	margin-top:-20px;
	text-transform:capitalize;
}

.path-frontpage #section_3 #block-frontwhoweare #who2 p{
	color:#FFF;
	float:left;
	width:100%;
	margin-top:-15px;
	text-align:justify;	
}

/*********************************** Product offerings ********************************************/
#section_4{
	float:left;
	width:100%;	
}

 #section_4 #block-views-block-some-our-products-offerings-block-1{
	 float:left;
	 width:90%;
	 margin-left:5%;
	 margin-top:20px;
	 margin-bottom:20px;
 }

#section_4 #block-views-block-some-our-products-offerings-block-1 h2{
	font-size:30px;
	color:#028bab;
	text-align:center;
}

#section_4 #block-views-block-some-our-products-offerings-block-1 .view-content{
	text-align:center;
}

#section_4 #block-views-block-some-our-products-offerings-block-1 .view-content .views-row{
	float:left;
	margin:15px 40px;		
}

#section_4 #block-views-block-some-our-products-offerings-block-1 .view-content .views-row img{
	width:100%;
	min-width:80px;	
}


/*********************************** Contact page ***************************************************/

#block-ourcontacts{
	float:left;
	width:90%;
	background:#FFF;
	margin-bottom:20px;
	padding:20px 5%;
	border-radius:5px;	
}

#block-ourcontacts h2{
	text-align:center;
	float:left;
	width:100%;	
}

#block-ourcontacts .field--name-body p{
	float:left;
	margin:20px 20px;
	min-width:300px;
	max-width:320px;
	background:#92E1EF;
	padding:10px;
	border-radius:5px;	
}

.path-contact input#edit-preview{
	display:none;	
}







