@import url(//fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url("font-awesome.css");
html {
	font-family : sans-serif;
	-webkit-text-size-adjust : 100%;
	-ms-text-size-adjust : 100%;
}
::-webkit-scrollbar {
    width: 12px
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

::-webkit-scrollbar-thumb {
    background: rgba(210,210,210,.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(210,210,210,.4)
}
body {
	margin : 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display : block;
}
audio,
canvas,
progress,
video {
	display : inline-block;
	vertical-align : baseline;
}
audio:not([controls]) {
	display : none;
	height : 0;
}
[hidden],
template {
	display : none;
}
a {
	background-color : transparent;
}
a:active,
a:hover {
	outline : 0;
}
abbr[title] {
	border-bottom : 1px dotted;
}
b,
strong {
	font-weight : bold;
}
dfn {
	font-style : italic;
}
h1 {
	margin : .67em 0;
	font-size : 2em;
}
mark {
	color : #000;
	background : #ff0;
}
small {
	font-size : 80%;
}
sub,
sup {
	position : relative;
	font-size : 75%;
	line-height : 0;
	vertical-align : baseline;
}
sup {
	top : -.5em;
}
sub {
	bottom : -.25em;
}
img {
	border : 0;
}
svg:not(:root) {
	overflow : hidden;
}
figure {
	margin : 1em 40px;
}
hr {
	height : 0;
	-webkit-box-sizing : content-box;
	-moz-box-sizing : content-box;
	box-sizing : content-box;
}
pre {
	overflow : auto;
}
code,
kbd,
pre,
samp {
	font-family : monospace, monospace;
	font-size : 1em;
}
button,
input,
optgroup,
select,
textarea {
	margin : 0;
	font : inherit;
	color : inherit;
}
button {
	overflow : visible;
}
button,
select {
	text-transform : none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance : button;
	cursor : pointer;
}
button[disabled],
html input[disabled] {
	cursor : default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding : 0;
	border : 0;
}
input {
	line-height : normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	padding : 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height : auto;
}
input[type="search"] {
	-webkit-box-sizing : content-box;
	-moz-box-sizing : content-box;
	box-sizing : content-box;
	-webkit-appearance : textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance : none;
}
fieldset {
	padding : .35em .625em .75em;
	margin : 0 2px;
	border : 1px solid #c0c0c0;
}
legend {
	padding : 0;
	border : 0;
}
textarea {
	overflow : auto;
}
optgroup {
	font-weight : bold;
}
table {
	border-spacing : 0;
	border-collapse : collapse;
}
td,
th {
	padding : 0;
}
*{
  	webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
html {
	font-size : 10px;
	-webkit-tap-highlight-color : rgba(0, 0, 0, 0);
}
body {
	background-color : #fff;
	font-family : 'Roboto', sans-serif;
	font-size : 17px;
	color : #494949;
	line-height : 25px;
}
::selection {
	background-color : #037371;
	color : #ffffff;
}
::-moz-selection {
	background-color : #037371;
	color : #ffffff;
}
input,
button,
select,
textarea {
	font-family : inherit;
	font-size : inherit;
	line-height : inherit;
}
a:link,
a:active,
a:visited {
	font-family : 'Roboto', sans-serif;
	color : rgba(0, 129, 125, 1);
	text-decoration : none;
}
body .widget-article a:hover {
	color : rgba(0, 129, 125, .6);
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
hr {
	margin-top : 20px;
	margin-bottom : 20px;
	border : 0;
	border-top : 1px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family : 'Oswald', sans-serif;
	color : inherit;
	font-weight : 400;
}
h1,
h2,
h3 {
	margin-top : 20px;
	margin-bottom : 20px;
	padding-bottom : 0;
}
h4,
h5,
h6 {
	margin-top : 10px;
	margin-bottom : 10px;
	padding-bottom : 0;
}
h1 {
	font-size : 36px;
}
h2 {
	font-size : 30px;
    line-height: 30px;
}
h3 {
	color : #00817d;
	font-size : 28px;
	line-height : normal;
	margin-top : 0;
}
h4 {
	font-size : 18px;
	color : #00817d;
}
h5 {
	font-size : 14px;
}
h6 {
	font-size : 12px;
}
p {
	font-family : 'Roboto', sans-serif;
	font-size : 17px;
	color : #494949;
	line-height : 28px;
	margin : 0 0 20px;
	padding-bottom : 0;
	word-wrap: break-word;
}
ol {
	margin-bottom : 20px;
	padding : 0 0 0 30px;
}
ul {
	margin-bottom : 20px;
	padding : 0;
}
ul li,
ol li {
	font-size : 17px;
	color : #494949;
	line-height : 28px;
	margin: 0 0 4px 0;
}
ul li {
	list-style : outside none none;
	position : relative;
}
ul li::before {
	color: #00817d;
	content: "\f105";
	font-family: "FontAwesome";
	margin-right: 10px;
}
table {
	max-width : 100%;
	table-layout : inherit;
	margin-bottom : 20px;
}
table,
th,
td {
	border : 1px solid #ccc;
	padding : 8px;
	text-align : left;
}
body input[type="submit"],
body input[type="button"],
body button,
body .button,
body a.button {
	background : rgba(4, 125, 123, 1) none repeat scroll 0 0;
	border : medium none;
	color : #fff;
	cursor : pointer;
	display : inline-block;
	font-family : 'Roboto', sans-serif;
	font-size : 14px;
	font-weight : 400;
	height : auto;
	padding : 10px 25px;
	transition : all 300ms ease 0s;
}
body input[type="submit"]:hover,
body input[type="button"]:hover,
body button:hover,
body .button:hover,
body a.button:hover {
	background : none  #054c4b;
}
body input[type="submit"][disabled],
body input[type="button"][disabled],
body button[disabled],
body .button.disabled,
body a.button.disabled,
body input[type="submit"][disabled]:hover,
body input[type="button"][disabled]:hover,
body button[disabled]:hover,
body .button.disabled:hover,
body a.button.disabled:hover {
	background : #BFBFBF none repeat scroll 0 0;
	border : medium none;
	color : #666;
}
body > .body {
	padding: 0;
}
#webcommander-page .body #bs-7747B576-EB92-4E04-A7A2-FF2C36559CE0 .widget-container {
	padding: 0;
}
.body {
	min-height : 600px;
}
.body .widget {
	margin-bottom : 15px;
}
.body .widget.widget-spacer {
    margin-bottom: 0;
}
.form-row {
	margin : 15px 0;
}
input[type="text"],
input[type="password"],
textarea,
select {
	border : 1px solid #eee;
	box-sizing : border-box;
	height : 35px;
	padding : 5px 10px;
	margin : 0;
	width : 350px;
}
input[type="text"],
input[type="password"],
textarea,
select {
	width : 350px;
}
select,
.registration-form select {
	width : 350px;
}
textarea {
	height : 150px;
}
.form-row .Zebra_DatePicker_Icon_Wrapper input {
	width : 350px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
	margin-right : 20px;
}
.clear {
	display : block;
	clear : both;
	height : 1px;
}
.row {
	margin-left : -15px;
	margin-right : -15px;
}
.row:after {
	content : "";
	clear : both;
	display : block;
}
[class*="col-"] {
	float : left;
	padding : 15px;
}
.col-1 {
	width : 8.33%;
}
.col-2 {
	width : 16.66%;
}
.col-3 {
	width : 25%;
}
.col-4 {
	width : 33.33%;
}
.col-5 {
	width : 41.66%;
}
.col-6 {
	width : 50%;
}
.col-7 {
	width : 58.33%;
}
.col-8 {
	width : 66.66%;
}
.col-9 {
	width : 75%;
}
.col-10 {
	width : 83.33%;
}
.col-11 {
	width : 91.66%;
}
.col-12 {
	width : 100%;
}
.image_center_algn {
	text-align : center;
	margin-bottom : 30px;
}
.image_left_align {
	text-align : left;
	margin-bottom : 30px;
}
.image_right {
	text-align : right;
	margin-bottom : 30px;
}
.image_float_left {
	float : left;
	margin : 0 30px 30px 0;
}
.image_float_right {
	float : right;
	margin : 0 0 30px 30px;
}
.text-right {
	text-align : right;
}
.padding-80 {
	margin-bottom: 0;
	margin-top: 0;
	padding: 80px 0;
}
.warehouse .padding-80 {
	padding-bottom: 0;
}
.warehouse .row {
	margin-bottom: 80px;
}
.img-frame {
	border : 10px solid #ddd;
}
body > .header::before {
	background-color : #047d7b;
	content : "";
	height : 54px;
	left : 0;
	position : absolute;
	right : 0;
	top : 0;
}
body > .header {
	position : relative;
}
.widget-search.wi_search {
	background-color : #026866;
	padding : 10px;
}
.call_us a {
	color : rgba(255, 255, 255, 1);
	font-family : "Oswald",sans-serif;
	font-size : 20px;
	margin-left : 3px;
	-webkit-transition : all 400ms ease 0s;
	transition : all 400ms ease 0s;
}
body .widget-article .call_us a:hover {
	color : rgba(255, 255, 255, 0.5);
}
.call_us .fa-phone {
	color : rgba(255, 255, 255, 1);
	font-size : 25px;
}
.email_us .fa-envelope-o {
	color : rgba(255, 255, 255, 1);
	font-size : 22px;
}
.email_us .email {
	color : rgba(255, 255, 255, 1);
	font-family : "Oswald",sans-serif;
	font-size : 16px;
	line-height : 22px;
	-webkit-transition : all 400ms ease 0s;
	transition : all 400ms ease 0s;
}
body .widget-article .email_us .email:hover {
	color : rgba(255, 255, 255, .5);
}
.social_media_link a {
	font-size : 20px;
	margin : 0 4px;
}
.social_media_link a i {
	color : rgba(255, 255, 255, 1);
	-webkit-transition : all 200ms linear 0s;
	transition : all 200ms linear 0s;
}
body .widget-article .social_media_link a:hover i {
	color : rgba(255, 255, 255, .5);
	-ms-transform : translateY(-5px);
	-webkit-transform : translateY(-5px);
	transform : translateY(-5px);
}
.widget.widget-pageHeading {
    padding: 200px 0 148px;
    margin-bottom: 0;
}
.widget.widget-pageHeading .heading {
	color: #fff;
	text-transform: none;
	line-height: 67px;
	font-family : "Oswald",sans-serif;
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 20px;
    text-align: center;
}
.heading p.head-sub-title {
    font-size: 20px;
    margin-top: 15px;
}
.widget.widget-article.quote-area {
    margin-top: -202px;
}
.search_btn {
	background : #026866 none repeat scroll 0 0;
	display : inline-block;
	height : 54px;
	text-align : center;
	width : 64px;
	cursor : pointer;
}
.search_btn i {
	font-size : 17px;
	line-height : 53px;
	color : rgba(255, 255, 255, 1);
	-webkit-transition : color 400ms ease 0s;
	transition : color 400ms ease 0s;
}
.search_btn:hover i {
	color : rgba(255, 255, 255, .6);
}
.widget-search.wi_search {
	background-color : #026866;
	padding : 10px;
	display : none;
}
.widget-search.wi_search input {
	border: medium none;
    border-radius: 3px;
    padding: 5px 40px 5px 10px;
    width: 100%;
    margin-right: 0;
    height: 35px;
}
.wi_search form {
	position : relative;
}
.widget-search.wi_search button {
	background : rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: transparent;
	height : 36px;
	padding : 0;
	position : absolute;
	right : 0;
	top : 0;
	width : 36px;
}
.widget-search.wi_search button::after {
	color : rgba(0, 0, 0, 0.3);
	content : "\f002";
	font-family : FontAwesome;
	left : 50%;
	line-height : 35px;
	position : absolute;
	top : 0;
	-ms-transform : translateX(-50%);
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
}
.wi_main_nav .horizontal > .navigation-item a {
	color: #000000;
	font-family: "Oswald",sans-serif;
	font-size: 16px;
	margin: 0 16px;
	text-align: left;
	text-transform: uppercase;
}
.wi_main_nav .horizontal > .navigation-item a:hover {
	color : #00817d;
}
.wi_main_nav .horizontal > .navigation-item:last-child a {
	margin-right: 0;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #000;
	position: relative;
	color: #000;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	text-decoration: none;
	font-family: "Oswald",sans-serif;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 5px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.wi_main_nav .horizontal > .navigation-item:last-child a:hover {
	background-color: #026866;
	color: #fff;
	border-color: #000808;
}
.header .wi_main_nav {
	overflow: visible;
	text-align: right;
}
.wi_main_nav .horizontal .navigation-item-child-container {
	padding : 10px 0;
	top : 35px !important;
	width : 250px !important;
}
.wi_main_nav .horizontal .navigation-item .navigation-item-child-container .navigation-item {
	padding : 0;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
	border : medium none;
	margin : 0;
	padding : 10px 20px;
	text-transform : capitalize;
}
.wi_main_nav .horizontal .navigation-item.has-child > a {
	position: relative;
}
.wi_main_nav .horizontal .navigation-item.has-child > a::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	content: "";
	position: absolute;
	right: -10px;
	top: 15px;
}
#menu-button {
	background: #047d7b;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	width: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#menu-button em {
	background-color : #ffffff;
	display : block;
	height : 3px;
	margin : 6px 0;
	width : 100%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#menu-button em:nth-child(1) {
	-moz-transform: rotate(0) translateX(0) translateY(0);
	-webkit-transform: rotate(0) translateX(0) translateY(0);
	-o-transform: rotate(0) translateX(0) translateY(0);
	-ms-transform: rotate(0) translateX(0) translateY(0);
	transform: rotate(0) translateX(0) translateY(0);
}
#menu-button em:nth-child(2) {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
	opacity: 100;
}
#menu-button em:nth-child(3) {
	-moz-transform: rotate(0) translateX(0) translateY(0);
	-webkit-transform: rotate(0) translateX(0) translateY(0);
	-o-transform: rotate(0) translateX(0) translateY(0);
	-ms-transform: rotate(0) translateX(0) translateY(0);
	transform: rotate(0) translateX(0) translateY(0);
}
#menu-button.close em:nth-child(1) {
	-moz-transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
	-webkit-transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
	-o-transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
	-ms-transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
	transform: rotate(45deg) translateX(7.5px) translateY(7.5px);
}
#menu-button.close em:nth-child(2) {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#menu-button.close em:nth-child(3) {
	-moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
#bs-98687F49-040E-4681-8D87-D0DE8B0A836E {
	background-image : url("../images/title-bg.jpg");
	background-repeat : no-repeat;
	background-size : cover;
}
#bs-98687F49-040E-4681-8D87-D0DE8B0A836E .widget-container {
	height : 200px;
}
#bs-98687F49-040E-4681-8D87-D0DE8B0A836E .widget-article {
	bottom : 0;
	left: 0;
	margin : 0;
	position : absolute;
	width : 100%;
}
.title-cell {
    background-color: rgba(4, 125, 123, 0.8);
    overflow: hidden;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.title-cell h1 {
    font-size: 30px;
    font-weight: 400;
    left: 30px;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: auto;
    color: #fff;
}
.title-cell .fx-h-space {
    flex-grow: 1;
    flex-shrink: 1;
}
 
.entire-search h2 {
	font-size : 30px;
	font-weight : 400;
	left : 30px;
	line-height : normal;
	margin : -67px 0 0;
	padding : 0 0 0 25px;
	text-transform : uppercase;
    width:auto;
    color:#fff;
}
.widget-pageHeading h2,
h2.page-title,
h1.page-title{
    font-size: 30px;
    font-weight: 400;
    left: 30px;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: auto;
    color: #fff;
    text-align: center;
}

.page-container-transport h1.page-title{
	margin: -83px 0 0;
}
.widget .clint-testimonial {
	margin-top:70px;
}
.search-result {
	text-transform: none;
	top : -115px;
}
.entire-search .header,.entire-search .footer {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	display: none;
}
.search-item .view-detail a {
	color: #047d7b;
}


.search-results .page{ 
	font-size:13px;
  margin-bottom:25px;
}
.search-results .title{
  margin-bottom:25px;
}
.search-results .page .summary{ 
	font-size:13px;
  line-height:22px;
  text-transform:none;
  color:#444;
}

.search-result .product-view.image-view .product-block{
  margin:7px 3px;
}

.search-result .pagination-literal-status, .search-result .pagination{
  font-size:14px;
}
.search-result {
  border-bottom:1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .title{
  font-size:20px;
}

.total-result {
	border-bottom: 1px dashed #047d7b;
	color: #047d7b;
	margin: 50px 0 20px;
}
.get-quote {
	float: right;
	position: relative;
	z-index: 2;
}
.get-quote a {
	border : 2px solid #fff;
	color : #fff !important;
	display : inline-block;
	font-family : "Oswald",sans-serif;
	font-size : 19px;
	line-height : normal;
	margin : 0;
	padding : 10px 25px;
	text-transform : uppercase;
	-webkit-transition : all 300ms ease;
	-moz-transition : all 300ms ease;
	-ms-transition : all 300ms ease;
	-o-transition : all 300ms ease;
	transition : all 300ms ease;
}
.get-quote a:hover {
	background : #054c4b;
}
#bs-7747B576-EB92-4E04-A7A2-FF2C36559CE0 .widget-container {
	width : 100%;
}
.widget-gallery.wi_home_slider {
	margin-bottom : 0;
}
.nivoSlider img {
	left : 50% !important;
	margin-left : -1000px !important;
	width : auto !important;
}
#bs-B423518C-D93A-4CBE-B36D-59A7CB828BF5 {
	background-color : #e9eaea;
}
.widget-form.wi_get_quote {
	background-color: #017f7d;
	border: 15px solid #eaeaea;
	padding: 25px;
	z-index: 10;
	margin-bottom: 0;
}
.widget-form.wi_get_quote label {
	display : none;
}
.widget-form.wi_get_quote input,
.widget-form.wi_get_quote textarea {
    font-size: 13px;
	background-color : #017f7d;
	border : 2px solid #ffffff;
	color : #ffffff;
	width : 100%;
}
.widget-form .get_quote_form .form-row {
    padding: 0;
    margin-top: 20px;
}
.widget-form .get_quote_form .form-row.btn-row {
    margin-top: 0;
}
.widget-form.wi_get_quote textarea::-webkit-input-placeholder {
	color : #ffffff;
}
.widget-form.wi_get_quote textarea:-moz-placeholder {
	color : #ffffff;
}
.widget-form.wi_get_quote textarea::-moz-placeholder {
	color : #ffffff;
}
.widget-form.wi_get_quote textarea:-ms-input-placeholder {
	color : #ffffff;
}
.widget-form.wi_get_quote input {
	height : 40px;
}
.widget-form.wi_get_quote input::-webkit-input-placeholder {
	color : #fff;
}
.widget-form.wi_get_quote input::-moz-placeholder {
	color : #fff;
}
.widget-form.wi_get_quote textarea {
	height : 116px;
	margin-bottom: 11px;
}
.get_quote_form .form-row {
	position : relative;
	margin : 0;
}
.get_quote_form  .form-row.simple_captcha_help_text{
	margin : 0;
}
.get_quote_form .btn-row button:hover,
.get_quote_form .btn-row button {
	border : 2px solid #ffffff;
	font-size : 15px;
	text-transform : uppercase;
	width : 100%;
}
.get_quote_form .btn-row button::after {
	content : "\f178";
	font-family : "FontAwesome";
	margin-left : -15px;
	opacity : 0;
	transition : all 300ms ease-out 0s;
}
.get_quote_form .btn-row button[disabled]::after {
	display : none;
}
.get_quote_form .btn-row button:hover::after {
	margin-left : 10px;
	opacity : 1;
}
.get_quote_form .errorlist.after {
	min-width : auto;
	position : absolute;
	right : 5px;
	text-align : right;
	top : 12px;
	font-size:11px;
}
.get_quote_form .errorlist.after .message-block {
	color : #ffffff;
	text-align : right;
}
.wi_get_quote .widget-title {
	padding-bottom : 20px;
	color : #ffffff!important;
	font-family : "Oswald",sans-serif;
	font-size : 30px !important;
	font-weight : 600;
	letter-spacing : 1.5px;
	text-align : center;
	text-shadow : -2px -2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, 2px 2px 0 #000000;
	text-transform : uppercase;
}
#spltr-F8E8DFD2-9243-4938-8682-CC31D32E9413 {
	padding : 52px 32px 42px 0;
}
#spltr-F8E8DFD2-9243-4938-8682-CC31D32E9413 .widget {
	margin: 0;
}
.welcome_text h1 {
	color : #000000;
	font-size : 28px;
    line-height: 45px;
	font-weight : 400;
	text-transform : uppercase;
    margin-top: 0;
}
.welcome_text ul {
    margin-top: 0;
}
.welcome_text a {
	font-size : 15px;
}
.welcome_text ul li::before {
	color: #017f7d;
	content: "\f105";
	font-size: 20px;
	vertical-align: -1px;
}
.teal_text {
	color : #017f7d;
}
.home_services_section h1 {
	color : #00817d;
	font-size : 28px;
	margin : 0 0 7px;
	text-align : center;
	text-transform : uppercase;
}
.widget-article.wi_our_services {
	margin : 0;
}
#bs-12C0C1B0-7405-44F2-B77A-B190593A0D94 {
	padding : 80px 0;
}
.home_services_section h1 {
	color : #00817d;
	font-size : 28px;
	margin : 0 0 7px;
	text-align : center;
	text-transform : uppercase;
}
.home_services .col-3 {
	text-align : center;
}
.home_services .img_wrap {
	display : inline-block;
	overflow : hidden;
	position : relative;
}
.home_services .title {
	color : #2c2c2c;
	font-family : "Oswald",sans-serif;
	font-size : 20px;
	font-weight : 400;
	padding : 20px 10px 10px;
	text-transform : uppercase;
}
.home_services .img_wrap img {
	-webkit-transition : all 0.3s ease 0.1s;
	transition : all 0.3s ease 0.1s;
	width: 100%;
}
.home_services .img_wrap:hover img {
	transform : scale(1.2);
}
.home_services .img_wrap .mask {
	background : rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
	bottom : 10px;
	left : 10px;
	opacity : 0;
	position : absolute;
	right : 10px;
	text-align : center;
	font-style: normal;
	display: block;
	top : 10px;
	-webkit-transition : all 0.3s ease 0.1s;
	transition : all 0.3s ease 0.1s;
}
.home_services .img_wrap:hover .mask {
	background : rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
	bottom : 0;
	left : 0;
	opacity : 1;
	position : absolute;
	right : 0;
	text-align : center;
	top : 0;
	-webkit-transition : all 0.3s ease 0.1s;
	transition : all 0.3s ease 0.1s;
}
.home_services .img_wrap .mask::before {
	border : 1px solid #a1a0a0;
	bottom : 0;
	content : "";
	left : 0;
	opacity : 0;
	padding : 0;
	position : absolute;
	right : 0;
	top : 0;
	-webkit-transition : all 0.2s ease-in-out 0.2s;
	transition : all 0.2s ease-in-out 0.2s;
	z-index : 2;
}
.home_services .img_wrap:hover .mask::before {
	border : 1px solid #a1a0a0;
	bottom : 15px;
	content : "";
	left : 15px;
	opacity : .5;
	padding : 0;
	position : absolute;
	right : 15px;
	top : 15px;
	-webkit-transition : all 0.2s ease-in-out 0.2s;
	transition : all 0.2s ease-in-out 0.2s;
	z-index : 2;
}
.home_services .img_wrap .info {
	font-style: normal;
	display: block;
	left : 0;
	margin : -25px auto 0;
	position : absolute;
	right : 0;
	top : 50%;
}
.home_services .img_wrap .info em {
	color : #888888;
	font-size : 11px;
	font-style: normal;
	display: block;
	margin-bottom : 0;
	line-height: 24px;
	opacity : 0;
	position : relative;
	text-align : center;
	text-transform : uppercase;
	-ms-transform : translate3d(0px, 100%, 0px);
	-webkit-transform : translate3d(0px, 100%, 0px);
	transform : translate3d(0px, 100%, 0px);
	-webkit-transition : transform 0.35s ease 0s;
	transition : transform 0.35s ease 0s;
}
.home_services .img_wrap:hover .info em {
	opacity : 1;
	-ms-transform : translate3d(0px, 0px, 0px);
	-webkit-transform : translate3d(0px, 0px, 0px);
	transform : translate3d(0px, 0px, 0px);
}
.home_services .img_wrap .info .info-title {
	color : #888888;
	font-size : 20px;
	font-style : italic;
	display: block;
	font-weight : normal;
	font-family: "Oswald",sans-serif;
	text-transform: capitalize;
	line-height : 1.3;
	margin : 0;
	opacity : 0;
	position : relative;
	text-align : center;
	-ms-transform : scale(0);
	-webkit-transform : scale(0);
	transform : scale(0);
	-webkit-transition : opacity 0.35s ease 0.1s, transform 0.35s ease 0.1s;
	transition : opacity 0.35s ease 0.1s, transform 0.35s ease 0.1s;
}
.home_services .img_wrap:hover .info .info-title {
	opacity : 1;
	transform : scale(1);
}
.home_services .description {
	border-bottom : 3px solid #009f9a;
	color : rgba(73, 73, 73, 0.88);
	font-size : 15px;
	line-height : 24px;
	padding-bottom : 26px;
}
.home_services .black .description {
	border-bottom : 3px solid #585858;
}
.extra-footer {
	background-color : #00817d;
	padding : 74px 0;
	margin-bottom: -15px;
}
.extra-footer .widget {
	margin-bottom : 0;
}
.gps_equipped h2{
	color : #ffffff;
	font-size : 30px;
	margin-bottom : 22px;
	margin-top : 0;
}
.gps_equipped h1 {
	color : #ffffff;
	font-size : 30px;
	margin-bottom : 22px;
	margin-top : 0;
}
.gps_equipped p {
	color : #ffffff;
	font-size : 17px;
	line-height : 26px;
	margin-bottom : 26px;
}
.gps_equipped ul {
	margin-bottom : 0;
}
.gps_equipped li::before {
	color: #fff;
}
.gps_equipped li {
	color : #ffffff;
	font-size : 17px;
	line-height : 28px;
}
.gps_equipped .image_float_right {
	margin : 0 0 0 124px;
}
body > .footer {
	background-color : #202020;
}
.widget-newsletter label {
	color : rgba(255, 255, 255, 0.4);
	font-family : "Oswald",sans-serif;
	font-size : 22px;
	font-weight : 400;
	width : 200px;
}
.widget-newsletter .form-row {
	display : inline-block;
	margin : 0;
	vertical-align : top;
}
.widget-newsletter input.validation-error[type="text"],
.widget-newsletter input {
	background-color : #202020;
	border : 2px solid #373737;
	color : rgba(255, 255, 255, 0.4);
	height : 47px;
	width : 299px;
}
.widget-newsletter .button-container label {
	display : none;
}
.widget-newsletter .button-container button:hover,
.widget-newsletter .button-container button {
	background : rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color : #4b4b4b;
	border-style : solid;
	border-width : 2px 2px 2px 0;
	height : 47px;
	margin : 0 0 0 -4px;
	position : relative;
	width : 47px;
	cursor : pointer;
}
.widget-newsletter .button-container button::after {
	content : "\f105";
	font-family : "FontAwesome";
	font-size : 35px;
	left : 22px;
	position : absolute;
	text-shadow : none;
	top : -5px;
	color : rgba(255, 255, 255, 0.4);
}
.widget-newsletter .button-container button:hover::after {
	color : #c2c2c2;
}
.wi_footer_nav .horizontal .navigation-item a {
	color : rgba(255, 255, 255, 0.3);
	font-size : 14px;
	margin : 0;
	padding : 0;
	-webkit-transition : all 400ms ease 0s;
	transition : all 400ms ease 0s;
}
.wi_footer_nav .horizontal .navigation-item a:hover {
	color : rgba(255, 255, 255, 0.8);
	font-size : 14px;
}
.wi_footer_nav .horizontal .navigation-item a::after,
.wi_footer_nav .horizontal .navigation-item a:hover::after {
	content : "|";
	margin : 12px;
	color : rgba(255, 255, 255, 0.3);
}
.wi_footer_nav .horizontal .navigation-item:last-child a::after {
	content : "";
}
.copyright {
	color : rgba(255, 255, 255, 0.3);
	font-size : 13px;
}
.design_by a {
	font-size : 12px;
	color : rgba(255, 255, 255, 0.3);
	-webkit-transition : all 400ms ease 0s;
	transition : all 400ms ease 0s;
}
body .widget-article .design_by a:hover {
	color : rgba(255, 255, 255, 0.8);
}
.footer .social_media_link label {
	color : rgba(255, 255, 255, 0.3);
	font-family : "Oswald",sans-serif;
	font-size : 22px;
	display:inline;
	margin-right : 15px;
	display: none;
}
.social_media_link {
    text-align: center;
}
.footer .social_media_link a i {
	color : rgba(255, 255, 255, 0.4);
}
body .footer .widget-article .social_media_link a:hover i {
	color : rgba(255, 255, 255, 1);
}
.footer_hr {
	background-color : #373737;
	height : 1px;
	width : 100%;
}
.widget-newsletter .form-row.mandatory label::after {
	content : "";
}
.widget-newsletter .errorlist.after .message-block {
	margin-left : 204px;
}
.newsletter > .message-block {
	background-color : rgba(255, 255, 255, 0.4);
	border : 1px solid rgba(255, 255, 255, 0.4);
	bottom : 7px;
	color : #ffffff;
	left : 204px;
	position : absolute;
	width : 348px;
}
.newsletter > .message-block.error-message {
	border : 1px solid rgba(255, 0, 0, 0.6);
}
.contact-form {
	background : #f6f6f6;
	overflow : hidden;
	padding: 15px 15px 48px 15px;
}
.contact-form .message-block {
	margin : 15px;
}
.contact-form label {
	display : none;
}
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form textarea,
.contact-form select {
	height : 45px;
	width : 100%;
    font-size: 13px;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="password"]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	border : 1px dashed #047D7B;
}
.contact-form textarea {
	height : 100%;
}
.contact-form .submit-button {
	font-size : 18px;
	padding : 10px 50px;
	width: 100%;
}
.contact-form .form-row {
	float : left;
	height : 45px;
	padding : 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
	width : 50%;
}
.contact-form .errorlist.after .message-block {
    font-size: 13px;
}
.contact-form .form-row.message {
	width : 100%;
	height : 150px;
}
.contact-form .form-row.simple_captcha_help_text,
.contact-form .simple-captcha-reload.text {
	display : none;
}
.contact-form .form-row.simple-captcha,
.contact-form .form-row.simple_captcha_input_field {
	padding : 0;
	width : 50%;
}

.contact-details .col-6 {
	padding-bottom: 0;
	padding-top: 0;
}
.contact-details {
	padding-bottom: 30px;
	padding-top: 80px;
}
.contact-details label {
	background : #ddd;
	color : #026866;
	display : block;
	padding : 10px 15px;
	width : 100%;
}
.contact-map {
	border : 10px solid #f6f6f6;
	margin-bottom : 80px;
	margin-top : 50px;
	outline : 1px solid #eee;
}
.contact-map iframe {
	vertical-align : middle;
}

.contact-form .form-row.simple-captcha{
	    border: 1px solid #ddd;
}
.contact-form .form-row.simple-captcha, .contact-form .form-row.simple_captcha_input_field {
    padding: 0;
    width: calc(50% - 10px);
}
.contact-form .form-row.btn-row {
    padding: 0 15px;
    width: 100%;
	margin-top: 40px;
}
.contact-form .form-row.simple-captcha {
    margin-right: 20px;
}
.contact-form .simpleCaptcha-container {
    width: calc(100% - 187px);
}
.contact-form .form-row.simple-captcha {
    text-align: center;
}
.form-row.simple-captcha .simple-captcha-reload {
    display: none;
}
form.custom-form.get_quote_form .form-row.simple_captcha_help_text span {
    display: none;
}
form.custom-form.get_quote_form .simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin: 20px 0 20px 0;
}
form.custom-form.get_quote_form .simpleCaptcha-container .simple-captcha label[for="captcha"], form.custom-form.get_quote_form .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}
form.custom-form.get_quote_form .simpleCaptcha-container .form-row.simple-captcha {
    width: 48%;
    display: inline-block;
    box-shadow: 0 0 0 0;
    border: 0 solid #959595;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 41px;
    background: #fff;
    border-radius: 0;
    margin-top: 0;
}

form.custom-form.get_quote_form .form-row.simple_captcha_input_field.mandatory {
    width: 48%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
    float: right;
}


.member-block {
	background: #047D7B;
	border: 1px solid #fff;
	list-style: outside none none;
	padding: 0;
	position: relative;
}
.people-row {
	padding-bottom: 30px;
}
.member-block > img {
	height: auto;
	width: 100%;
}
.member-block h2 {
	color: #fff;
	font-family: "Roboto",sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 3px;
	text-align: center;
}
.member-block h4 {
	color: #000;
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0 6px 8px;
	text-align: center;
}
.general-bottom {
	margin-top: 50px;
}
.page_404 {
	text-align: center;
}
.page_404 .ops {
	color: #047d7b;
	font-size: 75px;
	font-weight: 700;
	line-height: normal;
	padding-top: 50px;
}
.page_404 .ops .big_font {
	color: #a7adba;
	font-size: 104px;
	margin-right: -17px;
}
.page_404 .big {
	color: #a7adba;
	font-size: 104px;
	margin-left: -19px;
}
.page_404 .error {
	font-size: 36px;
}
.page_404 p {
	color: #555;
	font-size: 18px;
	margin-bottom: 14px;
	margin-top: 20px;
	text-align: center;
}
	
.col-7.thanks-parent {
  display: block;
  text-align: center;
  width: 100%;
}

p.thanks {
  display: block;
  font-size: 60px;
  padding-top: 80px;
  text-transform: capitalize;
}

.footer-extralinks a:before{
    color: rgba(255, 255, 255, 0.3);
    content: "|";
	position:absolute;
	left:-10px;
}
.footer-extralinks .horizontal > .navigation-item:first-child{
	padding-left:0;
}
.footer-extralinks .horizontal > .navigation-item:first-child a:before{
	display:none;
}
.footer-extralinks .horizontal > .navigation-item {
    padding: 0 10px;
}
.footer-extralinks a {
    color:rgba(255, 255, 255, 0.3);
	font-size:14px;
    padding: 0 15px;
	position:relative;
}
.footer-extralinks a:hover {
    color: #fff;
}
.footer-extralinks .horizontal{
	text-align:right;	 
} 
.footer-extralinks .horizontal > .navigation-item:last-of-type {
    padding-right: 0;
}
.copy_design {
    text-align: right;
	font-size: 14px;
}


/*start: jssor slider css */
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
	opacity: 0;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
	width: 1920px;
	height: 580px;
	padding: 0 !important;
	text-align: center;
	overflow: visible;
}
div.jssor-slider-container {
	margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
	display: block;
}
div.jssor-slider-container .jssor-slider-container .caption-wrapper {
  position: unset;
}
.widget.widget-gallery.home-slider::before {
	content: url("/template/8e3b89a0/images/loading.gif");
	height: 64px;
	left: 50% !important;
	margin-left: -32px !important;
	margin-top: -32px !important;
	position: absolute;
	top: 50%;
	width: 64px;
	background: none;
}
.jssor-slider-container .container [u=caption] {
	background: none;
	border: none;
}
.home-slider {
	background-color: #231f20;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
}
.home-slider .jssor-slider-container .jssora20l, .home-slider .jssor-slider-container .jssora20r {
	width: 40px;
	height: 60px;
	background: url(/template/8e3b89a0/images/slider-arrow.png) no-repeat;
	background-position: 0px 4px;
}
.home-slider .jssor-slider-container .jssora20l {
	top: 50% !important;
	left: 27px;
	right: auto;
	bottom: auto !important;
	transform: translateY(-50%) rotate(0deg);
}
.home-slider .jssor-slider-container .jssora20r {
	top: 50% !important;
	left: auto;
	right: 27px;
	bottom: auto !important;
	transform: translateY(-50%) rotate(-180deg);
}
.home-slider .jssor-slider-container .jssora20l:hover, .vicmeats-slider .jssor-slider-container .jssora20r:hover {
	background-position: 0px 4px;
	opacity: 0.8;
}
.home-slider .jssor-slider-container .container [u=caption] {
    position: absolute;
    max-width: 765px;
	width: 100%;
    height: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-slider .jssor-slider-container .jssorb03 div span {
	visibility: hidden;
}
.home-slider .jssor-slider-container .jssorb03 div.av {
	background-color: #AF000F !important;
}
.home-slider .jssor-slider-container .container .slide::after {
	position: absolute;
	width: 100%;
	content: '';
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.1);
}
.home-slider .jssor-slider-container .container .slide{
	overflow: visible !important;
}
.home-slider .jssor-slider-container .container .slide::after {
	position: absolute;
	width: 100%;
	content: '';
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.1);
}
.home-slider .description.jssor-caption-1 {
    padding: 20px 80px;
    display: block;
    margin: 0 auto 0;
    background: rgba(0,0,0,0.20);
    line-height: 63px;
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
}

.jssor-slider-container .container [u=caption]{
	z-index: 1;
}
.home-slider .jssor-slider-container .jssora20l:hover, .home-slider .jssor-slider-container .jssora20r:hover {
	background-position: 0px 4px;
	opacity: 0.8;
}
/*end: jssor slider css */

.footer .vertical .navigation-item a{
	border: none;
	color: rgba(255,255,255,0.30);
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
	text-transform: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.footer .vertical .navigation-item a:hover{
	color: rgba(255,255,255,1.0);
}
.footer .vertical .navigation-item {
	margin: 0;
	padding: 0;
}
.footer .vertical .navigation-item + .navigation-item {
	 margin-top: 10px;
}
.footer .widget.follow-us-footer label {
	display: block;
	margin: 0 0 10px 0;
	text-align: left;
	color: #a9a9a9;
	font-size: 22px;
}
.footer .widget.follow-us-footer  a:nth-of-type(2){
	display: none;
}
.footer .widget.follow-us-footer  .social_media_link {
	text-align: left;
}
.footer .widget.follow-us-footer .social_media_link a {
	color: #a9a9a9;
	font-size: 23px;
	margin: 0 10px 0 0;
}
.footer .widget.follow-us-footer  .social_media_link a:hover{
	color: #fff;
}
.footer .footer-extralinks .vertical .navigation-item a{
	color: rgba(255,255,255,0.50);
	font-size: 18px;
}

/*start:testimonial*/
#bs-81781E1C-88C6-4BC1-BE11-C966E2DF8059{
	background: #ebebeb;
	padding: 83px 0 115px 0;
}
.widget-gallery.testimonial-slider {
	margin: 0;
	overflow: hidden;
}
.widget-html.testimonial-slider h4{
	color: #00817d;
	text-decoration: none;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Oswald",sans-serif;
	margin: 0 0 53px 0;
	padding: 0;
}
.widget-gallery.testimonial-slider .owl-carousel {
	max-width: 1200px;
	margin: 0 auto;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls {
	margin-top: 0px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	right: 0;
	height: 90px;
	padding: 0;
	margin: 0;
	width: 25px;
	font-size: 0;
	border-radius: 0;
	background-image: url(/template/8e3b89a0/images/testimonial-right-Arrow.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}
.widget-gallery.testimonial-slider .owl-theme .owl-controls .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	height: 90px;
	padding: 0;
	margin: 0;
	width: 115px;
	font-size: 0;
	border-radius: 0;
	background-image: url(/template/8e3b89a0/images/testimonial-Left-Arrow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}
.widget-gallery.testimonial-slider .owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}

.widget-gallery.testimonial-slider .article-title {
	display: none;
}
.widget-gallery.testimonial-slider .owl-carousel .owl-item .article-content {
	margin: 0 auto;
	max-width: 910px;
}
.widget-gallery.testimonial-slider .owl-carousel .owl-item .article-content h4 {
	color: #00817d;
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 5px 0 ;
	padding: 0;
}

.widget-gallery.testimonial-slider .owl-carousel .owl-item .article-content h5{
	text-align: center;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

/*start:testimonial*/

.welcome_text p:empty {
	display: none;
}
.welcome_text .row {
	position: relative;
	width: 100%;
}
.welcome_text .row .col-4 {
	padding-top: 0;
}
.welcome_text .row ul li{
	font-size: 15px;
	line-height: 24px;
}
.welcome_text .row .col-4:nth-of-type(1){

}
.welcome_text .row .col-4:nth-of-type(2) {
	padding-left: 0;
	padding-right: 0;
}
.welcome_text .row .col-4:nth-of-type(3) {

	padding-left: 0;
}
.widget-container .clint-testimonial{
	margin:60px 0;
}
.widget-container .clint-testimonial .article-item {
	max-width:998px;
	margin:0 auto;
	border:2px solid #f2f2f2;
	padding:48px 90px;
	margin-bottom:70px;
	-webkit-border-top-left-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-bottomright: 40px;
border-top-left-radius: 40px;
border-bottom-right-radius: 40px;

-webkit-box-shadow: 0px 4px 8px 0px rgba(208,208,208,0.67);
-moz-box-shadow: 0px 4px 8px 0px rgba(208,208,208,0.67);
box-shadow: 0px 4px 8px 0px rgba(208,208,208,0.67);
}
.widget-container .clint-testimonial .article-item:last-child {
	margin-bottom:0px;
}
.widget-container .clint-testimonial .article-item h4{
	text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    font-size: 20px;
}
.widget-container .clint-testimonial .article-item h5{
	text-align: center;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.trans-right-img{
	margin-top:70px;
}

h1.page-title-container-trans{
	font-size : 30px;
	font-weight : 400;
	left : 30px;
	line-height : normal;
	margin: -84px 0 0;
	padding : 0 0 0 25px;
	text-transform : uppercase;
    width:auto;
    color:#fff;
	
}
.home-map-block{
    overflow:hidden;
	cursor:pointer;
}
.home-map-block img{
    transition-duration: 0.3s;
}
.home-map-block img:hover{
    transform: scale(1.1);
    transition: all ease-in-out .6s;
}

.widget-pageHeading .heading {
    padding: 20px 80px;
    display: block;
    margin: 0 auto 0;
    background: rgba(0,0,0,0.5);
    line-height: 63px;
	max-width: 1200px;
}
.right-expert-img figure {
    margin: 1em 0px;
    padding-left:0px;
}
.recaptcha-container {
    display: inline-block;
    margin-left:0px;
	width:100%;
}
.rc-anchor-light {
    background: #f9f9f9;
    color: #000;
}
.rc-anchor-light.rc-anchor-normal {
    border: 0px solid #d3d3d3!important;
}
#rc-anchor-container{
	 border: 0px solid #d3d3d3!important;
}
.rc-anchor {
    border-radius: 0px!important;
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.08)!important;
    -webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0.08)!important;
    -moz-box-shadow: 0 0 0px 0px rgba(0,0,0,0.08)!important;
}
.faqs-content .table-list{
	  max-width: 41%;
	  border:0px;
}
.faqs-content .table-list table, th, td {
    border: 1px solid #ccc;
	font-size: 15px;
}
.faq-text{
	border-top: 1px solid #f2f2f2;
    padding: 8px 0px;
}
.services-area-section{
	padding-bottom:80px;
}

.faqs-content h4 {
    font-size: 23px;
    color: #00817d;
    padding: 15px 0 0 0;
}

/*start*/
.blog-post-item {
    width: 45%;
    overflow: hidden;
    float: left;
    padding: 0;
    box-sizing: border-box;
    min-height: 415px;
    border: none;
    margin: 0 32px 20px 0;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description .title {
    order: 2;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info {
    order: 1;
    margin-bottom: 3px;
}

.blog-post-item .title {
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0;
    line-height: 24px;
    margin-bottom: 8px;
}

.blog-post-item .title a {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
}

.blog-post-info {
    margin-bottom: 15px;
}

.blog-post-info span.date {
    background: none;
    padding-left: 0;
    margin-right: 5px;
    font-style: normal;
    position: relative;
    padding-right: 9px;
}

.blog-post-info span.date::before {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    height: 12px;
    width: 1px;
    background: #777;
}

.blog-post-info span.categories {
    background: none;
    padding-left: 0;
    margin-right: 10px;
    font-style: normal;
}

.blog-post-item .content {
    font-size: 14px;
    line-height: 22px;
}

.blog-post-item .post-description > a {
    display: none;
}

.blog-post-info span {
    color: #000;
    font-size: 13px;
    font-style: italic;
}

.page-content .footer {
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    color: #fff;
    min-height: 35px;
    text-align: center;
    padding: 15px 0;
}

.page-content .footer .pagination {
    display: inline-block;
    float: none;
}

.page-content .blog-post-item a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.page-content .blog-post-item a:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.page-content .blog-post-item .title {
    font-size: 17px;
    line-height: 21px;
    text-transform: none;
    margin: 0;
    padding: 0 0 60px 0;
    height: 45px;
    overflow: hidden;
	width:100%;
}

.page-content .blog-post-content {
    padding-top: 10px;
}

.page-content .blog-post-item .content {
    display: none;
}

.page-content .blog-post-details {
    padding-right: 70px;
}

.page-content .blog-post-details .title {
    font-size: 28px;
    line-height: 1.3;
    text-transform: none;
    color: #000;
    background: none;
    margin: 0;
    padding: 0 0 10px 0;
}

.page-blog-post .widget-html.page-heading {
    display: none;
}

.page-content .blog-post-details .image img {
    width: 100%;
}

.page-content .blog-post-info span.categories a {
    color:#00999f;
    padding-right: 15px;
}

.page-content .blog-post-info span.categories a:hover, .page-content .blog-post-info span.categories a:focus {
    color:#00999f;
}

.page-content .post-list-view-width {
    width: 100%;
    height: 288px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0;
	object-fit: cover;
}

.page-content .post-list-view-width img {
    width: 100%;
    max-height: inherit;
}

.widget widget-blogPost {
	padding-top:80px;
}
.widget .blog-right-side{
	padding-top:80px;
}
/*end:*/

/*start:blog right part*/
.page-content .footer:before {
    display: none;
}

.right-categories .footer,
.recent-post .footer {
    display: none;
}

.recent-post .blog-post-info,
.recent-post .content,
.recent-post a {
    display: none;
}

.right-categories h3.title,
.right-categories .content,
.right-categories a {
    display: none;
}

.widget > .widget-title {
    font-size: 17px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    background: none;
    margin: 0;
    padding: 0 0 6px 0;
}

.blog-subscription {
    margin-top: 30px;
}

.blog-category-details .title {
    padding-bottom: 30px;
}

.recent-post .blog-post-item, .right-categories .blog-post-item {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100%;
    float: none;
}

.right-categories .blog-post-item .post-description h1.title {
    display: none;
}

.recent-post .blog-post-item + .blog-post-item,
.right-categories .blog-post-item + .blog-post-item {
    padding-top: 10px;
}

.right-categories {
    padding-top: 40px;
}

.recent-post .title a::before,
.right-categories .blog-post-info span.categories a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 20px;
    z-index: 1;
    font-family: FontAwesome;
    color: #ababab;
    font-size: 15px;
    background: url("../images/li_arrow.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
}

.recent-post .title,
.right-categories .blog-post-info span.categories a {
    margin: 0;
    padding: 0;
}

.recent-post .title a,
.right-categories .blog-post-info span.categories a {
    display: block;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
}

.recent-post .title a:focus,
.right-categories .blog-post-info span.categories a:focus,
.recent-post .title a:hover,
.right-categories .blog-post-info span.categories a:hover {
    color: #00817d;
}

.right-categories .blog-post-info span.categories {
    background: none;
    padding-left: 0;
    margin-right: 0;
    font-style: normal;
}

.right-categories .blog-post-info {
    margin-bottom: 0;
}

/*end:blog right part*/
.blog-post-details .comment-post-panel {
    border: none;
    padding: 0;
    position: relative;
}

.message-block.info-message, .message-block.success {
    top: 28px;
}

.comment-post-panel input[type="text"], .comment-post-panel input[type="email"], .comment-post-panel textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0;
    height: 40px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 2px;
}

.blog-post-details .comment-post-panel textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
}

.comment-post-panel .errorlist.after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    bottom: -20px;
    min-width: 100%;
}

.comment-post-panel .simpleCaptcha-container {
    margin-top: 34px;
    padding-bottom: 2px;
}

.comment-post-panel button[type="submit"] {
    background-color: #4a7bda;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
    background-color: #678cd2;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
}

.comment-post-panel button[type="submit"]:hover {
    color: #000;
    background-color: #4a7bda;
}

.comment-post-panel .simpleCaptcha-container .form-row.simple-captcha {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 5px;
    padding-right: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 18px;
}

.blog-post-details .comment-post-panel label {
    display: block;
    padding-bottom: 7px;
    padding-top: 10px;
}

.page-content .pagination span.current {
    background-image: none;
    background-color: #ffffff;
    border: 0px solid #678cd2;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.page-text-section div[data-style-type="html"] {
    padding-right: 50px;
}

.pagination span {
    border: 0;
    color: #333;
    cursor: pointer;
    margin: 0 3px;
    padding: 2px 10px;
    box-shadow: none;
    font-size: 16px;
}
.blog-post-details .post-description figure {
    margin: 15px 0 15px;
    text-align: center;
}
.page-content .blog-post-details .image img {
    width: 100%;
}
.blog-categories {
    padding-top: 30px;
}
.blog-categories .vertical .navigation-item {
    margin: 0;
    padding: 0;
}
.blog-categories .vertical .navigation-item + .navigation-item {
    padding-top: 10px;
}
.blog-categories .vertical .navigation-item a {
    border: none;
    padding: 0;
    display: block;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}
.blog-categories .vertical .navigation-item a:hover,
.blog-categories .vertical .navigation-item a:focus{
    color: #00817d;
}
.blog-categories .vertical .navigation-item a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 20px;
    z-index: 1;
    font-family: FontAwesome;
    color: #ababab;
    font-size: 15px;
    background: url(../images/li_arrow.png) no-repeat scroll left 6px rgba(0, 0, 0, 0);
}

.bottom-img-box figure {
    margin: 1em 0px;
}
.bottom-img-box img{
	max-height: 320px;
    object-fit: cover;
}
.widget .services-area-section ul li{
    margin: 7px 7px 7px 25px;
}
.widget .services-area-section ul li::before {
    content: '';
    position:absolute;
    left: -26px;
    top: 6px;
    width: 16px;
    height: 16px;
    background-image: url(../images/li_arrow_color.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
	margin-right: 10px;
}

.box-contents{
   padding: 45px 0 30px 0;
}
.ware-box-contents{
   padding: 45px 0 30px 0;
}
.page-blog-category .widget-container{
	padding-bottom:45px;
}
.page-blog .widget-container{
	padding-bottom: 0;
}

.page-content .blog-post-details {
    padding-bottom: 50px;
}
.service-area-map p{
	font-size:17px;
}

.home-mapblock-address h4{
	margin-bottom: 16px;
    font-size: 25px;
}
.head-sub-title{
	color: #fff;
    margin-top: 5px;
}
.contact-map figure{
	margin: 2em 40px;
}
/* accrodion-franchise */
.accrodion-franchise .accordion-panel > .label-bar.expanded .toggle-icon{
  width: 100%;
  background: none;
  left: 0;
}
.accrodion-franchise .accordion-panel > .label-bar.expanded .toggle-icon::before {
    content: "";
    position: absolute;
    top: 6px;
    background: transparent url('../images/minus.png') no-repeat;
    height: 22px;
    width: 22px;
    left: 0;
}
.accrodion-franchise .accordion-panel > .label-bar.expanded:hover .toggle-icon::before {
    background: transparent url('../images/minus.png') no-repeat;
}
.accrodion-franchise .accordion-panel > .label-bar .toggle-icon::before{
  background: transparent url('../images/plus.png') no-repeat;
  content: "";
  position: absolute;
  top: -3px;
  height: 22px;
  width: 22px;
  left: 0;
}
.accrodion-franchise .accordion-panel > .label-bar .toggle-icon {
    background: none;
    height: 22px;
    left: 0;
    width: 100%;
}
.accrodion-franchise .accordion-panel > .label-bar.expanded .toggle-icon::after {
    content: "";
    position: absolute;
    top: 6px;
    background: transparent url('../images/up-arrow.png') no-repeat;
    height: 22px;
    width: 22px;
    right: 0;
}
.accrodion-franchise .accordion-panel > .label-bar.expanded:hover .toggle-icon::after {
    background: transparent url('../images/up-arrow.png') no-repeat;
}
.accrodion-franchise .accordion-panel > .label-bar .toggle-icon::after{
  background: transparent url('../images/down-arrow.png') no-repeat;
  content: "";
  position: absolute;
  top: 3px;
  height: 22px;
  width: 22px;
  right: 0;
}
.accrodion-franchise .accordion-panel > .label-bar:hover .toggle-icon::after{
    background: transparent url('../images/down-arrow-hov.png') no-repeat;
}
.accrodion-franchise .accordion-panel > .label-bar:hover .toggle-icon::before{
    background: transparent url('../images/plus-hov.png') no-repeat;
}
.widget-tabAccordion.accrodion-franchise .accordion-panel {
    padding: 0 0 15px;
    margin: 0 auto;
}
.widget-tabAccordion.accrodion-franchise .accordion-item,
.widget-tabAccordion.accrodion-franchise .accordion-panel > .label-bar.expanded,
.widget-tabAccordion.accrodion-franchise .accordion-panel > .label-bar{
    border: 0;
    background: transparent;
    font-family: 'Oswald', sans-serif;
}
.accordion-panel > .label-bar{
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.accordion-panel > .label-bar:hover,
.accordion-panel > .label-bar.expanded{
}
.widget-html h3{
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}
.widget-html p{
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
}
.accordion-item .widget-html ul li{
    color: rgba(255,255,255, 0.70);
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    padding: 0 0 6px 20px;
} 
.widget-tabAccordion.accrodion-franchise .accordion-panel .label-bar{
	margin-bottom: 20px;
	padding-left: 38px;
}
.accordion-panel>.label-bar.expanded {
  color: #008192;
}
@media (min-width: 992px) and (max-width: 1199px){
.widget.widget-navigation.wi_footer_nav .nav-wrapper.horizontal {
    margin-top: -8px;
}
}
.widget.widget-html.blog-heading {
    background: #282b30 url(../images/title-bg.jpg);
    padding: 65px 0;
}
p.page-title {
    padding-top: 0;
    font-size: 30px;
    font-weight: 400;
    left: 30px;
    line-height: normal;
    text-transform: uppercase;
    width: auto;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #fff;
    margin: 0;
}
.entire-search .search-result>.title {
    font-size: 28px;
    margin-bottom: 25px;
    text-align: left;
    padding: 10px 0;
    border-top: 0;
    border-bottom: 0;
}
.home_services figure {
    margin: 0;
}
.home_services {
    padding: 60px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_services + .home_services {
    padding: 0 0 80px 0;
}
.container-transport h2 {
	line-height: 40px;
    margin-top: 10px;
}

nchise .accordion-panel > .label-bar:hover .toggle-icon::before{
    background: transparent url('../images/plus-hov.png') no-repeat;
}
.widget-tabAccordion.accrodion-franchise .accordion-panel {
    padding: 0 0 15px;
    margin: 0 auto;
}
.widget-tabAccordion.accrodion-franchise .accordion-item,
.widget-tabAccordion.accrodion-franchise .accordion-panel > .label-bar.expanded,
.widget-tabAccordion.accrodion-franchise .accordion-panel > .label-bar{
    border: 0;
    background: transparent;
    font-family: 'Oswald', sans-serif;
}
.accordion-panel > .label-bar{
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.accordion-panel > .label-bar:hover,
.accordion-panel > .label-bar.expanded{
}
.widget-html h3{
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}
.widget-html p{
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
}
.accordion-item .widget-html ul li{
    color: rgba(255,255,255, 0.70);
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    padding: 0 0 6px 20px;
} 
.widget-tabAccordion.accrodion-franchise .accordion-panel .label-bar{
	margin-bottom: 20px;
	padding-left: 38px;
}
.accordion-panel>.label-bar.expanded {
  color: #008192;
}
@media (min-width: 992px) and (max-width: 1199px){
.widget.widget-navigation.wi_footer_nav .nav-wrapper.horizontal {
    margin-top: -8px;
}
}
.widget.widget-html.blog-heading {
    background: #282b30 url(../images/title-bg.jpg);
    padding: 65px 0;
}
p.page-title {
    padding-top: 0;
    font-size: 30px;
    font-weight: 400;
    left: 30px;
    line-height: normal;
    text-transform: uppercase;
    width: auto;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #fff;
    margin: 0;
}
.entire-search .search-result>.title {
    font-size: 28px;
    margin-bottom: 25px;
    text-align: left;
    padding: 10px 0;
    border-top: 0;
    border-bottom: 0;
}
.home_services figure {
    margin: 0;
}
.home_services {
    padding: 60px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_services + .home_services {
    padding: 0 0 80px 0;
}
.container-transport h2 {
	line-height: 40px;
}
div.widget-snippet .write-for-us {
  margin-top: 25px;
}
body.widget-snippet .people-row > div.member-block {
    padding: 20px;
}
/*****************************************************/
.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
 .fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}
.fee .call_us {
    background: #047d7b;
    padding: 5px 0;
}

.fee .email_us{
	    background: #047d7b;
    padding: 5px 0;
}
.fee .widget-pageHeading h2, .fee h1.page-title {
    margin: 0 0 0;
    color: #9d9d9d;
}
.fee .title-cell {
    background-color: rgba(4, 125, 123, 0.8);
    }
.fee .widget.widget-html h1, .fee h1.page-title-container-trans {
    position: relative;
    color: #000;
    padding: 0;
    margin: 0;
}
.fee p.head-sub-title {
    color: #b7b7b7;
}
/*****************************************************/
.blog-post-content  .post-list-view img, .blog-category-details  .category.post-list-view img {
	max-width: 100% !important
}

.fee-fixed-width-content {
    padding-left: calc(50% - 600px)!important;
    padding-right: calc(50% - 600px)!important;
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

#spltr-174D6ED3-E2B8-424B-8D65-8CDAE1FC65E9,
#spltr-44DFFCF6-F798-4673-B0E3-16414C43960E{
    background-color: #e9eaea;
    padding-top: 72px;
    padding-bottom: 42px;
}
#spltr-D955B8A4-9233-4E7B-BBE5-6B7A653609F6 {
    padding-right: 32px;
}
#spltr-44DFFCF6-F798-4673-B0E3-16414C43960E,
#spltr-5969E2CF-43B8-4166-BE9C-D8EC6D0B0F25{
    padding-top: 80px;
    padding-bottom: 80px;
}
#spltr-1BC50D9B-1D1E-4C88-A60A-251643E5D36B {
    padding-top: 83px;
    padding-bottom: 115px;
    background: #ebebeb;
}
#spltr-C97C1AB6-C591-450D-A9E4-F2F8DBEE4C9D {
    background-image: url("/template/8e3b89a0/images/title-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 108px;
}
#spltr-C97C1AB6-C591-450D-A9E4-F2F8DBEE4C9D .widget {
    margin-bottom: 0;
}
@media(max-width: 767px) {
    #spltr-44DFFCF6-F798-4673-B0E3-16414C43960E {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.article-employment {
    padding-top: 25px;
    padding-bottom: 60px;
}
#spltr-908C7D4D-4313-4CF9-879C-4D8E4AE78D0B .title-cell {
    max-width: 1200px;
    margin: 0 auto;
}
#spltr-908C7D4D-4313-4CF9-879C-4D8E4AE78D0B {
    background-image: url(/template/8e3b89a0/images/steel-cartage-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#spltr-908C7D4D-4313-4CF9-879C-4D8E4AE78D0B .widget {
    margin: 0;
}
.widget-form.wi_get_quote.wi_get_quote_inner {
    margin-top: 60px;
}
@media(max-width: 1199px) {
    .widget.widget-pageHeading {
        padding: 120px 0 30px;
    }
    #spltr-908C7D4D-4313-4CF9-879C-4D8E4AE78D0B .title-cell {
        width: calc(100vw - 30px);
    }
    
}
#spltr-ED5D034D-592A-4C58-8E53-579E5D488CE2 {
    padding-bottom: 80px;
}

  .fee .widget-snippet .home-services {
        margin:50px;
    }
    .fee .widget-snippet .home-mapblock-address{
z-index: auto;
}
    .fee .widget-snippet .home-services .category-item {
        position: relative;
        margin-bottom: 30px;
    }
    .fee .widget-snippet .home-services .item-pics{
        height: 380px;
    }
    .fee .widget-snippet .home-services .item-pics a img{
        height: 300px;
    }
    .fee .widget-snippet .home-services .item-pics a .mask {
        opacity: 1 !important;
        height: auto;
        position: relative;
        right: auto;
        top: auto;
        left: auto;
        display: block;
        bottom: auto;
        background-color: #f0f3f4;
        padding: 10px 0 15px 0;
    }
    .fee .widget-snippet  .home-services .item-pics a .mask em{
        opacity: 1 !important;
        transform : none !important;
    }
    .fee .widget-snippet .home-services .item-pics a:hover .info .info-title,
    .fee .widget-snippet  .home-services  .item-pics a:hover img {
        transform : none !important;
    }
    .fee .widget-snippet .home-services .item-pics a .mask::before{
        display: none;
    }
    .fee .widget-snippet .home-services .item-pics a .info {
        opacity: 1 !important;
        height: auto;
        position: relative;
        right: auto;
        top: auto;
        left: auto;
        display: block;
        bottom: auto;
        margin: 0 !important;
    }

