﻿/* added by kenneth */
.primary-header2 {
	background: transparent;
	/* background: transparent; */
	position: absolute;
	top: 18px;
	width: 100%;
	text-align: right;
	font-size: 0;
}
.primary-header3 {
	background: transparent;
	position: absolute;
	top: 16px;
	width: 100%;
	z-index: 9999;
}
/*
.primary-header3 {
	background: aqua;
	position: absolute;
	top: 16px;
	width: 100%;
	z-index: 9999999;
}
*/

/* added by kenneth */
.loginbar-wrap {
	/* margin: 0 auto; */
	margin-right: 0px;
	width: 900px;
	float: right;
}

.loginbar {
	list-style-type: none;
	overflow: hidden;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 0;
}
.loginbar li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	text-align: center;
	padding: 0 0 0 15px;
}
.loginbar a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	color: #8e9ba7;
	/*
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	*/
}
.loginbar a:hover {
	color: #0059BA !important;
}
/* --------------------------------------------------------------------------------- */
.news-text h4 {
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: -0.5px;
	/* added by kenneth */
	padding-right: 50px;
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:1;    
    -webkit-box-orient: vertical;
	/* added by kenneth */
}
.news-text h4 a {
	color: #2c3740;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.news-text p {
	margin-bottom: 10px;
	letter-spacing: 0.1px;
	/* added by kenneth */
	max-height: 300px;
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:13;    
    -webkit-box-orient: vertical;
	/* added by kenneth */
}
.news-text {
	/* padding: 34px 23px 36px 34px; */
	padding: 15px;
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
}
.news-tab {
	
	padding-left: 10px;
	padding-right: 10px;
	
	padding-bottom: 1px;
	margin-bottom: 20px;
	position: relative;
	background: transparent;
}
.news-date {
	position: absolute;
	top: 0;
	right: 10px;
	text-align: center;
	width: 50px;
	/* background-color: #e04622; */
	background-color: #0059BA;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
}
.news-date span {
	display: block;
	font-size: 18px;
	line-height: 1;
}
.news-detail2 {
	position: absolute;
	left: 26px;
	bottom: 18px;
	float: right;
}

/* --------------------------------------------------------------------------------- */
.sharings-text h4 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: -0.5px;
	/* added by kenneth */
	padding-right: 50px;
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:1;    
    -webkit-box-orient: vertical;
	/* added by kenneth */
}
.sharings-text h4 a {
	color: #2c3740;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.sharings-text p {
	margin-bottom: 10px;
	letter-spacing: 0.1px;
	color: #0059BA;
	/* added by kenneth */
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:2;    
    -webkit-box-orient: vertical;
	/* added by kenneth */
}
.sharings-text {
	/* padding: 34px 23px 36px 34px; */
	padding: 15px;
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
}
.sharings-tab {
	
	padding-left: 10px;
	padding-right: 10px;
	
	padding-bottom: 1px;
	margin-bottom: 20px;
	position: relative;
	background: transparent;
}
/* --------------------------------------------------------------------------------- */
.recommands-text {
	/* padding: 34px 23px 36px 34px; */
	min-height: 70px;
	padding: 15px;
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
}
.recommands-text h4 {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0px;
	letter-spacing: -0.5px;
	/* added by kenneth */
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:2;    
    -webkit-box-orient: vertical;
	/* added by kenneth */
}
.recommands-text h4 a {
	color: #2c3740;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.recommands-tab {
	
	padding-left: 10px;
	padding-right: 10px;
	
	padding-bottom: 1px;
	margin-bottom: 20px;
	position: relative;
	background: transparent;
}
/* --------------------------------------------------------------------------------- */
.services-slider .slides-tab {
	/* background: transparent; */
	background:fuchsia;
	vertical-align:bottom;
	padding-right: 0px;
}
/* --------------------------------------------------------------------------------- */
.features-section {
	padding: 98px 0 354px;
	background: #f0f4f7;
}
.features-tabing {
	list-style-type: none;
	padding: 7px 0 0;
	position: relative;
}
.features-tabing .tab-wrap {
	cursor: pointer;
}
.features-tabing .active {
	border-bottom: 1px solid transparent !important;
	border-left: 1px solid #e0e5e9 !important;
	border-right: 1px solid #e0e5e9 !important;
	border-top: 1px solid !important;
	/* padding-top: 19px !important;  */
}
.features-tabing li {
	border: 0px;
	border-bottom: 1px solid #e0e5e9;
	float: left;
	padding: 10px 15px;
}
.features-tabing li:nth-child(2) {
	border: 0px;
	border-bottom: 1px solid #e0e5e9;
	padding: 10px 15px;
}
.features-tabing li:nth-child(3) {
	border: 0px;
	border-bottom: 1px solid #e0e5e9;
	padding: 10px 15px;
}
.features-tabing li:last-child {
	border: 0px;
	border-bottom: 1px solid #e0e5e9;
	padding: 10px 15px;
}
.features-tabing .heading {
	text-align:center;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}
.features-tabing .heading h4 {
	font-size: 18px;
	position: relative;
	font-weight: 600;
}
.features-tabing .heading h5::after {
	width: 12px;
}
.features-tabing .heading h5:after {
	content: none;
}
.features-tabing .tab-content {
	padding: 41px 0 0;
	top: 100%;
	left: 0;
	position: absolute;
	display: none;
    width: 100%;
}
.features-tabing .tab-content .heading {
    margin: 0;
}
.features-tabing .active .tab-content {
    display: block;
}
.features-tabing .tab-content h5 {
	margin-bottom: 8px;
}
.features-tabing .tab-content > p {
	margin-bottom: 45px;
}
.features-tabing .tab-content h5:after {
	/* display: none; */
}
.features-tabing .tab-wrapper {
	position: relative;
	min-height: 150px;
}

/* --------------------------------------------------------------------------------- */
.index-services {
	padding-top: 50px;
	padding-bottom: 30px;
}
/* Standard Section */
.standard {
	padding-bottom: 15px;
	padding-top: 50px;
}
.standard h6 {
	margin-bottom: 5px;
}
.slide-section {
	margin-bottom: 28px !important;
}
/* --------------------------------------------------------------------------------- */
/* Login Section */
.login, .register {
	padding: 86px 0;
}
.login .floatleft, .register .floatleft {
	float: left;
}
.login .button, .register .button {
	margin-right: 20px;	
	margin-bottom: 20px;
}
.login form, .register form {
	width: 100%;
	margin: 0 -15px 0 -15px;
	padding: 50px 15px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
/* --------------------------------------------------------------------------------- */
/* dashboard Section */
.dashboard {
	margin-bottom: 30px;
}
.dashboard .grid {
	display: table;
	text-align:center;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	
	/*
	border: 1px #999999 solid;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	*/
}
.dashboard .grid a {
	width:100%;
}

.dashboard .item {
	display: table-cell;
	font-size: 30px;
	color: #2C3740;
	text-align:center;
	vertical-align:middle;
	height: 150px;
	margin: auto;
	border: 1px #999999 solid;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.dashboard h4 {
	font-size: 16px;
}
/* --------------------------------------------------------------------------------- */
/* dashboard Section */
.faq {
	margin-bottom: 80px;
}
.faq .arrow {
	display:inline;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
	background: #0059BA;
	text-align: left;
	font-size: 16px;
	color: #fff;
	border: 0px;
}

.faq .arrow::after {
	position:absolute;
	content:"";
	top:5px;
	right:30px;
	width:18px;
	height:60px;

	
	background-image:url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="15"> <path fill="rgb(255, 255, 255)" fill-rule="evenodd" d="M12-.001l12 11.797-3.259 3.203L12 6.406l-8.741 8.593L0 11.796 12-.001z"/> </svg>');
	
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

	

	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	
}

.faq .arrow.collapsed:after {
	
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


.faq .body {
	display: block;
	font-size: 14px;
	color: #2C3740;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	border: 1px #999999 solid;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.faq input[type=text] {
    display: inline-block;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dae0e7;
    font-family: "karla", sans-serif, FontAwesome;
    font-size: 14px;
	color: #2C3740;
    margin: 0px;
    padding: 10px 10px;
    width: 100%;
    /* padding: 13px 20px; */
}
/* --------------------------------------------------------------------------------- */
.coupons {
	margin-bottom: 80px;
}
.coupons .arrow {
	display:inline;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
	background: #0059BA;
	text-align: left;
	font-size: 16px;
	color: #fff;
	border: 0px;
}

.coupons .arrow::after {
	position:absolute;
	content:"";
	top:5px;
	right:30px;
	width:18px;
	height:60px;

	
	background-image:url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="15"> <path fill="rgb(255, 255, 255)" fill-rule="evenodd" d="M12-.001l12 11.797-3.259 3.203L12 6.406l-8.741 8.593L0 11.796 12-.001z"/> </svg>');
	
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

	

	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	
}

.coupons .arrow.collapsed:after {
	
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


.coupons .body {
	display: block;
	font-size: 14px;
	color: #2C3740;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	border: 1px #999999 solid;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.coupons input[type=text] {
    display: inline-block;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dae0e7;
    font-family: "karla", sans-serif, FontAwesome;
    font-size: 14px;
    margin: 0px;
    padding: 10px 10px;
    width: 84%;
    /* padding: 13px 20px; */
}
/* --------------------------------------------------------------------------------- */
/* dashboard Section */
.processtotal {
	margin-bottom: 30px;
}
.processtotal .grid {
	display: table;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	
	/*
	border: 1px #999999 solid;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	*/
}
.processtotal .item {
	display: table-cell;
	color: #2C3740;
	font-size: 20px;

	height: 150px;
	margin: auto;
	/*
	border: 1px #999999 solid;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	*/
}

.processtotal h6 {
	font-size: 14px;
}

.processtotal h4 {
	font-size: 16px;
}




/* --------------------------------------------------------------------------------- */

/* Parcel Section */
.parcel {
	padding: 86px 0 0;
}
.parcel .heading {
	margin: 0px;
}
.parcel form {
	padding: 0px;
	/* padding: 10px 15px 0 15px; */
}
.parcel .floatleft {
	float: left;
}
.parcel .button {
	margin-right: 20px;	
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------------------- */
/* Status Section */
.status {
	padding: 86px 0 0;
}
.status .heading {
	margin-top:40px;
}
.status form {
	padding: 0px;
	/* padding: 10px 15px 0 15px; */
}
.status .floatleft {
	float: left;
}
.status .button {
	margin-right: 20px;	
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------------------- */
/* sharings Section */
.sharings {
	padding: 86px 0 0;
}
.sharings .heading {
	margin-top:40px;
}
.sharings form {
	padding: 0px;
	/* padding: 10px 15px 0 15px; */
}
.sharings .floatleft {
	float: left;
}
.sharings .button {
	margin-right: 20px;	
	margin-bottom: 20px;
}
.sharings-section .slides-tab, .recommands-section .slides-tab {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin-bottom: 20px;
	position: relative;
	background: transparent;
}
.sharings-section .slides-text, .recommands-section .slides-text {
	/* padding: 34px 23px 36px 34px; */
	padding: 15px;
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
}
.sharings-section .slides-text h4, .recommands-section .slides-text h4 {
	font-weight: 300;
	margin-bottom: 0px;
	letter-spacing: -0.5px;
	/* added by kenneth add ... */
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:1;    
    -webkit-box-orient: vertical;
	/* added by kenneth */
}
.sharings-section .slides-text h4 a, .recommands-section .slides-text h4 a {
	color: #2c3740;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.sharings-section .slides-text p, .recommands-section .slides-text p {
	margin-bottom: 10px;
	letter-spacing: 0.1px;
	/* added by kenneth, add ... */
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:2;    
    -webkit-box-orient: vertical;
	/* added by kenneth */
}


.index-sharings-section .slides-tab {
	
	padding-left: 0px;
	padding-right: 0px;
	
	padding-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	position: relative;
	background: transparent;
}


/* --------------------------------------------------------------------------------- */
/*Styling for section*/
.our-info .section {
	padding: 86px 0 0;
}
.our-info .services {
	padding: 0 0 16px;
	border-right: 1px solid #e6ebf2;
}
.our-info .heading span {
	letter-spacing: -0.4px;
}
.our-info .heading h3 {
	line-height: 1;
	margin: 3px 0 0;
}
.our-info .services > ul {
	list-style-type: none;
	margin: 41px 0 0;
	overflow: hidden;
}
.our-info .services li {
	margin-bottom: 44px;
	overflow: hidden;
}
.our-info .services li:last-child {
	margin-bottom: 0;
}
.img-wrap {
	border-radius: 50%;
	display: block;
	height: 71px;
	overflow: hidden;
	width: 71px;
	float: left;
}
.img-wrap img {
	height: 100%;
	width: 100%;
}
.our-info .service-text {
	float: left;
	width: 68%;
	padding: 0 0 0 27px;
}
.our-info .service-text h5 {
	font-weight: 900;
	margin-bottom: 6px;
}
.our-info .service-text p {
	letter-spacing: -0.4px;
	margin: 0;
}
.our-info .location {
	background: none;
	padding: 0 3px 9px;
	min-height: auto;
	border-right: 1px solid #e6ebf2;
}
.our-info .location .heading {
	margin-left: 10px;
}
.our-info .top-spacer {
	padding-top: 10px;
}
.map-wrap {
	margin: 42px 0 48px;
}
.our-info .location > p {
	padding: 0 9px;
	letter-spacing: -0.3px;
}
.our-info .request-quote form {
	padding: 39px 0 0 10px;
}
.our-info input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #dae0e7;
	font-size: 14px;
	margin: 0 0 14px;
	padding: 13px 20px;
	width: 100%;
}
.our-info .heading {
	margin: 0 0 0 9px;
}
.our-info .button {
	margin-right: 20px;	
	margin-bottom: 20px;
}

/* --------------------------------------------------------------------------------- */
.tutorial {
	min-height: 1600px;
}
.tutorial-button {
	text-transform: uppercase;
	color: #fff;
	font-family: raleway;
	font-size: 18px;
	font-weight: 800;
	width: 174px;
	padding: 15px 0;
	margin-bottom: 90px;
	text-align: center;
	background: #0059BA;
	display: inline-block;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	border: 1px solid transparent;
	position: relative;
	z-index: 3
}
.tutorial-button .btm {
	margin-bottom: 0;
	margin-top: 61px;
}
/* --------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------- */







/*added by kenneth, fixed grid to the same height*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.less-gutter > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row .display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


@media only screen and (max-width: 767px) {
	.primary-header2 {
		display:none;
	}
	
	table.dataTable {
		font-size: 15px;
	}
	
	.index-services {
		padding-bottom: 15px;
		padding-top: 50px;
	}

	.standard {
		margin-top: -20px;
		padding: 0 0 15px 0;
	}
	.standard .heading {
		margin-top: 0px;
	}
	
	.login, .register {
		margin-top: -30px;
		padding: 0 0 15px 0;
		box-shadow: 0px;
	}
	.login form, .register form {
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
	}
	.login .heading, .register .heading {
		margin-top: 0px;
	}
	
	.status, .recommands, .sharings {
		margin-top: -20px;
		padding: 0 0 15px 0;
	}
	.status.heading, .recommands .heading, .sharings .heading {
		margin-top: 0px;
	}
		


		
}



}

